
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	margin:0;
}

/* --- T E X T ---*/

h1 {		color:#666;		font-size:130%;		line-height:150%;	font-weight:400;	}
h2 {		color:#666;		font-size:90%;		line-height:150%;	font-weight:400;	}
h3 {		color:#666;		font-size:90%;		line-height:150%;	font-weight:bold;	}
h4 {		color:#666;		font-size:60%;		line-height:125%;	}
p,li,a {	color:#666;		font-size:80%;		line-height:150%;	}
li {
	list-style-type: none;
	list-style-image: url(../images/arrow.png);
	font-size:100%;
}
a {			text-decoration: none; }
a:hover {	outline:none;	text-decoration:underline;	}
a:active { 	outline:none; }
a:focus { 	outline:none; }

/* --- H E A D ---*/

#head {
	position: relative;
	height: 130px;
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#textArea {		
	display: block;
	position: absolute;
	top:10px;
	left: 30px;
	width: 400px;
	height: 100px;
}

#textArea h1,
#textArea h2,
#textArea h3,
#textArea p {
	line-height: 100%;
	margin: 10px 0;
	padding: 0;
}

#logoArea {
	display: block;
	position: absolute;
	top:20px;
	right: 0px;
	width: 165px;
	height: 67px;
}

#head h1:hover {
	cursor: pointer;
}

/* ----  M E N U   -------------------*/

#menu {
	background-color:#FFFFFF;
	height: 110px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin:0 25px;
	padding: 0;
}

#menu li {					/* Normal menu item with an 'a' inside */
	position: relative;
	display:block;
	float:left;
	width:64px;
	height: 64px;
	margin: 4px;
}
#menu li a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	display: block;
	width: 55px;
	padding:   45px 3px 3px;
	
	color: #fff;
	font-size: 13px;
	font-weight:bold;
	text-align: right;
	text-decoration: none;
}

#menu li:hover {					/* On HOVER menu item with an 'a' inside, normal width, but higher */
	height:90px;
	cursor: pointer;
}
#menu li:hover a {		
	width: 55px;		
	padding:   70px 3px 3px;
}

#menu li.active {					/* Selected menu item with an 'a' inside, wider and higher */
	height:90px;
	width:90px;
}
#menu li.active a {
	width: 82px;
	padding:   70px 3px 3px;
}

.home {			background-color: #044A44;	}
.services {		background-color: #64424C;	}
.vehicles {		background-color: #745E44;	}
.vipvisits {	background-color: #2C4254;	}
.licence{		background-color: #841624;	}
.faqs {			background-color: #443A3C;	}
.contact {		background-color: #B46264;	}			/* use this color in the form.css aswell */
.events {		background-color: #343E44;	}
.links {		background-color: #34481E;	}
.terms {		background-color: #521B1B;	}




/* ----  C O N T E N T   -------------------*/

#main {		
	position: relative;
	width: 750px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:  0 25px;
}

#content {				
	width: 550px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

#sidebar {
	width: 140px;
	float: left;
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px dashed #CCCCCC;
	overflow: hidden;
}

#leftCol,
#rightCol {
	width: 260px;
	float:left;
}

/* ---   F O O T E R   ----*/

#footer {	
	position: relative;
	width: 750px;
	margin: 0 auto;
	border-top: 1px dashed #CCCCCC;	
	background-color:#FFFFFF;
	padding: 20px 25px;
}


#footer ul {
	display: block;
}

#footer li {
	border-right: 1px solid #ccc;
	list-style-type: none;
	padding: 3px 6px;
	float: left;
	font-size: 70%;
	font-weight:bold;
	list-style-image: none;
}

#footer li.last {
	border-right: none;
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}
	





