/*-------------------------------------
Body/Html Styles
-------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
}
/*-------------------------------------
Heading Styles
-------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5em;
}
p,dd,li {
	line-height: 1.5em;
	color: #666;
}
p {
	margin: 0 0 10px 0;
}
/*-------------------------------------
Additional Grid
-------------------------------------*/
.bottom_1 {
	padding-bottom: 10px;
}
.bottom_2 {
	padding-bottom: 20px;
}
.bottom_3 {
	padding-bottom: 30px;
}
.top_1 {
	padding-top: 10px;
}
.top_2 {
	padding-top: 20px;
}
.top_3 {
	padding-top: 30px;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
/*-------------------------------------
Header Styles
-------------------------------------*/
.header {
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
	margin: 0 0 20px 0;
}
.nav {
	padding: 45px 0 0 0;
}
.nav dd {
	display: block;
	float: left;
	padding: 5px 13px;
}
.nav dd a {
	display: block;
	float: left;	
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.nav dd a:hover, .nav dd a.selected {
	color: #328D87;
	border-bottom: dotted 1px #328D87;
}
/*-------------------------------------
Content Styles
-------------------------------------*/
.content {
	border-bottom: solid 1px #ccc;
}
.content p, .content li {
	font-size: 14px;
}
.content ul {
	margin-bottom: 15px; 
}
.content li {
	margin-left: 3em;
	list-style-type: disc;
}
.request_info {
	background-color: #ccc;
	padding: 8px;
}
.request_info h3 {
	background-image: url(images/vip-sprite.png);
	background-position: 8px -32px;
	background-repeat: no-repeat;
	padding: 14px 0 0 45px;
}
.request_info form {
	background-color: #fff;
	padding: 8px;
}
.request_info dd {
	margin: 0 0 4px 0;
}
.request_info label {
	display: block;
	font-size: 12px;
}
.request_info input {
	border: solid 1px #ccc;
	padding: 3px;
	width: 180px;
}
.request_info .button {
	background-color: #FF6600;
	padding: 4px 12px 4px 28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/vip-sprite.png);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: auto;
}
.request_info .phone {
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
}
.request_info .address {
	font-size: 14px;
}
.product_thumbnails img {
	float: left;
	padding-right: 5px;
}
.product_thumbnails p {
	font-size: 12px;
	margin: 0;
	line-height: 1.2em;
}
.product_overview {
	border-bottom: solid 1px #ccc; 
	margin-bottom: 15px;
}
.product-image {
	float: right;
	padding: 0 0 20px 20px;
}
.configurations {	
	width: 100%;
}
.configurations th {
	font-weight: bold;
	padding: 4px;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #666;
}
.configurations td {
	padding: 4px;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #666;
}
/*-------------------------------------
Footer Styles
-------------------------------------*/
.footer .address {
	padding: 15px;
	border-left: solid 1px #ccc;
	font-size: 12px;
}
.footer_nav {
	padding: 40px 0 0 0;
}
.footer_nav dd {
	display: block;
	float: left;
	padding: 0px 8px;
	border-right: solid 1px #666;
	line-height: 1em;
}
.footer_nav dd.last {
	border-right: none;
}
.footer_nav dd a {
	display: block;
	float: left;	
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.footer_nav dd a:hover {
	color: #328D87;
	border-bottom: dotted 1px #328D87;
}