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

body,ul{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	width:100%;
	
}
body{
	background: url('back-21.png') repeat;
	width:100%;
}
#main{
	width:100%;
	margin:0 auto;

	
}
#header{
	width:100%;
	height:100px;
	background: url('menback-21.png') repeat;
	float:left;
	margin-bottom:30px;
	
	
}
#header a{
	width:500px;
	height:100px;
	float:left;
	margin:10px 0px 0px 4%;
	
}
#header a img{
	border:none;
	
}
#search{
	float:right;
	height: 28px;
	width: 300px;
	margin-top:30px;
	
	
}
#search input[type=text]{
	background: #EDEDED;
	height:25px;
	width:200px;
	float:left;
	border:1px solid #FFF;
	border-radius:2px;
    
}
#search input[type=submit]{
	background: #FF9900;
	height:30px;
	width:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	float:left;
	border:none;
	margin-left:8px;
	border-radius:2px;
}


#nav{ 
     
	padding: 10px 0px;
	width: 80%;
	float:left;
	margin-left:10%;
	background: url('menback-21.png') repeat;
	list-style: none;
	border-radius:5px;
}
#nav li a{ 
	color: #EDEDED;
	text-decoration: none;
	font: 20px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 4px;
	margin:20px;
	
}
        

#nav ul{                
 	margin: 20px;
    list-style:none; 
}
#nav li ul li a{ 
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF9900 ;
	display:block;
	width:120px;
	padding:5px 20px;
	margin:0;
	float: left;
}
#nav li ul a:hover{
        
	    color: #EDEDED;

}
#nav li ul li a{
	padding-left:30px;
	background-image: url('menicon-21.png');
	background-repeat:no-repeat;
	background-position:2px 9px;
}

#content{
	width:74%;
	float:left;
	padding: 10px 3%;
	margin-left:10%;
	margin-bottom:3%;
	color: #444;
	font: 0.9em/1.1 arial,sans-serif;
	background: #ededed;
	border-radius:5px;
	
}
#category {
    color: #453023;
    font: 30px  "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 18px;
    text-align:left;

}
#content ul{list-style: none; margin: 0px; padding: 0px;}

#content li{ 
	margin: 2px 0px 20px 15px;
	border: 1px solid #CCC;
	padding: 15px ;
	background:#f7f7f7;
	border-radius:5px;
   --moz-border-radius:5px; /* Firefox */
   -webkit-border-radius: 5px; /*safari*/ 
   -khtml-border-radius: 5px;
   -o-border-radius: 5px;/* opera */
   behavior: url(/border-radius.htc);
}
#content li:first-child{
	margin-top: 20px;
}
#content li a{
	text-decoration:none;
	font: 1.8em/1.3  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FF9900;
}
#content li a:hover{
	color: #becf16;
}
#pages{
	margin:30px 0px 0px 20px;
	height:30px;
}

#pages a{
	text-decoration:none;
	color:#565656;
	padding:6px 9px;
	border:1px solid #FFF;
	font: 0.9em/1  "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FF9900;
	color:#FFF;
}
#pages a:hover{
	color: #000;

}
#ad{
	width:728px;
	margin:0 auto;
}
#footer{
	width:100%;
	height:25px;
	margin-top:3%;
	padding:1% 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	text-align: center;
	color: #FF9900;
	background:url('menback-21.png') repeat;
}
