/*
CSS - Gas Guys
*/

@import url('nav.css');

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #01933b;
}

#container {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 740px;
	overflow: hidden;
}

img {border: none;}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/**************************
	HEADER
**************************/
div#header {
	width: 740px;
	height: 75px;
	background: url(../images/core/header-bg.jpg) top left no-repeat;
}

div#header img.logo {
	margin: 10px 10px;
}

/**************************
	LEFTBOX
**************************/
div#leftbox {
	width: 254px;
	float: left;
	background: #fff;
	padding-bottom: 32767px; /* equal-height columns - http://www.positioniseverything.net/articles/onetruelayout/equalheight */
	margin-bottom: -32767px;
}

div#leftbox blockquote {	
	background: url(../images/core/quote.gif) top left no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	text-indent: -9999px;
	height: 91px;
	margin-top: 34px;
}

div#leftbox p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3736;
	margin: 0 0 30px 20px;
	line-height: 20px;
}

div#leftbox img.webbasic {
	margin: 40px 10px 40px 0;
	float: right;
}

div#leftbox span.contact_name {color: #d40000; font-size: 18px;}
div#leftbox span.contact_number {color: #3a3736; font-size: 18px;}

div#leftbox ul.list {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #01933b;
	margin: 30px 0 0 30px;
	font-weight: bold;
}

div#leftbox ul.list li {
	list-style: none;
	background: url(../images/core/leftbox-bullet.gif) center left no-repeat;
	padding-left: 14px;
	line-height: 22px;
}




/**************************
	CONTENTBOX
**************************/
div#contentbox {
	width: 486px;
	background: #fff;
	float: right;
	padding-bottom: 32767px; /* equal-height columns - http://www.positioniseverything.net/articles/onetruelayout/equalheight */
	margin-bottom: -32767px;
}

div#contentbox div#contentbox-top {
	width: 486px;
	height: 192px;
	background: #e5e2d4;
}

div#contentbox div.content {
	width: 445px;
	margin: 37px 0 0 12px;
}

div#contentbox div.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #282828;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

div#contentbox div.content p.solid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

div#contentbox div.content p.solid-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D50100;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

div#contentbox div.content ul.solid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
	margin: 0 0 10px 0;
	font-weight: bold;
	list-style: none;
}

div#contentbox div.content ul.solid li {background: url(../images/core/list-bullet.gif) center left no-repeat; padding-left: 15px;}

div#contentbox div.content p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	line-height: 20px;
	margin: 15px 0 15px 2px;
}

div#contentbox div.content table.bottles p {
	margin: 0;
}

/**************************
	FOOTER
**************************/
div#footer {
	clear: both;
	background: url(../images/core/footer-bg.jpg) top left no-repeat;
	width: 740px;
	height: 49px;
	margin: 0 auto;
}

div#footer p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	line-height: 20px;
	padding: 10px 10px;
}

div#footer a {color: #282828; text-decoration: none;}
div#footer a:hover {text-decoration: underline;}