body {
	font: 100%/120% "Lucida Grande", Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	background: #fff;  
}
html {
	border: 0;
}

/*------------------------------- Tags ---------------------------------*/

form  {
	margin: 0;
}
img {
	border: 0;
}
input, select, textarea {
	font: 100%/120% "Lucida Grande", Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #3a196a;
	font-weight: normal;
	padding: 0px 0px 7px;
	margin: 30px 0px 20px 0px;
	border-bottom: solid 1px #e6e6e6;
}
h2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
}
hr {
	height: 1px;
	border-top: 1px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #dedede;
	border-left: 0px solid #dedede;
	margin: 20px 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #919191;
}
fieldset {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 10px;
}
.mandatory {
	color: #e7006a;
}
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
.input {
	width: 160px;
}
.dropdown {
	width: 167px;
}
.minutes {
	width: 70px;
}
.times {
	width: 65px;
}
.dates {
	width: 67px;
	vertical-align: middle;
}
.inputCode {
	width: 116px;
}
.calendar {
	vertical-align: middle;
}

/*------------------------------- Floats ---------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0;
	white-space: nowrap;
}

/*------------------------------- Layout ---------------------------------*/

#header {
	height: 97px;
	background: url(../images/bgdHeader.jpg) no-repeat top center #452c70;
}
.placeholder {
	width: 862px;
	margin: auto;
}
#menu {
	height: 60px;
	background: url(../images/bgdMenu.jpg) repeat-x;
	margin-bottom: 15px;
}
#container {
	width: 862px;
	margin: auto;
}
#footer {
	height: 50px;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	margin-top: 20px;
	padding: 10px 0 0;
	text-align: right;
}
.box01 {
	width: 180px;
	height: 270px;
	background: #efefef;
	border: 1px solid #ccc;
	float: left;
	margin-right: 18px;
	padding: 10px;
}
.box02 {
	width: 180px;
	height: 270px;
	background: #efefef;
	border: 1px solid #ccc;
	float: left;
	margin-right: 18px;
	padding: 10px;
}
.box03 {
	width: 180px;
	height: 270px;
	background: #efefef;
	border: 1px solid #ccc;
	float: left;
	margin-right: 18px;
	padding: 10px;
}
.box04 {
	width: 180px;
	height: 270px;
	background: #efefef;
	border: 1px solid #ccc;
	float: left;
	padding: 10px;
}

/*------------------------- Menu / Dropdowns ---------------------------*/

a.menuLogin {
	width: 135px;
	height: 66px;
	display: block;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
}
a.menuLogin {
	background: url(../images/menuLogin.jpg) 0 0 no-repeat;
	margin-left: 52px;
}
a:hover.menuLogin {
	background-position: -135px 0;
}
#navbar, #navbar ul, #nav_submenu {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navbar a {
	width: 123px;
	height: 60px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}
#navbar a span {
	width: 123px;
	height: 40px;
	display: block;
	padding: 20px 0 0;
	background: url(../images/menuRoll.jpg) no-repeat 0 0;
}
#navbar a:hover {
	color: #fff;
	text-decoration: none;
}
#navbar a:hover span {
	background-position: -135px 0;
}
#navbar li {
	float: left;
}
#navbar li ul {
	position: absolute;
	width: 166px;
	z-index: 1000;
	border-top: 0px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	left: -999em;
	padding-top: 0;
}
#navbar li ul li {
	width: 166px;
	background: #fff;
	opacity: 0.96;
	-moz-opacity: 0.96;
	filter: alpha(opacity=96);
	text-align: left;
}
#navbar li ul li a {
	width: 146px;
	display: block;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
	margin: 0;
	background: none;
	border: 0;
	color: #000;
	padding: 10px;
	height: 13px;
	line-height: 13px;
}
#navbar li ul li a:hover {
	color: #000;
	background: #ececec;
	text-decoration: none;
}
#navbar li:hover ul {
	left: auto;
	z-index: 2000;
}
#navbar li:hover a {
	background-position: 0 -206px;
	color: #fff;
}
#navbar li:hover a span {
	background-position: -135px 0;
	text-decoration: none;
}
#navbar li:hover ul a {
	color: #000;
}

/*------------------------------- Master styles ---------------------------------*/

.tblPages {
	background: #cacaca;
	padding: 10px 5px;
	border-bottom: 1px solid #666;
}
.tblFooter {
	border: 0px;
	background: #452c70;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.tblRowHead {
	background: #452c70;
	color: #fff;
}
.tableList {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
}
.tblRow2 {
	background: #fff;
	border: 0px;
	padding: 10px;
}
.tblRow1 {
	background: #e8e8e8;
	border: 0px;
	padding: 10px;
}
.topRowLeft {
	border: 0px;
	background: #452c70;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
}
.topRowRight {
	border: 0px;
	background: #452c70;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.btmRowLeft {
	border: 0px;
	background: #452c70;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
.btmRowRight {
	border: 0px;
	background: #452c70;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.icon {
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}
.vehPhoto {
	margin: 10px 0 20px;
}
.imgBtnSup {
	margin-left: -170px;
}
.vehItemCol1Header {
	width: 350px;
	background: #452c70;
	color: #fff;
	float: left;
	padding: 5px;
}
.vehPhotoHeader {
	width: 230px;
	background: #452c70;
	color: #fff;
	float: left;
	padding: 5px;
}
.vehOptionsHeader {
	width: 252px;
	background: #452c70;
	color: #fff;
	float: left;
	padding: 5px;
}
.vehItemCol1 {
	width: 350px;
	float: left;
	padding: 5px;
	font-size: 20px;
	line-height: 26px;
}
.vehPhoto {
	width: 230px;
	float: left;
	padding: 5px;
}
.vehOptions {
	width: 200px;
	float: left;
	padding: 5px;
	margin-top: 30px;
}
ul#submenu  {
	margin: 0;
	padding: 0;
}
#submenu li {
	display: inline;
	margin-right: 30px;
}
#submenu a {
	font-weight: bold;
	text-decoration: underline;
}
#submenu a:hover {
	font-weight: bold;
	text-decoration: none;	
}