/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}



a:link {
	color:black;
	text-decoration:none; 
}

h1 {
	font-size:20px;
	margin-bottom:0px; 
}

#wrap {
	margin:1px auto;
}

#header {
	margin-bottom:20px;
}

#header a {
	color:black;
}

#header a:hover {
	text-decoration:underline;
}

/*Drop Down Menu Styles*/
#ddmenu {
	height:43px;
	float: right;
	color: #333333;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 12px Tahoma;
	width:130px;
}

#con1 {	
	padding-top: 5px;
	float: left;
	list-style: none;
	font: 12px Tahoma;
	color: #333333;
}

#con1 a {	
	padding-top: 5px;
	float: left;
	text-decoration: none;
	padding-right: 13px;
	font: 12px Tahoma;
	color: #333333;
}

#con1 a:hover {	
	color: #af3e42;
}


#ddmenu li a {	

	display: block;
	padding: 1px 2px;
	text-decoration: none;
	width:inherit;
	color: #333333;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;

}

#ddmenu li a:hover {	
}
	

