﻿/*
Absolute Bus Sales Inc.
http://www.absolutebus.com
*/

* {margin: 0; padding: 0; border: 0;}

.width {
	width: 75%;
	min-width: 500px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

* html .minwidth {
	border-left: 500px solid #fff;
}
* html .container {
	margin-left: -500px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*\*/
.width {
	display: inline-block;
}


body  {
	font: .8em Arial, Helvetica, sans-serif;background:#383028 url("bg.png") repeat-x;
	margin:0;
	padding:0;
	}



#sidebar {width:20%}

	
	
ul, ol {
		margin: 1em 0px;
		padding-left: 40px;
	}
	

h1 {
	font:bolder 20px Arial, Helvetica, Arial, sans-serif;
	color: #000;
	margin:0;

	}


h2 {
	font:bold 17px Arial, Helvetica, Arial, sans-serif;
	margin:0;
	color: #000;
	}

h3 {
	font:bold 14px Arial, Helvetica, Arial, sans-serif;
	margin: 0;
	padding:5px 0 0 0;
	color: #000;
	}

	
	
p {
	margin: 0;
	padding:0 0 6px; 
	}


.clear {clear:both;}

.red {color:#EA471B;}

hr {
		margin: 0;
	padding:0 0 6px;
	color: #000;
	width:100%		
}


/* LINKS --------------------- */	

a img {
	border: none;
	}	

a {
	color: #8B5E3C;
	}	

a:hover {
	color: #C65F30;
	}

.white {color:#FFF;}


/* Containers --------------------- */	

.centerwrap {margin:0 aouto;}

div#wrap {
	width:80%;
	margin:20px auto;
	min-width:900px;
	background:#fff:
	}

div#contentwrap {
	float:left;
	display:inline;
	margin:auto;
	background:#fff url("sidebar-bg.png") left repeat-y;
	border-top: 3px solid #B85D54;
	border-bottom: 3px solid #B85D54;
	}


/* Header --------------------- */

div#header {
	float:left;
	display:inline;
	width:100%;
	height:81px;
	margin:0;
	padding:0;
	background:#F8F0D9 url("header-bg.png") repeat-x;
	}
	
div#logo {
	float:left;
	display:inline;
	width:72px;
	height:81px;
	margin:0;
	padding-left:20px;
	}
	
div#headertext {
	float:right;
	color:#000;
	font:bold Arial, Helvetica, Arial, sans-serif;
	margin:25px 20px 0 0;
	}

div#headertext h1{
	text-align:right;
	font:bold 18px;
	}

div#headertext p{
	text-align:right;
	font-size:13px;
	}

/* Content --------------------- */	
	
div#bodycontent {
	float:left;
	width:100%;
	display:inline;
	background:#fff url("sidebar-bg.png") left repeat-y;
	}
	

div#bodytext {
	float:left;
	display:inline;
	padding:15px 20px;
	}

div#sidebar {
    float:left;
    display:inline;
    width:180px;
	padding:0;
	margin:0 10px 0 0;
	font:85% Arial, Helvetica, Arial, sans-serif;
	color:#87338A ;
	border-left: 1px solid #fff;
	}
	
div#sidebar h2{
	font:11px Arial, Helvetica, Arial, sans-serif;
	margin: 0;
	padding:2px 0 2px 5px;
	background:#A75322 url("sidebar-title.png") repeat-x;
	color: #fff;
    font-weight:bold;
	}

#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    }

#sidebar li {
    display:inline;
    padding:0;
    }
      
#sidebar a {
	float:left;
    height:15px;
    width:160px;
    margin-left:5px;
    display:block;
    padding:5px 10px;
    color:#8B5E3C;
    font-weight:bold;
	text-decoration:none;
	border-bottom: 1px solid #DEDFE0;
    }

#sidebar a:hover {
	background:#fff url("sidebar-hover.png") repeat-y;
	color:#C65F30;
	border-bottom: 1px solid #DEDFE0;
    }

div#sidebar .sidetopnav a{
	float:left;
    height:15px;
    width:160px;
    margin-left:0;
    display:block;
    padding:5px 10px;
    color:#8B5E3C;
    font-weight:bold;
	text-decoration:none;
    }


div#rightsidebar {
    float:right;
    width:180px;
	padding:20px 0 10px 10px;
	margin:0 0 0 20px;;
	}

.testimonial {
	float:right;
	width:180px;
   	background:url("quote.png") top left no-repeat;
	padding:0 0 0 30px;
	font-style:italic;
	font-size:14px;
	clear:both;
	}
	
.thumbnails {
	float:right;
	width:180px;
	padding:0 0 0 30px;
	font-style:italic;
	font-size:10px;
	text-align:center;
	clear:both;
	}
	
.quotename {
	text-align:right;
	font-style:normal;
	font-size:9px;
	}	

/* table styles */
table {
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 12px;
	line-height:120%;
}

.posttable table {
	border-collapse: collapse;
	margin: 5px;
	font-size: 12px;
	line-height:120%;
}

.posttable thead {
	background: #363438;
}

.posttable th {
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #000;
	line-height: 1.2;
}

.posttable td {
	padding: 6px 11px;
	border: 1px solid #D1D3D4;
	vertical-align: top;
}

.posttable td * {
	padding: 6px 11px;
}

.posttable tr.alt td {
	background: #ecf6fc;
}

.posttable tr.over td, .posttable tr:hover td {
	background: #ECEAE3;
	xxborder-right: 1px solid #fff;
}

/* FOOTER --------------------- */		

div#footer {
	display:inline;
	float:left;
	margin:0 auto;
	background:#5B4C3F;
	padding:20px;
	text-align:center;
	font-size: 9px;
	color:#E6E1DA;
	}	

div#footer a{color:#E6E1DA;}











