@charset "UTF-8";

/* --------------------------------------------------------------
	CSS Reset
-------------------------------------------------------------- */

html, body, div, span, iframe, p, blockquote, h1, h2, h3, h4, h5, h6, 
pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { 
	outline: 0;
}

/* --------------------------------------------------------------
	Layout 
-------------------------------------------------------------- */

*, body, clear, img { 
	margin: 0; padding: 0; 
}
html { 
	height:101%; 
}
body {
	font: 500 14px/21px Helvetica, Arial, sans-serif;
	color: #666;
	background: #fff url(assets/bg.png) repeat-x;
}
#wrap, #header, #footer	{ 
	width:960px; 
	margin: 0px auto; 
}
#main { 
	width: 550px; 
	float: left; 
	margin-bottom: 80px;
}
#sidebar { 
	width: 310px; 
	float: right; 
}
#main-footer {
	width: 550px; 
	float: left;
}	
#sidebar-footer { 
	margin-top: 55px;
	width: 310px; 
	float: right; 
}	
#footer-wrap {
	width:100%;
	background: #e7f4f4 url(assets/footer.png) repeat-x top;
}
#footer { 
	min-height: 400px; 
	padding-top: 40px; 
}
	
/* --------------------------------------------------------------
	Menu
-------------------------------------------------------------- */

#menu { 
	height: 60px; 
	width: 960px; 
	margin: 0 auto 60px auto;
	background: #c3161f url(assets/menu.png) no-repeat;
}
ul#menu li {
	float:left;
	line-height: 60px;
	list-style-type: none;
}
ul#menu li a {
	color: #fff;
	display: block;
	padding-right: 35px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500; /* font */
	border-bottom: none;
}
ul#menu li a:hover { 
	color: #6a0000; 
}
ul#menu li a.current { 
	color: #920312; 
}

/* --------------------------------------------------------------
	Styles
-------------------------------------------------------------- */

/* Page Title */
h1 { 
	color: #69c6b7;
	font-size: 24px; 
	font-weight: 500; /* font */
	margin-bottom: 25px; 
}
h1.header { 
	background-image: url(assets/header.png); 
	height: 300px; 
	width: 960px; 
	text-indent: -5000px;
	margin-bottom: 0px;
}
/* Standfirst */
h2 { 
	color: #233c3b;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500; /* font */
	margin-bottom: 15px; 
}  
/* Sub Header */
h2.red {
	color: #c3161f;
}
h2.green {
	color: #3eb87a;
}
/* Testimonial */	
h3 {
	font-family: Georgia,"Times New Roman",Serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500; 
	margin-bottom: 20px;
}
p, ul.list li, ul.inclusions li { 
	margin-bottom: 15px; 
}
p.end { 
	margin-bottom: 35px; 
}	
strong { 
	font-weight: 500;
	color: #233c3b; 
}
a { 
	color: #333; 
	text-decoration: none; 
	border-bottom: 1px solid #bed6d5; 
}
a:hover { 
	color: #45b0a0; 
	text-decoration: none; 
	border: none; 
}
small {
	font-size: 11px;
	margin: 0;
}
img	{ 
	margin-bottom: 20px; 
}
.number {
	color: #c3161f;
	font-size: 130%; 
}	
.link-block { 
	height: 150px; 
	margin-bottom: 20px; 
}
img.links { 
	float: left; 
	padding: 5px 15px 0 0; 
}	
hr { 
	color: #bed6d5; 
	background: #bed6d5; 
	border: 0; height: 1px; 
	margin: 40px 0; 
}
hr.footer { 
	margin: 40px 0 10px; 
}
.clear { 
	clear: both; 
}
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.center { 
	text-align: center; 
}

/* --------------------------------------------------------------
	Lists
-------------------------------------------------------------- */
	
ul.list { 
	margin-bottom: 15px; 
	padding-left: 20px; 
}
ul.list li { 
	list-style-type: disc; 
}
ul.inclusions li { 
	list-style-type: none; 
	border-bottom: 1px solid #bed6d5; 
	padding: 10px 0; 
}
ul.inclusions li.first { 
	border-top: 1px solid #bed6d5; 
}	

/* --------------------------------------------------------------
	The End
-------------------------------------------------------------- */
	
