@charset "utf-8";
/*  ----------------------------------------------------------------------------------- */
/*  This is the layout CSS file                                                         */
/*  http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/ */
/*  ----------------------------------------------------------------------------------- */

/*  ------------------------------------------ */
/*  Sitewide Layout Styles                     */
/*  ------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #1f1f1f;
	background-repeat: no-repeat;
	background-position: top left;
	min-width: 1000px;
}

table {
	border: none;
}

.comparison_table td {
border-bottom: solid 1px #444444;
}

input[type="image"] {
	background-color: transparent;
	border: none;
	width: auto;
	height: auto;
}
.clear {
	clear: both;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
}
img.align_left {
	float: left;
	margin: 2px 20px 16px 0;
}
img.align_right {
	float: right; 
	margin: 2px 0 16px 20px;
}

input,textarea,select {
	background-color: #c5c5c5;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/*  ------------------------------------------ */
/*  Shared & Main Layout Divs                  */
/*  ------------------------------------------ */
#bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
}

#navigation {
	position: absolute;
	top:20px;
	clear: both;
	left: 20px;
	z-index: 100;
}
#navigation ul {padding:0; margin:0; list-style-type:none; }
#navigation ul li {float:left; position:relative; font-size: 10px; font-weight:bold; text-transform:uppercase;}

/*  Used for the navigation   */
#navigation a:link {text-decoration: none; color: #ffffff;}
#navigation a:visited {text-decoration: none; color: #ffffff;}
#navigation a:active {text-decoration: none; color: #ffffff;}
#navigation a:hover {text-decoration: underline; color: #ffffff;}

#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 100;
	width: 120px;
	height: 33px;

}

#searchbar
{
	position:relative;
	z-index: 102;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	height: auto;
	width: 170px;
	background-color: #171717;
	padding: 10px 20px 10px 20px;
	filter: alpha (opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#search_btn
{
	height:auto;
	margin-left: 10px;
	filter: alpha (opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.side_sub_menu
{
	padding-bottom: 10px;
}

/*  ------------------------------------------ */
/*  Page Specific Layout Divs                  */
/*  ------------------------------------------ */

.page_content
{
	position: relative;
	margin-top: 150px;
	margin-left: 20px;
	z-index: 102;
	height: auto;
	background-color: #171717;
	padding: 20px;
	filter: alpha (opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#home-page-content {
	width: 670px;
}

#team-page-content {
	width: 440px;
}

#services-page-content {
	width: 900px;
}

#assurances-page-content {
	width: 670px;
}

#fleet-page-content {
	width: 900px;
}

#casestudies-page-content {
	width: 670px;
}

#careers-page-content {
	width: 900px;
}

#locations-contact-page-content {
	width: 670px;
}

#locations-contact-page-content ul ul li
{
	/* temporary */
	padding-left: 20px;
}
