body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #A6B3BD;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#container {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	width: 901px;
	height: 167px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#nav-shadow {
	background-image: url(images/nav-shadow.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 901px;
}

/*--------------------- Menu ---------------------*/

#nav-container {
	width: 901px;
	height: 31px;
}
#nav, #nav ul{
	height: 31px;
	background-image: url(images/nav.gif);
	margin: 0px;
	position: relative;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	width: 901px;
}
#nav li, #nav li a {
	display: block;
	height: 31px;
}

#link-home { left: 0px; width: 60px; }
#link-vehicles-and-rates { left: 60px; width: 123px; }
#link-special-offers { left: 183px; width: 106px; }
#link-quote-book { left: 289px; width: 94px; }
#link-useful-information { left: 383px; width: 131px; }
#link-maxirent { left: 514px; width: 91px; }
#link-film-industry { left: 605px; width: 99px; }
#link-about-rhodes { left: 704px; width: 107px; }
#link-contact-us { left: 811px; width: 90px; }

#link-home a:hover { background: url(images/nav.gif) 0 -31px no-repeat;}
#link-vehicles-and-rates a:hover { background: url(images/nav.gif) -60px -31px no-repeat;}
#link-special-offers a:hover { background: url(images/nav.gif) -183px -31px no-repeat;}
#link-quote-book a:hover { background: url(images/nav.gif) -289px -31px no-repeat;}
#link-useful-information a:hover { background: url(images/nav.gif) -383px -31px no-repeat;}
#link-maxirent a:hover { background: url(images/nav.gif) -514px -31px no-repeat;}
#link-film-industry a:hover { background: url(images/nav.gif) -605px -31px no-repeat;}
#link-about-rhodes a:hover { background: url(images/nav.gif) -704px -31px no-repeat;}
#link-contact-us a:hover { background: url(images/nav.gif) -811px -31px no-repeat;}

#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

#nav li a:hover {
	text-decoration: none;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul{
	position: absolute;
	left: -999em;
	display: none; /* Important */
	height: auto;
	width: 131px;
	font-weight: normal;
	margin: 0;
	background-image: none;
	background-color: #61778A;
}

#nav li li {
	width: 131px;
	height: auto;
}

#nav li ul a {
	width: 103px;
	height: 16px;
	margin: 0 0 0 -1px;
	padding: 6px 12px 3px 16px;
	font-size: 11px;
	background-image: url(images/sub-nav-bg.gif);
	background-repeat: no-repeat;
	background-color: #61778A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2BCC6;
	line-height: 12px;
	background-position: 6px 10px;
}
#nav li ul a.nav-last {
	border: none;
}
#nav li ul a:hover {
	background-image: url(images/sub-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #365169;
}

#nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;  /* Important */
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}

/*--------------------- Body ---------------------*/

#body {
	width: 901px;
}
#side-bar {
	width: 262px;
	height: 730px;
	float: left;
	display: inline;
	padding: 0px 15px 0px 15px;
	background-image: url(images/side-bar-bg.gif);
	background-repeat: no-repeat;
}
#body-inner {
	width: 574px;
	padding: 0px 15px 10px 20px;
	float: left;
	display: inline;
	background-image: url(images/body-inner-bg.gif);
	background-repeat: no-repeat;
}
h1 {
	color: #012442;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCD3D9;
	margin: 20px 0px 10px 0px;
	padding-bottom: 4px;
}
h2 {
	color: #012442;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}
p {
	margin: 8px 0px 10px 0px;
}
a {
	color: #007EBB;
	text-decoration: underline;
}
a:hover {
	color: #007EBB;
	text-decoration: none;
}
.divider {
	height: 1px;
	width: 250px;
	border-bottom: 1px dotted #B3BEC6;
	padding: 5px 6px 0px 6px;
	margin: 0px 0px 5px 0px;
	line-height: 1px;
}
.body-divider {
	height: 1px;
	width: auto;
	border-bottom: 1px dotted #B3BEC6;
	padding: 5px 6px 0px 6px;
	margin: 0px 0px 5px 0px;
	line-height: 1px;
}
/* .divider {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 262px;
} */
#body-inner ul {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 0px;
}
#body-inner li {
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(images/bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 5px 6px;
	margin-left: 0px;
}
#home-vehicles {
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
}
#home-vehicles p {
	margin: 0px 0px 10px 0px;
}
#home-vehicles a {
	color: #012442;
	text-decoration: none;
	font-weight: bold;
}
#home-vehicles a:hover {
	color: #E2091E;
	text-decoration: none;
	font-weight: bold;
}
.home-vehicle1 {
	width: 190px;
	float: left;
	padding: 0px;
	text-align: center;
	border-bottom: dotted 1px #CCD3D9;
	border-right: dotted 1px #CCD3D9;
}
.home-vehicle2 {
	width: 190px;
	float: left;
	padding: 0px;
	text-align: center;
	border-bottom: dotted 1px #CCD3D9;
	border-right: dotted 1px #CCD3D9;
}
.home-vehicle3 {
	width: 190px;
	float: left;
	padding: 0px;
	text-align: center;
	border-bottom: dotted 1px #CCD3D9;
}
.home-vehicle4 {
	width: 190px;
	float: left;
	padding: 0px;
	text-align: center;
	border-right: dotted 1px #CCD3D9;
}
.home-vehicle5 {
	width: 190px;
	float: left;
	padding: 0px;
	text-align: center;
	border-right: dotted 1px #CCD3D9;
}
.home-vehicle6 {
	width: 190px;
	float: left;
	padding: 0px;
	text-align: center;
}
.clear-floats {
	clear: both;
}
p.back-to-top {
	margin: 0px;
	font-size: 11px;
}
.pic-right {
	float: right;
	margin: 0px 0px 8px 8px;
}
.chart {
	padding: 0 4px 0 4px;
	line-height: 15px;
	font-size: 11px;
}
.text-small {
	font-size: 11px;
}
#vehicle-container {
	margin: 20px 0 15px 0;
}
.vehicle {
	width: 574px;
	float: left;
	border-bottom: dotted 1px #CCD3D9;
}
.vehicle a, #vehicle-table a {
	color: #E2091E;
	font-size: 11px;
}
.vehicle a:hover, #vehicle-table a:hover {
	color: #007EBB;
	text-decoration: none;
}
.vehicle h2, #vehicle-table h2 {
	margin: 10px 0 0 0;
}
.vehicle p {
	margin-top: 0px;
}
.vehicle-image {
	width: 192px;
	float: left;
}
.vehicle-text {
	width: 366px;
	float: left;
	padding-left: 15px;
	border-left: dotted 1px #CCD3D9;
}
#vehicle-table td {
	border-bottom: dotted 1px #CCD3D9;
	border-right: dotted 1px #CCD3D9;
	padding: 2px 4px;
	line-height: 14px;
}
#vehicle-table .no-border-right {
	border-right: none;
}
#vehicle-table .border-top {
	border-bottom: none;
	border-top: dotted 1px #CCD3D9;
}
.table-header {
	background-color: #012442;
	color: #FFFFFF;
}
#quote-box {
	width: 262px;
	height: 232px;
	background-image: url(images/quote-holder.gif);
	background-repeat: no-repeat;	
	font-size: 11px;
}
.red-text {
	color: #F50000;
}
.grey-text {
	color: #666666;
}

/*--------------------- Footer ---------------------*/

#footer {
	width: 901px;
	height: 31px;
	background-color: #012442;
	clear: both;
	position: relative;
}
#footer p, #footer a {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright {
	position: absolute;
	left: 12px;
	top: 6px;
}
#footer-links {
	position: absolute;
	left: 657px;
	top: 6px;
}
#address {
	position: absolute;
	width: 250px;
	left: 21px;
	top: -80px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B2BCC6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2BCC6;
}
#address p {
	color: #012442;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 10px 0;
}
#address a {
	color: #012442;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}
#address a:hover {
	color: #007EBB;
	text-decoration: none;
}
#avatar-link {
	font-size: 11px;
	text-align: center;
	margin: 4px 0 4px 0;
}
#avatar-link a {
	color: #536C80;
	text-decoration: none;	
}
#avatar-link a:hover {
	color: #536C80;
	text-decoration: underline;	
}.seo-h2 {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
