/* CSS Document */

body{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#5D5D5D;
	background-color:inherit;
	
}
*{
	margin:0;
	padding:0;
	}
img{
	border:none;
	outline:none;
	}

ul,li{
	list-style:none;
	}
	
.clear{
	clear:both;
	}	

a{
	color:#FB0808;
	font-weight:bold;
	text-decoration:none;
	}

a:hover{
	color:#C51706;
	text-decoration:none;
	}
h1,h2,h3{
	color:#000;
	font-weight:normal;
}
h1{
	font-size:24px;
	line-height:25px;
	margin-bottom:18px;
}
h2{
	font-size:20px;
}
lable{
	margin:0;
	padding:0;
}
/*----------------general end------------*/
#wrapper{
	width:960px;
	margin:0 auto;
}
#header{
	position:relative;
	width:960px;
	height:256px;
	margin-bottom:1px;
	background:url(images/header-bg.jpg) no-repeat 100% 0;
}
#header #logo{
	position:absolute;
	top:48px;
	left:44px;
	width:248px;
	height:168px;
}
/*----------------header end------------*/

#topNav{
	width:960px;
	height:30px;
	margin-bottom:2px;
	background:url(images/top-nav-bg.gif) no-repeat 0 0;
}
#topNav ul{
	float:left;
	width:auto;
}

#topNav ul li{
	float:left;
	width:auto;
}
#topNav ul li a{
	display:block;
	padding:0 30px;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	}

#topNav ul li a#active,
#topNav ul li a:hover{
	color:#CC0606;
	padding:0 29px;
	border:1px solid #ADB9C2;
	background:url(images/nav-hover.gif) repeat-x 0 0;
}

#topNav .login{
	float:right;
	width:61px;
	line-height:30px;
	color:#fff;
	padding-left:26px;
	margin-right:22px;
	background:url(images/login-icon.gif) no-repeat 0 50%;
}
#topNav .login a{
	color:#fff;
	}
	
/*----------------topNav end------------*/

#content{
	width:960px;
	padding:35px 0 30px;
	background:url(images/content-top-bg.gif) repeat-x 0 0;
}
#content #leftPanel{
	float:left;
	width:245px;
}

#content #leftPanel #search{
	width:181px;
	border:1px solid #87C7FF;
	padding:14px 31px 22px;
	margin-bottom:24px;
	color:#1C5EC0;
	font:bold 11px Tahoma, Arial, sans-serif;
	background:url(images/search-bg.gif) #BDE0FF repeat-x 0 0;
}

#content #leftPanel #search p{
	clear:left;
	padding-bottom:10px;
}

#content #leftPanel #search .state{
	float:left;
	width:auto;
	margin:0 5px 10px 0;
}
#content #leftPanel #search .state select{
	margin:3px 0 0 0;
	width:84px;
}

#content #leftPanel #search .select1{
	margin-left:50px;
	}

#content #leftPanel #search .select2{
	width:40px;
	margin-left:38px;
	}
#content #leftPanel #search .select3{
	margin-left:42px;
	}
#content #leftPanel #search .select4{
	width:40px;
	}
#content #leftPanel #search .to{
	padding:0 17px;
	}
	
#content #leftPanel #search .go-btn{
	background:url(images/go-btn.gif) no-repeat 0 0;
	width:26px;
	height:20px;
	border:0;
	cursor:pointer;
	margin-left:148px;
	}
	
#content #leftPanel  .news{
	color:#3E3E3E;
	font-size:11px;
	margin-bottom:22px;
	}
#content #leftPanel  .news h2{
	margin-bottom:10px;
	color:#3E3E3E;
	}
#content #leftPanel .news span{
	color:#195BBD;
	font-weight:bold;
	display:block;
	}
#content #leftPanel .dial{
	background:url(images/dial-bg.jpg) no-repeat 0 0;
	width:226px;
	height:44px;
	font-size:14px;
	color:#3E3E3E;
	padding:12px 0 0 18px;
	}
#content #leftPanel .dial span.gray{
	color:#666666;
	}
#content #leftPanel .dial span.blue{
	color:#1D52CF;
	}

/*----------------leftPanel end------------*/

#content #rightPanel{
	width:691px;
	float:right;
	}
	
#content #rightPanel h2{
	margin:32px 0 12px;
	}
#content #rightPanel img.featured-product{
	float:left;
	margin:0 19px 15px 0;
	border:1px solid #D7D7D7;
	}
#content #rightPanel p.header1{
	color:#1A5CBF;
	font-size:17px;
	}
	
#content #rightPanel .categories{
	width:212px;
	float:left;
	font-size:11px;
	margin:0 26px 0 0;
	}



#content #rightPanel #last-cate{
	margin-right:0;
	}

#content #rightPanel p.blue1{
	color:#1A5CBF;
	}
#content #rightPanel .categories img{
	border:1px solid #CCCCCC;
	padding:4px 5px;
	margin-bottom:5px;
	}

/*----------------rightPanel end------------*/

#content #rightPanel #footer{
	width:960px;
	background:url(images/footer.gif) repeat-x 0 0;
	height:65px;
	color:#5B6D6A;
	text-align:center;
	padding:15px 0 0;
	font-size:11px;
}

#content #rightPanel #footer ul{
	text-align:center;
}
#content #rightPanel #footer ul li{
	display:inline;
	padding:0 7px;
	background:url(images/footer-divider.gif) no-repeat 100% 50%;
}

#content #rightPanel #footer .none{
	background:none;
}
#content #rightPanel #footer li a{
	color:#242424;
	font-weight:normal;
}
#content #rightPanel #footer li a:hover{
	color:#595858;
}


#content #rightPanel #footer .design{
	color:#0058D5;
}

