@charset "utf-8";
/* Layout */

body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(img/bg.png) repeat-x #008818;
}
/*- Typography */
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}
strong, em, b, i {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	padding:0;
	margin:0;
}
h4 { 
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 10px;
}
p, ul, ul li { /* main text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	line-height:1.8;
}

a, a:hover, visited
{
	text-decoration: underline;
	color:#ffffff;
}

.txtalgnl{
text-align:left;
}
.txtalgnr{
text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
}

img {
	border:1px solid #000000;
	margin:10px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}


#container {
width:960px;
margin: 0 auto;
text-align: left;
position:relative;
}
#header{
	padding-top:30px;
	position:relative;
	}

#logo, logo a {
	padding-left:30px;
	float:left;
	text-decoration:none;
	border:none;
}
#navigation {
	float:right;
	margin:58px 20px 0 0;
	padding:0;
	
}

#navigation li{
	display:inline;
	list-style:none;
	margin:0 0 0 10px;
	color:#ffffff;
	font-size:16px;
	
}
#navigation li a{
	color:#ffffff;
	font-size:16px;
	text-decoration:none;

}
.current a{
	color:#ffffff;
	background:#00440c url(img/left_c.png) left top no-repeat;
	text-decoration: none;
padding: 6px 0 7px 10px;
}

.current a span
{
background: url(img/right_c.png) right top no-repeat;
padding: 6px 10px 7px 0;
}

#content {
	background:#00440c;
	height:auto;
	width:920px;
	margin-top:0;
	padding:20px;
	clear:both;
	position:relative;
}
#getthisfeeling{
	background:#00440c;
	height:350px;
	width:960px;
	margin-top:0;
	clear:both;
	position:relative;
}
#getthisfeeling_img{
	padding:10px 25px 0 0;
	float:right;}
#getthisfeeling_txt{
	float:left;
	padding:100px 0 0 50px;
	margin:0;
	border:none;
}
#center_line{
	text-align:center;
	width:960px;
	height:40px;
	background:#000000;
	clear:both;
	margin-top:5px;
}
#center_line p{
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	margin:0;
	padding:0;}

.roundify { 

}
#menu{
	background:#00440c;
	height:185px;
	width:960px;
	margin-top:5px;
	padding-top:20px;
}
#menu a, #menu a:hover, #menu visited{
	color:#00440c;
}
.menu_button{
	margin:0 0 0 29px;
	text-decoration:none;
	border:none;
	color:#00440c;
	padding:0;
}
#about{
	padding:10px;
}
#fleet{
	padding:10px;
	width:680px;
}
#fleet h3{
	text-align:left;
	padding-top:20px;
	
}
#fleet_info{
	float:right;
	width:190px;
	padding-top:20px;
}

#fleet p{
	margin:0;
	padding:0;
	text-align:center;
}
#fleet a{
	margin:0!important;
	padding:0!important;
}
#main_office{
	padding:10px 0 0 50px;
}
.branch_office{
	float:left;
	padding:50px 0 0 50px;}
	
.office_img{
	padding:0;
	margin:0;
}
#map{
	float:right;
	margin:0;
	padding:0;
}

#footer{
	text-align:left;
	margin:10px 0 20px 0;
	color:333333;
	background:#002f08;
	width:960px;
}
#footer img {
	border:none;
}

#footer p, #footer a {
	color:#e2e2e2;
	font-size:12px;
	text-align:left;
	line-height:1.6;
	
}

#flags {
	position:absolute;
	right:10px;
	top:20px;
}
#flags img, #flags img a {
	padding:0;
	margin:0;
	border:none;
}
#flags a {
	text-decoration:none;
}
#reservation_thnx{
	text-align:center;
	font-size:14px;
	padding:50px 0 50px 0;
}
#reservation_thnx a{
	text-decoration:none;
}
#offer_img {
	border:none;
	position:absolute;
	top:20px;
	right:40px;
}
#offer2_img {
	border:none;
	position:absolute;
	top:20px;
	left:40px;
}
#offer{
	padding-top:20px;
}
#offer p{
	text-align:center;
	font-size:28px;
	margin:0;
	padding:0;
	
}
.offer_bold{
	font-size:50px;
	font-weight:bold;
}
.offer_small{
	font-size:30px
}
