@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
html,body
{
	height:100%;
}
body
{
	background:url("../images/body_bg.jpg") repeat-x 0px 111px #bbbbbb;
}
div,input,select,textarea,h1,h2,h3,h4,p,label,a,table,span,ul,li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
}
a
{
	color:#0a2c70;
}
a:hover
{
	text-decoration:none;
}
a img
{
	border:0px;
}
h1
{
	font-size:16px;
	font-weight:bold;
	color:#759317;
	margin:5px 0px 5px 0px;
}
h2
{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#6da528;
	text-indent:10px;
	width:100%;
	padding:5px 0px 5px 0px;
}
h3
{
	font-size:12px;
	font-weight:bold;
	color:#96b830;
}
p
{
	color:#0a2c70;
	text-align:justify;
	margin:10px 0px 10px 0px;
}
.container
{
	width:100%;
}
.header
{
	background:url("../images/header_bg.jpg") repeat-x;
	height:97px;
	width:100%;
	text-align:center;
}
.header div
{
	width:835px;
	margin:auto;
}
.logo
{
	margin-top:0px;
	float:left;
}
.header_fone
{
	margin-top:45px;
	float:right;
}
.flashHeader
{
	width:835px;
	height:175px;
	background-color:#93d3ff;
	margin:auto;
	text-align:center;
}
.lowerHeader
{
	width:835px;
	height:97px;
	margin:auto;
	background:url("../images/header_bg.jpg") repeat-x;
}
.mainPart
{
	width:875px;
	background:url("../images/solid_bg.jpg") repeat-y;
	margin:auto;
	overflow:auto;
	height:auto;
}
.txtPart
{
	width:835px;
	background:url("../images/gradient_bg.jpg") no-repeat;
	padding:0px 20px 20px 20px;
	height:auto;
	overflow:auto;
}
.serviceLinks
{
	margin:0px 0px 0px 80px;
	color:#0a2c70;
}
.serviceLinks li a
{
	text-decoration:underline;
	font-weight:bold;
}
.serviceLinks li
{
	margin:5px 0px 5px 0px;
}
.serviceLinks li a:hover
{
	text-decoration:none;
}
.btn100
{
	background:url("../images/btn_bg.jpg") repeat-x;
	height:19px;
	width:100px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border:none;
	cursor:pointer;
}
.onlineReservation a img
{
	border:1px solid #d4d4d4;
}
.contentPart
{
	width:700px;
	float:left;
	margin:10px 0px 0px 80px;
}
.contentPart p, .contentPart label
{
	font-size:12px;
}
.greenFont, .greenFont a
{
	color:#708a22;
}
.carSlider
{
	margin:auto;
	width:75%;
	padding-top:10px;	
}
.carSlider ul
{
	
	list-style:none;
}
.carSlider li
{
	float:left;
	border-right-width:1px;
	border-right:1px dotted #a8c254;
	text-align:right;
	padding:0px 5px 0px 5px;
}
.carSlider li a
{
	font-weight:bold;
	color:#7e7e7e;
	padding-right:10px;
	text-decoration:none;
}
.carSlider li a:hover
{
	text-decoration:underline;
}
.footerPart
{
	background:#ccc;
	margin:0px 13px 0px 13px;
	padding:10px;
}
.footerPart, .footerPart *
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#0a2c70;
	text-decoration:none;
}
.footerPart a
{
	padding:0px 2px 0px 2px;
}
.footerPart a:hover
{
	text-decoration:underline;
}