@charset "utf-8";
/* CSS Document */
/*CSS Reset*/

/* Eric Meyers Css Reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
    display:block;
}

/* End reset */
.center{
	display:block;
	margin:0 auto;
}

.red{
	color:#ee1c25;
}

body{
	background-color:#ee1c25;
	font-family:Arial, Helvetica, sans-serif;
	color:#414141;
	font-size:15px;
	line-height:20px;
}

#wrapper{
	width:950px;
	margin:0 auto;
}

#header{
	height:445px;
	background-image:url(images/headerbg.jpg);
	position:relative;
}

#content{
	background-color:#FFF;
	padding:20px;
	text-align:center;
}

#content p{
	margin:20px 0;
}

#facebooklink{
	position:absolute;
	right:330px;
	bottom:75px;
}

#nav{
	width:754px;
	position:absolute;
	bottom:0;
	left:99px;
}

#nav ul li{
	line-height:0;/*MS IE6 and 7*/
}


#nav ul li a{
	float:left;
	display:inline;
	background-image:url(images/navsprite.png);
	height:42px;
	
}

#aboutlink{
	background-position:0px 0px;
	width:150px;
}

#aboutlink:hover{
	background-position:0px -45px;
}

#passlink{
	background-position:-150px 0px;
	width:152px;
}

#passlink:hover{
	background-position:-150px -45px;
}

#costslink{
	background-position:-301px 0px;
	width:151px;
}

#costslink:hover{
	background-position:-301px -45px;
}

#areaslink{
	background-position:-451px 0px;
	width:150px;
}

#areaslink:hover{
	background-position:-451px -45px;
}

#contactlink{
	background-position:-601px 0px;
	width:150px;
}

#contactlink:hover{
	background-position:-601px -45px;
}

.testimonial{
	width:723px;
	margin:0 auto;
}

.testimonialsbody{
	background-color:#d32d35;
}

.testimonialsbody p{
	margin:0!important;
	padding:0 15px;
	color:#FFF;
	font-style:italic;
}

.large{
	   font-size:20px;	  
	   line-height:25px;
}

#homebottomlist{
	text-align:left;
	margin-left:230px;
	margin-bottom:20px;
}

#homebottomlist li{
	padding-left:30px;
	background-image:url(images/tick.png);
	background-position:left;
	background-repeat:no-repeat;
}

#footer{
	color:#FFF;
	text-align:center;
}

#footer p{
	padding:20px 0;
}

.areas {
	padding:5px 0;
	font-size:12px;
	color:#FFF;
}

.footertextlinks {
	padding:5px 0;
	font-size:11px;
	color:#FFF;
}

.footertextlinks a:link, .footertextlinks a:visited, .footertextlinks a:active {
	color:#FFF;
	text-decoration:none;
}

.footertextlinks a:hover  {
	color:#FFF;
	text-decoration:underline;
}

.copyright {
	padding:5px 0;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

.credits, .credits a:link, .credits a:visited, .credits a:active, .credits a:hover {
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

#homelink{
	width:350px;
	height:118px;
	position:absolute;
	bottom:95px;
	left:185px;
}

#emaillink{
	width:186px;
	height:26px;
	position:absolute;
	bottom:66px;
	left:375px;
}

a.red:hover{
	color:#c30008
}

#inlinecontent{
	display:none;
}

#offer{background-image:url(images/offer.gif); width:207px; height:207px; position:absolute; bottom:171px; right:155px;}
