﻿body {
	background:#aeaeae;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:active {
	text-decoration:underline;
	color:#263674;
}

a:visited {
	text-decoration:underline;
	color:#263674;
}

a:link {
	text-decoration:underline;
	color:#263674;
}

a:hover {
	color:#000;
}

#hbar {
	background:#263674;
	padding:5px;
}

#nav {
	background:url(siteart/navbg.jpg) no-repeat;
	padding:15px;
	color:#fff;
	font-weight:bold;
}

a.menu:active {
	text-decoration:none;
	color:#fff;
	padding:0 15px;
}

a.menu:visited {
	text-decoration:none;
	color:#fff;
	padding:0 15px;
}

a.menu:link {
	text-decoration:none;
	color:#fff;
	padding:0 15px;
}

a.menu:hover {
	color:#f8cb2f;
}



#left {
	border:1px #f2efef solid;
	width:220px;
	padding:5px;
	vertical-align:top;
}

.left-content {
	background:#263674;
	padding:5px;

}

.left-title {
	display:block;
	margin-bottom:5px;
	font-size:13px;
	color:#ffde00;
	font-weight:bold;
}
.left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}
.left-content li {
	display:block;
}


.left-content a:link {
	text-decoration:none;
	color:#fff;
	padding:5px 5px 5px 5px;
	background:#263674;
	border-bottom:1px #fff dotted;
	display:block;
	width:210px;
}
.left-content a:active {
	text-decoration:none;
	color:#fff;
	padding:5px 5px 5px 5px;
	background:#263674;
	border-bottom:1px #fff dotted;
	display:block;
	width:210px;
}
.left-content a:visited {
	text-decoration:none;
	color:#fff;
	padding:5px 5px 5px 5px;
	background:#263674;
	border-bottom:1px #fff dotted;
	display:block;
	width:210px;
}
.left-content a:hover{
	text-decoration:none;
	color:#263674;
	padding:5px 5px 5px 5px;
	background:#fff;
	border-bottom:1px #fff dotted;
	display:block;
	width:210px;
}




.sub-menu{
	position:absolute;
	visibility: hidden;
	border:1px #fff solid;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height: 20px;
	z-index: 100;
	background: #f2efef;
	width: 210px;
}

.sub-menu a:link {
	color: #fff;
	display: block;
	border-bottom: 1px #fff solid;
	text-decoration: none;
	text-indent:5px;
}
.sub-menu a:active {
	color: #fff;
	display: block;
	border-bottom: 1px #fff solid;
	text-decoration: none;
	text-indent:5px;
}
.sub-menu a:visited {
	color: #fff;
	display: block;
	border-bottom: 1px #fff solid;
	text-decoration: none;
	text-indent:5px;
}
.sub-menu a:hover {
	background: #fff;
	color: #263674;
}



#right {
	vertical-align:top;
	padding-left:20px;
}

.hdr {
	font-size:18px;
	font-weight:bold;
	color:#000;
	display:block;
	margin-bottom:5px;
}




.finance-block {
	background:url(siteart/finance-block.gif) no-repeat;
	width:170px;
	padding:50px 7px 10px;
	color:#fff;
	text-align:left;
}

.offer-block {
	background:url(siteart/offer-block.gif) no-repeat;
	width:170px;
	padding:50px 7px 10px;
	text-align:left;
	float:right;
}

.locate-block {
	background:url(siteart/locate-block.gif) no-repeat;
	width:170px;
	padding:50px 7px 10px;
	text-align:right;
	color:#fff;
	float:left;
}

.rental-block {
	background:url(siteart/rental-block.gif) no-repeat;
	width:170px;
	padding:50px 7px 10px;
	text-align:left;
	color:#fff;
	float:left;
}



a.block-button:active {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

a.block-button:visited {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
a.block-button:link {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
a.block-button:hover {
	text-decoration:underline;
}





a.block-button-black:active {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a.block-button-black:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a.block-button-black:link {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a.block-button-black:hover {
	text-decoration:underline;
}







#footer {
	background:#263674;
	padding:10px;
	text-align:center;
	display:block;
}