@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

a {
	text-decoration: none;
}

.menu_list li {
	font-weight: bold;
	display: inline;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 4px !important;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.menu_list li:hover {
	background-color: #003f7f;
	padding-top: 6px;
}

li a {
	color:#ffffff;
	padding-top: 10px;
}

h2 { 
	color: #00366c; 
	font-size: 18px;
}

img {
	margin-bottom: 4px; 
	vertical-align: middle; 
	border: 0px;
}

.stylesheet_image {
	width: 400px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

input {
	margin-top: 4px; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	margin-top: 4px; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	margin-top: 4px; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	text-align: left; 
	padding:3px; 
	background-color:#ccd9e5;
	border-bottom: 1px solid #003f7f ;
}

td {
	padding-top: 5px;
}

table { 
	border-collapse: collapse;
	width: 100%;
}

div#header div#slide-holder div#slide-controls{
	width:700px;
}

.content_right {
	float: right; 
	width: 28%; 
	padding-left: 8px;
}

.search_box {
	background-color:#1a538c;
	text-align: left; 
	padding-top: 5px; 
	padding-left: 15px;
}

.main_search_heading {
	font-weight: bold; 
	color: #ffffff; 
	font-size: 12px; 
	text-align: center;
}

.search_heading {
	font-weight: bold; 
	color: #ffffff; 
	font-size: 10px; 
	text-align: center;
}

.search_box_submit {
	background-color:#1a538c;
	border: 1px solid #ffffff; 
	color: #ffffff; 
	font-weight: bold;
}

.search_result_cost {
	width: 100%; 
	line-height: 20px; 
	font-size: 13px; 
	border: 1px solid #99b2cc; 
	background-color: #e6ecf3;
}

.search_result_final_price {
	background-color: #b3c6d9; 
	font-weight: bold;
}

.page_layout {
	width: 100%; 
	margin: auto; 
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #464646;
	border: 0px;
} 

.breadcrumbs {
	line-height: 20px;
}

.header {    
	height: 90px; 
	width:100%; 
	overflow:hidden;
	background: #003f7f url('../images/bg_grad.png') repeat-x;
	color:#ffffff;
	text-align: left;
}

.header_business_details {
	z-index: 1; 
	position: relative; 
	padding-top: 30px;
}

.header_background_image {
	position: absolute; 
	height: 90px; 
	width:800px; 
	overflow:hidden;
}

.header_business_name {
	margin-left: 10px;
	margin-top: 5px;
	font-size: 18px; 
	font-weight:bold; 
	font-family: Verdana;
	z-index: 1;
}

.header_business_strapline {
	margin-left: 30px; 
	font-style: italic; 
	font-stretch:condensed !important;
	font-size: 10px;
	font-weight: normal;
	text-indent: 10%;
	z-index: 1;
}

.header_menu {
	text-align: right; 
	font-weight: bold; 
	padding-top: 5px;
	padding-right: 8px;
	display: none;
}

.header_menu a {
	color:#E1FFE1;
}

.menu {
	background:#668cb2 url('../images/bg_grad.png') repeat-x; 
	width: 100%;
	padding-bottom: 6px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: center;
}

.menu_title {
	font-weight: bold; 
	padding: 3px;
	display: none;
}

.menu_list {
	list-style-type:none;
	display: inline; 
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	margin: auto;
}

.menu_admin {
	border-right: 0px !important;
}

.menu_list .menu_hide {
	display: none;
}

.content {
	width: 1000px;
	margin: auto;
}

.msg {
	color: #cc0000; 
	border: 1px solid #cc0000; 
	background-color: #fcf4f4; 
	padding: 8px; 
	margin-bottom: 15px;
	margin-top: 8px; 
	width: 98%;
}

.section_heading {
	border-top: 2px solid #003f7f; 
	background-color:#ccd9e5; 
	width: 100%; 
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

.odd_row {
	background-color:#e6ecf3;
	vertical-align:top;
}

.thumbnail {
	width: 70px; 
	height: 70px; 
	float: left; 
	border: 1px dotted #ccccff; 
	padding: 5px; 
	margin-right: 10px;
}

.footer {
	text-align: center; 
	line-height: 20px; 
	background-color:#336599;
	color: #e6ecf3; 
	padding: 4px 0px 4px 0px; 
	width: 100%;
	height: 60px;
}

.footer a {
	color: #ffffff; 
	font-weight: bold;
}

