/* Cairns Direct main */
body,table,input,select,textarea {
  font-family:Verdana,Helvetica,sans-serif;
  font-size:small;
}

body {
  margin:0;
  padding:0;
  background:#E30202 url(../images/i-bg.png) repeat-x top;
  color:#000;
}

input,select,textarea {
  font-size:1em;
}

small {
  font-size:0.85em;
}

img {
  border:0;
}
.imgL { float:left; margin-right:5px; border:#000 solid 1px; }
.imgR { float:right; margin-right:5px; margin-left:5px; border:#000 solid 1px; }
.img-right{ float:right; margin-right:5px; margin-left:5px; border: none;}
form {
  margin:0;
  padding:0;
}

ul {
  margin:1em 0 1em 5em;
  padding:0;
  list-style:square;
}

p,
dl {
  margin:1em 0 1em 0;
}

dl.col {
  line-height:1.5em;
}

dl.col dt {
  float:left;
  width:6em;
}

dl.col dd {
  margin-left:7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear:both;
}

.center {
  text-align:center;
}

.nav,
.nav ul {
  margin:0;
  padding:0;
  list-style:none;
}


a {
  text-decoration:underline;
  color:#630101;
  white-space:nowrap;
}

a:hover {
  color:#E30202;
}

h1,h2,h3,h4,h5 {
  font-size:1em;
  color:#E30202;
}

h1 {
  margin:0 0 0.5em 0;
  font-family:Georgia,Arial,Helvetica,sans-serif;
  font-size:1.6em;
  font-weight:normal;
}

h2 {
  margin:1em 0 1em 0;
  font-family:Georgia,Arial,Helvetica,sans-serif;
  font-size:1.4em;
  font-weight:normal;
  text-transform: uppercase;
}


#header {
  width:100%;
  height:122px;
  margin-bottom:2px;
  padding:0 auto 0 auto;
  position:relative;
  background:#fff url(../images/i-h-bg.gif) repeat-x;
}
*html #header {
  margin:0;
}

#header .logo
{
	position: absolute;
	top : 10px;
	left: 20px;
	width: 185px;
	height: 83px;
	z-index: 5;	
	background: transparent url(../images/i-h-logo.jpg) no-repeat;
	
}


#header .logo span {
  display:none;
}
/*
#nav-top {  
  position:relative;
  float:right;
 
 
  
  width:540px;
  margin-right:10px;
  
  font-size:0.75em;
  
}


#nav-top li {
  float:left;
}

#nav-top a {
  position:relative;
  display:inline;
  float:left;
  width:106px;
  height: 126px;
  
  margin:0;  
  background-repeat:no-repeat;
  color:#fff;
  text-decoration:none;
  text-align:center;
  border-right:#fff solid 1px;
}

#nav-top img,
#nav-top span {
  display:block;
}

#nav-top .first {
  border-right:#fff solid 1px;
}

#nav-top a span {
  display:block;
  margin-top:109px;
  padding-left:2px;
 
  text-align:left;
}
*/

#nav-top {  
  position:relative;
  float:right;
  background-color: #fff;  
  width:535px;
  margin-right:10px;  
  font-size:0.75em; 
  height: 124px; 
  z-index:5;
  padding-left:1px;
}


#nav-top li {
  float:left;
  margin-right:1px;
  background-color:#fff;
  width: 106px;
  height: 124px;
  
  
}

#nav-top a {
  position:relative;
  display:inline;
  float:left;
  width:106px;
  height: 124px;  
  
  color:#fff;
  text-decoration:none;
  text-align:center;
  background-repeat:no-repeat;
  
}

#nav-top span{
  position : absolute;
  top: 107px;
  left: 0px;
  background-color: #E30202;
  width: 106px;
  height: 17px;
  line-height:17px;
  text-align: left;
  text-indent: 1px;

}

#nav-top img,
#nav-top span {
  display:block;
}

#n-index a           { background-image:url(../images/i-n-home.jpg);}
#n-about a           { background-image:url(../images/i-n-about.jpg); }
#n-compare a         { background-image:url(../images/i-n-compare.jpg); }
#n-guarantee a       { background-image:url(../images/i-n-guarantee.jpg); }
#n-testimonial a     { background-image:url(../images/i-n-testimonial.jpg); }
#n-faq a             { background-image:url(../images/i-n-faq.jpg); }
#n-accommodation a   { background-image: url(../images/i-nav-accommodation.jpg);}


#nav-bottom {
  margin-top:2em;
  padding:5px 1em 6px 1em;
  background-color:#E30202;
  font-size:0.85em;
  text-align:center;
  color:#fff;
}

#nav-bottom li {
  display:inline;
}

#nav-bottom a {
  color:#fff;
  text-decoration:none;
}

#nav-bottom a:hover {
  text-decoration:underline;
}

#footer {
  width:95%;
  font-size:0.85em;  
  
}

#footer .partners {
  float:right;  
 
  width: 700px;
}

#footer img
{
	float: right;
	margin-left: 5px;
}

img.home-page
{
	
	margin-right: 70px;
	margin-left: 0;
	float: left;
	
}


#author {
  margin:2em 0 0 0;
  font-size:x-small;
}

#author,
#author a {
  color:#699EAD;
}

/*background-color: gradient from #630101 to #E30202*/
#frame { border-top:#630101 solid 1px;
  margin:0; padding:0; 
  background:#E30202 url(../images/i-frame-bg.jpg) repeat-x;
  min-height:480px;
}
*html #frame {
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#630101', endColorstr='#E30202', gradientType='0');
}

#content {
  margin:0 auto 10px auto;
  padding:5px 10px 1em 10px;
  background-color:#fff;
  width:90%;
}

#content h1 {  
  background:transparent url(../images/i-h1.gif) no-repeat center left;  
   
  height:38px;
  font-family:"Arial Black",Helvetica,sans-serif;
  font-size:1.3em;
  color:#fff;
}

#content h1 span {
  display:block;
  height:38px;
  margin-left:68px;
  padding-top:10px;
  padding-left:10px;
  background:transparent url(../images/i-h1-bg.gif) repeat-x center left;
}
*html #content h1 span {
  margin-top:10px;
}
#content h2 {
  font-family:"Arial Black",Helvetica,sans-serif;
  color:#E30202;
}

#content #right {
  float:right;
  margin-left:10px;
  width:160px;
 
}

#content .box {
  float:right;
  margin:5px;
  padding:5px;
  width:150px;
  background-color:#E30202;
  font-size:0.8em;
  color:#fff;
}

#content .box h2 {
  margin:0;
  background-color:#E30202;
  font-family:"Century Gothic",Helvetica,sans-serif;
  font-size:1.4em;
  font-weight:bold;
  text-align:center;
  color:#fff;
}
#content .box a {
  text-decoration:none;
  color:#fff;
}
#content .box ul  {
  margin:5px;
  list-style:none;
  line-height:1.4em;
}

#content .box li {
  padding-left:15px;
  background-image:url(../images/i-box-li.gif);
  background-repeat:no-repeat;
  background-position:0.5em;
}

#content .box .book {
  height:20px;
  background-color:#fff;
  border:#000 solid 1px;
}
#content .box .book a {
  color:#E30202;
}

#content .ad {
  width:90%;
  text-align:center;
  font-size:1em;
}

#content .ad a {
  text-decoration:underline;
}

#content .link-box
{
	width : 166px;
	float: left;	
	text-align: center;
	border: 1px solid #630101;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 5px 10px 10px; 
}

.book-now{
	display: block;
	background-color: #E30202;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #000;	
	width : 156px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

a.book-now {
	text-decoration: none;
	text-align: center;
}

a:hover.book-now
{
	text-decoration: none;
	color: #FFF;
}


a.book-now-inline{  
	background-color: #E30202;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #000;	
	width : 156px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-decoration: none;
}



.rentals-cars
{
	width : 270px;
	float: left;	
	text-align: center;
	border: 1px solid #630101;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 5px 5px 10px 10px; 
	
}

.budget
{
	height: 250px;
}
.rental-cars img
{
	display: block;
}



.row-full
{
	margin-bottom: 3px;	
	
	float: left;
}

/*
#content .box h2 {
  margin:0;
  background-color:#E30202;
  font-family:"Century Gothic",Helvetica,sans-serif;
  font-size:1.4em;
  font-weight:bold;
  text-align:center;
  color:#fff;
}
#content .box a {
  text-decoration:none;
  color:#fff;
}
#content .box ul  {
  margin:5px;
  list-style:none;
  line-height:1.4em;
}

#content .box li {
  padding-left:15px;
  background-image:url(../images/i-box-li.gif);
  background-repeat:no-repeat;
  background-position:0.5em;
}

#content .box .book {
  height:20px;
  background-color:#fff;
  border:#000 solid 1px;
}
#content .box .book a {
  color:#E30202;
}*/

.list  {
  margin:5px;
  list-style:none;
  line-height:25px;
}

.list li {
  padding:10px 0 0 3em;
  background:transparent url(../images/i-li.gif) center left no-repeat;
 
}

.list li.no-tick
{
	list-style: none;
	background-image: none;
	font-size: 80%;
}

.quote {
  background-image:url(../images/i-t-left.gif); background-repeat:no-repeat;
  padding:8px 5px 0 12px;
}

.Comments {
  width:70%; 
  font-size:0.9em; 
}

.Testimonial { 
  font-style:italic; 
  padding:20px; 
  background-image:url(../images/i-quote-left.gif); background-repeat:no-repeat; 
}

.Testimonial span { 
  font-weight:bold; font-style:normal; 
}

#content .columnLeft {
margin-left:10px;
  float:left;
  width:250px;
  height:260px;  
  margin-bottom:10px;
}
#content .columnRight {
  
  float:left;
  width:250px;
  margin-bottom:10px;
  margin-left:10px;  
  height: 260px;
}

#content .columnL {
margin-left:15px;
  float:left;
  width:30%;
   
  margin-bottom:10px;  
}
#content .columnR {
  
  float:left;
  width:30%;
  margin-bottom:10px;  
}
*html #content .columnL { margin-left:15px; padding-left:15px; list-style:square; }
*html #content .columnR { margin-left:15px; padding-left:15px; list-style:square; }

#content .columnFull{  
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 180px;
	
}


#content .collist {
   padding-left:15px;
   list-style:square; 
}

.option fieldset { 
  margin:10px 0 10px 0; 
  padding:10px;
  border:#630101 solid 1px;
}

.option fieldset.specials {
	background-color: #FDF610;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#FDF610', gradientType='0');
}

.option legend {
  font-weight:bold;
  color:#E30202;
  text-transform:capitalize;
}

.option ul {
  list-style:square;
}
.option .book {
  display:inline;
  margin:0 auto 0 auto;
  padding:3px 5px 3px 5px;
  width:15em;
  background-color:#E30202;
  border:#630101 solid 1px;
  font-weight:bold;
  text-align:center;
  color:#fff;
}

.option .left {
  margin:0;
}
.option .right {
  float:right;
}
.option .book a {
  text-decoration:none;
  color:#fff;
}


#car_rental_request {
  float: right;
  clear: right;
  border: 1px solid white;

}

#index_rental_form {
  margin-top: 0px;
  padding-top: 0px;
  float: right;
  width: 280px;
  border: 1px solid #E30202;
  
}

#index_rental_form #rental_options_form {
  margin-top: 0px;
  padding-top: 0px;
  margin-left:0;
  margin-right:0;
  border: 0px;
  
}

