/* GLOBAL
----------------------------------------*/

* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 15px auto;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	background: #1A0A00 url(../images/bg-body.gif) repeat-x;
}
p {
	margin: 15px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 190%;
	color: #FF8533;
	letter-spacing: -1px;
}
h2 {
	font-weight: normal;
	font-size: 120%;
}
h3 {
	padding: 0 0 0 25px;
	font-size: 120%;
	font-weight: normal;
	color: #FF8533;
}
a:link {
	color: #FF8533;
	text-decoration: none;
}
a:hover {
	color: #FFA466;
	text-decoration: none;
}
a:visited {
	color: #FF8533;
	text-decoration: none;
}
.address {
	background: url(../images/icons/home.png) no-repeat left center;
}
.contact {
	background: url(../images/icons/phone.png) no-repeat left center;
}
.time {
	background: url(../images/icons/time.png) no-repeat left center;
}
.map {
	background: url(../images/icons/map.png) no-repeat left center;
}
.email {
	background: url(../images/icons/email.png) no-repeat left center;
}
.emailus, .hours, .tel {
	margin: 0 0 10px;
	padding: 0 0 10px;
	list-style: none;
}
.emailus li, .hours li, .tel li {
	display: inline;
	list-style:  none;
}
.emailus li, .hours li, .tel li {
	padding: 5px;
	margin: 0;
	font-weight: normal;
	display: block;
	border-bottom: 1px dashed #ddd;
}

/* LAYOUT
----------------------------------------*/

#outer-wrapper {
	background: #3F312A;
}
#header {
	height: 145px;
	width: 925px;
	margin: 0 auto;
	background: #FFE1CC url(../images/bg-header.jpg) no-repeat;
}
#content-wrapper {
	width: 875px;
	margin: 0 auto;
	padding: 25px;
	background: #fff url(../images/bg-content-wrapper.gif) repeat-y 50% 0;
}
#content {
	float: right;
	width: 620px;
	text-align: left;
	background: #fff;
}
#menu {
	width: 200px;
	float: left;
	text-align: left;
	background: #fff;
}

/* HEADER
----------------------------------------*/

h1#logo {
	padding: 0;
	margin: 0;
	height: 140px;
	width: 550px;
	float: left;
	background: url(../images/logo.gif) no-repeat 25px 22px;
	overflow: hidden;
	line-height: 1000px;
}

/* CONTENT
----------------------------------------*/

.picture {
	padding: 6px;
	border: 1px solid #ddd;
}
ul.list {
	padding: 0;
	margin: 0 0 15px 25px;
}
ul.list li {
	list-style: none;
	background: url(../images/icons/star.jpg) no-repeat 0 2px;
	margin: 0;
	padding: 8px 0 8px 30px;
	border-bottom: 1px dashed #ddd;
}
.price caption {
	text-align: left;
	padding-bottom: 15px;
}
.price th {
	padding: 10px 5px;
	font-size: 110%;
	text-align: left;
	background: #FFE1CC;
}
.price td {
	padding: 5px;
	background: #FFF3EB;
}
table.group {
	margin-bottom: 15px;
	border-top: 1px dashed #ccc;
}
.group caption {
	text-align: left;
	padding-bottom: 15px;
}
.group td {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}

/* THUMBNAIL
----------------------------------------*/

.thumbnail {
	width: 245px;
	padding: 20px 5px 5px 39px;
	background: #fff url(../images/thumbnail-container.png) no-repeat 50% 0;
}
.thumbnail img {
	width: 235px;
	height: 175px;
	padding: 5px;
	margin-bottom: 20px;
	border: 0;
}
.thumbnail p {
	font-size: 85%;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* MENU 
----------------------------------------*/

#menu ul {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin-bottom: 2px;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	font-size: 85%;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-left: 28px;
	background: #FFE1CC url(../images/icons/nav.png) no-repeat left 0;
}
#menu ul li a:hover,
#menu ul li a:focus {
	font-weight: bold;
	color: #3F312A;
	background: #FFE1CC url(../images/icons/nav.png) no-repeat left -33px;
}
#menu ul li a:active {
	color: #FF8533;
}
#menu img {
	vertical-align: middle;
	border: 0;
}
#menu p {
	margin: 0 0 10px 0;
}
h1.menu {
	display: none;
}

/* PAGE IDS 
----------------------------------------*/

#home #menu-home a,
#profile #menu-profile a,
#group #menu-group a,
#taxis #menu-taxis a,
#privatehire #menu-privatehire a,
#airport #menu-airport a,
#courier #menu-courier a,
#recruitment #menu-recruitment a,
#contact #menu-contact a,
#location #menu-location a {
	color: #fff;
	font-weight: bold;
	background: #FF8533 url(../images/icons/nav.png) no-repeat left -66px;
}

/* FOOTER
----------------------------------------*/

#footer-wrapper {
	clear: both;
}
#footer {
	height: 105px;
	width: 910px;
	margin: 0 auto;
	padding: 15px 0 0 15px;
	text-align: left;
	font-size: 85%;
	color: #666;
	background: url(../images/bg-footer.gif) no-repeat 50% 0;
}
#footer p {
	padding: 0;
	margin: 0 0 5px 0;
}
ul.footer {
	float: right;
}
ul.footer li {
	display: inline;
}
ul.footer li a, ul.footer li a:visited {
	display: block;
	float: left;
	padding: 0 16px 0 15px;
	color: #666;
	background: url(../images/bg-footer-nav.gif) no-repeat right center;
}
ul.footer li a.last, ul.footer li a.last:visited  {
	background-image: none;
}
ul.footer li a:hover {
	color: #999;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.feedback legend {
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0 5px 0 25px;
	background:  url(../images/icons/pen.png) no-repeat left center;
	text-transform: capitalize;
}
.feedback label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.feedback .required {
	color: #999;
	font-style: italic;
}
.feedback input, .feedback textarea, .feedback select {
	padding: 1px 2px;
	width: 98%;
	color: #333;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.feedback textarea {
	height: 150px;
}
.feedback .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	display: block;
}
.feedback input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	width: 100px;
	height: 42px;
	border: none;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	background: url(../images/icons/button.png) no-repeat left 0;
	cursor: pointer;
}
.feedback input.button:hover, .feedback input.button:active {
	color: #000;
	background: url(../images/icons/button.png) no-repeat left -42px;
}

/* SELF CLEARING FLOATS
----------------------------------------*/

#content-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content-wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content-wrapper {
	height: 1%;
}
#content-wrapper {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	height: 0;
}