/* Stylesheet Reset */

/* PEA 2nd Version */

/* Started: 6th April 2010 - Finished:   */

html  		{overflow-y: scroll;}
*  {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  list-style: none;
  border: none;
  outline: none;
}
strong {
	font-weight: bold;
}
.clear_fix  {
			clear: both;
}
body {
	background: url(../images/1334.png) repeat;
}

#page_wrap {
    width: 960px;
    margin: 10px auto;
	background-color: #fff;
	padding-top: 1px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		-moz-box-shadow:0px 0px 10px #333;
		-webkit-box-shadow:0px 0px 10px #333;
		box-shadow:0px 0px 10px #333;
}
#header {
	background: url(../images/header_2.jpg) no-repeat; 
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	width: 940px;
	height: 152px;
	border: 1px solid #292929;
	margin: 10px 9px;
}
#header h1 a { 
	position: absolute; 
	top: 23px; 
	left: 362px; 
	width: 938px; 
	height: 149px; 
	background-color: transparent; 
	text-indent: -9999px;
}
/*====================*/
/*===== Headings =====*/
/*====================*/

h1 { }
h2 { font-size: 34px; font-family: Helvetica, Tahoma, Geneva, Verdana, sans-serif; padding: 10px 0 20px 0; }
h3 { font-size: 26px; font-family: Helvetica, Tahoma, Geneva, Verdana, sans-serif; padding: 10px 0; }
h4 { font-size: 20px; font-family: Helvetica, Tahoma, Geneva, Verdana, sans-serif; padding: 10px 0; }
h5 { }
h6 { }

/*===========================*/
/*===== Main Navigation =====*/
/*===========================*/
 
#blob {
    background: #6b0103;
    border-right: 1px solid #1c0113;
    border-left: 1px solid #1c0113;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #c21a01, #6b0103);
    background: -webkit-gradient(linear, left top, left bottom, from(#c21a01), to(#6b0103));
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
} 
#nav {
    position: relative;
    background: #292929;
    float: left;
	margin: 12px 0 10px 10px;
} 
#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
} 
#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 10px 47px;
    width: 100%; 
}

/*==================*/
/*===== Slider =====*/
/*==================*/

#slider {
	/*border: 1px solid #363636;*/
	position:relative;
	top: 13px;
	left: 9px;
    -moz-box-shadow:0px 0px 10px #656565;
	-webkit-box-shadow:0px 0px 10px #656565;
	box-shadow:0px 0px 10px #656565;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}
.nivo-controlNav {
	position:absolute;
	left:46.2%;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/*===================*/
/*===== Content =====*/
/*===================*/
#content {
	font-family: Arial, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	width: 940px;
	margin: 39px 10px 0 10px;
}
#content_left {
	width: 235px;
	float: left;
	border: 1px solid #ccc;
	padding : 10px;
	background-color: #f3f3f3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0px 0px 10px #9e9e9e;
		-webkit-box-shadow:0px 0px 10px #9e9e9e;
		box-shadow:0px 0px 10px #9e9e9e;
}
#content_left .free_quote {
	font-size: 20px;
}
#content_left .tel {
	margin: 1px 0 0 11px;
	font-size: 22px;
	font-family: Times;
}
#content_left .mob {
	margin: 4px 0 0 11px;
	font-size: 22px;
	font-family: Times;
}
#content_left .email {
	margin: 5px 0 0 13px;
	font-size: 18px;
}
#content_right {
	width: 620px;
	float: right;
	padding: 5px 24px 6px 24px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0px 0px 10px #9e9e9e;
		-webkit-box-shadow:0px 0px 10px #9e9e9e;
		box-shadow:0px 0px 10px #9e9e9e;
}
#content_right h2 {
	text-align: center;
}
#content_left h4 {
	text-align: center;
	margin: -3px 0 5px 0;
}
#content_right p {
	margin: 0 0 10px 0;
	text-align: center;
}
#content_right .pea {
	color: #000;
	text-shadow: 1px 1px 0px #F03C02;
}
#content_left img {
	float: left;
	margin-bottom: 5px;
}
#content_left .mail {
	margin-bottom: -7px;
}
#content_left p {
	float: left;
}
#logos_left {
	width: 190px;
	float: left;
}
#logos_right {
	width: 185px;
	float: right;
}
#logos_left .carbon {
	margin: 45px 20px 0 25px;
}
#logos_left .nher {
	margin: 0 0 0 2px;
}
#logos_right .abbe {
	margin: 44px 0 0 19px;
}
#content_left a:link, #content_left a:visited {
	color: #000;
	border: 1px solid #999;
	background-color: #eee;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
	padding: 0 6px;
}
#content_left a:hover, #content_left a:active {
	color: #F03C02;
	border: 1px solid #888;	
	padding: 0 6px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-box-shadow: 0px 0px 6px #777;
		-webkit-box-shadow:0px 0px 6px #777;
		box-shadow:0px 0px 6px #777;
}
#content_center {
	width: 500px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 50px 10px 50px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0px 0px 10px #9e9e9e;
		-webkit-box-shadow:0px 0px 10px #9e9e9e;
		box-shadow:0px 0px 10px #9e9e9e;
}
#content_center  h3 {
	margin-bottom: 10px;
	text-align: center;
}
#content_center  p {
	margin: 0 0 16px 0;
	text-align: justify;
}
#content_center blockquote {
	width: 370px;
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia;
	color: #262525;
	margin: 0 auto;
	padding: 10px 15px 0 15px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content_center cite {
	font-size: 11px;
}
#content_center .quote {
	font-size: 22px;
}
#content_center .offer {
	margin: 20px 0 5px 0;
}
#content_center .list {
	margin: 0 0 20px 0;
}
#content_center .list li {
	list-style-image: url(../images/bullets_2.png);
	list-style-position: outside;
	margin: 5px 0 0 50px;
}
#content_center .togglebox {
	background-color: #eee;
	border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	display: none;
	padding: 8px;
	margin-bottom: 14px;
	font-size: 12px;
}
#content_center .toggle {
	margin-left: 8px;
}
#content_center a:link, #content_center a:visited {
	color: #920C02;
	border-bottom: 1px dotted #292929;
}
#content_center a:hover, #content_center a:active {
	color: #F03C02;
	border-bottom: none;
}
#content .faq_links .toggle:link, #content .faq_links .toggle:visited {
	color: #000;
	border-bottom: 1px dotted #292929;
}
#content .faq_links .toggle:hover, #content .faq_links .toggle:active {
	color: #920C02;
	border-bottom: none;
}
#content_center #address_left {
	width: 80px;
	float: left;
}
#content_center #address_right {
	width: 400px;
	float: left;
}
#content_center #address_right p {
	margin-bottom: 2px;
}

/*=================*/
/*===== Links =====*/
/*=================*/

#content .links li a:link, #content .links li a:visited {
	color: #000;
	border-bottom: 1px dotted #292929;
}
#content .links li a:hover, #content .links li a:active {
	color: #920C02;
	border-bottom: none;
}
#content .links {
	padding-bottom: 30px;
}
#content .links li {
	margin-bottom: 10px;
}

/*==============================*/
/*===== Terms & Conditions =====*/
/*==============================*/


#tandc .printable {
	text-align: center;
	font-size: 14px;
}
#tandc ol li {
	font-size: 11px;
	list-style-type: decimal;
	text-align: justify;
	margin: 0 50px;
}
#tandc p {
	font-size: 12px;
}
#tandc .italics {
	font-style: italic;
	font-weight: bold;
}
#tandc .sub_list li {
	list-style-type: disc;
	text-align: justify;
	margin: 0 50px 5px 50px;
}
#tandc .top {
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}

/*==================*/
/*===== Footer =====*/
/*==================*/

#footer {
	width: 580px;
	float: left;
	font-family: Helvetica, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	margin: 5px 0 2px 0;
}
#footer ul {
	text-align: center;
	padding: 10px 0 15px 0;
}
.footerinfo {
	text-align: center;
	color: #aaa;
}
#footer ul li {
	padding: 0 16px;
	display: inline;
}
.right_border {
	border-right: 1px dotted #aaa;	
}
#footer li a:link, #footer li a:visited  {
	color: #292929;
	border-bottom: 1px dotted #292929;
	padding-bottom: 1px;
}
#footer li a:hover, #footer li a:active {
	color: #920C02;
	border-bottom: none;
}
.copyright p {
	font-size: 10px;
	color: #aaa;
	text-align: center;
	margin: 7px 0;
}
.copyright p a:link, .copyright p a:visited  {
	color: #aaa;
	border-bottom: 1px dotted #777;
	padding-bottom: 1px;
}
.copyright p a:hover {
	color: #920C02;
	border-bottom: none;
}

/*--------------------*/
