/* 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;
	vertical-align: top;
}

body	{
	background: #996f27;
	margin: 0px;
	padding: 0px;
}

a	{
	color: #3C2F6E;
}

input, textarea	{
	border: 1px solid #CC0000;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#main	{
	width: 100%;
	background-repeat: repeat-x;
}

#container	{
	clear: both;
	width: 778px;
	min-height: 100%;
	border: 2px solid #CCCCCC;
	background: #ffffff;
}

#header {
	height: 116px;
	border-bottom: 2px solid #CCCCCC;
}

#primary_nav	{
	background-repeat: repeat-x;
	height: 24px;
	line-height: 26px;
	width: 542px;
	font-weight: bold;
	font-size: 10px;
	float: left;
}

#primary_nav a, #primary_nav a:visited {
	color: #3C2F6E;
	text-decoration: none;
}

#primary_nav a:hover {
	text-decoration: underline;
}

#primary_nav a:active {
	color: #9C0707;
}

#secondary_nav	{
	padding-left: 5px;
	height: 21px;
	width: 547px;
	font-size: 10px;
	font-weight: bold;
}

#secondary_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#content	{
	padding: 10px;
	margin-bottom: 30px;
	min-height: 400px;
}

#bottom_nav	{
	width: 768px;
	height: 32px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

#bottom_nav	a	{
	padding: 0px 4px 0px 4px;
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration: none;
}

#copyright	{ }
#copyright a.link	{
	color: #333333;
	font: normal 11px Arial;
	text-align: right;
}

#error_message    {
	background: transparent url('http://rezolution.carrentalexpress.com/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
}

.primary_heading {
	font-weight: bold;
	font-size: 22px;
	color: #9C0707;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

.secondary_heading {
	font-weight: bold;
	font-size: 16px;
	color: #190A55;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

.grey_box {
	background: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 5px;
}

.email_link {
	text-align: center;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

.phone_number {
 	text-align: center;
 	color: #000000;
 	font-size: 20px;
 	margin: 5px 0px 5px 0px;
 	font-weight: bold;
}

.reservations_box {
	border: 1px solid #CCCCCC;
	width: 358px;
}

.reservations_box div {
	padding-left: 5px;
	line-height: 20px;
	font-size: 12px;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	background: #1C0C61;
	border-bottom: 1px solid white;
}

.title_bar {
	background: #1F0D6E;
	height: 10px;
	width: 90%;
}

.about_name {
	text-align: right;
	color: #9C0707;
	font-weight: bold;
}