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

html {
	width: 100%;
	margin: 0px;
	padding: 0px 0 0 0;
	background:url('back-50.jpg') top center repeat-x #682B18;
}
body {
padding-bottom:10px;
margin:0 auto;
width:890px;
position:relative;

}
#main {
	width:890px;
	margin:0px auto;
	position:relative;
}
#header {
	width:890px;
	height:210px;
	margin:0 auto;
	position:relative;
}
#header a {
	text-decoration:none;
	color: #fff;
	font: 2em/1.3 arial, sans-serif;
	text-shadow: 0px 1px 2px #000;
	margin:100px 0 0 0px;
	float:left;
}
/********** START MENU *************/
#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	width:192px;
	height:52px;
	background:url('menback-50.png');
	position:absolute;
	top:20px;
	right:0px;
}
#nav li {
	float:left;
	position: relative;
	display:inline-block;
}
#nav li a {
	text-decoration: none;
	display: block;
	width:175px;
	font: 1.1em/1 arial, sans-serif;
	color: #fff;
	line-height:55px;
	z-index:60;
	position:relative;
	padding-left:50px;
}
#nav li:hover > a {
	color: #fff;
}
#nav ul {
	display: none;
	margin: 0;
	width:178px;
	position: absolute;
	top:52px;
	left:6px;
	z-index: 55;
	padding:10px 0;
	background-color:#ffbb00;
	box-shadow:0 0 5px #666;
}
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: left;
	display:inline-block;
	width:178px;
	line-height:30px;
	margin:5px 0px;
}
#nav li ul li a {
	color: #ffffff;
	font: 16px "Myriad Pro";
	text-align:left; width:inherit;
	line-height:20px !important;
	padding:0px 0 0 15px;
	width:163px;
	background-color:#e0aa15;
}
#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 {
	color: #444;
	font: 1em/1.1 arial, sans-serif;
	background:#fff;
	border-radius:5px;
	margin:0px auto;
	width:860px;
	padding:15px;
}
#content ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0px;
}
#content li {
	padding:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;
	border-top:#ffd86e 1px solid;
}
#content li:last-child { border-bottom:#ffd86e 1px solid !important;}
#content li:nth-child(2n) { background-color:transparent !important;}
#content li a {
	text-decoration:none;
	color:#ffbb00;
	font-size:15px;
	font-family:"Myriad Pro";
	font-weight:bold;
}
#content li a:hover {
	color:#222;
}
#footer {
	width:890px;
	font-family:"Myriad Pro";
	color: #fff;
	font-size:13px;
	margin:0 auto;
	padding-top:10px;
}
.clear {
	clear: both;
}
#search {
	position: absolute;
	bottom: 60px;
	right:0px;
	z-index: 35;
}
#search input[type=submit] {
	font: 14px arial, sans-serif;
	color: #87a700;
	text-shadow:0 0 1px #fff;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:15px;
	text-transform:capitalize;
	cursor:pointer;
	width:32px; height:35px; float:left;
	background:url('search-50.png');
	display:block; text-indent:-999999px; overflow:hidden; border:none;
	
}
#search input[type=text] {
	background:url('input-50.png') left top no-repeat;
	width:130px;
	padding:9px 9px 9px 30px;
	height:17px;
	border:0;
	float:left;
	font-family:"Myriad Pro"; font-size:14px; color:#ffbb00;
	border:none;
}
#ad {
	width:728px;
	margin: 20px auto;
}
#category {
	font: 22px "Myriad Pro";
	font-weight:bold;
	color: #8a3f24;
	margin:0px 0 0 0px;
	text-align: left;
}
#pages {
	width:100%;
	margin-top:20px;
	border-bottom:#dddddd 4px solid;
	padding-bottom:20px;
	text-align:center;
}
#pages a {
	padding:3px 5px;
	font-size:10px;
	border: 1px solid;
	border-color:#ffbb00;
	text-align: center;
	margin:0 3px;
	background-color: #ffbb00;
	color: #fff;
	display:inline-block;
	text-decoration: none;
}
#pages a:hover {
	color: #fff;
	background-color:#e4a803;
}

