/*--------------------- Last Modified  2006.11.10 ---------------------*/

/*-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

                          

  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes

  MINIMUM BROWSER CHECK : :  IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css

/*-------------------------------------------------------------------------------------*/

/* undo some default styling of common (X)HTML browsers

/*------------------------------------------------------------------------------------*/



* {
	padding: 0;
	margin: 0;
	border: 0;
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */



/* ------------------------ type selectors ------------------------ */



body {
	background: #395872 url("../images/bg-body.jpg") repeat-x;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #3a3a3a;
}
body#truck {
	background: #FFF;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	width: 800px;
}
blockquote {
	margin-left: 10px;
	margin-right: 10px;
}
h1 {
	font-size: 1.4em;
	color: #971010;
	margin-top:  0;
	padding-top:  0;
}
h1 span {
	display:none;
}
h1 span.cooper {
	display: inline-block;
}
body#location h1 {
	font-family: "Cooper Black";
	color: #971010;
	font-weight: 700;
}
h2 {
	font-size: 1.3em;
	color: #971010;
}
h3 {
	font-size: 1em;
	color: #971010;
}
/*h1 span, h2 span, h3 span {

	display: none;

}*/



a:link, a:visited {
	color: #971010;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #971010;
	text-decoration: underline;
	outline: none;
}
h1, h2, h3, p {
	margin-bottom: 10px;
}
/*h1, h2, h3 {

	font-weight: 700;

}*/



.special{ display:none}

ul {
	list-style: none;
	margin-bottom: 30px;
}
/* ------------------------ classes ------------------------ */

.clear {
	clear: both;
	width: 100%;
	height: 0.01em;
	overflow: hidden;
}
p.back-to-top {
	text-align: right;
	display: block;
	padding-right: 15px;
	background: url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float: left;
	margin: 2px 10px 10px 0px;
}
img.img-right {
	float: right;
	margin: 5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */

form {
	width: 100%;
	padding:0; /* set margin left and right below */
	border:none;
}
.col-right form {
	width: 255px;
	margin: 0 0 0 50px;
	display: block;
}
.col-right form#searchform {
	width: 100%;
	margin: 0 0 10px 0;
	display: block;
}
#searchform {
	margin-bottom: 20px;
}
.col-right form#searchform #searchsubmit {
	width: 80px;
	margin: 0 0 0 5px;
	display: inline;
	height:  23px;
	background:  url(../images/button-submit-small.png);
	color:  #E8CB5D;
	border: none;
	padding: 0;
}
form label {
	font-size: .95em;
}
form br {
	line-height: 0;
	height: 0;
} /* defaults vertical spacing between fields */
textarea, select {
	background: #FFEDC2 url(../images/form-bg.gif) repeat-x top; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #b1b1b2;
	color: #333;
	/*width: 400px; 5 pixles smaller than form width !important */
	width: 300px;
	height: 20px;
	line-height: 18px;
	vertical-align:  middle;
	margin-bottom: 4px; /* sets vertical spacing between fields */
	padding-top: 1px; /* vertically position text in input/textarea field */
	padding-left: 4px; /* horizontally position text in input/textarea field */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input {
	background: #FFEDC2 url(../images/form-bg.gif) repeat-x top; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #b1b1b2;
	color: #333;
	/*width: 400px; 5 pixles smaller than form width !important */
	height: 20px;
	line-height: 18px;
	vertical-align:  middle;
	margin-bottom: 4px; /* sets vertical spacing between fields */
	padding-top: 1px; /* vertically position text in input/textarea field */
	padding-left: 4px; /* horizontally position text in input/textarea field */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/** input override **/
input#pwbox-142, input#s {
	width: 200px;
}
input.contact-field {
	width: 300px;
}
/*input#searchsubmit {
	width: 61px;
	margin: 0 0 0 5px;
	display: inline;
	height:  33px;
	background:  url(../images/btn-submit.png);	
	border: none;
	padding: 0;

}*/


input.checkbox {
	width: 20px
}
select {
	width: 150px;
	padding: 0;
} /* same width as form - !important */
textarea {
	height: 90px;
	overflow: auto;
}
input#encrypt-form, input#reply-from {
	display: none;
}
input#check-form {
	display: none;
} /* test before you change !! will be display: none;*/
.copyright {
	display: none;
	z-index: -99;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */



/* ------------------------ main contact form ------------------------ */

#contact-main {
	margin: 20px 0 10px 0;
}
#contact-main label {
	width: 220px;
	position: relative;
	display: block;
	text-align: right;
	margin-bottom: 20px;
	font-size: 1em;
	color:  #CCC;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width: 250px;
	position: absolute;
	left: 110%;
	top: -2px;
	vertical-align:  middle;
	padding: 10px 0 0 10px;
}
#contact-main label select {
	width: 175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height: 100px;
	overflow: auto;
}
/* ------------------------ submit button form elements ------------------------ */



input.submit, input.submit-contact-main {
	width: 61px;
	height: 33px;
	cursor: pointer;
	padding: 0;
}
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:  url(../images/btn-submit.png) no-repeat;
	width: 61px;
	height: 33px;
	border: none;
	cursor: pointer;
}
/*******

** Table brown

************************/



table.brown {
	width: 100%;
	margin: 20px 0;
}
table.brown th {
	color: #0f670e;
	border: 1px solid #dcd5aa;
	background: #e9e4c8;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
table.brown tr {
	background: #FFF;
	border-bottom: 1px solid #dcd5aa;
	padding: 10px;
}
table.brown tr:hover {
	background: #c6e7fc;
	border-bottom: 1px solid #dcd5aa;
	padding: 10px;
}
table.brown td {
	padding: 10px;
	display: table-cell;
	vertical-align:top;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */



/* ------------------------ all about wrap ------------------------ */



.outer-wrap {
	background: url("../images/wrap-bg.jpg") top center no-repeat;
	display: block;
}
.wrap {
	width: 1000px;
	display:  block;
	margin:  0 auto;
	position: relative;
}
/*******  content  ****************/	

.content {
	background: url("../images/wrap.jpg") repeat-y;
}
body#index .content-top {
	background: url("../images/content-top-home.jpg") top left no-repeat;
	height: 23px;
	display: block;
}
.content-top {
	background: url("../images/content-top-home.png") top left no-repeat;
	height: 23px;
	display: block;
}
.content-bottom {
	background: url("../images/content-bottom.jpg") no-repeat;
	height: 39px;
	margin-bottom: 10px;
}
.column-left {
	width: 630px;
	float: left;
	padding: 0 20px;
}
.column-right {
	width: 290px;
	float: right;
	padding: 0 20px;
}
.column-left ul li, .column-right ul li {
	background: url("../images/bullet.jpg") 0px 5px no-repeat;
	padding: 0 10px 0 15px;
	line-height: normal;
	margin: 0 0 10px 0
}
.column-right h3, h3.security-special {
	background: url("../images/right-header.jpg") repeat-x;
	padding: 5px;
	color:#FFF;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.features-list li {
	width: 280px;
	float: left;
}
/* ------------------------ masthead framework ------------------------ */

#masthead {
	position: relative;
	background:  url(../images/logo.jpg) no-repeat;
	height: 159px;
	width: 523px;
	float: left;
}
/* index page link within #masthead */		

#masthead a#logo {
	position: absolute;
	left: 30px;
	width: 350px;
	top: 70px;
	height: 70px;
}
#masthead span {
	display: none;
}
/* ------------------------footer framework ------------------------ */



#footer-wrap {
	background: url("../images/footer-bg.jpg") no-repeat;
	height: 218px;
	display: block;
}
.footer-phone {
	width: 200px;
	margin: 100px 0 0 120px;
	float: left;
	color: #971010;
	font-size: 1.7em;
	font-weight: 700
}
.footer {
	color: #fff;
	margin:10px 0 30px 0;
}
.footer p {
	margin: 0
}
.footer a:link, .footer a:visited {
	color: #999;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	text-decoraton: underline;
}
/* ------------------------ horizontal sprite nav ------------------------ */

#nav {
	background: url("../images/nav.jpg") no-repeat;
	width: 703px;
	height: 49px;
	margin: 22px 0 0 0;
	padding: 0;
	float: right;
}
#nav span, #nav li span {
	display: none;
}

#nav li, #nav a {
	height: 50px;
	display: block;
} /* change height here also */
#nav li {
	float: left;
	list-style: none;
	_display: inline;
	position: relative;
}
#nav-01 {
	width: 93px;
}
#nav-02 {
	width: 118px;
}
#nav-03 {
	width: 88px;
}
#nav-04 {
	width: 105px;
}
#nav-05 {
	width: 110px;
}
#nav-06 {
	width: 97px;
}
#nav-07 {
	width: 92px;
}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#nav-01 a:hover {
	background:url("../images/nav.jpg") 0px -49px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -93px -49px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -211px -49px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -299px -49px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -404px -49px no-repeat;
}
#nav-06 a:hover {
	background:url("../images/nav.jpg") -514px -49px no-repeat;
}
#nav-07 a:hover {
	background:url("../images/nav.jpg") -611px -49px no-repeat;
}
/****************************************************************************************************/



#assoc {
	background: url("../images/assoc.jpg") no-repeat;
	width: 408px;
	height: 88px;
	margin: 30px 0 0 0;
	padding: 0;
	float: right;
}
#assoc span {
	display: none;
}
#assoc li, #assoc a {
	height: 88px;
	display: block;
} /* change height here also */
#assoc li {
	float: left;
	list-style: none;
	_display: inline;
	position: relative;
}
#assoc-01 {
	width: 98px;
}
#assoc-02 {
	width: 88px;
}
#assoc-03 {
	width: 110px;
}
#assoc-04 {
	width: 112px;
}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#assoc-01 a:hover {
	background:url("../images/assoc.jpg") 0px -88px no-repeat;
}
#assoc-02 a:hover {
	background:url("../images/assoc.jpg") -98px -88px no-repeat;
}
#assoc-03 a:hover {
	background:url("../images/assoc.jpg") -186px -88px no-repeat;
}
#assoc-04 a:hover {
	background:url("../images/assoc.jpg") -296px -88px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {
	position: absolute;
	left: -9999px;
	padding-right: 1px; /* Fixes one px spacing for border-right in FF */
	background-color: #b21415;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 999;/*filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;*/
}
#nav li ul li {
	height: 20px; /* Height of each drop down nav item */
	border-bottom: 1px solid #8b1011;
	float: none;
	width: 250px;
	padding-left: 5px;
	text-align: left;
	color: #FFF;
}
#nav li ul li a {
	width: 100%;
	height: 20px;	/* Height of each drop down nav item, should match above */
	line-height: 20px;	 /* Height of each drop down nav item again, should match above */
}

/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 1.0em;
	color: #fcbe51;
	text-decoration: none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */

#nav-06 ul a:hover, #nav-02 ul a:hover {
	background-image: none;
	background-color: #fcbe51;
	color: #000;
	text-decoration: none;
}
/* width of drop down nav - choose width that allows items to display on one line */

#nav-06 ul, #nav-02 li {
	width:260px;
}
/** main layout **/



#top-video {
	height: 120px;
	width: 250px;
	padding: 20px 0 0 20px;
}
#logo {
	float: left;
	width: 350px;
	height: 70px;
	margin: 30px 0 0 150px;
	background: url("../images/logo.jpg") no-repeat
}
#logo a {
	width: 350px;
	height: 70px;
	display: block;
}
#logo span {
	display: none;
}
/** banners **/

.banner {
	height: 351px;
	background: url("../images/banner-00.jpg") no-repeat;
	margin: 9px 0 0 0;
}
.inner-banner {
	height: 253px;
	display: block;
	background: url("../images/banner-inside.jpg") no-repeat;
	margin: 9px 0 0 0;
}
.inner-banner#lock-box-east {
	background: url("../images/banner-inside-lock-box-east.png") no-repeat;
}
.inner-banner#louisiana-01 {
	background: url("../images/banner-inside-louisiana-01.png") no-repeat;
}
.inner-banner#louisiana-02 {
	background: url("../images/banner-inside-louisiana-02.jpg") no-repeat;
}
.inner-banner#louisiana-03 {
	background: url("../images/banner-inside-louisiana-03.png") no-repeat;
}
.inner-banner#texas-01 {
	background: url("../images/banner-inside-texas-01.png") no-repeat;
}
.inner-banner#texas-02 {
	background: url("../images/banner-inside-texas-02.png") no-repeat;
}
.inner-banner#usa-texarkana {
	background: url("../images/banner-inside-usa-texarkana.png") no-repeat;
}
/** s3slider **/

#s3slider {
	width: 1020px; /* important to be same as image width */
	height: 381px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#s3sliderContent {
	width: 1020px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 381px;
	background-color: #000;
	filter: alpha(opacity=0); /* here you can set the opacity of box with text */
	-moz-opacity: 0; /* here you can set the opacity of box with text */
	-khtml-opacity: 0; /* here you can set the opacity of box with text */
	opacity: 0; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;/*

       if you put

       top: 0; -> the box with text will be shown at the top of the image

       if you put

       bottom: 0; -> the box with text will be shown at the bottom of the image

   */
}
/*** site Location ***/

.site-location {
	width: 250px;
	padding: 0 20px 0 0;
	float: left;
}
.site-loc h3 {
	padding: 5px 0 5px 5px;
}
.column-right .site-loc a:link, .column-right .site-loc a:active, .column-right .site-loc a:hover, .column-right .site-loc a:visited {
	color: #FFFFFF;
}
/************ SubHeads ******/

#subhead-latest-news {
	background: url("../images/subhead-latest-news.png") no-repeat;
	height: 43px;
	display: block;
}
#main-banner {
	background: url("../images/main-header.jpg") no-repeat;
	height: 406px;
	display: block;
}
#sub-banner {
	background: url("../images/sub-banner.jpg") no-repeat;
	height: 184px;
	display: block;
}
/***********  features  **********************/

.features {
	background: url("../images/features.jpg") no-repeat;
	height: 310px;
	margin-bottom: 20px;
}
.features-content {
	width: 230px;
	padding: 100px 0 0 20px;
	color: #FFF;
	overflow: hidden;
}
.features-content ul li {
	background: url("../images/bullet.png") 0px 7px no-repeat;
	padding: 0 0 0 20px;
	font-weight: 700;
	text-transform: uppercase;
	list-style: none;
}
.phone-number {
	color: #971010;
	font-size: 2.5em;
	font-weight: 700;
	margin-left: 30px;
}
.special-features {
	background: #fff;
}
.features-box {
	width: 220px;
	float: left;
	padding: 0 13px;
	border-right: 1px solid #999;
	height: 146px;
	overflow: hidden;
	font-size: 0.82em;
	line-height: 1em;
}
.features-box span {
	color: #971010;
	font-weight: 700;
	font-size: 1.1em
}
.features-box p {
	margin-top: 10px;
}
.last-box {
	border: none;
}
.first-box {
	margin-left: 8px
}
.features-box-bottom {
	background: url("../images/banner-bottom-home.jpg") bottom left no-repeat;
	height: 11px;
	margin-bottom: 10px;
	clear: both;
}
/**************** features bottom ************************/

.features-bottom {
	width: 318px;
	float: left;
	margin: 0 5px 10px 15px;
	height: 155px;
}
.features-bottom p {
	padding: 40px 10px 0 120px;
	color: #fff;
	line-height: 1em;
	font-size: 0.86em
}
.features-bottom.last p {
	padding: 40px 10px 0 120px;
}
#freelock.features-bottom {
	background: url("../images/block-freelock.jpg") no-repeat
}
#supplies.features-bottom {
	background: url("../images/block-supplies.jpg") no-repeat
}
#truck.features-bottom {
	background: url("../images/block-truck.jpg") no-repeat
}
.first {
	margin-left: 0px
}
.last {
	margin-right: 0
}
/********  support classes  *****************/

.red {
	color: #971010;
}
.cooper {
	font-family: "Cooper Black";
	color: #971010;
	font-weight: 700;
}
.cooper-white {
	font-family: "Cooper Black";
	color: #FFF;
	font-weight: 700;
}
.divider {
	background: url("../images/divider.jpg") repeat-x;
	height: 35px;
	display: block;
}
.divider-red {
	background: #971010;
	height: 5px;
	margin: 20px 0
}
.top-reasons {
	background: url("../images/top-reasons.jpg") no-repeat;
	height: 172px;
}
.top-reasons h2 {
	color: #971010;
	padding: 10px 0 0 10px;
}
.top-reasons ul {
	margin: 20px 0 0 10px;
	color: #FFF;
}
.top-reasons ul li {
	padding: 0;
	list-style: none;
	background: none;
	margin: 0;
	font-size: 0.92em;
}
.right-logo {
	background: url("../images/small-logo.jpg") no-repeat;
	height: 110px;
	margin-bottom: 20px;
}
.right-logo span {
	display: none;
}
.right-logo h2 {
	margin: 0;
	padding:0
}
.right-phone {
	color: #971010;
	padding: 75px 0 0 90px;
	font-size: 1.7em;
	font-weight: 700
}
.right-phone p, .footer-phone p {
	color: #333;
	font-size: 12px;
	font-weight:normal
}
/********** Learn more *************/

.learn-more {
	background: url("../images/btn-learn.png") no-repeat;
	height: 32px;
	width: 97px;
	display: block;
	float: right;
}
.learn-more:hover {
	background: url("../images/btn-learn2.png") no-repeat;
}
.learn-more span {
	display: none;
}
/*************** bottom address *************/

.address {
	height: 140px;
	width: 400px;
	float: right;
	margin: 20px 250px 0 0;
	background: #d5e8ef;
	line-height: 1em;
}
.loc {
	width: 180px;
	float: left;
	padding: 0 10px;
	line-height: 1.5em;
	font-size: .86em;
}
.footer-locations {
	color: #FFF;
	padding: 15px 20px 0 20px
}
.footer-locations a:link, .footer-locations a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer-locations a:hover, .footer-locations a:active {
	color: #FFF;
	text-decoration: underline;
}
.footer-locations p {
	font-size: .85em;
}
.reservation {
	background: #fff3d6;
	padding: 20px;
}
.default-search {
	margin: 0 0 20px 0;
}
.site-loc {
	width: 300px;
	float: left;
	margin: 0 1em 1em 0;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #999;
}
.site-loc p, .site-loc a.learn-more {
	padding: 0 10px 10px 10px
}
.site-loc-2 {
	width: 290px;
	float: left;
	margin: 0 1em 1em 0;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #999;
}
.site-loc-2 p, .site-loc-2 a.learn-more, .site-loc-2 h3 {
	padding: 0 10px 10px 10px
}
.site-loc-2 h3 {
	background: url("../images/right-header.jpg") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px 0 5px 5px;
}
.site-loc-2 h3 a {
	color: #fff;
}
.comments-link {
	display: none;
}
/** search widget **/
ul.custom-widget {
	padding: 0;
	margin: 0;
}
ul.custom-widget li {
	background: none;
	padding: 0;
	margin: 0
}
/** custom google search **/
.gsc-control-cse {
	background: none;
	padding-right: 20px;
	border: none
}
.gsc-webResult {
	background: none;
	border: none;
}
.gsc-search-button {
	height: 20px;
}
input#gsc-input {
	width: 150px;
}
.cse form.gsc-search-box, form.gsc-search-box {
	padding: 0;
	margin: 0
}
.gsc-webResult.gsc-result {
	background: none;
	border: none;
}
.gsc-adBlock {
	width: 280px;
}
.gsc-input {
	height: 17px;
	width: 150px
}
.big-bold {
	color: #971010;
	font-size: 1.3em;
}
.special-01 {
	border: 1px solid #999;
	padding: 20px;
	margin: 10px;
}
.special-01 ul li {
	list-style:circle;
	line-height: normal;
	margin: 0 0 10px 0
}
#footer-wrap .big-bold {
	font-size: 1.1em;
}
/*** Coupon date ****/
.coupon-01 {
	height: 252px;
	width: 630px;
	background: url("../images/coupon-01.jpg") no-repeat;
}
.coupon-02 {
	height: 249px;
	width: 630px;
	background: url("../images/coupon-02.jpg") no-repeat;
}
.coupon-03 {
	height: 252px;
	width: 630px;
	background: url("../images/coupon-03.jpg") no-repeat;
}
.coupon-date {
	color: #a62207;
	font-size: 1.2em;
	font-weight: 700;
	padding: 220px 0 0 20px;
}
body#location iframe{
	border:2px solid #033;
}

