@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background: #666666;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(http://www.genevaairporttransfers.com/assets/images/page-back.jpg) repeat-x; 

}

h1 {
	font-size:14px}

	
.twoColFixRtHdr #container { 
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColFixRtHdr #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 136px;
	width:  996px;
	background: url(http://www.genevaairporttransfers.com/assets/images/header_01.jpg) no-repeat; 
} 

.twoColFixRtHdr #header p { 
	text-align: right;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	margin: 0px;
	padding: 10px 10px 0px 0px;
} 

.twoColFixRtHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #mainnav {
	text-align: center;
	font-weight:: bold;
	color: #FFFFFF;
	font-size: 10px;
	background: url(http://www.genevaairporttransfers.com/assets/images/header_02.gif) no-repeat; 
	height: 43px;
	width: 996px;
	padding-top: 15px;
}

.twoColFixRtHdr #mainnav a:link, .twoColFixRtHdr #mainnav a:visited {
	color:#ff8c39;
	font-size:10px;
	font-weight:bold;
	padding: 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

.twoColFixRtHdr #mainnav a:hover {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding: 0px 10px;
	text-transform:uppercase;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 30px 5px 0px;
	border: 0px solid #ff0000;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 335px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 10px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #cccccc;
} 

.twoColFixRtHdr #mainContent-home { 
	margin: 0 325px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 10px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #ff0000;
} 


.twoColFixRtHdr #mainContent p{ 
	font-size: 12px;
	line-height: 22px;
} 

.twoColFixRtHdr #main_box { 
	background: url(http://www.genevaairporttransfers.com/assets/main_box.gif) no-repeat; 
	width: 580px;
	height: 249px;	
} 

.twoColFixRtHdr #main_box p { 
	font-size: 12px;
	padding: 20px;
	line-height: 22px;
	font-weight: normal;
} 

.twoColFixRtHdr #main_box a:link, .twoColFixRtHdr #main_box a:visited, .twoColFixRtHdr #mainContent a:link, .twoColFixRtHdr #mainContent a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8ea953;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
} 

.twoColFixRtHdr #main_box a:hover, .twoColFixRtHdr #main_box a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#212121;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
} 

.twoColFixRtHdr #mainContent H1, .twoColFixRtHdr #mainContent H2 { 
	font-size: 12px;
} 


.twoColFixRtHdr #footer { 
	margin: 0px 0px 15px 15px;
	padding: 0px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(http://www.genevaairporttransfers.com/assets/images/footer-bar.gif) no-repeat; 
	text-align:center;
	border: 0px solid #ff0000;
	width:956px;
} 
.twoColFixRtHdr #footer p {
	font-size: 9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footernav a:link, .twoColFixRtHdr #footernav a:visited {
	color:#212121;
	font-size:9px;
	font-weight:bold;
	padding: 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

.twoColFixRtHdr #footernav a:hover {
	color:#8ea953;
	font-size:9px;
	font-weight:bold;
	padding: 0px 10px;
	text-transform:uppercase;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.prices_table_top {
	background-color: #8ea953;
	COLOR: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 3px 0px;
}

.prices_table_odd {
	background-color: #F2F2F2;
	COLOR: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 0px;
}

.prices_table_even {
	background-color: #ffffff;
	COLOR: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px 0px;
}

.prices_table_even_bottom {
	background-color: #ffffff;
	COLOR: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #8ea953;
	padding: 3px 0px;
}

.prices_table_odd_bottom {
	background-color: #F2F2F2;
	COLOR: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #8ea953;
	padding: 3px 0px;
}

.enquiry_table {
	background-color: #ffffff;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 5px;
	line-height: 14pt;
}

.divider {
	margin-bottom: 0px;
	border-bottom: 1px dotted #4b5c25;
	padding-left: 0px;
}

.twoColFixRtHdr .bullets { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 0px solid #ff0000;
	margin-left: 10px;
	
}

.twoColFixRtHdr ul li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 10px;	
}

img.float-left-border {
	float: left;   
	clear: none;  
	margin: 5px 10px 5px 5px; 
	padding: 0em; 
	border: 1px solid #999999;
}

img.float-right-border {
	float: right;   
	clear: none;  
	margin: 5px 10px 5px 5px; 
	padding: 0em; 
	border: 1px solid #999999;
}

img.border {
	margin: 0px;
	padding: 0em; 
	border: 1px solid #999999;
}

.clear {
	clear: left;
}