/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/* 3	Handles */
div, ul, li, form { position:relative }
.fix:after { content:" "; visibility:hidden; display:block; height:0; clear:both }
* html .fix { height:1% }
.hide { display:none } /* Handy for development */

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

body {
	text-align: center;
	line-height: 22px;
	color: #1a1718;
	margin-top: 40px;
	color: #2f2f2f;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(images/bg.png) repeat-x;
}

/* General */

h1, h2, h3, h4, h5 {
	padding: 0.7em 0 0.5em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #7f6f58;
	letter-spacing: 1px;
}

h1 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

p {
	padding: 0.5em 0 0.5em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #f59b1f;
}

a:hover {
	color: #7f6f58;
}

.active, .active a:link, .active a:visited {
	color:#7f6f58;
}

li {
	list-style-image: url(images/bullet.png);
	line-height: 24px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#content {
	background: #fbf8f2;
	padding-top: 40px;
	border-top: 1px solid #eee8db;
}

#content-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* Header */

#logo {
	margin-bottom: 20px;
	float: left;
}

#contact {
	float: right;
	letter-spacing: 1px;
	text-shadow: 0 2px 3px #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
}

/* Navigation */

#nav {
	margin: 20px 0 30px 0;
	font-size: 12px;
}

#nav li {
	display: inline;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #d8d8d8;
}

#nav a:link, #nav a:visited {
 	color: #28353B;
}

#nav a:hover {
	color: #f59b1f;
}

#insurance {
	margin: 20px 0 40px 0;
	background: #FFFFFF url(images/nav.png) repeat-x;
	border: 1px solid #e5e2e2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 2px 2px 25px #ccc;
	-moz-box-shadow: 2px 2px 25px #ccc;
	box-shadow: 2px 2px 25px #ccc;
	height: 65px;
}

#insurance li {
	width: 119px;
	text-align: center;
	vertical-align: middle;
	float: left;
	list-style-image: none;
	line-height: 22px;
}

#insurance li a:link, #insurance li a:visited {
	display: block;
	padding: 10px;
}

#insurance li a:hover {
	background: rgba(250, 249, 243, 0.8);
	color: #7f6f58;
	height: auto;
}

/* Content */

#special-offer {
	background: #fbfaf6;
	width: 283px;
	border: 1px solid #e5e2e2;
	-webkit-box-shadow: 0px 0px 25px #eee8db;
	-moz-box-shadow: 0px 0px 25px #eee8db;
	box-shadow: 0px 0px 25px #eee8db;
	padding: 20px;
	margin-right: 15px;
	float: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#special-offer h3 {
	text-align: center;
	font-size: 15px;
	padding-top: 0;
	letter-spacing: 1px;
	color: #7f6f58;
	text-shadow: 0 2px 3px #CCC;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

#special-offer h3:hover {
	text-shadow: 0 2px 5px #FFF;
}

#getaquote {
	width: 583px;
	padding: 20px 0 20px 10px;
	border: 1px solid #e5e2e2;
	margin-left: 25px;
	float: right;
	background: #e3e3e3 url(images/getaquote.jpg) top center repeat;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#getaquote p {
	background: rgba(249, 247, 238, 0.6);
	padding: 10px;
	margin: 0 0 30px 160px;
	color: #333333;
	font-weight: bold;
}

.quote {
	background: #e48a0e url(images/quote.jpg) repeat;
	display: block;
	float: right;
	padding: 10px;
	border: 1px solid #b06600;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 25px #b06600;
	-moz-box-shadow: 0px 0px 25px #b06600;
	box-shadow: 0px 0px 25px #b06600;
	letter-spacing: 1px;
	margin-right: 20px;
	font-weight: normal;
	text-shadow: 0 2px 2px #b06600;
	text-transform: none;
}

.quote a:link, .quote a:visited {
	color: #FFF;
}

.quote a:hover {
	color: #2f2f2f;
	text-shadow: 0 2px 2px #7f6f58;
}

#emphasise {
	letter-spacing: 1px;
	color: #000;
	text-shadow: 0 2px 3px #CCCCCC;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#about {
	background: #eee8db url(images/gradientbg.jpg) repeat-x;
	width: 418px;
	margin: 50px 20px 40px 0;
	padding: 20px;
	float: left;
	border: 1px solid #e5e2e2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 0px 25px #eee8db;
	-moz-box-shadow: 0px 0px 25px #eee8db;
	box-shadow: 0px 0px 25px #eee8db;
}

#why-choose-us {
	background: #eee8db url(images/gradientbg.jpg) repeat-x;
	width: 413px;
	margin: 50px 0 40px 25px;
	float: right;
	border: 1px solid #e5e2e2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 25px #eee8db;
	-moz-box-shadow: 0px 0px 25px #eee8db;
	box-shadow: 0px 0px 25px #eee8db;
}

#why-choose-us li {
	margin: 3px 0 3px 20px;
}

#sidebar {
	background: #fbfaf6;
	width: 283px;
	border: 1px solid #e5e2e2;
	-webkit-box-shadow: 0px 0px 25px #eee8db;
	-moz-box-shadow: 0px 0px 25px #eee8db;
	box-shadow: 0px 0px 25px #eee8db;
	padding: 20px;
	margin-right: 15px;
	float: left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#policy-information {
	width: 598px;
	float: right;
	margin: 15px 0 30px 0;
}

#policy-information li {
	margin: 3px 0 3px 20px;
}

#aboutus {
	width: 598px;
	float: right;
	margin-bottom: 30px;
}

#aboutus li {
	margin: 3px 0 3px 20px;
}

#getaquote-sub {
	width: 573px;
	padding: 20px 0 20px 20px;
	border: 1px solid #e5e2e2;
	margin: 0 0 10px 25px;
	float: right;
	background: #FFF url(images/getaquote-sub.jpg) left no-repeat;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#getaquote-sub h1 {
	float: left;
	color: #2f2f2f;
	text-shadow: 0px 2px 3px #FFF;
}

/* footer */

#footer {
	border-top: 1px solid #eee8db;
	padding: 20px;
	background: #FFFFFF;
}


#footer-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}
