/* CSS Document */
@import url("elements.css");
@import url("layout.css");
@import url("menu.css");
@import url("form.css");
@import url("products.css");

#inetlink {
	font-size: 0.8em;
	text-align: right;
	color: #000!important;
	padding: 5px;
	font-style: normal;
}
#inetlink div {
	margin: 5px auto;
	text-align: left;
	padding-right: 5px;
}
#inetlink a {
	color: #000!important;
	line-height: 1.2em;
	font-weight: bold;
}
#inetlink a:hover {
	text-decoration: none;
}



.stocklist {
	background: url(../images/homepage/stock.jpg) no-repeat fixed center top;
	background-repeat: no-repeat;

}
.stocklist h2{
	line-height: 25px;
	padding-left: 10px;
	margin-bottom: 70px;
}
.stocklist ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0.8em;
	line-height: 1.3em;
}
.stocklist li{
	float: left;
	width: 144px;
	margin-left: 2px;
}

.pricepromise {
	background: url(../images/bullets/pricepromise.jpg) no-repeat left center;
	
/*	margin: 5px 50px;*/
}
.pricepromise .pricepromiselink{
	padding: 0 0 0 55px;
	display: block;
	text-decoration: none;
	overflow: visible;

	width: 380px;
	line-height: 20px;
	margin-bottom: 10px;
	
}
.pricepromise h2{
	margin-top: 5px;
	color: #000066;
	margin-bottom: 0px;
	text-align: left;
}
.pricepromise p{
	text-align: left;
}
.terms {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
.reqmsg {
}