html,body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	background: url('back-27.png');
}
#main{
}
#header{
	background: #92cc2d !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cc2d', endColorstr='#6a9520'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#92cc2d), to(#6a9520)) !important; 
	background: -moz-linear-gradient(top,  #92cc2d, #6a9520) !important; 
	width: 100%;
	padding: 12px 0px 2px 0px;
}
#header a{
	text-decoration:none;
	color: #fff;
	font: 2em/1.3 arial,sans-serif;
	text-shadow: 0px 1px 2px #000;
	margin-left: 1%;
}

/********** START MENU *************/
#nav {margin: 0px 0px 0px 1%;padding: 0px;position: absolute; top: 241px;}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
#nav a {
	text-decoration: none;
	display: block;
	width: 150px;
	margin: 0px;
	font: 1.1em/1 arial,sans-serif;
	color: #fff;
	padding: 9px 0px 10px 20px;
	background: #7a7a7a;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); 
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); 
}
#nav li:hover > a {
	color: #fff;
	border-radius: 0px;
	background: #92cc2d !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cc2d', endColorstr='#6a9520'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#92cc2d), to(#6a9520)) !important; 
	background: -moz-linear-gradient(top,  #92cc2d,  #6a9520) !important; 
}
#nav ul a:hover {
	color: #fff !important;
	background: #92cc2d !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92cc2d', endColorstr='#6a9520'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#92cc2d), to(#6a9520)) !important; 
	background: -moz-linear-gradient(top,  #92cc2d,  #6a9520) !important; 
}
#nav ul {
	background: #ddd;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); 
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); 
	display: none;
	margin: 0px;
	padding: 0px;
	width: 170px;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 55;
}
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index: 70;
	background: none;
}
#nav ul li a{
	border-radius: 0px;
	background: none;
	color: #222;
	font: 12px/0.3 arial,sans-serif;

}
/* 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{
	width: 88%;
	padding: 10px 5%;
	margin: 204px auto;
	color: #444;
	font: 1em/1.1 arial,sans-serif;
	background: #FFFFFF;
	border-radius: 0px 0px 5px 0px;
	border: 1px solid #CCC;
	box-shadow: 0px 5px 20px #999;
	z-index: 40;
	min-height: 1200px;
}
#content ul{list-style: none; margin: 0px; padding: 0px;}
#content li{ 
	margin: 2px 0px 20px 15px;
	border-bottom: 1px solid #eee;
	padding: 0px 0px 15px 0px;
}
#content li a{
	text-decoration:none;
	color: #111;
	font-weight: bold;
	font: 1.6em/1.3 arial,sans-serif;
}
#content li a:hover{
	color: #888;
}
#footer{
	width: 88%;
	font: 0.8em/1 arial,sans-serif;
	color: #EFEFEF;
	padding: 20px 1% 10px 1%;
	margin-top: 35px;
/*	position: absolute;
	top: 1500px;
	left: 2%;
*/
float: right;
}
#ad{
	position: absolute;
	top: 110px;
	left: 50%;
	width: 728px;
	margin-left: -364px;
}

.clear{
	clear: both;
}

#search{
	position: absolute;
	top: 20px;
	left: 75%;
}
#search input[type=submit]{
	width: 80px;
	font: 1em/1 arial,sans-serif;
	color: #fff;
	background: #92cc2d;
	border: 1px solid #6a9520;
	padding: 2px 0px 5px 0px;
	margin-right: 20px;
	text-shadow: 0px 1px 1px #6a9520;
}
#search input[type=text]{
	width: 120px;
	font: 0.8em/1 arial,sans-serif;
	height: 22px;
}

#category{
	font: 1.2em/1 arial,sans-serif;
	color: #222;
	margin: 5px;
	text-align: right;
}
#pages{
	margin: 10px 0px 30px 60%;
float: right;
}
#pages a{
	font: 0.9em/1 arial,sans-serif;
	width: 35px;
	height: 25px;
	margin: 15px 5px 5px 5px;
	padding: 12px 0px 0px 0px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #bbb #bbb #999 #bbb;
	text-align: center;
	float: left;
	background: #FFFFFF;
	color: #444;
	display:block;
	text-decoration: none;
}
#pages a:hover{
	box-shadow: 1px 1px 0px 0px #000;
	color: #000;
}

