/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	margin-top: 5px;
	background-color: #c60010;
}

a	{
	color: #638542;
}

input, textarea	{
	border: 1px solid #CC0000;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

h1 {
	color: #cc0000;
	text-align: left;
	font-size:16px;
	font-weight:bold;
	margin:10px;
}

h4 {
	color: #000099;
	font-size:14px;
}

/* Begin Layout Div Styles */
#main	{
	width: 100%;
}
#container	{
	clear: both;
	width: 780px;
	border: 1px solid #000;
	border-bottom:5px solid #000;
	min-height: 100%;
	background-color: #FFFFFF;
}

#header {
	clear:both;
	width: 780px;
	height:100px;
	min-height:100px;
	border-bottom:3px solid #999999;
}
#header .logo {
	float:left;
	background:url(/images/chennai-Rental-car-logo.gif) center no-repeat;
	line-height:100px;
	width:220px;
}
#header .primary_nav {
	float:right;
	width: 540px;
	text-align: left;
	background: #000;
	line-height:25px;
	padding-left:10px;
}
#header .primary_nav ul {
	padding:0;
	margin:0;
}
#header .primary_nav ul li {
	list-style:none;
	display:inline;
	padding:0 5px;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #fff;
}
#header .primary_nav ul li.last {
	border:0;
}
#header .primary_nav ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#header .primary_nav ul li a:hover {
	text-decoration:underline;
}

#header_sub {
	background:url(/images/layout/header_car_new.jpg) no-repeat;
	height:66px;
	float:right;
	width:558px;
}
#header_sub .car {
	line-height:68px;
	width:145px;
	float:left;
}
#header_sub h1 {
	float:left;
	width:400px;
	text-align:left;
	font-size:24px;
	padding:0;
	margin:0;
	line-height:23px;
}
#header_sub h2 {
	float:left;
	width:120px;
	font-size:16px;
	margin:0;
	padding:0;
	text-align:left;
	margin-bottom:5px;
	margin-top:-13px;
}
#header_sub dl {
	padding:0;
	margin:0;
	margin-top:5px;
	color: #fff;
}
#header_sub dl dt {
	float:left;
	width:300px;
	text-align:right;
	padding:0;
	margin:0;
	color: #fff;
}
#header_sub dl dd {
	float:left;
	width:100px;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding:0;
	margin: 0px 0px 2px 0px;
}

#page_title	{
	color: #cc0000;
	text-align: left;
	font-size:16px;
	font-weight:bold;
	margin:10px;
}
#content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
	clear:both;
}


#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto 0 auto;
	width: 780px;
}
#bottom_nav ul {
	padding:0;
	margin:0;
}
#bottom_nav ul li {
	display:inline;
	list-style:none;
	padding:0 5px;
	border-right:1px solid #ccc;
	font-size:11px;
}
#bottom_nav ul li.last {
	border:0;	
}
#bottom_nav ul li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#bottom_nav ul li a:hover {
	text-decoration:underline;
}

#guideMenu {
	float:left;
	width:200px;
	border:1px solid #ccc;
	background-color:#FFFFCC;
	padding:5px;
	margin:0 10px 10px 0;
}

#guideMenu li.title {
	font-weight:bold;
	list-style:none;
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#guideMenu li {
	margin-left:10px;
	list-style-position:inside;
}
#guideMenu li a:hover {
	color:#000;
	text-decoration:none;
}


#copyright	{
	position: relative;
	text-align:right;
	top:10px;

	margin: 0 auto 0 auto;
	padding-top:20px;
	width: 780px;
	
	border-top:2px solid #e0dfe3;
	color:#ccc;
}
#copyright a {
	color:#ccc;
}
#copyright a:hover {
	color:#fff;
}

#error_message    {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}
.vehicleGuide {
	width: 210px;
	height: 265px;
	list-style: none;
	padding: 120px 0px 0px 30px;
	margin: 0px 15px 10px 0px;
	float: left;
	background-image: url(../../images/vehicle_guide_backer.jpg);
	background-repeat: no-repeat;
}
.vehicleGuide li {
	margin: 0px;
	padding: 0px;
}
.vehicleGuide a {
	text-decoration: none;
}
.vehicleGuide a:hover {
	color: #b6000e;
	text-decoration: underline;
}