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




* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}

ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #FFFFFF;
	height: 100%;
}
#container {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	height: 100%;
	overflow: visible;
	background-color: #E8E8E8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	height: 274px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	float: left;
	height: 94px;
	width: 232px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header #logo h1 {
	display: none;
}
#header #nav {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: bottom;
	color: #F5F5F5;
	height: 34px;
	width: 654px;
	letter-spacing: 1px;
	background-color: #ABABAB;
	font-weight: lighter;
	padding-right: 0px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ABABAB;
}
#header #nav ul {
	float: right;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 34px;
}

#header #nav ul li {
	list-style: none;
	display: inline;
	cursor:pointer;
	width: auto;
	height: 34px;
}


/* hack for IE6 */
* html .nav ul li a 
{
	width: 100%;
	height: 20px;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav ul li a {
	display: block;
	float: right;
	text-decoration: none;
	outline:none;
	height: 20px;
	width: auto;
	color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav .uberlink {
	color: #333333;
}

#header #nav .noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #header #menu {
	float: right;
	height: 60px;
	width: 664px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	background-attachment: scroll;
	background-image: url(../images/home/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#menu a:hover {
	background-attachment: scroll;
	background-image: url(../images/home/menu-hover-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu .uberlink {
	background-attachment: scroll;
	background-image: url(../images/home/menu-hover-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 60px;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
}
#navbar li {
	list-style: none;
	float: left;
	margin-right: 1px;
	cursor:pointer;
	margin-left: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
#navbar li a {
	display: block;
	color: #E7E7E7;
	text-decoration: none;
	width: 81px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(../images/home/transp-bg.png);
	background-repeat: repeat;
	background-position: left top;
	outline:none;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	padding: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
   }

#navbar li ul {
	width: 211px;
	background-attachment: scroll;
	background-image: url(../images/home/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: none;
	margin: 0px;
	padding: 0px;
}
#navbar li ul li {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	width: 211px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	width: 211px;
}
#navbar li:hover li a, #navbar li.hover li a {
	color: #E7E7E7;
	-moz-box-shadow:0px 0px 0px #000;
	-webkit-box-shadow:0px 0px 0px #000;
	box-shadow:0px 0px 0px #000;
	margin: 0px;
	height: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	width: 211px;
	font-size: 11px;
	letter-spacing: 0.1em;
   }
#navbar li li a:hover {
	background-image: none;
 }
   
#menu li.allRentals a {
	width: 179px;
}

#menu .rental {
	font-size: 11px;
	color: #999999;
}

   
#header #submenu {
	float: left;
	height: 30px;
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/home/submenu-bg.gif);
	background-repeat: repeat;
	background-position: left bottom;
	margin: 0px;
}
#header #submenu p {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
}
#header #submenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 240%;
	letter-spacing: 1em;
	padding-left: 10px;
}

#submenu ul{
	float: left;
	list-style: none;
	display: inline;
}

#submenu ul li{
	float: left;
	list-style: none;
	display: inline;
	width: auto;
	font-size: 11px;
}

#submenu a {
	display: block;
	float: left;
	text-decoration: none;
	width: auto;
	padding-right: 13px;
	padding-left: 13px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #E2E2E2;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F0F0F;
	height: 10px;
}
#container #header #submenu a.back {
	color: #2A7B86;
}

#submenu a:hover {
	background-attachment: scroll;
	background-image: url(../images/home/menu-hover-bg.png);
	background-repeat: repeat;
	background-position: left top;
}

#submenu .uberlink {
	background-image: url(../images/home/transp-bg.png) !important;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 12px;
	padding-left: 12px;
	border-top-style: none;
	border-bottom-style: none;
}

#header #intro {
	float: left;
	height: 149px;
	width: 865px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	display: inline;
}
#intro img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#intro h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: left;
	margin-top: 20px;
	color: #4C4C4C;
	text-transform: uppercase;
	text-align: right;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#intro h2 {
	margin-top: 8px;
	float: left;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
	font-weight: lighter;
	clear: both;
	line-height: 120%;
	width: 520px;
}

#intro a {
	float: left;
	clear: both;
	background-attachment: scroll;
	background-image: url(../images/home/intro-link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 18px;
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#content {
	float: left;
	width: 900px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	width: 900px;
	float: left;
}


#footer {
	width: 900px;
	padding-bottom: 30px;
	height: auto;
	clear: both;
	background-color: #E8E8E8;
	float: left;
}

#footer #contacts {
	background-color: #2C2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/home/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 822px center;
	width: 850px;
	padding-right: 25px;
	height: 14px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer #contacts  p {
	color: #CCCCCC;
	font-size: 11px;
	display: inline;
	height: 20px;
	width: 850px;
	float: left;
}
#footer #contacts p  a {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	display: inline;
}

#footer #footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	float: left;
	width: 880px;
	padding: 10px;
	height: 20px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

#footer #footerLinks  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #A0A0A0;
	text-decoration: underline;
	display: inline;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #909090;
}

#footer #footerLinks a.footerSitemap {
	color: #A0A0A0;
	border-right-style: none;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}
#footerLinks .copyright {
	text-decoration: none;
}

.redDivider {color: #FF0000}

