* {
  	margin: 0;
  	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;	
}

#overallwrapper {
	width: 970px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	color: #000;
	border: 1px solid #969797;
	margin-top: 10px;
}

#mainheader {
	/* background: url(../gf/car.png) no-repeat 0 25px; */
	height: 170px;
}

#mainheader a img {
	border: none;
	vertical-align: bottom;
	display: block; /* opera needs this */
	z-index: 1000;
	position: absolute;
}

#mainheader #mainmenu {
	margin: 0 0 0 133px;
	width: 837px;
	height: 25px;
	float: left;
	z-index: 100;
	background: url(../gf/bg_mainmenu.gif) repeat-x;
}

#mainheader #mainmenu li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

#mainheader #mainmenu li a {
    font-weight: bold;
    font-size: 10px;
	color: #006910;
	height: 18px;
	display: block;
	padding: 6px 10px 0 6px;
	background: url(../gf/div_mainmenu.gif) no-repeat right top;
	text-decoration: none;
}

#mainheader #mainmenu li a:hover {
     background-color: #e7e5e5; 
}

#mainheader #mainmenu li ul {
	visibility: hidden;
	position: absolute;
	border-top: 1px solid #e6e6e6;
	top: 36px;
	z-index: 10;
}

#mainheader #mainmenu li ul li {
	line-height: 15px;
	display: block;
	float: none;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	width: auto;
	z-index: 10;
}

#mainheader #mainmenu li ul li a {
	width: auto;
	height: auto;
	padding-bottom: 3px;
	background: none;
	position: relative; /* IE need this for whatever reason */
	z-index: 10;
}

.selected a {
	background-color: #e7e5e5 !important;
}

.selected ul li a {
	background-color: #fff !important;
}

.selected ul li a:hover {
	background-color: #e7e5e5 !important;
}

#contentwrapper {
	width: 688px;
	height: auto;
	float: left;
	margin: 0 0 15px 10px;
}

#contentwrapper h1,
#contentwrapper h1 a {
	font-size: 26px;
	color: #339933;
	background-color: #fff;
	font-weight: normal;
	margin: 10px 0 10px 10px;
	text-decoration: none;
}

#contentwrapper h2 {
	font-weight: bold;
	font-size: 14px;
	color: #339933;
	background-color: #fff;
	padding: 10px 0 1px 0;
	margin-left: 40px;
}

#contentwrapper h3 {
	font-weight: bold;
	font-size: 12px;
	color: #ff9900;
	background-color: #fff;
	padding: 10px 0 1px 0;
	margin-left: 40px;
}

#contentwrapper p {
	font-size: 12px;
	color: #666;
	background-color: #fff;
	margin-left: 50px;
	padding-top: 10px;
}

#contentwrapper a {
	color: #339933;
	background-color: #fff;
}

#contentwrapper ul,
#contentwrapper ol {
	margin-left: 95px;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	padding-top: 5px;
	list-style-type: square;
}


#contentwrapper ul li,
#contentwrapper ol li {
	padding: 2px;
}

#contentwrapper ul li ul,
#contentwrapper ul li ul li ul {
	margin-left: 15px;
	padding: 3px;
	list-style-type: circle;
}

#contentwrapper table {
	margin-left: 50px;
	font-size: 12px;
}

#contentwrapper a img {
	border: none;
}

#languages {
	width: 70px;
	margin: 8px 0 0 895px;
	height: 20px;
}

#languages a {
	margin-left: 5px;
	float: left;
}

#languages a img {
	border: none;
}

#submenu {
	background: url(../gf/bordersidemenunormal.gif) no-repeat 0px 0px;
	float: right;
	display: inline;
	margin: 40px 15px 20px 20px;
}

#submenu ul {
	padding: 1px 0 1px 0;
	border-left: 1px solid #339933;
	border-right: 1px solid #339933;
	background: url(../gf/bordersidemenunormal.gif) no-repeat bottom left;
	width: 220px;
}

#submenu ul li {
	height: 25px;
	list-style: none;
	white-space: nowrap;
	background: url(../gf/bg_mainmenu.gif) repeat-x;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	margin: 2px;
	display: block;
}

#submenu ul li a {
    font-weight: bold;
    font-size: 10px;
	color: #006910;
	height: 18px;
	display: block;
	padding: 6px 10px 0 6px;
	text-decoration: none;
}

#submenu ul li a:hover {
    background-color: #e7e5e5;
}

#footer {
	clear: both;
	height: 35px;
	color: #fff;
	background-color: #006910;
	margin-top: 10px;
}

#footer img {
	margin: 2px 0 0 5px;
	border: none;
	float: left;
}

#footer ul {
	float: right;
	padding-top: 4px;
	margin-right: 8px;
}

#footer ul li {
	display: inline;
	list-style: none;
	font-weight: bold;
    font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
}

#footer ul li a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#sitemap li {
	margin: 5px;
}

#sitemap li ul {
	margin-left: 15px !important;
	padding: 5px;
}

address {
	text-decoration: none;
	font-size: 12px;
	margin-left: 50px;
}

textarea {
	width: 460px !important;
	height: 200px;
	margin-top: 5px !important;
}

.contactinput {
	width: 460px;
	margin-top: 5px;
}

.errorinput {
	width: 460px;
	margin-top: 5px;
	border: 1px dotted red;
}

#quicksearch {
	width: 183px;
	height: 25px;
	float: right;
	border: 1px solid red;
}

#quicksearch label {
	font-weight: bold;
    font-size: 10px;
	color: #006910;
	cursor: pointer;
	display: block;
	float: left;
	padding: 4px 4px 0 0;
	display: none;
}

#quicksearch fieldset {
	border: none;
}

#quicksearch legend {
	display: none;
}

#quicksearch input {
	width: 110px;
	float: left;
	font-size: 10px;
	height: 14px;
	padding: 2px 0 0 2px;
}

#quicksearchbutton {
	padding: 3px 0 0 4px;
	float: right;
	width: 16px !important;
	height: 16px !important;
}

/* GENERAL INPUT BUTTONS */

input[type=submit] {
	width: 6em; 
	height: 1.5em; 
	border-top: 1px solid #bbb; 
	border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd; 
	border-left: 1px solid #bbb; 
	background: #fbfbfb url(../gf/submit.png) repeat-x center top; 
	font-size: 0.9em;
	margin-top: 0.7em;
	padding-bottom: 0.1em;
	color: #000;
}

input[type=submit]:hover { 
	background-position: 0 8px; 
}

/* SHORTLEASE FORM */

#shortleaseform {
	margin-left: 20px;
	width: 670px;
}

#shortleaseform fieldset {
	width: 500px;
	border: none;
}

#shortleaseform legend {
	display: none;
}

#shortleaseform label {
	float: left;
	display: block;
	width: 270px;
	margin-top: 0.8em;
	font-size: 12px;
}

#shortleaseform select {
	width: 140px;
	margin-top: 0.6em;

}

#shortleaseform input {
	margin: 10px 0 0 265px;
}

#shortlease_nl {
	display: block;
}

#shortlease_be {
	display: none;
}

/* SHORTLEASE RESULTS */

.calccarimage {
	margin-left: 80px;
}

.cardefaultinfo {
	display: none;
}

.optionscarimages {
	margin: 0 0 40px 80px;
}

.cartitle {
	width: 480px;
	cursor: pointer;
}
.cartitle a {
	font-size: 0.8em;
	width: 480px;
}

.requesthisselect {
	width: 480px;
}

.calcresultwrapper {
	border: 1px dashed #339933;
	margin: 10px;
	width: 730px;
	background-repeat: no-repeat !important;
	background-position: top right !important;
}

#scrollboxwrapper {
	position: relative;
	overflow: hidden;
	height: 200px; 
}

#scrollbox {
	overflow: hidden;
	position: relative; 
	margin: 0 0 0 540px; 
	padding: 0px 0px 0px 40px; 
	width: 200px;
}

.scrolltitle {
	color: #fff;
	background-color: inherit;
	position: relative;
	margin: 0 !important;
}
.scrolltext {
	position: relative;
	margin: 0 !important;
}
.scrolltext, .scrolllink {
	color: #fff;
	background-color: inherit;
}

#disclaimer {
	margin-left: 25px !important;
}

.calcresultwrapperstandalone {
	border: 1px dashed #339933;
	margin: 10px;
	width: 450px;
}

.calcresultwrapperstandalone h2 {
	width: 440px;
	margin-left: 5px !important;
}

.calcresultwrapperstandalone p, .calcresultwrapperstandalone img, div.optionscarimagesstandalone img {
	margin-left: 5px !important;
}

.calcresultwrapperstandalone ul {
	margin-left: 20px !important;
}

.standalonesubmit {
	margin-left: 10px !important;
}

.standalonesubmittext {
	margin-left: 20px !important;
	width: 600px;
}

/* Login form */

#login_form fieldset, #contact_form fieldset {
	border: none;
}

#login_form legend, #contact_form legend {
	display: none;
}

#login_form label, #contact_form label {
	cursor: pointer;
	width: 120px;
	height: 17px;
	display: block;
	padding-top: 2px;
	float: left;
	font-size: 12px;
}

#login_form input, #contact_form input {
	margin-bottom: 5px;
}

#login_form input[type=submit], #contact_form input[type=submit] {
	margin-left: 185px;
}

#submitcms {
	margin-left: 325px !important;
}


/* Contact */

#contact_form {
	width: 650px;
	margin-left: 50px;
}

#contact_form label {
	width: 125px;
}

#contact_form input[type=text] {
	width: 460px;
}

#contact_form textarea {
	width: 440px;
	height: 200px;
}

#contact_form input[type=submit] {
	margin-left: 450px;
}

#contactaddress {
	border: 1px solid #006910;
	padding: 5px;
	margin-bottom: 10px;
	width: 230px;
}


