body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/background_products.jpg) repeat-x #FFF;
}
#container{
	width:950px;
	margin:0 auto;
}
#header{
	width:950px;
	height:114px;
	background:url(../images/bg_banner.jpg) no-repeat;
}
#navigation{
	float:right;
	width:690px;
	padding-top:74px;
}
#navigation_link{
	float:right;
	background:url(../images/nav.jpg) repeat-x;
	font-size:16px;
	color:#333;
	line-height:40px;
	height:40px;
	width:100px;
	text-align:center;
}
#navigation_link a{
	color:#333;
	text-decoration:none;
}
#navigation_link a:hover{
	float:right;
	background:url(../images/nav_hover.jpg) repeat-x;
	font-size:16px;
	color:#fff;
	line-height:40px;
	height:40px;
	width:100px;
	text-align:center;
}
#navigation_spacer{
	width:2px;
	height:40px;
	float:right;
}
#banner{
	width:950px;
	height:201px;
	padding:10px 0;
}
/* begin: slideshow */
.slideshow {
	position:relative;
    padding:0px;
	margin:0px 0px 0px 160px;
}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:200px;
	padding:10px 0;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:-160px;
	top:1px;
}
.slideshow .buttons {
    display:none;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	left:457px;
	top:150px;
	margin:0;
	height: 31px;
	width: 266px;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	width:32px;
	height:32px;
	margin:0;
	margin-left:5px;
	line-height:32px;
	background-image:url(../images/navigation_slider.png);
	background-repeat:no-repeat;
    font-size:11px;
	color:#000;
	text-align:center;
}
.slideshow .buttons li a {
	float:left;
    text-decoration:none;
	width:32px;
    height:32px;
	height:32px;
	color:#000;
	outline:0;
}
.slideshow ul.buttons li a:hover {
    text-decoration:none;
    color:#FFF;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#FFF;
	background-image:url(../images/navigation_sliders.png);
}
/* end: slideshow */
#products{
	width:950px;
	height:145px;
	padding:5px 0;
}
#product_scroller{
	width:948px;
	height:149px;
	background:#FFF;
	border:1px solid #CCC;
	overflow:auto;
	white-space: nowrap;
	padding:4px 0 0 0;
}
#product_scroller .offer{
	text-align:center;
	color:#04C0F0;
	font-size:11px;
}
#product_scroller .offer a{
	text-align:center;
	color:#04C0F0;
	font-size:11px;
	text-decoration:none;
}
#product_scroller .product{
	text-align:center;
	color:#333;
	font-size:12px;
}
#product_scroller .product a{
	text-align:center;
	color:#333;
	font-size:12px;
	text-decoration:none;
}
#td_scroller{
	width:130px;
	text-align:center;
}
#content{
	width:630px;
	text-align:left;
	padding:20px 10px;
	float:left;
}
#content h1{
	font-size:24px;
	text-align:left;
	font-weight:100;
	color:#04C0F0;
	margin:0;
	padding:5px 0;
}
#content h2{
	font-size:18px;
	text-align:left;
	font-weight:100;
	color:#333;
	margin:0;
	padding:5px 0;
}
#content h3{
	font-size:16px;
	text-align:right;
	font-weight:100;
	color:#666;
	margin:0;
	padding:0;
}
#content p{
	font-size:14px;
	text-align:left;
	font-weight:100;
	color:#666;
	margin:0;
}
#content p a{
	color:#04C0F0;
	text-decoration:underline;
}
#sidebar{
	width:270px;
	float:right;
	padding: 30px 0;
}
#sidebar_box{
	width:268px;
	height:78px;
	float:left;
	padding:0;
	margin-bottom:10px;
	background:#E1E1E1;
	border:1px solid #C7C7C7;
}
#sidebar_img{
	width:80px;
	height:78px;
	float:left;
}
#sidebar_text{
	width:168px;
	height:63px;
	float:right;
	padding: 15px 10px 0 0;
	color: #333;
}
#sidebar_text a{
	text-decoration:none;
	color:#333;
}
#footer_container{
	height:92px;
	background:url(../images/footer_bg.jpg) repeat-x;
	float: left;
	width:100%;
}
#footer{
	width:950px;
	height:62px;
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align:left;
	font-size:12px;
	color:#FFF;
}
#footer a{
	text-align:left;
	font-size:12px;
	color:#04BFF0;
	text-decoration:none;
}
