@charset "UTF-8";
body  {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(Images/page/bg_gradient.jpg) repeat-x;
	margin: 10 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #094D00;
}
#container {
	width: 1025px;
	margin: 0 auto;
} 
#header {
	background: url(Images/page/header.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 107px;
	margin: auto;
	width: 1025px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	font-size: 100%;
	text-align: center;
}
#mainContent {
} 
#footer {
	background:url(Images/page/footer.jpg) no-repeat;
	height: 60px;
	padding: 0px 0px 0px 10px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F6E011;
	text-decoration: none;
	font-size: x-small;
	position: relative;
	top: 38px;
	display: inline;
	font-weight: bold;
}
.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 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#header #flags {
	position: relative;
	top: 58px;
	right: -780px;
	padding-top: 5px;
}
p a {
	text-decoration: underline;
	color: #C0120F;
	font-size: 14px;
	font-style: oblique;
}
#header #nav {
	display: inline;
	top: 85px;
	color: #740B09;
	margin: 0px;
	width: 500px;
	text-align: center;
	left: 260px;
	position: relative;
}
#header #nav li {
	list-style: none;
	display: inline;
	padding-right: 30px;
}
#header #nav li a {
	text-decoration: none;
	color: #0D6900;
	font: italic bold 14px Arial, Helvetica, sans-serif;
}
#header #nav li a:hover {
	color: #09F;
	margin: 0px;
}
.home #header #nav #home a {
	font-weight: bolder;
	color: #F00;
	
}

.res #header #nav #res a {
	font-weight: bolder;
	color: #F00;
	
}

.terms #header #nav #terms a {
	font-weight: bolder;
	color: #F00;
	
}

.contact #header #nav #contact a {
	font-weight: bolder;
	color: #F00;
	
}
#firstchoice {
	height: 361px;
	width: 180px;
	background: url(Images/page/sidebar_div.jpg) no-repeat right;
	cursor: default;
	padding-left: 20px;
}
#firstchoice img {
	padding-top: 20px;
}
#firstchoice p {
	font-size: 10px;
	font-style: italic;
	color: #423F84;
	font-weight: bold;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 11px;
	padding-left: 11px;
}
#sidebar1 #click {
	float: right;
}
#mainContent {
	padding-left: 0px;
	padding-right: 0px;
	background: url(Images/page/maincontent_bg.jpg) no-repeat;
	height: 530px;
	padding-top: 10px;
}


#mainContent iframe {
	margin-right: 10px;
	margin-left: 15px;
}

#mainContent #insideContent {
	overflow: auto;
	height: 500px;
	margin-top: 15px;
	width: 600px;
	padding-left: 30px;
}
#mainContent iframe {
	position: relative;
	left: 30px;
}

#bottomnav {
	color: #740B09;
	margin: 0;
	text-align: center;
	padding-top: 5px;
	font-size: .9em;
}

#bottomnav li {
	list-style: none;
	display: inline;
	padding-right: 20px;
	padding-left: 0px;
}
#container #bluealien {
	padding-top: 10px;
}
#mainContent #pricelist {
	height: 320px;
	width: 575px;
	background: url(Images/page/pricelist_bg.gif) no-repeat;
}
#pricelist #description {
	float: right;
	width: 240px;
	height: 300px;
	background: url(Images/page/description_bg.gif) no-repeat;
	margin: 10px 10px 0px 0px;
	text-align: left;
}
#pricelist #selection {
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}
.oddrow {
	background: url(Images/page/odd.jpg) no-repeat;
	text-align: center;
	height: 31px;
	width: 300px;
}
.evenrow {
	background: url(Images/page/even.jpg) no-repeat;
	text-align: center;
	height: 31px;
	width: 300px;
}
.hover {
	background: url(Images/page/hover.jpg) no-repeat;
	text-align: center;
	height: 31px;
	width: 300px;
}
#description #cars {
	margin-top: 10px;
	height: 120px;
	width: 220px;
	margin-left: 10px;
}

#selectioncontent table {
	width: 300px;
	color: #030;
	font-weight: bold;
	cursor: default;
}
th {
	font-style: italic;
	color: #FFF;
}
#description #descriptioncontent {
	width: 220px;
	margin-left: 10px;
	height: 170px;
}
#mainContent #iframewrapper {
	padding-top: 10px;
}
#insideContent #scrollablecontent {
}
#insideContent #scrollablecontent {
	padding-right: 35px;
}
#container #banner {
	height: 200px;
	background: url(images/page/banner.jpg) no-repeat;
}
#banner #welcometext {
	float: right;
	text-align: right;
	width: 350px;
	padding-right: 25px;
	cursor: default;
	font-family: Verdana, Geneva, sans-serif;
	color: #70C8F8;
}
#welcometext p a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #F4C20B;
	text-decoration: none;
	cursor: auto;
}
#container #contactbanner {
	background: url(images/page/contactbanner.jpg) no-repeat;
	height: 200px;
}
#contactbanner #cbcontent {
	width: 320px;
	text-align: left;
	color: #000;
	font: 13px Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 30px;
}
#container #widgets {
	float: right;
	width: 175px;
	text-align: center;
	height: 750px;
	cursor: default;
}
#container #wrappedbottomnav {
	width: 850px;
}
#welcometext h1 {
	font: 24px Arial, Helvetica, sans-serif;
}
#welcometext h4 {
	font-size: 12px;
}
#welcometext p {
	font-size: 12px;
}
#insideContent h1 {
	font: 24px Arial, Helvetica, sans-serif;
}
.fineprint {
	font-size: .7em;
}
.fineprint p a {
	font-size: .7em;
}
#descriptioncontent h4 {
	font-size: 12px;
}
#cbcontent h2 {
	margin: 0px;
	color: #030;
}
#resbanner {
	background: url(images/page/resbanner.jpg) no-repeat;
	height: 200px;
	cursor: default;
}
#resbanner #rescontent {
	width: 300px;
	padding-top: 30px;
	padding-left: 25px;
	color: #FFF;
	font: 18px Arial, Helvetica, sans-serif;
}
#rescontent h4 {
	margin: 0px;
}
#container #termsbanner {
	background: url(images/page/termsbanner.jpg) no-repeat;
	height: 200px;
}
#termsbanner #termscontent {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 500px;
	padding-top: 30px;
	padding-left: 25px;
}
#termscontent h1 {
	margin: 0px;
}
#cbcontent p {
	font: 14px Arial, Helvetica, sans-serif;
}
#rescontent p {
	font: 14px Arial, Helvetica, sans-serif;
}
#termscontent p a {
	font-weight: bold;
	text-decoration: none;
}
