@import url(content.css);
@import url(category.css);
@import url(accordion.css);
@import url(fspform.css);


html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
dl, dt, dd, ol, ul, li
{
	padding:0;
	margin:0;
	
}
body{
	background:#fff;
	text-align:center;
	font-size: 12px;  
	font-family:Arial, Helvetica, sans-serif; 
	color:#000;
}
ul,ol{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	border:none;
}
address{
	margin:10px 20px;
}
h1{
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
}
#right h1{
	padding-top:10px;
	margin-bottom:15px;
}
a:link,a:visited{
	text-decoration:none;
	color:#0073B9;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
input[type="image"],input[type="submit"],input[type="button"]{
	outline:none;
}
#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}


#header{
	height:63px;
	position:relative;
}
#logo{
	position:absolute;
	right:20px;
	top:9px;
}
table{
	border-collapse:collapse;
	border-color:#999999;
}
.cartTop{
	position:absolute;
	right:80px;
	bottom:4px;
	width:200px;
	color:#bbb;
	text-align:center;
}
.cartTop img{
	position:relative;
	top:4px;
}
.cartTop a:link,.cartTop a:visited{
	color:#bbb;
}

#headerNav{
	position:absolute;
	bottom:0;
	right:548px;
}
* html #headerNav{
	bottom:-1px;
}
#headerNav li{
	float:left;
	text-align:center;
	background:url(../images/nav_header.png);
	width:138px;
	margin:0 2px;
	height:22px;
	line-height:22px;
}
#headerNav li a:link,#headerNav li a:visited{
	color:#fff;
}
#headerNav li a:hover{
	color:#FFCC33;
}

#headerSepBanner{
	height:7px;
	background:url(../images/header_line.png) no-repeat;
	font-size:0;
	line-height:0;
}
#flashHolder{
	height:200px;
}
#toolBar{
	height:25px;
	background:#69C0ED;
	color:#fff;
	position:relative;
	line-height:24px;
	padding-left:25px;
	
}
#FSPtoolBarSearchForm{
	position:relative;
	height:25px;
	padding:0;
	margin:0;
}
#FSPtoolBarSearchForm .FSPinput{	
	border:none;
	height:14px;
	width:193px;
	background:#fff;
	position:absolute;
	top:4px;
	left:43px;
	font-size:11px;
}
#FSPtoolBarSearchForm .FSPsubmit{	
	border:none;
	height:16px;
	width:15px;
	background:url(../images/toolbar_submit.png) no-repeat;
	font-size:0;
	line-height:0;
	position:absolute;
		top:4px;
		left:245px;
		cursor:pointer;
}
#toolBar .FSPlink{
	position:absolute;
	right:23px;
	top:0;
}
#toolBar .FSPlink a:link,#toolBar .FSPlink a:visited{
	color:#fff;
}
#toolBar .FSPlink a:hover{
}
#FSPCall{
	position:absolute;
	left:435px;
	top:1px;
}

#content{
	padding:10px 0px;
}
#contentIn{
	position:relative;
	min-height:800px;
}
* html #contentIn{
	height:800px;
}
#left{
	float:left;
	width:162px;
	
	position:relative;
	z-index:10000;
}
#categoryNav{
	width:162px;
	height:266px;
	
}
.siteInfo .wrap_top{
	background:url(../images/cate_top.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
.siteInfo .wrap_bottom{
	background:url(../images/cate_bottom.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
.siteInfo  .wrap{
	background:url(../images/cate_middle.png) repeat-y;
}

#subscribe{
	margin-top:8px;
}

#subscribeContent .wrap_top{
	background:url(../images/cate_top.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
#subscribeContent .wrap_bottom{
	background:url(../images/cate_bottom.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
#subscribeContent  .wrap{
	padding-left:2px;
	padding-right:1px;
	background:url(../images/cate_middle.png) repeat-y;
}
.subscribeForm{
	margin:0px;
}

#shoppingcartContent .wrap_top{
	background:url(../images/cate_top.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
#shoppingcartContent .wrap_bottom{
	background:url(../images/cate_bottom.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
#shoppingcartContent  .wrap{
	background:url(../images/cate_middle.png) repeat-y;
	padding:0 6px;
}

#categoryNav .wrap_top{
	background:url(../images/cate_top.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
#categoryNav .wrap_bottom{
	background:url(../images/cate_bottom.png) no-repeat;
	height:8px;
	line-height:0;
	font-size:0;
}
#categoryNav  .wrap{
	background:url(../images/cate_middle.png) repeat-y;
	padding-bottom:2px;
}
.siteInfo{
	width:162px;
	margin-top:8px;
}
.siteInfo ul{
	margin:0 6px 0 5px;
	padding-bottom:2px;
}
#right{
	float:right;
	width:832px;
	
	position:relative;
	
	z-index:1000;
}
.customerService{
	background:url(../images/bg_siteinfotitle.jpg) no-repeat;
	width:143px;
	height:25px;
	margin:0 auto;
	color:#fff;
	line-height:24px;
	padding-left:8px;
	margin-bottom:1px;
}
#footer{
	height:30px;
	line-height:30px;
	text-align:center;
	border-top:1px solid #777;
	clear:both;
	margin-top:25px;
}
/*content*/
.content{
	padding:5px 30px;
	font-size:8pt;
	font-family:Verdana;
}
#indexDefault .content{
	padding:0;
}
/*misc*/
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}


#middlebanner{
	text-align:center;
	padding-top:3px;
}

#loginDefault .forward input{
	padding-left:5em;
}

#loginDefault .important{
	float:left;
	text-align:right;
	width:20em;
}

.siteInfo .wrap .infomationBoxActive a:link,
.siteInfo .wrap .infomationBoxActive a:visited{
	color:#0073B9;
}


