/* CSS Document */
#shade-bg{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image: url(../images/shade-bg.png);
	background-repeat: repeat-y;
	padding: 0 20px;
}
#main{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	background: #FFF;
}
#banner{
	width: 1020px;
	height: 280px;
	background-color: #FFF;
}
#logo{
	width: 1020px;
	height: 150px;
	background-color: #FFF;
}
#slides{
	width: 1020px;
	height: 280px;
}
#slide{
	width: 762px;
	height: 502px;
}
#hot-buttons{
	width: 1020px;
	margin-bottom: 5px;
	background: #FFF;
}
.border-box{
	border: 1px solid #000;
	border-radius: 4px;
	padding: 10px;
}
.subcat-box{
	margin-bottom: 10px;
}
.product-box{
	float: left;
	width: 237;
	margin-bottom: 10px;
}
.product-descript{
	color: #818285;
	padding: 5px 5px 5px 10px;
	width: 222px;
	margin-top: 3px;
}
.subcat-descript{
	color: #818285;
	padding: 5px 5px 5px 10px;
	margin-top: 3px;
}
.hot{
	width: 251px;
	float: left;
	margin-right: 5px;
}
#content{
	width: 980px;
	background: #FFF;
	padding: 20px;
	margin-top: 5px;
}
#footer{
	width: 1020px; 
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	background: #DA0000;
	color: #000;
	text-align: left;
	font-size: 14px;
}
#footer a:link{
	color: #000;
}
#footer a:hover{
	color: #FFF;
}
img{
	border: 0;
}	
#left-col{
	width: 200px;
	float: left;
    padding: 10px;
}
#right-col{
	width: 780px;
	float: left;
	padding: 10px;
}
.ratings{
	width: 200px;
	float: left;
	margin-left: 20px;
}
#one-col{
	padding: 10px 30px 10px 30px;
}
.leftof{
	float: left;
	width: 160px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 4px;
}
.rightof{
	float: left;
	width: 230px;
	padding-bottom: 5px;
}
.rightof input{
	width: 230px;
	border: 1px solid #726568;
	padding-bottom: 5px;
}
.rightof select{
	width: 230px;
	border: 1px solid #726568;
	padding-bottom: 5px;
}
.rightof textarea{
	width: 230px;
	height: 70px;
	border: 1px solid #726568;
	padding-bottom: 5px;
}
.qty-field{
	width: 25px;
	border: 1px solid #726568;
	text-align: center;
}
/* 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 */

.textfield{
	border: 1px solid #726568;
	margin-bottom: 5px;
}
select{ 
	padding: 3px;
	border:1px solid #726568; 
	color:#000; 
	margin:0;
}
.button{
	background-color: #000;
	border: 1px solid #DA0000;
	color: #FFF;
	padding: 6px;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	border-radius: 4px;
}
.button:hover{
	background-color: #DA0000;
	border-color: #000;
}
.home-button{
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 27px;
	background: url(../images/buttons/consulting-2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 185px;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: justify;
}
.home-button:hover{
	border-color: #DA0000;
	color: #DA0000;
}
.home-button-2{
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 27px;
	background: url(../images/buttons/training.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 185px;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: justify;
}
.home-button-2:hover{
	border-color: #DA0000;
	color: #DA0000;
}
.home-button-3{
	width: 300px;
	height: 200px;
	float: left;
	background: url(../images/buttons/accreditation.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 185px;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: justify;
}
.home-button-3:hover{
	border-color: #DA0000;
	color: #DA0000;
}
.button-title{
	color: #DA0000;
	text-align: center;
	margin: 4px 0;
	border-top: 1px solid #000;
}