

@import url('navigation.php');

body {
	background-color: #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
}

p, pre, table, blockquote, form, div, fieldset, label, ul, li, ol, dd {
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
}





/*TYPOGRAPHY
========================*/

h1 {
	color:#9C9091;
	font-size: 20px;
}

h2 {
	color:#9C9091;
	font-size: 16px;
}

h3 {
	color:#9C9091;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color:#9C9091;
	font-size: 12px;
	font-weight: bold;
}

th, td, p, li {
	font-size: 12px;
}



/*QUICKCLASSES
========================*/

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.textaligncenter {
	text-align: center;
}



/*LAYOUT
========================*/
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #dc0000;
	border: 3px solid #737373;
}

#header {
	height: 219px;
	width: 800px;
	background: #ffffff url(/images/header.jpg) no-repeat;
}

#sidebar {
	float:left;
	clear: both;
	width: 198px;
	min-height: 570px;
	height: 570px;
	background-color: #a70000;
	padding-bottom: 10px;
	border-left: 2px solid #dc0000;
	border-bottom: 2px solid #dc0000;
}

#main {
	width: 590px;
	*width: 585px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	background-color: #714545;
	color: #b8b8b8;
	padding: 0 10px;
	clear: both;
	height: 60px;
}



/*ADVANCED LAYOUT (BY DIV)
========================*/
/*HEADER=========*/

#header_phone {
	color:#ffffff;
	font-size:2em;
	font-weight:bold;
	margin-left:5px;
	margin-top:190px;
	position:absolute;
	width:300px;
	z-index:200;
}

#quickquote {
	position: absolute;
	margin-left: 640px;
	margin-top: 185px;
	z-index: 123;
}

#logolink {
	display:none;
}



/*CONTENT=========*/





/*FOOTER=========*/

#footer p {
	display: block;
	margin: 6px 0;
}

ul#footer_links li {
	display: inline;
	padding: 0 6px;
}

ul#footer_links {
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
}


/*DEFAULT LINKS
========================*/
a, a:visited {
	color: #908C9F;
	text-decoration: none;
}

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




/*ADVANCED LINKS
========================*/






/*DEFAULT LISTS
========================*/
li {
	list-style-type: none;
}



/*DEFAULT TABLES
========================*/
table {
}

tr {
}

th {
	text-align: center;
}

td {
	text-align: left;
}


/*MISCELLANEOUS
========================*/

/*BULLETIN BOARD=========*/

div#bulletin_board {
	width: 450px;
	height: 70px;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	color: #e6e6e6;
	overflow: hidden !important;
	position: relative;
}

div#bulletin_board_moving_panel {
	overflow: hidden !important;
	position: absolute;
}



/*OTHER STUFF=========*/

td.testimonial {
	margin-bottom:10px;
	}

tr.header td {
	height:18px;
	background-color:#eee;
	}

tr.header {
	width: 550px;
	background-color:#eee;
	}

td.value {
	text-align:center;
	font-size:11px;
	}

table.pricing th {
	font-size:12px;
	color: #908C9F;
	}

td.name {
	font-weight:bold;
	}

span.comments{
	width:350px;
	padding:10px;
	float:right;
	clear:left;
	}

span.img {
	float:left;
	padding:5px;
	clear:right;
	}

.required {
	font-weight:bold;
	color:black;
	}

p.faq-a {
	display:none;
	padding:5px;
	border: 1px solid #9F9BAF;
	font-size:1.2em;
	}

h2.faq-q a  {
	color:#908C9F;
	font-size: 1.2em;
}

h2.name a {
	color:#908C9F;
	text-decoration:none;
		font-size: 12px;
}

h2.name a:hover {
	color:#000;
	text-decoration:none;

}

h2.name {
	border-bottom: 1px solid #908C9F;
}

h2.pricinghead {
	color:#908C9F;
	margin:0;
	padding:0 0 0 5px;
	margin-left: 15px;
	padding-bottom: 15px;
	}


li.thumb {
	float: left;
	margin: 5px;
}

div.limo {
	 display:table;
	 width:100%;
	width: 555px;
	 margin:0;
	}

div.limo ul li {
	list-style-type: disc;
}

div.limo ol li {
	list-style-type: decimal;
}

div.limo li.thumb {
	list-style: none;
}

p.limoDescription {
	width: 268px;
	float: right;
	clear: right;
}

div.limo div {
	width: auto;
	float: right;
}

table.pricing td.value {
	text-align:center;
	}

div.pricing th {
	text-align:center;
	width:160px;
	}

div.pricing th.pack {
	text-align:left;
	}

td.empty, th.empty {
	width:5px;
	padding:0;
	margin:0;
	}

td.name {
	width: 145px;
	}




/*FORMS
========================*/

fieldset {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	}

legend {
	font-size:16px;
	color: #908C9F;
	font-weight:bold;
	margin-bottom: 5px;
	margin-left: 10px;
	}

label, input, select {
	margin:2px;
	}

label {
	font-weight:bold;
	font-size:12px;
	margin-left: 10px;
	}

input {
	width:160px;
	}

input.checkbox, input.radio {
	width: auto;
}

select {
	width: 164px;
	}

fieldset textarea {
	width: 98%;
	height:80px;
	float: right;
	}

input#submit {
	float:right;
	width: auto;
	padding: 2px;
	}
	
.breadcrumbs {
	margin-top: 10px;
}