/* CSS Document */
#wrapper{
	background-image: url(../images/top-bg.jpg);
    background-repeat: repeat-x;
    background-color: #F1F1F3;
    background-position: top center;
    
}
#main{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #F1F1F3;
}
#banner{
	width: 1020px;
	height: 163px;
	background: #FFF;
}
#demo{
	width: 1020px;
	height: 340px;
	background: #F1F1F3;
}
#content{
	width: 980px;
	background: #F1F1F3;
	padding: 20px;
	margin-top: 5px;
}
#footer{
	font-size: 10px;
    background-color: #003055;
    width: 100%;
    height: 26px;
    line-height: 26px;
}
img{
	border: 0;
}	
.product-img{
    width: 185px;
    padding-right: 20px;
    float: left;
}
.product-desc{
    float: left;
    width: 362px;
    padding-top: 70px;
}
#right-col{
	width: 293px;
	float: left;
	padding: 10px;
    margin-top: 20px;
}
#left-col{
	width: 585px;
	float: left;
	margin-right: 100px;
	padding: 10px;
    margin-top: 20px;
}
.leftof{
	float: left;
	width: 220px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 4px;
}
.rightof{
	float: left;
	width: 230px;
	padding-bottom: 5px;
}
.rightof input{
	width: 230px;
	border: 1px solid #57585B;
	padding-bottom: 5px;
}
.rightof textarea{
	width: 230px;
	height: 70px;
	border: 1px solid #57585B;
	padding-bottom: 5px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.borders{border-collapse:collapse;}
.borders td{
	padding: 5px;
}
.cat-box{
    padding: 0 0 10px 0;
    width: 100%;
}
