/* CSS Document */
body
{
	background-color: #000000;
	color: #e1e1e1;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link, a:visited, a:focus
{
	text-decoration: none;
	color: #FFCC00;
}

a:hover
{
	text-decoration: underline;
}

#main_table
{
	width: 90%;
	margin: 0 auto;
	background-color: #393939;
	border: 2px solid #FFFFFF;
}

#banner
{
	text-align: center;	
	width: 650px;
	border: 1px solid #ffffff;
	padding: 5px;
}

#menu_item
{
	background-image: url(images/menu_bk.gif);
	border: 1px solid #000000;
	width: 15%;
}

#menu_item a:link, #menu_item a:visited, #menu_item a:focus
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #000000;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#menu_item a:hover
{
	color: #FFCC00;
}

#content
{
	padding: 10px 5px 0px 5px;
	text-align: justify;
}

#content2
{
	padding: 10px 5px 20px 5px;
}

.content_header
{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer
{
	border-top: 2px solid #000000;
}

#footer_left, #footer_middle
{
	width: 33%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_right
{
	width: 32%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_middle
{
	text-align: center
}

#footer_left
{
	padding-left: 10px;
}

#footer_right
{
	text-align: right;
}

input[type=submit]
{
	border: 1px solid #FFFFFF;
	color: #FFCC00;
	font-weight: bold;
	background-color: #393939;
	cursor: pointer;
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

select, input[type=text], textarea
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
}	

form
{
	margin: 0px;
}

.car_header
{
	font-weight: bold;
	text-transform: capitalize;
	color: #fcd500;
}

.car_box
{
	border: 1px solid #FFFFFF;
	padding: 5px 0px 5px 0px;
	width: 30%;
	background-image: url(images/car_bk_2.gif); background-repeat: repeat-x;
}

img.border
{
	border: 1px solid #000000;
	padding: 2px;
	cursor: pointer;
}

img.border:hover
{
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

img.border1
{
	border: 1px solid #ffffff;
	padding: 2px;
}

.car_data
{
	border-collapse: collapse;
	border: 1px solid #000000;
}

.car_data td
{
	border: 1px solid #000000;
}

.car_text
{
	border: 1px solid #000000;
	background-color:#393939;
}

.alternate_row
{
	background-color: #636363;
}