@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px 0 0 0;
}
body {
	background:url('back-42.jpg') top center repeat-x #868FC6;
padding-bottom:50px;
position:absolute;
}
#main {
	width: 100%;
	margin: 10px auto;
}
#header {
	width: 90%;
	height:150px;
}
#header a {
	text-decoration:none;
	color: #fff;
	font: 2em/1.3 arial, sans-serif;
	text-shadow: 0px 1px 2px #000;
	margin:35px 0 0 60px;
	float:left;
}
/********** START MENU *************/
#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	width:234px;
	height:40px;
	position:absolute;
	right:50px;
	top:180px;
}
#nav li {
	float:left;
	position: relative;
	display:inline-block;
	text-align:center;
	
}
#nav li a {
	text-decoration: none;
	display: block;
	width:234px;
	font: 1.1em/1 arial, sans-serif;
	color: #fff;
	line-height:40px;
	background-color:#3d5e8e;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	z-index:60;
	position:relative;
}
#nav li:hover > a {
	color: #fff;
}
#nav ul {
	background: #ddd;
 	display: none;
	margin: 0;
	padding: 10px;
	width: 900px;
	position: absolute;
	top:-5px;
	right:-5px;
	z-index: 55;
	border:#cfcfcf 1px solid;
	border-radius:10px;
	background:url('menback-42.jpg') left top repeat-x #EDEDED;
	box-shadow:0px 0px 5px #ccc;
	padding-top:50px;
}
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: left;
	display:inline-block;
	background:url('menicon-42.png') left no-repeat;
	width:150px;
	line-height:30px;
}
#nav li ul li a {
	color: #2a466f;
	font: 16px "Myriad Pro";
	background:none;
	text-align:left; width:inherit;
	line-height:30px !important;
	padding:0px 0 0 20px;
	width:130px;
}
#nav ul li a:hover { color:#000;}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/*********** END MENU ***************/
#content {
	padding:2% 3%;
	margin:0 20px 0 20px;
	color: #444;
	font: 1em/1.1 arial, sans-serif;
	background-color: #FFFFFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	box-shadow:0px 0px 5px #8b8fb0;
	float:left; padding-bottom:200px;
}
#content ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0px;
}
#content li {
	border-bottom: 1px solid #dddddd;
	padding:10px;
	font-size:12px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#f3f3f3;
}
#content li:first-child { border-top: 1px solid #dddddd;}
#content li:nth-child(2n) { background-color:#fff;}
#content li a {
	text-decoration:none;
	color:#1a1a1a;
	font-size:16px;
	font-family:"Myriad Pro",georgia;
	font-weight:bold;
}
#content li a:hover {
	color:#666;
}
#footer {
	width:90%;
	font-family:"Myriad Pro";
	color: #999999;
	font-size:12px;
	padding:2% 5%;
	position:absolute;
	left:0px; bottom:200px;
}
.clear {
	clear: both;
}
#search {
	position: absolute;
	top: 180px;
	left:50px;
	z-index: 35;
}
#search input[type=submit] {
	font: 14px arial, sans-serif;
	color: #fff;
	background:url('search-42.jpg') left top no-repeat;
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a01e', endColorstr='#d78d18'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#f3a01e), to(#d78d18)) !important; 
	background: -moz-linear-gradient(top,  #f3a01e,  #d78d18) !important; */
	border: 0px;
	cursor:pointer;
	width:47px; height:50px; float:left;
	display:block; text-indent:-999999px; overflow:hidden;
}
#search input[type=text] {
	background:url('input-42.jpg') left top no-repeat;
	width:529px;
	padding:14px;
	height:22px;
	border:0;
	float:left;
	font-family:"Myriad Pro"; font-size:32px; color:#777777;
}
#ad {
	position:absolute;
	left:24%;
	bottom:100px;
}
#category {
	font: 18px "Myriad Pro";
	color: #444444;
	margin:70px 0 0 0;
	text-align: left;
}
#pages {
	float:left; width:100%;
	margin-top:10px;
	border-bottom:#dddddd 4px solid;
	padding-bottom:20px;
}
#pages a {
	padding:3px 5px;
	font-size:10px;
	border: 1px solid;
	border-color:#d8d8d8;
	text-align: center;
	float: left;
	margin:0 3px;
	background-color: #FFFFFF;
	color: #444;
	display:block;
	text-decoration: none;
}
#pages a:hover {
	color: #fff;
	background-color:#39669e;
}
