/*
Theme Name:		Comfort Cabs
Version: 		1.0
Description: 	
Author: 		Blaine Korte
Author URI:		http://www.yastech.ca
*/

html,
head,
body {
	padding: 0 !important;
	margin: 0 !important;
	background-color: #FFFFFF;
	background-image: url(images/layout/background.png);
	background-position: top;
	background-repeat: repeat-x;
}


/****** HEADER ******/


#hd {
	display: block;
	height: 234px;
	width: 950px;
	background-image: url(images/layout/header-background.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#hd #logo,
#hd #tagline,
#hd #phone {
	text-indent: -999999px;
}

#navigation {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 0 50px;
}

#navigation li {
	float: left;
	height: 50px;
	list-style: none;
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 8px 0 0;
	margin-right: 10px;
}

#navigation li a {
	color: #FFFFFF;
	padding: 17px 13px 0 20px;
	display: block;
	height: 33px;
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	text-decoration: none;
}

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

#navigation li.current_page_item {
	background-image: url(images/layout/nav-background-right.png);
}

#navigation li.current_page_item a{
	background-image: url(images/layout/nav-background-main.png);
}


/****** BODY ******/

#bd {
	background-image: url(images/layout/body-background-repeat.png);
	background-repeat: repeat-y;
}

#bd-wrap {
	background-image: url(images/layout/body-background.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 40px;
}

h1 {
	margin: 0;
	padding: 10px 0;
	color: #004c92;
}

a,
a:visited,
a:active {
	color: #004c92;
}

a:hover {
	color: #ed1f24;
}


/****** FOOTER ******/

#ft {
	background-image: url(images/layout/footer-background.png);
	background-repeat: no-repeat;
	position: relative;
	height: 50px;
}

#ft #copyright {
	position: absolute;
	left: 42px;
	top: 0;
}

#ft #yastech {
	position: absolute;
	top: 0;
	right: 42px;
}

#ft #login {
	position: absolute;
	right: 400px;
	top: 0;
}


/******* CONTENT *******/

.feature {
	border: 1px solid black;
	padding: 5px;
	height: 160px;
	position: relative;
}

.feature h2 {
	margin: 0;
	font-weight: normal;
	font-size: 108%;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px 5px;
	margin: -5px -5px 5px -5px;
	text-align: center;
	display: block;
}
.feature img {
	margin: 0 auto;
}

#payment .feature,
#book-cab .feature {
	border-color: #ed1f24;
}

#payment .feature h2,
#book-cab .feature h2 {
	background-color: #ed1f24;
}


#testimonial .feature {
	border-color: #004c92;
}

#testimonial .feature h2 {
	background-color: #004c92;
}

fieldset.testimonial-form {
/*	margin: 0 auto;*/
	width: 485px;
/*	float: right;*/
}

fieldset.testimonial-form p {
	display: block;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #9E9E9E;
	width: 485px;
}

fieldset.testimonial-form p.submit {
	border: none;
	padding-left: 430px;
	display: inline;
}

#testimonial-quote,
#testimonial-name {
	width: 350px;
	vertical-align: top;
	position: relative;
}

#testimonial-quote {
	height: 100px;
	left: 50px;
}

#testimonial-name {
	left: 80px;
}

.required {
	color: red;
}

.testimonial {
	padding: 10px;
	/*float: left;*/
}

.testimonial.odd {
	background-color: #EEEEEE;
}

a.testimonial-link {
	width: 233px;
	height: 35px;
	border: none;
	text-indent: -9999px;
	display: block;
/*	margin: 0 0 0 18px;*/
	background-image: url(images/features/seemorefeedback.png);
	position: absolute;
	bottom: 5px;
	left: 20px;
}
