/* Reset */
#header * {
	margin:0;
	padding:0;
}

#header ul, #header ol {
	list-style:none;
}

:active {
	outline:none;
}

fieldset {
	border:none;
}

#header a {
	text-decoration:none;
}

a img {
	border:none;
}

/* General */
body {
	font-family:Helvetica, Arial, Verdana, SimSun, sans-serif;
}

#header {
	width:772px;
	margin:0 auto;
	margin-top:3px;
	padding-top:3px;
}

#mininavi {
	float:right;
	color:#999999;
	font-size:12px;
}

#greeting, #mininavi ul {
	float:left;
}

#mininavi a {
	color:#2a6ee4;
}

#mininavi ul {
	margin-left:5px;
}

#mininavi li {
	border-right:solid 1px #aaa;
	padding:0 5px;
	float:left;
}

#mininavi li.last {
	border-right:none;
	padding-right:0;
}

#mininavi a:hover {
	text-decoration:underline;
}

#logo {
	width:134px;
	height:57px;
	display:block;
	float:left;
	margin:0 0px 0px 22px;
}

#logo img {
	width:134px;
	height:57px;
	display:block;
}

#tabs {
	float:left;
	margin-top:4px;
	margin-left:40px;
}

#tabs ul, #free {
	float:left;
}

#tabs ul {
	margin-top:3px;
}

#tabs li {
	float:left;
	margin-right:3px;
}

#tabs ul a{
	display:block;
	height:27px;
	padding:9px 12px 2px 12px;
	color:white;
	font-size:17px;
	font-weight:bold;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	background:#73adf8; 
}

#tabs a:hover {
	background:#429bff;
}

#tabs .current a {
	background:#2a6ee4;
}

#tabs a small {
	font-size:10px;
}

#free {
	display:block;
	width:103px;
	height:35px;
	margin-top:5px;
}

#free.animated {
	width:115px;
}

#header-content {
	clear:both;
	background:#2a6ee4;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	padding:7px 22px;
	font-size:14px;
	color:white;
	min-height:20px;
	
}


#header-content input, #header-content select, #header-content label, #header-content .input  {
	font-size:14px;
	font-family:Helvetica, Arial, Verdana, SimSun, sans-serif;
	outline:none;
	display:block;
	float:left;
	margin-right:3px;
	
}

/*
#header-content input {
	border:solid 1px #666;
	padding:1px;
}	

#header-content input:focus {
	border:solid 1px #444;
}
*/

#header-content .input {
	height:20px;
	overflow:visible;
}

#header-content .input input {
	float:none;
	margin-right:0;
}

#header-content .input ul {
	position:relative;
	z-index:1;
	border:solid 1px #666;
	border-top:none;
	background:white;
	font-size:13px;
	display:none;
}


#header-content .input {
	height:20px;
	overflow:visible;
}

#header-content .input input {
	float:none;
	margin-right:0;
}

#header-content .input ul {
	position:relative;
	z-index:1;
	border:solid 1px #666;
	border-top:none;
	background:white;
	font-size:13px;
	display:none;
}

#header-content .input ul li {
	cursor:pointer;
	padding:1px;
	color:black;
}

#header-content .input ul li:hover {
	background:#2a6ee4;
	color:white;
}

.labelled {
	color:#999;
}

#fq {
	width:200px;
}

#search_zip {
	width:150px;
}

#radius {
	width:80px;
}

#search_cat {
	width:160px;
}

#header-content #go {
	border:none ;
	padding:1px 10px ;
	background:#ff6b02;
	color:white;
	cursor:pointer;
}	

#header .banner {
	border:solid #2a6ee4 1px;
	border-top:none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;

	/* remove for leaderboard  */
	background:#2a6ee4;
	padding-left: 17px;
}

#header .banner img {
	display:block;
	margin:0 auto;
}





form {
	background-color:#F0ECDB;
	padding:10px; border:0; margin:0;
}
/*
input, select, area, textarea{
	border:solid 0px;
	border-color:#DDDDDD;
}
*/


#toplisting_booking form{
	background-color: transparent;
	padding:0px; border:1px; margin:0;
}
#toplisting_booking  input {
	border:solid 1px;
}

#submit{
	position:relative;
	top:4px;
	padding-right:7px;
}
/* content pages */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    width:772px;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* layout 3 column settings */
.content {
  /*  background:#ff9;    	 Right column background colour */
}
.content .content_2s,
.content .content_3s{
    width:200%;
    position:relative;
    right:100%;
  /*  background:#add;    	 Centre column background colour */
}
.content .content_2s{
    margin-left:-0px; 	/* Width of right column */        
}
 .content .content_3s{
    margin-left:-160px; 	/* Width of right column */        
}

        
.content .navi_2s,
.content .navi_3s {

    width:100%;
    margin-left:-50%;
    position:relative;
  /*  background:#FFD8B7;    	 Left column background colour */
}
.content .navi_2s {
    left:144px;         	/* Left column width + right column width */
}    
.content .navi_3s {
    left:304px;         	/* Left column width + right column width */
}    

.content .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:144px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.content .col1_2s,
.content .col1_3s {
    position:relative;
    left:200%;
    overflow:hidden;
}
.content .col1_2s {
    margin:0 0 0 144px;     /* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
}    
.content .col1_3s {
    margin:0 160px 0 144px; /* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
}    
.content .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:144px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:0px;         	/* Width of the left-hand side padding on the left column */
}
.content .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:0px;        
    	                   /* Width of right column content (right column width minus left and right padding) */
    margin-right:160px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
}
/* index inserate listing layout */
.indexcol1{
    width:468px;
    overflow:hidden;
    float:left;
	position:relative;
}
.indexcol2{
    width:160px;
    overflow:hidden;
}

#contactbox {
  text-align:left;
}
