/* CSS Document */
body {
	background: #000 url(../siteimages/background.jpg) repeat-x fixed;
	margin: 0px;
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#header {
	background: url(../siteimages/header.png) no-repeat;
	width: 757px;
	color: #FFF;
	margin: 0px auto;
	text-align: right;
	height: 92px;
	padding: 10px 15px 0px 0px;
	}
	
#header a {	color: #FFF; text-decoration: none; }
	
#navigation
{
padding: 0px;
margin: 0px;
background: #9aa4ac url(../siteimages/navigation-bottom.jpg) repeat-x bottom;
color: White;
float: left;
width: 100%;
font-family: Trebuchet MS, sans-serif;
font-size: 14px;
}

#navigation li { display: inline; float: left;}

#navigation li a
{
padding: 10px 40px;
color: White;
display: block;
text-decoration: none;
margin-bottom: 7px;
}

#navigation li a:hover, #navigation li a.active
{
background-color: #5e676f;
color: #fff;
}

#navigation li a:hover { text-decoration: underline; }

#content {
	background: url(../siteimages/content-bg.png) repeat-y;
	width: 761px;
	min-height: 300px;
	margin: 0px auto;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #313c47;
	padding: 0px 6px 0px 5px;
	}
	
#breadcrumbs a {
	color: #313c47;
	font-size: 12px;
	}

#photo-left {
	float: left;
	width: 220px;
	padding-right: 20px;
	padding-top: 10px;
	}
	
#main-text {
	float: left;
	width: 480px;
	}
	
#request_quote label {
  display: block;
  width: 155px;
  padding-top: 3px;
  padding-right: 10px;
  clear: both;
  float: left;
  text-align: right;
  margin: 0.3em 0;
}

#request_quote input, #request_quote textarea {
	display: block;
	float: left;
	margin: 0.3em 0;
	}
	
#request_quote input, #request_quote select.normal {
  width: 290px;
  font-size: 13px;
  font-family: "Lucida Grande", Tahoma, sans-serif;
}

#request_quote input.submit {
	clear: both;
	margin-left: 165px;
	float: none;
	width: auto;
	}

#request_quote em {
	width: 10px;
	color: #990000;
	}

#request_quote textarea.normal {
	width: 290px;
	height: 160px;
	font-size: 13px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	}

#request_quote input.verification {
  width: 45px;
  font-size: 13px;
  font-family: "Lucida Grande", Tahoma, sans-serif;
}
#request_quote input.mark, #request_quote select.mark {
  background-color: #ffffe8;
}
label.mark { color:#f00; }
#request_quote select.fit {
  font-size: 13px;
  font-family: "Lucida Grande", Tahoma, sans-serif;
}
#request_quote input.important {
  font-size: 14px;
  width: 300px;
  font-family: "Lucida Grande", Tahoma, sans-serif;
}
#request_quote span.domain {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

/*
input.validation-failed, textarea.validation-failed {
	background: #FFFFFF;
	border-color: #990000;
	color: #990000;
}

input.validation-passed, textarea.validation-passed {
	background: #FFFFFF;
	border-color: #009900;
	color: #009900;
}
*/

.validation-advice, .custom-advice {
	padding: 5px;
	color: #990000;
	float: left;
	width: 200px;
	margin-left: 15px;
	font-weight: normal;
	font-size: 11px;
}

#request_quote a {
  text-decoration: underline;
}
#request_quote ul,ol {
  font-size: 1.1em;
  line-height: 1.6em;
  text-align:left;
  color:#ccc;
  padding-left:257px;
}

#request_quote em {
  font-size: 1.0em;
  color:#000;
  font-weight:normal;
}


#breadcrumbs a:hover {
	text-decoration: none;
	}
	
#text {
	padding: 5px 20px;
	}
	
.slogan { padding-top: 20px; }
	
#footer {
	background: url(../siteimages/footer.png) no-repeat;
	height: 70px;
	width: 732px;
	margin: 0px auto;
	padding-left: 40px;
	}
	
#powered-by {
	padding: 2px 0px 10px 0px;
	width: 722px;
	font-size: 11px;
	margin-left: 20px;
	color: #fff;
	margin: 0px auto;
	}

#powered-by a {
	color:#fff;
	text-decoration:none;
	}
	
#powered-by a:hover {
	color:#fff;
	text-decoration:underline;
	}