/* aaron smith. PG Rent a Car */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	/*text-align: center; this method does not work in netscape 7*/
	background-color: #E6F4FF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
li{
	line-height:16px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
}

/* Navigation */

#nav {
	text-align: right;
	height: 84px;
	vertical-align: bottom;
	padding-bottom: 2px;
	padding-right: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #3E6AAF;
	border-left: 1px solid #3E6AAF;
	border-top: 1px solid #3E6AAF;
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: bottom;
	font-size: 12px;
} 
#nav a:hover, #nav a:active {
	color: #FFDDBB;
}
#nav td {
		vertical-align: bottom;
		color: #FFFFFF;
}

/* FLEET */

#fleet {
	border-left: 1px solid #3E6AAF;
	background-color: #E7EDF8;
	background-image: url(images/box2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #3E6AAF;
	font-size: 13px;	
}
#fleet a:link, #fleet a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
	font-size: 13px;
}
#fleet a:hover, #fleet a:active {
	text-decoration: none;
}
#fleet h1 {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	text-decoration: none;
}
#fleet td {
	text-align: center;
	color: #000066;
}

/* SPECIAL */

#special {
	color: #FFFFFF;
	background-color: #FFDDBB;
}
#special td {
	background-image: url(images/box2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #3E6AAF;
	border-left: 1px solid #3E6AAF;
	border-bottom: 1px solid #3E6AAF;
	padding: 0px 10px 10px 2px;
}
#special h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.soffers {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	}

	
/* PROMOTIONS this shows the promotions inside special offers. */ 

#promo1, #promo2, #promo3 {
	font-size: 12px;
	color: #000066;
	padding: 10px 5px 5px 5px;
	margin: 0px;
	float: left;
	position: relative;
	width: 32%;
	text-align: center;
}
#promo1 img, #promo2 img, #promo3 img {
	border: 0px;
	width: 49px;
	height: 45px;
	float: left;
}

/* FOOTER */

#footer {
	background-color: #3E6AAF;
	text-align: left;
	height: 43px;
	padding-left: 10px;
	font-size: 13px;
} 
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
#footer td {
	color: #fff;
}
/* FORM */

form font, td{
	color: #003366;
	font-size: 12px;
	height: 22px;
}
/*
form h1 {
	font-size: 13px;
	color: #003366;
	padding: 0px;
	margin: 0px;
}*/
form input, select {
	border: 1px solid #0099CC;
	font-size: 11px;
	color: #333399;
	text-indent: 2px;
}
form textarea {
	border: 1px solid #0099CC;
	font-size: 13px;
	color: #3E6AAF;
	text-indent: 2px;
	height: 200px;
	width: 420px;
	font-weight: bold;
}

/* CONTENT */	

#content {
	vertical-align: top;
	padding: 10px;
	text-align: justify;
	background-color: #FFF5EC;
	border-left: 1px solid #3E6AAF;
}

/* END */
