/* CSS Document */

body{
	padding:0px 0 0px 0;
	margin:0;
	background-color:#D0D0D0;
	color:#000;
	background-image: url(../images/smart-select-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}


ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

/*------------------------------------------------body--------------------*/
#body{
	width:960px;
	padding:10px 0px 13px 0px;
	margin:0 auto;
}



/*------------------------------------------------main--------------------*/
#main{
	width:600px;
	float:right;
}
#main p.mainTop{
	display:block;
	width:585px;
	height:26px;
}

#product-shot{
	width:350px;
	float:left;
	margin-left: 2px;
}


/*------------------------------------------------main--------------------*/

/*------------------------------------------------body--------------------*/

/* Menus */

#menu {
	width: 960px;
	height: 46px;
	margin: 0 auto;
	border: 0;
	background: url(../tab-images/menu-bg.png) repeat-x;

}

#topmenu {
	width: 967px;
	height: 40px;
	margin: 0 auto;
	border: 0;
	font-size: 8pt;
	color: #000;
	font: Verdana;
	letter-spacing: 0px;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../images/menu-bg.png) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	width: 960px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#666666;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	border-right: 1px;
	border-color: #FFCC00;
}

.glossymenu li a b{
	float: left;
	display: block;
		padding: 0 24px 0 10px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #FFFFFF;
	background: url(../tab-images/menu_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #FFFFFF;
	background: url(../tab-images/menu_hover_right.png) no-repeat right top;

}

/*------------------------------------------------bodyBottom--------------------*/

#wrapBottom{
	width:100%;
	background:url(../images/body_bottom_bg.gif) 0 0 repeat-x #848484;
	margin:0 auto;
}

#bodyBottom{
	width:960px;
	color:#fff;
	padding:20px 0px 20px 0px;
	margin:0 auto;
}
#left-promo{
	width:320px;
	float:left;
	font-size: 8pt;
	font: Verdana;
	margin-right: 15px;
	padding-left: 15px;
}

#right-promo{
	width:320px;
	float:left;
	font-size: 8pt;
	font: Verdana;
	margin-right: 15px;
	padding-left: 10px;
}

/*------------------------------------------------bodyBottom--------------------*/


/*------------------------------------------------footer--------------------*/
#footer{
	width:980px;
	height:100px;
	margin:0 auto;
	background:url(../images/footer_bg.jpgOFF) 0 0 no-repeat;
	position:relative;
}
#footer ul{
	width:873px;
	position:absolute;
	left:31px;
	top:27px;
}
#footer ul li{
	float:left;
	color:#D0D0D0;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	color:#FFFFFF;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:0 px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#FFFFFF;
}
#footer p.copyright{
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#FF9900;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:49px;
}

#footer a.xht{
	width:98px;
	height:20px;
	position:absolute;
	left:757px;
	top:23px;
}
#footer a.xht:hover{
}
#footer a.cs{
	width:98px;
	height:20px;
	position:absolute;
	left:866px;
	top:23px;
}
#footer a.cs:hover{
}
#footer img{
	position:absolute;
	left:880px;
	top:51px;
	width:84px;
	height:26px;
}
#footer p.design{
	font:10px/19px Arial, Helvetica, sans-serif;
	color:#333333;
	position:absolute;
	left:31px;
	top:55px;
	width: 484px;
}
#footer p.design a{
	color:#555555; background-color:inherit; text-decoration:none;
	}
#footer p.design a:hover{
	color:#999999;
	background-color:inherit;
	}
/*------------------------------------------------footer--------------------*/

