* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #F2F2F5;
	background-color: #1E1E22;
	text-align: justify;
}
#wrapper {
	width:780px;
	margin: 0 auto;
	padding: 0;
}


h1, h2, h3 {
	color: #FFFFFF;
}

h1, h2 {
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
	font-size: 197%;
	float: right;
	width: 378px;
	margin-top: 73px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 42px;
	line-height: 40px;
	font-weight: normal;
	font-family: helvetica, verdana, arial, sans-serif;
}

h2 {
	font-size: 180%;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #C0E516;
}



h3 {
	font-size: 110%;
	margin-bottom: 5px;
	
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}


a:link {
	color: #C0E516;
}

a:active {
	color: #397BA1;
}

a:visited {
	color: #E0E0E4;
}

a:hover {
	text-decoration: none;
	color: #FF008A;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}


/* Top */

#top {
	margin: 0px;
	height: 65px;
	width: 780px;
	background-color: #3C3C46;
	background-image: url(images/top-bg.jpg);
}

#logo {
	padding-left: 10px;
	width: 177px;
}

.byline {
	float:right;
	width: 453px;
	height:20px;
	margin-right: 10px;
	margin-top: 22px;
	text-align: right;
}

/* Menu */

#menu {
	width: 780px;
	height: 43px;
	background-image: url(images/menu-bg.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;	
}

#menu a {
	width: 96px;
	border-right: 1px solid #B1B1B7;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	padding-top: 21px;
	float: left;
}


#menu a:hover {
	background: #636372;
}

#menu .active a {
	background: #636372;
	color: #C0E516;
}

#menu .last a {
	border-right: none;
	width: 101px;
}



/* Header */

#header {
	width: 780px;
	height: 128px;
	margin-top: 0px;
	background-image: url(images/header-bg.gif);
}

#lefthome h1 {
	float: left;
	width: 380px;
	margin-top: 0px;
	padding: 17px 0 0 0;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif,;
}

#lefthome {
	position: relative;
	float:left;
	background-color: #C0E516;
	width: 388px;
	height: 123px;
	left: 0px;
	margin: 0px;
}

#right {
	position: relative; 
	width: 392px;
	height: 123px;
	float: right;
	margin-top: 0px;
}

#leftabout {
	background-color: #C0E516;	
	width: 388px;
	height: 123px;
	float:left;
	margin-top: 0px;
}


#leftchauffeur {
	background-color: #961504;	
	width: 388px;
	height: 123px;
	position: relative;
	float:left;
	margin-top: 0px;
}


#leftbookings {
	background-color: #36ADF1;	
	width: 388px;
	height: 123px;
	position: relative;
	float:left;
	margin-top: 0px;
}


#leftcontact {
	background-color: #662C91;	
	width: 388px;
	height: 123px;
	position: relative;
	float:left;
	margin-top: 0px;
}


#leftbusiness {
	background-color: #335FA1;	
	width: 388px;
	height: 123px;
	position: relative;
	float:left;
	margin-top: 0px;
}


#leftleisure {
	background-color: #2B9591;	
	width: 388px;
	height: 123px;
	position: relative;
	float:left;
	margin-top: 0px;
}
#leftvehicles {
	background-color: #F26521;	
	width: 388px;
	height: 123px;
	position: relative;
	float:left;
	margin-top: 0px;
}


/* Page */

#content h2 {
	font-size: 180%;
}

#contentnav ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	padding-bottom: 10px;
}

#contentnav ul li {
	display: inline;
	padding-right: 5px;

}


#page {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	background: url(images/content-bg.gif) repeat;
	float: left;
	width: 780px;
	padding-top: 10px;
	line-height: 18px;
}

.post {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: normal;	
}

.post p{ 
	line-height: 1.5em;
}

.businesshome {
	position: relative;
	padding: 0 10px;
	float: left;
	left: 6px;
	margin-bottom: 20px;

}
.leisurehome {
	position: relative;
	padding: 0 10px;
	float: right;
	right: 6px;

}



/* Footer */

#footer {
	clear: both;
	width:780px;
	height: 20px;
	padding: 5px 0;
	background: #000000 ;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#footer strong {
	color: #EE8F00;
}
#top h2 {
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* table */


#mytable {
	width: 500px;
	padding: 0;
	margin: 10px 0;
}

#mytable th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;

}

#mytable th.nobg {
	border: 0;
	background: none;
}

#mytable td {
	border: 0;
	padding: 6px 6px 6px 12px;
	color: #ffffff;
}
#mytable caption {
	padding: 0 0 2px 0;
	width: 500px;	 
	font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #C0E516;
}

#mytable td.alt {
	color: #797268;
}

#mytable th.spec {
	border: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#pageheader {
	text-align: center;
	margin-bottom: 10px;
}

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

.nostyle ul li {
	display: inline;
	width: 350px;
	height: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	text-align: center;
}
#wrapper #page #content .post #breadcrumbs {
	font-size: 9px;
	padding-bottom:10px;
}


#post-table CAPTION { text-align:left; color: #FFFFFF; }
#post-table TABLE   { width:400px; text-align:left; }
#post-table TH { text-align: left; color: #FFFFFF; }
#post-table TH { vertical-align: middle; padding-right:5px;font-weight:normal; }
#post-table TD { vertical-align: middle; }
#post-table a:link { text-decoration:underline; color:#C0E516;font-weight:normal; }
#post-table a:hover { text-decoration:none; color:#FF008A; }

#post-table-entertainment CAPTION { text-align:left; color: #FFFFFF; }
#post-table-entertainment TABLE   { width:600px; text-align:left; }
#post-table-entertainment TH { text-align: left; color: #FFFFFF; }
#post-table-entertainment TH { vertical-align: middle; padding-right:5px;font-weight:normal; }
#post-table-entertainment TD { vertical-align: middle; }
#post-table-entertainment a:link { text-decoration:underline; color:#C0E516;font-weight:normal; }
#post-table-entertainment a:hover { text-decoration:none; color:#FF008A; }
