
/*
COLOURS

*/


/*

	RESET

*/
*{margin:0;}
div{position:relative;}
html, body {     height: 100%;
}
.clear{
	width:100%:
	height:1px;
	clear:both:
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div{
position:relative;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #f1f2f2 0px 40px repeat-x url("images/backstripe.jpg");
	color: black;
	font-family: "lucida Grande",sans-serif;
	font-size: 12px;	
	color:#1B1F21;
	line-height:17px;
}
h1{font-size:16px;font-weight:bold;}
h2{font-size:13px;font-weight:bold;}
li{
	list-style-type:circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p{margin:2px;}
#header p, 
#header a, 
#header h1, 
#header h2, 
#footer p, 
#footer h1, 
#footer h2, 
#footer a{
			color:#B1B8BA;
}
#footer h1, #footer h2, #header h1, #header h2{
	letter-spacing:0.2pt;
	line-height:20pt;
}
h1,h2{
	letter-spacing:0.2pt;
	line-height:20pt;
}
em{
	font-style:normal;
}
em.pos{
	font-weight:bold;
	color: #006838
}
em.neg{
	font-weight:bold;
	color:#8A181B
}

a, a:visited, a:active{
	text-decoration:none;
	color:#1b1f21;
	font-weight:bold;
}


a:hover{
	color:black;
}



.button{
	float:right;
	height:23px;
	padding:0px 20px 3px 20px;
	margin: 3px 0 0 0;
	border:0;
	background-color:#5a5342;
	color:white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.button:hover{
	background-color: #006838;
}

/*
	LAYOUT

*/
#wrapper{
	background:repeat-y url("images/mainback.jpg");
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -315px;
	
	width:900px;
	overflow:hidden;
}
	#headerWrapper{
		background:no-repeat url("images/header.jpg");
		overflow:hidden;
		height:265px;
		margin-top:23px;
	}

	#header{
							background:#1b1f21;
		width:800px;
		margin:auto;
		height:265px;
		overflow:hidden;
		
	}
		
		#header p{
			font-size:16px;
		}
		#headerhomelink{
			background:no-repeat url("images/logo.png");
			display:block;
			float:left;
			width:300px;
			height:90px;
			margin:10px;
		}
		#headerText{
			float:left;
			height:75px;
			margin:11px;
			width:280px;
		}
		#languageToggleWrapper{
	
			margin-top:13px;
			float:left;
			height:56px;
			width:155px;
			}
			#languageToggleText a{
				float:right;
				height:25px;
				margin:5px 10px 0 0;
				text-align:right;
				width:100px;
			}
			#languageToggleSwitchUp{
				background:no-repeat url("images/languagetoggle.png") -34px 0px;
				float:right;
				height:56px;
				width:35px;
			}
			#languageToggleSwitchDown{
				background:no-repeat url("images/languagetoggle.png") 0px 0px;
				float:right;
				height:56px;
				width:35px;
			}
			.languageToggleAnchor{
				display:block;
				height:56px;
				width:35px;
			}
			#photoBanner{
				border-top:1px solid #1b1f21;
				float:left;
				width:800px;
				height:105px;
				margin-top:17px;
			}
				.noScriptBanner{
					background: no-repeat url("images/bannerphotos/photobanner.jpg");
				}
				.bannerPhotoWrap{
					float:left;
					width:50px;
					height:105px;
				}
					.bannerPhotoIndiv{
						-moz-border-radius:2px;
						-webkit-border-radius:2px;
						border:1px solid #1b1f21;
						border-top:0;
						border-left:0;
						float:left;
						width:49px;
						height:34px;
					}
		
		
		ul#topNav{
			float:left;
			background:#1B1F21;
			width:800px;
		}
			ul#topNav li{
				
				list-style:none;
				float:left;
			}
				
				ul#topNav li a{
					color:#CCCCCC;
					display:inline-block;
					height:20px;
					padding:6px 25px;
					-moz-border-radius-topleft: 2px;
					-webkit-border-top-left-radius:2px;
					-moz-border-radius-topright:2px;
					-webkit-border-top-right-radius:2px;
				}
				ul#topNav li a.inactive:hover{
					color:white;
				}
				ul#topNav li .inactive{
				}
				ul#topNav li .active{
					background:8px 8px #f1f2f2 no-repeat url("images/leafbullet.png");
					color:#1B1F21 !important;
					font-size:14px;
				
				}
	#maincontent{
		margin:auto;
		overflow:hidden;
		padding:20px 20px;
		width:760px;
	}
		.contentBox, .contentBoxExtra{
			background: white;
			float:left;
			height:200px;
			margin:0 0 20px 0;
			width:370px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;	
			overflow:hidden;
			}
		.contentBoxLeft{
			padding-right:20px;
		}
		.contentBoxInner{
			background:repeat url("images/contentboxes/cover.png");
			float:right;
			height:200px;
			padding:10px 20px;
			width:300px;			
		}
		.contentBoxExtra{
			width:760px;
		}
			.contentBoxExtra .contentBoxInner{
				width:600px;
			}
		/*CONTENT BOX BACKGROUNDS*/
			#contentBoxBusiness{
				background: no-repeat url("images/contentboxes/contentboxbusiness.jpg");
			}
			#contentBoxKids{
				background: no-repeat url("images/contentboxes/contentboxkids.jpg");
			}
			#contentBoxTravel{
				background: no-repeat url("images/contentboxes/contentboxtravel.jpg");
			}
			#contentBoxEveryday{
				background: no-repeat url("images/contentboxes/contentboxeveryday.jpg");
			}
			#contentBoxCustom{
				background: no-repeat url("images/contentboxes/contentboxcustom.jpg");
			}
		#pricesContent{
			background: no-repeat url("images/prices.png");
			margin:30px auto;
			height:461px;
			width:532px;
			
		}
		#map{
			margin: 30px 0px 30px 70px;
		}
/*
	END LAYOUT
*/




 #footer, .push {
     height: 315px;
 }
#footer{
	background: 0px 28px repeat-x url("images/backstripe.jpg");
	clear:both;
	margin:0 auto;
	width:100%;
}

	#footerContent{
		background: no-repeat url("images/footer.jpg");
		height:275px;
		margin:auto;
		width:800px;
		padding:0px 50px;	
	}
		#footerLeft, #footerRight, #footerCenter{
			float:left;
			height:220px;
			padding:20px;
			width:226px;
		}
		#footerLeft{
			text-align:right;
		}
		#footerLogo{
			background: no-repeat url("images/footerlogo.png");
			display:block;
			margin:150px 0 0 10px;
			height:50px;
			width:175px;
		}
	



