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

body {
	background: #c8001b url(../img/bodybg.jpg) repeat-x 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 25px;	
	padding: 0 0 15px 0;
}

ul {
	list-style-type: square;	
}

ol {
	list-style-type:decimal;	
}

a {
	color:#bf151b;
	text-decoration: underline;
}

.fright {
	float: right;	
	margin: 0 0 0 15px;
}

.fleft {
	float: left;
	margin: 0 15px 0 0;
}

a:hover {
	color:#bf151b;	
}

h1,h2,h3,h4,h5 {
	color: #d00008;	
	padding: 0 0 10px 0;
}

h1 {
	font-size: 22px;	
	padding: 0 0 8px 0;
}

h2 {
	font-size: 18px;	
}

h3 {
	font-size: 15px;	
	color: #000;
}

sup {
	vertical-align: top;
	font-size: 70%;
}

#container {
	position: relative;
	width: 968px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#ss {
	width: 948px;
	margin: 0 auto;
	height: 290px;
	padding: 1px 0 1px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#bodytop {
	height: 27px;
	background: url(../img/top.png) no-repeat 0 0;
}

#bodybottom {
	height: 27px;
	background: url(../img/bottom.png) no-repeat 0 0;
}

#body {
	position: relative;
	background: url(../img/body.png) repeat-y 50% 0;
}

#top {
	position: relative;
	height: 170px;
}

#specials, #email {
	position: absolute;
	z-index: 900;
	top: 140px;
	right: -25px;
}

#email {
	top: -20px;	
}

#toptext {
	position: relative;
	float: right;
	width: 300px;
	text-align: right;
	padding: 60px 30px 0 0;
}

	#phone {
		font-size: 22px;
		font-weight: bold;
		padding: 0 0 6px 0;
	}
	
	#toptext p {
		padding: 0 0 4px 10px;
		font-size: 11px;
		line-height: 1.4em;
	}

#top img#logo {
	position: relative;
	float: left;
	padding: 5px 0 10px 30px;
}

#menu {
	position: absolute;
	 width: 630px;
	right: 20px;
	top: 10px;
	 z-index: 1000;
}

.contactfloat {
	float: left;
	width: 300px;
	padding: 0 15px 0 0;
	border-right: 1px solid #ccc;
}

	.contactinput {
		width: 280px;	
	}

#footer {
	position: relative;
	text-align: center;
	height: 50px;
	font-size: 10px;
	color:#fff;
	padding: 5px 15px 0 15px;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;	
	}
	
	#footer img {
		position: absolute;
		top: 5px;
		right: 20px;
	}



.small {
	font-size: 10px;
	padding: 0 0 3px 0;
}

.checklist
{
margin-left: 10px;
padding-left: 0;
list-style: none;
}

.checklist li
{
padding-left: 20px;
background-image: url(../img/tick.png);
background-repeat: no-repeat;
background-position: 0 .2em;
line-height: 1.8em;
}




#page {
	position: relative;
	padding: 15px 25px 5px 25px;
	zoom: 1;
}

.halfpage {
	width: 	743px;
	float: right;
}


#page h2.pagetitle {
	position: relative;
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

span.wpcf7-list-item { display: block; padding: 0 0 3px 0; }

/*Fixed Footer */

	
.movedown-footer {
	margin-top:10px;
	padding-right:20px;
}

.movedown-script{
	margin-top:15px;
	padding-right:80px;
	}
	
#fixed_footer {
  	position:fixed;
   	left:0px;
   	bottom:0px;
   	height:50px;
   	padding:0px 0px 0 0px;
   	width:100%;
	background-image:url(../img/Footer-background.png);
	background-repeat:repeat-x;  
}

#footer_content{
	width:740px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

#facebook_image_footer{
	float:right;
	}
	
#twitter_image_footer{
	float:right;
	}
	
#facebook_script_footer{
	float:right;
	}
	
#twitter_script_footer{
	float:right;
	}
	
#linkedin_footer{
	float:right;
	}
	
#linkedin_image_footer{
	float:right;
	}
	
p.footertext{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}








