html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, img, form, input{
 	margin: 0; padding: 0; 
 }
body{
	font: 13px verdana,  arial, sans-serif;
	background: #727272 url(../images/bg.gif) repeat center;
	text-align: center;/*ie5 center*/
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
.cls{
	clear: both;
}
/*----top
----------------*/
.top{
	background: #FFF url(../images/bg_top.gif) no-repeat center top;
	font: 12px verdana, arial, sans-serif;
	height: 79px;
	margin: 6px auto 0;
	position: relative;
	width: 976px;
}
.logo{
	position: absolute;
	left: 25px;
	top: 15px;
}
/*---nav
-------------------*/
#nav ul li{
	display: inline;
	float: left;
}
#nav ul li ul { 
	background: none;
	left: -999em; 
	position: absolute;
	text-align: left;
	width: 10em;
	z-index: 999;
}
#nav ul li ul li{ 
	background: #CC092F;
	border-bottom: 1px solid #ac1a2f;
	border-top: 1px solid #e70033;
	width: 10em;
}
#nav ul li:hover ul, #nav ul li.sfhover ul { /* lists nested under hovered list items */
		left: auto;/*show the hidden down menu*/
	}

.topmenu{	
	text-transform: capitalize;
	position: absolute;
	right: 3px;
	top: 8px;
	width: 230px;
	z-index: 999;
}
.topmenu ul a{
	color: #444;
	display: block;
	padding: 6px 0 6px 9px;
}
.topmenu ul a:hover{
	color: #FFF;
	display: block;
	padding: 6px 0 6px 9px;
}
.topmenu ul li a span{
	padding: 6px 9px 6px 0;
}
.topmenu ul li a:hover{
	background: transparent url(../images/nav_bg.gif) no-repeat left top;
	color: #FFF;
}
.topmenu ul li a:hover span{
	background: transparent url(../images/nav_bg.gif) no-repeat right top;
	padding: 6px 9px 0 0;
}
.topmenu ul li ul li a{ 
	background: none;
	color: #FFF;
	width: auto;
}
.topmenu ul li ul li a:hover{ 
	background: #e0e0e0;
	color: #000;
	width: auto;
}

.menu{
	font-size: 15px;
	position: absolute;
	right: 8px;
	top: 44px;
	width: 390px;
	z-index: 990;
	text-align: left;
}
.menu ul{
	background: transparent url(../images/menu_bg.gif) no-repeat left bottom;
	height: 35px;
}
.menu ul li{
	font-weight: bold;
	line-height: 35px;
	width: 130px;
}
.menu ul li:hover{
	background: transparent url(../images/menu_on.png) no-repeat center bottom;
	color: #FFF;
	width: 130px;
}
.menu ul li:hover a{
	color: #FFF;/* for main menu white while mouse over the dropdown menu*/
}
.menu ul li a{
	color: #444;
	display: block;
	text-align: center;
}
.menu ul li a:hover{
	background: transparent url(../images/menu_on.png) no-repeat center bottom;
	color: #FFF;
	display: block;
	height: 35px;
}
.menu ul li ul li{
	line-height: 25px;
	font-weight: normal;
}
.menu ul li ul li a{
	background: none;
	color: #FFF;
	display: block;
	padding: 2px 0 2px 9px;
	width: auto;
	text-align: left;
}
.menu ul li ul li a:hover{
	background: #e0e0e0;
	color: #000;
	display: block;
	height: auto;
	padding: 2px 0 2px 9px;
	width: auto;
}
.menu ul li.selected a{
	background: transparent url(../images/menu_on.png) no-repeat center bottom;
	color: #FFF;
}
.menu ul li.selected ul li a{
	background: none;
	color: #FFF;
}
.menu ul li.selected ul li a:hover{
	background: #e0e0e0;
	color: #000;
	display: block;
	height: auto;
	padding: 2px 0 2px 9px;
	width: auto;
}
/*-----banner
----------------*/
.banner{
	background: #3f3f3f url(../images/bg_border.gif) repeat-y center top;
	margin: 0 auto;
	width:976px;
}
.linegap_top{
	background: #101010;
	border-bottom: 1px solid #666;
	height: 14px;
	margin: 0 auto;
	width: 960px;
}
.linegap_bottom{
	background: #101010;
	border-top: 1px solid #666;
	height: 14px;
	margin: 0 auto;
	width: 960px;
	clear: both;
}
/*-----main
----------------*/
.main{
	background: #fff url(../images/bg_border.gif) repeat-y center top;
	margin: 0 auto;
	width:976px;
}
.item{
	background: transparent url(../images/item_bg.gif) repeat-x left top;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.item a:hover{
	text-decoration: underline;
}
.item ul{
	overflow: hidden;
	border: none;
}
.item ul li{
	display: inline;
	float: left;
	height: 180px;
	width: 310px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.item ul li.itembg{
	background: transparent url(../images/item_bg.jpg) no-repeat left top;
	margin: 15px 0 0 7px;
}
.pic{
	position: absolute;
	left: 15px;
	bottom: 20px;
}
.info{
	margin: 30px 0 0;
	position: absolute;
	right: 15px;
	width: 140px;
}
.info h1{
	border-bottom: 1px solid #353535;
	color: #000;
	font: 15px Arial, verdana, sans-serif;
	font-weight: bold;
	padding: 0 0 3px;
	text-transform: capitalize;
}
.info p{
	color: #444;
	margin: 10px 0 5px;
}
.info a {
	color: #cc092f;
	margin: 5px 0 0;
}
.bottombg{
	background: transparent url(../images/bg_bottom.gif) no-repeat center bottom;
	height: 20px;
	margin: 0 auto;
	width: 960px;
}
/*---footer----*/
.footer{
	color: #FFF;
	font-size: 11px;
	height: 30px;
	padding: 10px 0;
	width: 976px;
	margin: 0 auto;
}
