@charset "UTF-8";
/* CSS Document */

h2 {
	clear: both;
	margin-top:15px;
}
.catPrice {
	font: 80% bold  Arial, Helvetica, sans-serif;
	color: #CC0000;
	list-style: none;
}

#catalogTOC dt{
	margin-left: 20px;
	margin-top: 5px;
}
	
.col1 {
	width:33%;
}

.col2 {
	width:33%;

}

.col3 {
	width:33%;

}

.specialBox {
	width: 96%;
	border: 2px solid  #996600;
	text-align: center;
	margin: 15px 10px 15px 10px;
}

.specialBoxSmall {
	width: 60%;
	border: 2px solid  #996600;
	text-align: center;
	margin: 15px 10px 15px 10px;	
}

#inHouseRush{
	margin-top: 15px;
	margin-left: 15px;
	border: 2px solid #996600;
	width: 60%;
}

#inHouseRush div{
	width: 33%;
	float: left;
}

.imgCenter {
	margin-left: auto;
	margin-right: auto;
}

.products {
	margin-left: 15px;
		font-size: 80%;

}

.products div{
 float: left;
}

.products table{
	margin-left: auto;
	margin-right: auto;
}

.products img{
	border: none;
	margin-left:15px;
	margin-bottom: 20px;
	margin-right:auto;
}

.products a{
}





.error {
	color:#CC0000;
}
form#catalogQuoteForm div {
	margin: 10px 0px 10px 0px;
}
form#catalogQuoteForm input {
	padding:5px;
}
form#catalogQuoteForm label {
	display:block;
	float:none;
	width:auto;
}
#blackBg {
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	opacity: .7;
	background-color:#000000;
 	visibility:  hidden;
}
#quoteBox {
	width: 600px;
	padding: 0px 15px 15px 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: auto;
	background-color: #FFFFFF;
	background-image: url(images/bannerPopup.png);
	background-repeat: repeat-x;
}
#quoteBox  h1 {
	color: #FFFFFF;
	padding-top: 5px;
}
#quoteContainer {
	width:100%;
	height:100%;
	position: fixed;
	top: 0px;
	visibility:  hidden;
}
#quoteClose {
	float: right;
}

