
/* STYLES - able Rental cars */

body{
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrap div */
	color: #000000;
}

#wrap{
background:#ffffff;
color: #424242;
margin:0 auto;
width:800px;text-align: left;
}

.paraheader {
	COLOR: #009900; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}
/* TOP NAVIGATION -----------------------------------------------------*/

#topnavigation {
		height: 25px;color: #fff;
		background: #009900 url(../images/bg-globalnav-green3.jpg) repeat-x;
		margin: 0 0 5px 0;
		padding: 5px 0 0 5px;
		font-size: 10px !important;
		clear: left;
		position: relative;
		z-index: 1000;}
 
.wrapnav	{
	/*	width: 100%;*/
		height: 16px;
		border: none;
		margin-left: 10px;
		margin-right: auto;
		margin-top: 0px;
		padding: 0;
		}

#listnav 	{
		float: left;
		margin: 0;
		padding: 0;
		}

#listnav li 	{
		list-style: none;
		display: inline;
		margin: 0 40px 0 0;
		padding: 0;
		font-size: 10px !important;
		}

#listnav li a 	{
		color:white;
		font-weight: bold;
		text-decoration: none;
		}
		
#listnav li a:hover 	{
		color: yellow;
		}

/* MAIN PAGE  -----------------------------------------------------*/

#page {
	font-size: 85%;
		width: 780px;
		border: none;
		margin-left: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0;
}
			
h1 {
color: #000000;font-size: 2.4em;}
/*color: #009900;*/
h2 {
COLOR: #6e5c14;
font-WEIGHT: bold;
line-height: 1em;font-size: 1.8em;}

h3 {
color: #353635;
line-height: 1.2em;
}

h4 {
color: #FFFFFF;padding: 0em;font-size: 1.2em;
}

h5 {
color: #7e3400;margin-bottom: -0.8em;padding: 0em;font-size: 1.1em;}

#page p, li {
color: #494a49;
font-weight: normal;line-height: 1.4em;
}

/* ======= COLUMNS =========*/
#coLeft{width: 320px;float: left;}
		
#coRight{width: 400px;margin: 0  0px 0 380px;}

#colOne{width: 780px;}

#price {	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
margin-right: 68px;
margin-left: 32px;     /*value should match .indent*/background-color: #008a00;}

#price h4 {line-height: 0.6em;color: #e9ff5a;
text-align: left;text-indent: 10px;}
	
/*#price.greenbox h3{line-height: 2em;color: #e9ff5a;}*/
	
a {
	text-decoration: none;
color: #576958 
}

a:hover {color: #543b28;text-decoration: none;/*font-weight: bold;*/
}	


/* THUMBNAILS on INDEX -----------------------------------------------------*/
.greenbox {/*line-height: 1.2em;*/background-color: #009900;color: #ffffff;font-family: Verdana, Helvetica, Arial, sans-serif;}

.greenbox a {
color: #ffffff;}

#panels img{border: 0px none;margin-left: 8px;margin-right: 8px;margin-top: 4px;margin-bottom: 0px;}

#panels td{border: 1px #009900 solid;}

#panels a:hover {
	text-decoration : underline;
	color: #999999;
}

#panels a.link {
	text-decoration : none;
	color: #667566;font-size: 0.9em;font-weight: bold;font-family: Arial,Helvetica,sans-serif;
}
#panels a.link:hover {
	text-decoration : underline;
	color: #009900;}


/* FOOTER all PAGES -----------------------------------------------------*/
#footer {
	border: none;
	margin-top: 5px;
				padding: 4px 4px  ;
		font-size: 11px !important;
		clear: left;}
#footer a:hover 	{
		color: yellow;
		}

#footer.greenbox {
text-align: center;}

/* NO TITLE -----------------------------------------------------*/

.indent {margin-left: 32px;}

.small {font-size: 0.8em;}

a img  {border: none;
text-decoration: none;
}

.underline {text-decoration: underline;}


	.red{color: red;}
