#banner-holder{
	width:100%;
	margin-top:-25px;
	position:relative;
	text-align:center;
	overflow:hidden;
	background-image: url(../rotating_banner/images/cool/thumbnails_bckg_full.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
	
	#banner{
	width:3000px;
	height:502px;

	display:block;
	position:relative;

	
	
	
	}
#logo img{
	margin:0px !important;
	}
#menu{
	margin-top:-80px!important;
}


#left_side{
	width:665px;
	display:inline-block;
	float:left;
	
	}
.content_box{
	width: 275px;
	margin-left: 0px;
	margin-right: 46px;
	float: left;
	

	}
.content_box p{

	margin-bottom:10px;
	}
.content_box h1{
	margin-top:20px;
	margin-bottom:20px;
	line-height:20px;
	}
.content_box li{
	font-weight:bold;
	margin-left:30px;
	line-height:20px;
	
	color:#515151;

	}
.content_box img{
	margin-bottom:20px;
	margin-left:-3px;
	position:relative;
		}
.content_box.top{
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	background-position: left bottom;	
	margin-bottom:15px;
	padding-bottom:15px;
	min-height:360px;
	}
.product_cat_links{
	margin-bottom:40px;
	}

#right_side{
	width:312px;
	
	display:inline-block;
	float:left;
	
	}
#news{
	background:#FFF;
	width:100%;
	padding-left:25px;
	padding-bottom:10px;
	margin-bottom:5px;

	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);
     box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);

	
	
	}
#news h1{
	line-height:50px;
	
	}
.date{
	font-size:11px;
	color:#999;
	line-height:18px;
	
	}
.cis li{
	font-weight:normal;
	}
#news p{
	font-size:13px;
	margin-bottom: 10px;
	color: #333333;
	margin-right: 15px;	
	}
.news{
	margin-bottom:15px;
	
	}
.button-more{
	display:block;
	width:58px;
	height:18px;
	background-image:url(../images/more_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	
	}
.button-more:hover{
	cursor:pointer;
	background-image:url(../images/more_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;	
	
	}
.button-more a{
	width:100%;
	height:100%;
	display:block;
	}
#contact{

	background:#FFF;
	width:100%;
	padding-left:25px;
	padding-bottom:10px;
	margin-bottom:35px;
	
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);
     box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	
	
	}
#contact h1{
	line-height:60px;
	
		}
#contact p{
	font-size:13px;
	margin-bottom:10px;
	margin-right:15px;
	
	}
#contact input[type=text]{
	height:20px;
	width:270px;
	padding:5px;
	border:#CCC 1px solid;
	margin-bottom:10px;
	
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	
	}
#contact textarea{
	height:150px;
	width:270px;
	padding:5px;
	border:#CCC 1px solid;
	margin-bottom:10px;
	
	moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 5px 5px 5px 5px;
	
	}
#contact input[type=image]{
	height:36px;
	width:110px;
	float:right;
	margin-right:25px;
	background-image: url(../images/submit_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px;
	
	
	}
	
#contact input[type=image]:hover{
	cursor:pointer;
	background-image: url(../images/submit_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}