@charset "utf-8";
/* CSS Document */

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

#main_container_home
{
	background-image:url(../images/background2.gif);
	background-repeat:repeat-x;
	background-color:#bd0306;
	text-align:center;
}

#main_container
{
	background-image:url(../images/background3.gif);
	background-repeat:repeat-x;
	background-color:#bd0306;
	text-align:center;
}

#site_container
{
	width:950px;
	text-align:left;
	margin: 0px auto 0px auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

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

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

#top
{
	height:60px;
	background-image:url(../images/top_back.gif);
	background-repeat:no-repeat;
}

#menu
{
	height:39px;
}

#header_home
{
	height:240px;
	background-image:url(../images/header_background.gif);
	background-repeat:no-repeat;
}

#header
{
	height:132px;
}

#header_left
{
	float:left;
	width:540px;
}

#header_right
{
	float:right;
	width:400px;
}

#white_band
{
	height:14px;
}

#details_area
{
	width:950px;
}

#details_area_left
{
	width:620px;
	float:left;
}

.text_left
{
	font-size:12px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:20px;
	text-align:justify !important;
}

.heading_truck
{
	height:29px;
	font-size:18px;
	background-image:url(../images/heading_truck.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:4px;
	margin-left:5px;
	margin-top:10px;
}

#details_area_right
{
	width:280px;
	min-height:368px;
	height:auto !important;
	height:368px;
	float:right;
	background-color:#3e3e3e;
/*	background-image:url(../images/details_area_right_back.jpg);
	background-repeat:no-repeat;*/
}

.heading_drill
{
	height:29px;
	font-size:18px;
	background-image:url(../images/heading_drill.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:4px;
	margin-left:50px;
	margin-top:10px;
}

.text_right
{
	font-size:12px;
	margin-left:55px;
	margin-right:45px;
	padding-top:5px;
	padding-bottom:20px;
}

.text_right_news
{
	font-size:12px;
	margin-left:25px;
	margin-right:25px;
	padding-top:5px;
	padding-bottom:20px;
	text-align:justify !important;
}

#footer
{
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	background-color:#3e3e3e;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;	
	font-size:12px;
	text-align:center !important;
	padding-top:10px;
	padding-bottom:10px;
}	

.fake
{
	clear:both;
	visibility:hidden;
}

/*----------------------------------------Menu Area----------------------------------------------*/

#menu ul 
{
	list-style: none;
	margin:0px;
	padding:0px;
	padding-top:10px;
}

#menu li 
{
	display: inline;
}

#menu a:link, #menu a:visited 
{
	padding: 0em 1.1em 0em 1.1em;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover 
{
	color: #FFFFFF;
	background-color:#000000;
}

/*----------------------------------------Menu Area end------------------------------------------*/

/******************************************Tables Formatting*************************************************/

table 
{
	width:620px;
	border-collapse: collapse;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

td 
{
	padding:5px;
	border:1px solid #FFFFFF;
}

.name
{
	background-color:#000000;
	font-weight:bold;
	color:#FFFFFF;
}

.label
{
	width:200;
}

.value
{
	width:400px;
}

.dealer_title
{
	width:150px;
}

.dealer_address
{
	width:300px;
}

.dealer_name
{
	width:75px;
}

.dealer_phone
{
	width:95px;
}