/*
Theme Name: AutoGo Custom
Description: Custom designed wordpress theme for AutoGo Transport.
Version: 1.0
Author: iLab New Media
Author URI: http://www.ilabmedia.com/

*/


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


body{
	 background-color: #23170C;
	 font-size: 14px;
	 font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	 color: #fff;
	 margin: 0px;
	 padding: 0px;
	 background-image: url('images/brown-grad.jpg');
	 background-repeat: repeat-y;
	 background-position: top center;
	 line-height: 130%;
}
.sizer{
	width: 949px;
}
#header{
	background-color: #fff;
	background-image: url('images/header-back.jpg');
	background-repeat: repeat-x;
	height: 142px;
}
#headerRight{
	height: 142px;
	width: 700px;
	float: right;
}
#content{
	background-image: url('images/red-bar.png');
	background-repeat: repeat-x;
}
#footer{
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	height: 65px;
	font-size: 12px;
	color: #666;
	padding-top: 20px;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	color: #8E001A;
	text-decoration: none;
}
#footer ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#footer ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-image: none;
	display: inline;	
}
#footer div.right{
	width: 500px;
}
.right{ 
	float: right;
}
.topTab{
	width: 106px;
	height: 40px;
	float: right;
	overflow: hidden;
	margin-left: 7px;
}
#navBar{
	width: 700px;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: 32px;
	left: 0px;
}
#navBar ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}
#navBar ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	display: inline;	
}
#navBar ul li ul{
	display: none;	
}
#navBar a{
	display: block;
	width: 78px;
	height: 30px;
	float: right;
	font-size: 16px;
	color: #23170C;
	text-decoration: none;
	line-height: 33px;
	text-align: center;
	background-image: none;
}
#navBar a:hover{
	color: #8E001A;
	text-decoration: none;
	background-image: url('images/button-back-over.jpg');
}
#navBar  ul li.current_page_item a{
	background-image: url('images/button-back-down.jpg') !important;
}
#contentHeader{
	height: 125px;
	padding-top: 25px;
	text-align: right;
	width: 370px;
}
#contentHeader h1{
	color: #E3D5CE;
	font-size: 24px;
	font-weight: 100;
	text-shadow: #000 2px 2px 2px;
	line-height: 30px;
	
}
#contentBox{
	margin: 0px 66px 50px 0px;
}
#contentBox2{
	margin: 0px 0px 50px 0px;
}
h1{
	color: #fff;
	font-size: 22px;
}
h2{
	color: #fff;
	font-size: 21px;
}
h3{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
h4{
	color: #fff;
	font-size: 18px;
}
.sidebarbox{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebarbox h3{
	margin: 0px 0px 5px 0px;
}
.sidebarBox{
	width: 296px;
}

.redBox div.top{
	width: 296px;
	height: 10px;
	overflow: hidden;
	background-image: url(images/quote-box-top.gif);
	background-repeat: no-repeat;
}
.redBox div.bottom{
	width: 296px;
	height: 13px;
	overflow: hidden;
	background-image: url(images/quote-box-bottom.gif);
	background-repeat: no-repeat;
}
.redBox div.fill{
	background-image: url(images/quote-box-fill.gif);
	background-repeat: repeat-y;

}
.redBox div.grad{
	background-image: url(images/quote-box-grad.jpg);
	background-repeat: no-repeat;
	min-height: 89px;
	background-position: top left;
	padding: 1px 17px 1px 17px;
}
.smallish{
	font-size: 12px;
}
input[type=text]{
	font-family: Arial,Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
	padding: 3px;
}
textarea{
	font-family: Arial,Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
	padding: 3px;
}
.tanbox{
	background-color: #92755D;
	padding: 10px 30px 10px 30px;

	                            /* CSS3 */
                            border-radius:         10px;
                            -webkit-border-radius: 10px;
                            -moz-border-radius:    10px;
                            -o-border-radius:      10px;
                            -khtml-border-radius:  10px;
}
.tanbox div.top{
	width: 551px;
	height: 13px;
	background-image: url(images/tanbox-top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tanbox div.bottom{
	width: 551px;
	height: 13px;
	background-image: url(images/tanbox-bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tanbox div.fill{
	background-color: #92755D;
	padding: 10px 30px 10px 30px;
}
.tanbox h4{
	font-size: 14px;
	font-weight: 100;
	color: #8E001A;
}
.tanbox-wide{
	width: 889px;
	background-color: #92755D;
	padding: 10px 30px 10px 30px;
	                            /* CSS3 */
                            border-radius:         10px;
                            -webkit-border-radius: 10px;
                            -moz-border-radius:    10px;
                            -o-border-radius:      10px;
                            -khtml-border-radius:  10px;
}
.tanbox-wide div.top{
	width: 949px;
	height: 13px;
	background-image: url(images/tanbox-top_wide.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tanbox-wide div.bottom{
	width: 949px;
	height: 13px;
	background-image: url(images/tanbox-bottom_wide.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tanbox-wide div.fill{
	background-color: #92755D;
	padding: 10px 30px 10px 30px;
}
.tanbox-wide h4{
	font-size: 14px;
	font-weight: 100;
	color: #8E001A;
}
.red{
	color: #8E001A;
}
ul{
	margin: 5px 0px 5px 20px;
	padding: 0px;
}
ul li{
	list-style: none;
	margin: 4px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(images/bullet.gif);
	background-position: left 2px ;
	background-repeat: no-repeat;
}
ol li{
	margin-bottom: 10px;
}
.tanbox ul{
	margin: 5px 0px 5px 0px;
}
.tanbox ul li{
	background-image: url(images/bullet-2.gif);
}
#slideshow-home{
	width: 606px;
	height: 210px;
	background-image: url(images/slideshow-placeholder.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	top: -130px;
	left: -15px;
	margin-bottom: -130px;
}
a{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #8E001A;
	text-decoration: underline;
}
#headerblock{
	height: 80px;
	width: 700px;
	overflow: hidden;
}
#navPreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
#quotePreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
#trackPreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}

#orderPreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
#continuePreload{
	background-image: url('images/button-back-over.jpg');
	width: 0px;
	height: 0px
	overflow: hidden;
	position: absolute;
	top: -500px;
	left: -500px;
}
h3.listHeading{
	background-image: url(images/red-bar.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #ED667F;
	border-left: 1px solid #ED667F;
}
h3.listHeading a{
	text-decoration: none;
}
h3.listHeading a:hover{
	text-decoration: none;
	color: #ccc;
} 
input.basic{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #000;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
}
textarea.basic{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #000;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #000;
	line-height: 15px;
	width: 350px;
	height: 100px;
}
.imageContentTruck{
	padding-left: 110px;
	background-image: url(images/block-truck.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.imageContentCarrier{
	padding-left: 110px;
	background-image: url(images/block-carrier.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.imageContentFamily{
	padding-left: 110px;
	background-image: url(images/block-family.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.imageContentHighway{
	padding-left: 110px;
	background-image: url(images/block-highway.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#footer ul li:before {
	/*content: "|";*/
	}
.tanbox-wide .postbox {
	margin-left: 20px;
	padding: 2px;
	margin-bottom: 20px;
	margin-right: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #E3D5CE;
}
.tanbox-wide .inside {
	padding: 10px 12px 12px;
	font-size: 11px;
	background-color: #23170C;
}
.tanbox-wide h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 3px 7px;
	margin: 0;
	background-color: #8E001A;
	color: #fff;
}
h2.formSub{
	color: #fff;
	font-size: 18px;
}
.postbox input[type=text], .postbox submit, .postbox textarea{
		background-color: #fff;
		border: 1px solid #000;
		padding: 3px;
		width: 200px;
}

.modal {
	background-color:#23170C;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:1px solid #fff;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
	
.modal h2 {
	background:url(images/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #fff;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url(images/tabs.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#ccc;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#fff !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.panes .innerPane {
	display:none;		
	padding:15px 10px;
	border:1px solid #fff;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:transparent;
	min-height: 500px;
}
.padder{
	padding: 50px;
}

