body {
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
	font: 12px 'Verdana', Verdana, sans-serif;
	line-height: 1.5em;
	color: #3b3b3b;
}
table {
	border-collapse: collapse;
}
td, th {
	padding: 4px 10px;
	vertical-align: top;
}

.rowlines td{
	border-bottom: 1px solid #cccccc;
}
img {
	border: 0;
}
.red {
	color: red;
}
.green{
	color:#7BAE1B;
}
.white{
	color:white;
}

h1, .blue, .bluebold, .driving b, .links b {
	color: #181dff;
	
}
.bold, .bluebold {
	font-weight: bold;
}
.black {
	color: black;
}
p {
	margin: 20px 0;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	font-family: 'Arial', Arial, 'Verdana', Verdana, sans-serif;
	clear: both;
	margin:16px 0;
}
h2 {
	margin:14px 0;
	font-size: 18px;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
legend {
	color: black;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
label {
	display: block;
	margin-top: 10px;
}
.error {
	color: red;
}
.front-error {
	padding: 0 20px;
	clear: both;
	color: red;
}

#container {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	width: 941px;
}


#header
{
	padding: 0;
	margin: 0; 
	height: 180px;
	background: white url(/images-new/header_bg.png) no-repeat bottom right;
	border-left: #e1e1e1 solid 14px;
	border-right: #e1e1e1 solid 14px;
	position: relative;
	float: left;
	clear: both;
	width: 913px;
	
	font: normal 16px 'Verdana', Verdana, sans-serif;
	color: #a2a1a4;
}
header-a{
	text-decoration: none;
}
#header div.logo {
	margin: 0;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 65px; /* height of the replacement image */
	width: 283px;
	float: left;
	overflow: hidden;
	background: url(/images-new/logo.png) no-repeat 0 0;
	height: 0px !important; /* for most browsers */
  	height /**/:65px; /* for IE5.5's bad box model */
  	color: white;
  	cursor: pointer;
}
#header div.strap {
	font-style: italic;
	position: absolute;
	text-decoration: none;
	top: 98px; 
	left:128px;
}
#header div.call {
	position: absolute;
	text-decoration: none;
	top: 10px; 
	right:30px;
}




#navcontainer
{
	padding: 0;
	margin: 0; 
	background: white;
	border-left: #e1e1e1 solid 14px;
	border-right: #e1e1e1 solid 14px;
	position: relative;
	float: left;
	clear: both;
	width: 913px;
	
	font: normal 16px 'Verdana', Verdana, sans-serif;
}

#navcontainer ul {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	border: 0;
}

#navcontainer ul li { 
	float: left;
	margin: 0 1px;
}

#navcontainer ul.main li a {
	text-decoration: none;
	float: left;
	margin: 0;
	padding-top: 61px; /* height of the replacement image */
	width: 0px;
	float: left;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
  	height /**/:61px; /* for IE5.5's bad box model */
}





#navcontainer ul li a.home {
	width: 112px;
	background: url(/images-new/nav-home.png) no-repeat 0 0;
}
#navcontainer ul li a.location {
	width: 132px;
	background: url(/images-new/nav-location.png) no-repeat 0 0;
}
#navcontainer ul li a.about {
	width: 181px;
	background: url(/images-new/nav-about-guernsey.png) no-repeat 0 0;
}
#navcontainer ul li a.driving {
	width: 209px;
	background: url(/images-new/nav-driving-in-guernsey.png) no-repeat 0 0;
}
#navcontainer ul li a.contacts {
	width: 144px;
	background: url(/images-new/nav-contact-us.png) no-repeat 0 0;
}
#navcontainer ul li a.links {
	width: 104px;
	background: url(/images-new/nav-links.png) no-repeat 0 0;
}

/* add a class to parent of #navcontainer to activate menu */

.home #navcontainer ul li a.home, #navcontainer ul li a.home:hover {
	background: url(/images-new/nav-home-active.png) no-repeat 0 0;
}
.location #navcontainer ul li a.location, #navcontainer ul li a.location:hover {
	background: url(/images-new/nav-location-active.png) no-repeat 0 0;
}
.about #navcontainer ul li a.about, #navcontainer ul li a.about:hover {
	background: url(/images-new/nav-about-guernsey-active.png) no-repeat 0 0;
}
.driving #navcontainer ul li a.driving, #navcontainer ul li a.driving:hover {
	background: url(/images-new/nav-driving-in-guernsey-active.png) no-repeat 0 0;
}
.contacts #navcontainer ul li a.contacts, #navcontainer ul li a.contacts:hover {
	background: url(/images-new/nav-contact-us-active.png) no-repeat 0 0;
}
.links #navcontainer ul li a.links, #navcontainer ul li a.links:hover {
	background: url(/images-new/nav-links-active.png) no-repeat 0 0;
}




#footer {
	padding: 0;
	margin: 0; 
	
	position: relative;
	float: left;
	clear: both;
	width: 913px;
	margin: 14px 14px 60px 14px;
	
	color: #666666;
}
#footer a{
	color: #666666;
	text-decoration: none;
}
#footer .copyright{
	float: left;
	margin-left: 20px;
}
#footer .links{
	float: right;
	margin-right: 20px;
}

#content
{
	padding: 0 20px 20px 20px;
	margin: 0; 
	background: white;
	border-left: #e1e1e1 solid 14px;
	border-right: #e1e1e1 solid 14px;
	border-bottom: #e1e1e1 solid 14px;
	position: relative;
	float: left;
	clear: both;
	width: 873px;
}
#content li {
	margin: 10px 0;
}

.home #content
{
	padding: 0;
	width: 913px;
}


/* default.aspx */

#content .home-top
{
	padding: 20px;
	float: left;
	clear: both;
	width: 873px;
}

#content .home-bottom
{
	background-color: #f7f7f7;
	height: 108px;
	padding: 10px 20px;
	float: left;
	clear: both;
	width: 873px;
}
#content .home-bottom .left-ad
{
	float:left;
}
#content .home-bottom .weather-panel
{
	float:right;
	/*background: #E1E1E1;*/
	margin-right: -10px;
	height:108px
}
.avis-panel
{
	width:426px;
	height:108px;
	background: url(/images-new/avis-panel.png) no-repeat 0 0;
}

#content .home-panel
{
	width: 386px;
	height:254px;
	padding: 20px;
	background: url(/images-new/home-panel.jpg) no-repeat 0 0;
	overflow: hidden;
	position: relative
}

#content .home-panel h1
{
	font-size: 22px;
	margin-top:0;
}

#content .home-panel-right
{
	float:right;
}
#content .home-panel-right p
{
	margin: 10px 0;
}
#content .home-panel-left
{
	float:left;
}
#content .form-col1, #content .form-col2 {
	width:49%;
	float: left;
}
#content .form-col2 {
	width:49%;
	float: right;
}

#home-form-continue {
	border: 0 none;
	margin: 0;
	padding-top: 41px; /* height of the replacement image */
	width: 128px;
	float: left;
	overflow: hidden;
	background: url(/images-new/continue-green.png) no-repeat 0 0;
	height: 0px !important; /* for most browsers */
  	height /**/:41px; /* for IE5.5's bad box model */
  	cursor: pointer;
}


.about-col1, .links-col1{
	width:216px;
	float: left
}
.about-col1 img, .links-col1 img {
	margin: 15px 0;
	float:left;
}
.about-col2, .links-col2 {
	width:550px;
	float: left;
}
.about a, .links a {
	color:#7bae1b;
}

#conform{
	float: left;
	width:520px;
}
#conform .field {
	float: left;
	width: 260px;
	margin: 5px 0;
	clear: both;
}
#conform label{
	width:70px;
	float: left;
	margin: 0;
	padding: 5px;
	border: #9a9a9a 1px solid;
	border-right: 0;
	height:18px;
}
#conform input{
	border: #9a9a9a 1px solid;
	float: left;
	padding: 5px;
	height:18px;
	width:150px;
}

.contact-form-upper{
	width:520px;
	float: left;
}

.contact-form-captcha{
	width:520px;
	float: left;
	clear: both;
}

.contact-form-submit{
	width:520px;
	float: left;
	clear: both;
	
}
.contact-form-col1{
	float: left;
	width:255px;
	
}
.contact-form-col2{
	float: right;
	width:260px;
}
#conform .contact-form-col2 label{
	width:60px;
	float: left;
	margin: 0;
	padding: 5px;
	border: #9a9a9a 1px solid;
	border-right: 0;
	height:139px;
}
#conform .contact-form-col2 textarea{
	border: #9a9a9a 1px solid;
	float: left;
	padding: 5px;
	height:139px;
	width:170px;
	margin: 0;
}
.contact-col-right{
	float: left;
	margin-left: 30px;
}

.contact-form-captcha {
	background: #f3f3f3;
	padding: 5px 0;
	/*border: #9a9a9a 1px solid;*/
	width:512px;
	float: left;
	margin: 20px 0 0 0;
}

#conform  .contact-form-captcha label{
	border: 0px none;
	float: left;
	width: 250px;
}
#conform  .contact-form-captcha input{
	width:60px;
}
.captcha-holder{
	width:134px;
	float: left;
	margin: 0 0 0 25px;
	border-left: 0;
}
.captcha-holder img{
	margin:2px;
}
#conform  .contact-form-captcha a{
	width:97px;
	float: left;
	margin: 0;
	padding: 5px;
	border-left: 0;
	height:18px;
	color: #3b3b3b;
}


#conform .contact-form-required {
	float: left;
}
#conform .contact-form-required p{
	display: inline;
	margin: 0;
	float: left;
}
#conform #contact-form-send {
	border: 0 none;
	margin: 10px 5px 0 0;
	padding-top: 38px; /* height of the replacement image */
	width: 90px;
	float: right;
	overflow: hidden;
	background: url(/images-new/send-green.png) no-repeat 0 0;
	height: 0px !important; /* for most browsers */
  	height /**/:38px; /* for IE5.5's bad box model */
  	color: white;
  	cursor: pointer;
}

.contact-col-right p{
	margin: 0;
}
.contact-col-right a{
	color: #7BAE1B;
}

.search-panel {
	float: right;
	height: 531px;
	width: 211px;
	background: url(/images-new/search-panel.png) no-repeat 0 0;
	position: relative;
}
.search-panel h1{
	text-align: center;
}
.car-left-col{
	float: left;
	width:651px;
}
.search-panel form{
	margin: 0 auto;
	width: 160px;
	padding: 0;
}
.search-panel h1 {
	margin-bottom: 0;
}
.search-panel fieldset{
	margin: 23px 0;
	padding: 0;
}
.new-search-button {
	border: 0 none;
	float: left;
  	cursor: pointer;
  	position: absolute;
	left: 45px;
	bottom: 5px;
}


.car-panel {
	float:left;
	clear: both;
	width:651px;
	height:211px;
	background: url(/images-new/car-panel.png) no-repeat 0 0;
	margin-bottom: 15px;
	position: relative;
}

.car-image {
	position: absolute;
	top:2px;
	left:10px;
	background: no-repeat center center;
	width:215px;
	height:207px;
	float: left;
}
.car-group {
	position: absolute;
	top:10px;
	left:0px;
	width:100px;
	height:200px;
	float: left;
	text-align: center;
}
.vehicle-select .car-group {
	top:-10px;
}
.car-group h1{
	color: black;
	margin: 5px 0;
	font-weight: bold;
}
.car-group h2{
	color: black;
	margin: 5px 0;
}
.car-info{
	/*float: left;
	position: absolute;
	top: 40px;
	left: 237px;
	width: 200px;*/
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 237px;
	width: 200px;
	padding-bottom:20px;
} 
.car-info1 {
	color: #181dff;
	font-weight: bold;
}
.car-info2 {
	font-size: 90%;
}
.car-info3 {
	margin-top: 5px;
}
.onrequest {
	margin-top: 5px;
	position: relative;
}
.onrequest .onrequest-alert{
	text-decoration: underline;
}
.onrequest-hidden {
	position: absolute;
	bottom: 0px;
	left:0px;
	display: none;
	z-index: 100;
	border:3px solid blue;
	background: white;
	width:200px;
}
.onrequest:hover .onrequest-hidden{
	display:block;
}


.car-cost {
	position: absolute;
	right: 18px;
	top: 40px;
	text-align: right;
	margin: 0;
	width: 200px;
	display: inline;
	margin-left: -3px;
}
.car-cost-pre{
	color: red;
	font-size: 120%;
	width: 200px;
	margin-left: -3px;
	float: right;
	padding: 0px;
}
.car-cost-pre .bnow2{
	margin-left: -30px;
	height:20px;
	overflow: hidden;
	float: right;
	display: inline;
}

.car-select {
	position: absolute;
	bottom: 15px;
	left: 540px;
	border: 0 none;
  	cursor: pointer;
}

.booking-details-panel {
	float: left;
	position: relative;
	margin-right: -3px;
}
.booking-details-panel b{
	color: #181dff;
}
.booking-details-panel form{
	float: left;
	position: relative;
}
.booking-details-panel table{
	width:100%;
	border-collapse: collapse;
}
.details-panel {
	float:left;
	clear: both;
	width:651px;
	margin-bottom: 40px;
	position: relative;
	background: url(/images-new/details-panel-middle.png) repeat 0 0;
}
.details-panel-top {
	float:left;
	clear: both;
	width:651px;
	background: url(/images-new/details-panel-top.png) no-repeat left top;
	position: relative;
}
.details-panel-middle {
	float:left;
	clear: both;
	width:651px;
	position: relative;
}
.details-panel-bottom {
	float:left;
	clear: both;
	width:651px;
	background: url(/images-new/details-panel-bottom.png) no-repeat bottom left;
	position: relative;
}
.details-panel-bottom-short {
	float:left;
	clear: both;
	width:651px;
	background: url(/images-new/details-panel-bottom-short.png) no-repeat bottom left;
	position: relative;
}
.minheight{
	width:0px;
	float: right;
}
.panel-padding {
	padding: 0 20px 20px 20px;
}

.shaded {
	margin: 5px 0;
	background: #f3f3f3;
	padding: 5px;
	border: 1px solid #eeeeee;
}

.info-icon {
	float: left;
	margin-right: 5px;
}
.bnow-area-left {
	background: url(/images-new/bnow-area-left.png) no-repeat left center;
	padding-left: 12px;
}
.bnow-area-right {
	background: url(/images-new/bnow-area-right.png) no-repeat right center;
}

.bnow-area-left, .bnow-area-right  {
	padding-top: 8px;
	padding-bottom: 12px;
	font-size: 120%;
}


.booking-details-continue {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0 none;
	margin: 0;
	float: left;
	overflow: hidden;
  	cursor: pointer;
}

.border {
	border: #9a9a9a 1px solid;
	padding: 5px;
	background: white;
}

.booking-details-make-confirm {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0 none;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
  	
}
.confirm-return-home {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 0 none;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.dpDiv, #datepicker {
	width:300px;
	height:250px;
	background: url("/images-new/calendar-panel.png") center center;
}

.dpTitleText {
	font-weight: bold;
	color: black;
	text-align: center;
}

.dpDayTD {
	font-weight: bold;
	color: #666666;
}

.dpTable {
	margin: auto;
	margin-top: 15px;
	cursor: pointer;
}
.dpTable td {
	text-align: center;
}

#navcontainer ul li a.admin {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 16px;
}
.admin #navcontainer {
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#admin_carselect td.group {
	height:200px;
	width:200px;
}

.admin_details {
	width: 600px;
}

#admin_carselect td.main {
	border-bottom: #B1B1B1 solid 2px;
	padding:7px;
}

.admin_details th {
	border-bottom: black solid 1px;
	text-align:right;
}
.admin_details td {
	text-align:right;
	font-size: 13px;
}
.admin .row1 {
	background: #EEEEEE;
}
.admin td, .admin th {
	padding: 5px 10px;
}
.disabled-fade {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.partner-line {
	float:left;
	display: inline;
	margin-left: 9px;
	margin-top: 10px;
}
.partner-line-left {
	background: url("/images-new/partner-left.png") left center no-repeat;
	float: left;
	display: inline;
	width:20px;
	height:51px;
}
.partner-line-middle {
	background: url("/images-new/partner-mid.png") center center repeat-x;
	float: left;
	display: inline;
	height:51px;
}
.partner-line-middle p{
	color: white;
	margin: 11px 0;
}
.partner-line-right {
	background: url("/images-new/partner-right.png") right center no-repeat;
	float: left;
	display: inline;
	width:20px;
	height:51px;
}
.dpTR td {
	padding: 0px 0px;
	width: 22px;
	height:22px;
}
.dpTDHover {
	font-weight: bold;
	color: black;
}
