body
{
	margin-top: 25px;
	padding: 0;
	background-image:url('/images/tile.png');
}

/* Page Layout*/
div#page_content
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

div#header
{
	width: 1000px;
}

div#left_col
{
	margin-top: 30px;
	width: 245px;
	float: left;
}

div#left_col_navigation
{
	width: 245px;
	height:	477px;
	background-image:url('/images/nav-plate.png');
	margin-top: 75px;
	padding-top: 43px;
}

img#logo_be_enabled
{
	margin-left: 75px;
}

div#right_col
{
	width: 675px;
	height: 840px;
	background-image:url('/images/content-plate.png');
	float: left;
	margin-top: 30px;
}

div#right_col_header
{
	position: relative;
	width: 698px;
	text-align: center;
	top: 35px;
	left: -20px;
}

div#right_col_content
{
	position: relative;
	top: 48px;
	width: 570px;
	margin-left: 60px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	overflow: auto;
	height: 750px;
	padding-right: 20px;
}

div#right_col_content br
{
	margin-bottom: 18px;
	line-height: 18px;
}

div#right_col_content p.space
{
	line-height: 18px;
}

div#contact_text
{
	text-align: center;
	line-height: 100%;
}

/* Left Menu */
ul.left_menu_list
{
	margin-left: 55px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 165px;
}

ul.left_menu_list li
{
	display: block;
	line-height: normal;
	margin-bottom: 12px;
}

ul.left_menu_list li a:link
{
	color: #000;
	font-family: "Arial",sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

ul.left_menu_list li a:visited
{
	color: #000;
	font-family: "Arial",Sans-Serif;
	font-size: 16px;	
	text-decoration: none;
	font-weight: bold;
}

ul.left_menu_list li a:hover
{
	color: #74beea;
	font-family: "Arial",Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

ul.left_menu_list li a:active
{
	color: #000;
	font-family: "Arial",Sans-Serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

/* Forms Style */
label
{
	float: left;
	width: 150px;
	font-weight: bold;
}

input
{
	width: 180px;
	margin-bottom: 5px;
}

input.submit
{
	width: 75px;
	float: right;
}

#submit_button
{
	margin-left: 150px;
	margin-top: 5px;
	width: 90px;
}

form#contact_form
{
	width: 460px;
}

textarea
{
	width: 300px;
	height: 175px;
}
/* Headers */
h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

/* Product Table */
table.product_table
{
	text-align: left;
	width: 580px;
	border-spacing: 0 10px;
}

table.product_table td.brand
{
	text-align: left;
	width: 364px;

}

table.product_table tr
{
		height:  166px;
}

table.product_table tr.dark
{
	background-color: #9c9290;
}

table.product_table tr.light
{
	background-color: #ddd9d8;
}

table.product_table ul.product_list
{
	padding-top: 0;
	margin-top: 0;
	margin-left: 15px;
	padding-left: 0;
	font-size: 12px;
	margin-bottom: 0;
}

/* List Styles */
.ramp_list
{
	padding-left: 0;
	margin-left: 20px;
}

div#center_header
{
	position: relative;
	top: 85px;
	left: 70px;
	
}

/* Vehicle Inventory List */
ul.inventory_list
{
	margin-top: 0;
	margin-bottom:0;
	margin-left: 15px;
	padding: 0;
}

/* Vehicle Attribute List */
ul.attribute_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

/* Product Collapsable Lists */
p.product_title
{
	font-size: 16px;
	font-weight: bold;
}

p.product_header
{
	cursor: pointer;
}

/* Admin Panel */
input[type='checkbox']
{
	width: 20px;
}

/* Inventory Page */
#vehicle_inventory_length
{
	float: left;
	width: 40%;
}

#vehicle_inventory_filter
{
	text-align: right;
}

#vehicle_inventory tr.odd
{
	background-color: #9f9593;
}

#vehicle_inventory tr.even
{
	background-color:#DDD9D8;
}

.sorting_asc {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/sort_asc.png) no-repeat scroll right center;
}

.sorting_desc {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/sort_desc.png) no-repeat scroll right center;
}

.sorting {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/sort_both.png) no-repeat scroll right center;
}

.info_list
{
	margin-left: 0;	
	padding-left: 15px;
}

.inventory_product_images
{
    border: 1px solid #000000;
}

.inventory_product_image
{
    border: 1px solid #000000;
}