/***** Generic CSS *****/

body, html {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	font: 11px Arial, Tahoma, sans-serif;
}

body {
	margin-top: 15px;
	background-color: #292A29;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

.redtext {
	color: #CC0000;
}

.errormessagetop {
	margin: 0;
	font-size: 12px;
	padding-left: 25px;
}

.errormessage {
	font-size: 10px;
	color: red;
	padding-left: 1px;
}

.acceptedmessage {
	font-size: 10px;
	color: green;
	padding-left: 1px;
}

.errormessage_terms {
	font-size: 10px;
	color: red;
	padding-left: 5px;
}

.acceptedmessage_terms {
	font-size: 10px;
	color: green;
	padding-left: 5px;
}

/***** Header - Main Container & Logo *****/

#container {
	width: 904px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#logo {
	width: 272px;
	height: 69px;
	float: left;
	margin: 0;    
  padding: 0;
}

/***** Site Navigation *****/

/* Start Navigation Gap */
/* This is in place until we add in more tabs on the navigation */
#navigationfiller {
	position: relative;
	float: left;
	width: 262px;
	height: 68px;
	border-bottom: 1px solid;
	border-color: #666;
}
/* End Navigation Gap */

#navigation {
  width: 370px;
  height: 41px;
  position: relative;
  float: right;
  margin: 28px 0 0 0;
  padding: 0;
  overflow: hidden;
}

#navigation li {
	list-style-type: none;
}

#navigation li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 41px;
  background: url(../images/matrix_small.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#navigation_home a {
  left: 0;
  width: 72px;
  background-position: 0 0;
}

li#navigation_quote a {
  left: 72px;
  width: 139px;
  background-position: -71px 0;
}

li#navigation_about a {
  left: 210px;
  width: 75px;
  background-position: -208px 0;
}

li#navigation_contact a {
  left: 285px;
  width: 87px;
  background-position: -282px 0;
}

#body_home li#navigation_home  a {
  background-position: 0 -41px;
}

#body_quote li#navigation_quote a {
  background-position: -71px -41px;
}

#body_about li#navigation_about a {
  background-position: -208px -41px;
}

#body_contact li#navigation_contact a {
  background-position: -282px -41px;
}

/***** Quote Info Area *****/

#quoteinfo {
	width: 904px; 
	height: 48px;
	background: url(../images/top.gif);
}

#quoteinfo p {
	margin: 0;
	padding: 13px 0px 0px 55px;
	color: #595959;
	font-size: 13px;
	font-weight: bold;
}

/***** Side Block - Testimonial *****/

#sideheader {
	width: 190px;
	height: 35px;
	background-image: url(../images/boxheader.gif); 
	background-repeat: repeat;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
}

#testimonialimage {
	width: 210px;
	float: right;
	display: inline;
}

#testimonialtext {
	width: 190px;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	background-color: #FFF;
}

#testimonialtext p {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 20px 20px 20px 20px;
	line-height: 1.7;
	margin: 0;
}

/***** Footer *****/

#footer {
	margin: 0 0 10px 0;
	background-color: #292A29;
}

.footertext {
	color: #666;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

.footertext a:link { color: #666; text-decoration: none; }
.footertext a:visited { color: #666; text-decoration: none; }
.footertext a:active { color: #666; text-decoration: none; }
.footertext a:hover { color: #666; background-color: #3F3F3F; text-decoration: none; }

.getquotebutton {
	float: right;
	display: inline;
	margin: 10px 0 0 0;
}

#sendenquirybutton {
	float: right;
}

/***** Messagebox CSS *****/

.messagebox_error {
  background-color: #FDE2E2;
	border: 1px solid #FFC6C5;
	width: 578px;
	font: 12px Tahoma;
	line-height: 1.5;
	float: left;
	display: inline;
	margin: 15px 0 0 25px;
	padding: 10px 10px 10px 10px;
	color: #666666;
}