@charset "UTF-8";
/* CSS Document */

/* --- Page Defaults --- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	width: 100%;
	height: inherit;
}

html {
	min-height: 100%;
}

#page_wrapper {
	width: 100%;
	height: auto;
	float: left;
}

/* --- Header --- */

#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/page_items/header_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: 6px solid #FFFFFF;
	z-index: 0;
}

#logo {
	width: 450px;
	height: 100px;
	float: left;
	background-image: url(../images/page_items/eurocab2000_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	z-index: 1;
}

#header_contact_number {
	width: 600px;
	height: 100px;
	float: right;
	background-image: url(../images/page_items/header_contact_number.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	z-index: 2;
}

#strapline {
	width: 100%;
	height: 30px;
	background-color: #F37021;
}

.straplineCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFDB08;
	line-height: 30px;
}

.straplineCopyBullFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3B953;
	line-height: 30px;
	padding-left: 20px;
}

.straplineCopyBull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3A439;
	line-height: 30px;
}

/* --- Navigation --- */

#left_wrapper {
	width: 220px;
	min-height: 800px;
	float: left;
	margin-left: 0px;
	background-color: #EAEBEB;
	background-image: url(../images/page_items/left_col_fade.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 20px;
}

#left_nav {
	width: 200px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

#left_nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#left_nav ul li {
	display: block;
	height: 30px;
	border-bottom: 1px dotted #F37021;
}

#left_nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-left: 10px;
}

#left_nav ul li a:link {
	color: #666666;
	text-decoration: none;
}

#left_nav ul li a:hover {
	color: #F37021;
	text-decoration: none;
}

#left_nav ul li a:visited {
	text-decoration: none;
}

#left_nav ul li a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
}

#support_logos {
	width: 200px;
	height: 200px;
	float: left;
	margin-top: 100px;
	background-image: url(../images/page_items/supporting_logos.gif);
	background-repeat: no-repeat;
}

#address {
	width: 190px;
	height: auto;
	float: left;
	border-bottom: 1px dotted #F37021;
}

#address a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #F37021;
	text-decoration: none;
}

.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #F37021;
	padding: 10px 0px 10px 10px;
}

/* --- Main Wrapper --- */

#main_content {
	width: 500px;
	height: auto;
	float: left;
	margin: 20px 0px 0px 20px;
}

#page_heading {
	display: block;
	float: left;
	width: 500px;
	min-height: 40px;
}

#page_heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 40px;
	color: #666666;
	border-bottom: 1px dotted #F37021;
}

#body_copy {
	width: 500px;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
}

#body_copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	padding-bottom: 14px;
}

#body_copy p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #F37021;
}

#body_copy p strong.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #666666;
}

#body_copy p strong.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
}

#body_copy p strong.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #F37021;
}

#body_copy p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

#body_copy p a:hover {
	color: #000000;
	text-decoration: underline;
}

#body_copy ul {
	color: #F37021;
	padding: 0px 40px 20px 20px;
}

#body_copy ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #F37021;
}

#body_copy ul li.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

#body_copy ul li strong.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.listText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

#body_copy ul li strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #F37021;
}

#image_wrapper {
	width: 300px;
	height: auto;
	float: right;
	padding: 20px;
	margin-right: 50px;
	margin-top: 40px;
	background-color: #F8C50D;
}

#image_wrapper img {
	margin-top: 5px;
}

.imageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	display: block;
	height: auto;
}

/* --- Testimonial Navigation --- */

#testimonial_nav {
	width: 500px;
	height: auto;
	float: left;
	margin-top: 20px;
}

#testimonial_nav ul {
	list-style-type: none;
}

#testimonial_nav ul li a {
	display: block;
	width: auto;
	height: 22px;
	float: left;
	clear: left;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #F37021;
}

#testimonial_nav ul li a:link {
	color: #F37021;
	text-decoration: none;
}

#testimonial_nav ul li a:hover {
	color: #F37021;
	text-decoration: underline;
}

#testimonial_nav ul li a:active {
	color: #F37021;
	text-decoration: none;
}

#testimonial_nav ul li a:visited {
	text-decoration: none;
}

/* --- Footer Logos --- */

#footer_logos {
	width: 100%;
	height: 100px;
	float: left;
	clear: both;
	background-image: url(../images/page_items/supporting_logos.jpg);
	background-repeat: no-repeat;
	border-top: 8px solid #F8C50D;
	border-bottom: 30px solid #F37021;
}
