/**
 * main.css - Global stylesheet 
 */

/***********************************************************************
 * Elements
 **********************************************************************/

a {
	color: #fff;
	text-decoration:none
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	background: #353535;
	color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0 0 25px 0;
}

h1,h2,h3,h4,h5 {
	color: #5a4529;
	margin: 0;
	padding: 0;
	line-height: normal;
}

h1 { 
	color: #000;
    font-size: 24px;
	margin-bottom: 35px;
}

#testimonial h1 {
	color: #888;
	font-size: 19px;
    margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

h4{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	line-height: 1.5em;
}

img {
	border: 0;
}

span.clearer
{
	display: block;
	clear: both;
	font-size:0;
	height: 0px;
	line-height:0;
	width:0;
}

/***********************************************************************
 * Items
 **********************************************************************/

#banner {
    margin-bottom: 10px;
}

#before-and-after img {
    padding-bottom: 33px;
}
#contact-form #bushing-dimensions.hide,
#contact-form #cylinder-dimensions.hide {
	display: none;
}

#contact-form #bushing-dimensions.active,
#contact-form #cylinder-dimensions.active {
	display: block;
}


#contact-form #bushing-dimensions,
#contact-form #additional-info {
    margin-top: 10px;
}

#contact-form h3 {
    margin-bottom: 8px;
}

#contact-form input[type=text] {
	width: 384px;
	margin: 3px 0 10px 0;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	-moz-border-radius: 2px;
}

#contact-form input[type=radio] {
	margin: 5px 10px 5px 2px;
	-moz-border-radius: 2px;
}

#contact-form h2 {
    font-size: 16px;
}

#contact-form label {
	padding-bottom: 5px;
    padding-right: 5px;
	font-weight: bold;	
}

#contact-form select {
	height: 20px;
	margin: 3px 0 10px 0;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	-moz-border-radius: 2px;
}

#contact-form div.small {
    margin-bottom: 10px;
    font-size: 75%;
}

#contact-form textarea {
	margin: 3px 0 25px 0;
	width: 384px;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	-moz-border-radius: 2px;
}

#contact-form h2 {
	margin-bottom: 3px;
}

#contact-form .indicates-required-field {
	font-size: .9em; color: #7e8284;
	margin-bottom: 18px;
}

#contact-form .indicates-required-field .asterisk {
	padding-right: 6px;
}

#contact-info {
    color: #fff;
    font-weight: bold;
    margin: 3px 0 24px 0;
}

#content-container {
    padding: 40px 0;
}

#content-container #left-col {
    float: left;
    width: 634px;
    padding-right: 78px;
}

#content-container #right-col {
    width: 227px;
    padding-top: 30px;
    float: left;
}

#footer { 
	color: #bbbbbb;
	width: 940px;
    padding-top: 24px;
	margin: auto;
	font-size: .9em;
	line-height: 1.6em;
}

#footer a { 
	color: #BBBBBB;
}

#footer img { 
	padding-right: 10px;
}

#footer-left {
    float: left;
}

#footer-logo {
    float: right;
    margin-right: 68px;
}

#footer-nav {
    margin-bottom: 25px;
}

#footer-nav a {
    color: #bbbbbb;
}

#googleMap {
	height: 320px;
	margin-bottom: 40px;
}

#header-container {
    padding: 15px 0;
}

#main-container {
	margin: auto;
	width: 940px;
}

#main-inner {
	margin: auto;
	width: 940px;
}

#nav-bg {
    background: url(../images/nav/nav-bg.png) repeat-x;
    height: 47px;
    padding-top: 2px;
    margin-right: 5px;
}

#nav {
    float:right;
}

#nav-container {
    position: relative;
}

#nav-container img {
	float: left;
}

img#nav-right-edge {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#logo {
	float: left;
}

#location {
	float: right;
    text-align: right;
    margin: 22px 17px;
    line-height: 1.6em;
}

#preload-images {
    visibility: hidden;
}

#request-a-quote {
    position: relative;
    background: url(../images/quote-bg.png) no-repeat;
    height: 124px;
    padding: 37px 22px 27px;
    margin-bottom: 30px;
}

#request-a-quote .bullet {
    position: absolute;
    bottom: 17px;
}

#request-a-quote .block-title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#request-a-quote .question-mark-link {
    position: absolute;
    top: 0;
    right: 25px;
}

#slogan {
    float: left;
    margin-left: 10px;
}

#upper-container {
    background: #000 url(../images/lonestar-bg.jpg) no-repeat;
    background-position: top center;
    border-bottom: 1px solid #1e1e1e;
}

/***********************************************************************
 * Classes
 **********************************************************************/

img.about-us-content {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #353535;
}

.asterisk {
	color: #ff0000;
}

a.bullet,
div.bullet {
	background: url(../images/bullet.png) no-repeat 0px 3px;
    color: #fff;
    font-weight: bold;
	padding-left: 13px;
}

div.clear {
    clear: both;
}

div.error {
    margin-bottom: 20px;
    color: red;
}

div.feature-link {
    padding-bottom: 14px;
}

div.horizontal-divider {
    border-bottom: 1px solid #3b3b3b;
    margin: 15px 0 22px 0;
}

td.question {
    color: #fff;
    font-weight: bold;
}

div.section { 
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #3b3b3b;
}

div.section.last{
    border-bottom: none;
    padding-bottom: 0;
}

div.section h2 {
	margin-bottom: 5px;
}

div.section img {
    float: left;
    margin-right: 35px;
}

div.section p {
	margin-top: 5px;
    margin-bottom: 0;
}

div.section-body {
    float: left;
    width: 446px;
}

img.title {
    margin-bottom: 32px;
}

img.banner {
    margin-bottom: 28px;
}

img.banner ~ p {
    margin-top: 0px;
}
