/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c8c8c8;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}


div#container{
	margin:auto;
	margin-top:0px;
	padding-top:0px;
	position:relative;
	width:900px;
	height:auto;
	text-align:left;
	background-image: url(../images/background/tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
}

div#content{
	padding-top:27px;
	height:100%;
	background-repeat: no-repeat;
	background-image:url(../images/background/header_top.gif);
	float:left;
	text-align:left;
}

div#leftBkg{
	position:relative;
	float:left;
	height:100%;
	margin-top:0px;
}

div#leftNav{
	margin-top:0px;
	float:left;
}

.leftAddress{
	width:191px;
	color:#6a7377;
	padding-top:20px;
	padding-left:23px;
	padding-bottom:20px;
	background-image:url(../images/left_nav/bottom.gif);
	background-repeat: repeat-y;	
}

.leftAddress b{
	font-size:12px;
	font-weight:bolder;
	color:#b0c2cb;
}

.leftAddress a:link, a:visited{
	color:#6a7377;
}

.leftAddress a:hover{
	color:#b0c2cb;
}

div#rightBkg{
	float:right;
}

div#middle{
	float:left;
}

div#mainNav{
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

div#bodyContent{
	width:466px;
	margin-left:2px;
}

div#headerContent{
	float:left;
}

div#copyContent{
	float:left;
	height:100%;
	margin-top:2px;
}

div#order{
	float:left;
	width:258px;
}

.orderHolder{
	border-top: 1px solid #eff0f1;
	border-bottom: 1px solid #afafaf;
	background-color:#e7e8e8;
	color:#12212c;
	padding-left:10px;
	padding-bottom:10px;
}

.title{
	padding-left:5px;
	padding-bottom:0px;
	/*background-color:#ccc;*/
	/*border: 1px solid #999;*/
	/*border:1px solid #ccc;*/
	/*color:#3a464c;*/
	font-size: 16px;
	font-weight:bolder;
	color:#2b3941;
}

.bodyInfo{
	padding-left:5px;
	padding-right:10px;
	color:#666;
	/*color:#3a464c;*/
}

p{
	margin-top:5px;
}
div#order .phone{
	font-size:12px;
	font-weight:bolder;
}

div#order a:link{
	color:blue;
}

div#order a:hover{
	color:#FF6600;
}

div#order a:visited{
	color:purple;
}

div#ad{
	float:right;
	text-align:right;
	padding-left:4px;
}
.featureBorder{
	background-color:#999;
	height:12px;
	width:466px;
}

.featurette{
	border-top: 1px solid #eff0f1;
	border-bottom: 1px solid #afafaf;
	background-color:#e7e8e8;
	color:#666;
	width:462px;
	padding: 2px;
	overflow:hidden;
}

.featurette img{
	float:left;
	padding-right: 10px;
}

.featureTitle{
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
	font-weight:bolder;
	color:#333;
}
	
.featureCopy{
	padding-right: 20px;
}

.testimonialsTitle{
	padding-left:5px;
	font-size: 12px;
	font-weight:bolder;
	/*background-color:#ccc;*/
	/*border: 1px solid #999;*/
	/*border:1px solid #ccc;*/
	background-color:#999;
	color:white;
	font-size: 12px;
	font-weight:bolder;
}

li{
	margin-left: 12px;
}

div#diagram{
	width:466px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.diagramBtn{
	background-color:#e3e3e3;
	border-top:1px solid #eff0f1;
	border-right: 7px solid #ccc;
}

.diagramBtn img{
	border:none;
}

div#prices{

}

.clearer{
	clear:both;
}

.priceTable table{
	float:left;
	width:466px;
	margin-bottom:12px;
}

.priceTable th{
	height:20px;
	background-color:#999;
	color:white;
	padding-left:5px;
	font-weight:bolder;
	border-bottom: 1px solid #eff0f1;
}

.priceTable th.type{
	width:180px;

}

.priceTable th.ptname{
	width:220px;
}

.priceTable th.bootsName{
	width:110px;
}

.priceTable th.bootsPrice{
	width:60px;
}

.priceTable th.sampleHeader{
	text-align:left;
}

.priceTable td.sample{
	text-align:left;
	left:0px;
	padding-left:0px;
	margin-left:0px;
	background-color:white;
}

.sampleCopy{
	width:460px;
	font-size:11px;
	color:#666;
	font-weight:bold;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:5px;
}

.comments{
	font-size:9px;
	width:150px;
	color:#999999;
}

.contactTitle{
	
}

.sampleComments{
	font-size:9px;
	color:#999999;
}

.priceTable td{
	padding-left:5px;
	color:#666;
	background-color:#e3e3e3;
	border-bottom: 1px solid #eff0f1;
}

.priceTable td.partName{
	padding-left:5px;
	background-color: #ccc;
	color: #666;
	border-bottom: 1px solid #eff0f1;
	font-weight:bolder;
}


div#footer{
	height:24px;
	text-align:center;
	background-image: url(../images/background/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	clear: both;
}

.footerText{
	color:#636970;
	font-size:9px;
	font-weight:bolder;
	padding-top: 7px;
	font-variant: small-caps;
}

.footerText a:link, a:visited {
	text-decoration:none;
	color:#636970;
}

.footerText a:hover {
	color:#999999;
}


-->

