body {
	background-color: #A81F1F;
	background-image: url(gr/background_gradient.gif);
	background-repeat: repeat-x;
	background-position: left center;
/*	background-attachment: fixed; */
	margin: 0px;
	padding: 10px;
	text-align: center;
}
.section {
	display: none;
}
#top-lines {
	width: 700px;
	height: 27px;
	margin: 0px auto;
}
#top-lines div {
	width: 896px;
	height: 27px;
	margin: 0px -98px;
	background: url(gr/top_lines.gif) no-repeat top left;
}
#airlock {
	width: 700px;
	background: #fff;
	text-align: left;
	margin: 0px auto;
}
#header {
	margin: 0px;
	padding: 0px;
}
#header img {
	padding: 0px;
	margin: 0px;
}
#nav {
	margin: 0px;
	padding: 0px 15px;
}
#nav h2 {
	display: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	background: url(gr/menu.gif) no-repeat;
	height: 31px;
}
#nav ul li {
	display: block;
	float: left;
}
#nav a {
	display: block;
	height: 31px;
}
#nav #nav1 a {
	width: 111px;
	background-position: top 0px;
}
#nav #nav2 a {
	width: 111px;
	background-position: top -111px;
}
#nav #nav3 a {
	width: 111px;
	background-position: top -222px;
}
#nav #nav4 a {
	width: 111px;
	background-position: top -333px;
}
#nav #nav5 a {
	width: 111px;
	background-position: top -444px;
}
#nav #nav6 a {
	width: 115px;
	background-position: top -555px;
}
#nav a#selected {
	background-image: url(gr/menu_inverted.gif);
}
#nav a.unselected:hover {
	background-image: url(gr/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom center ! important;
}
#nav span {
	display: none;
}
#header h1 {
	display: none;
}
#content {
	padding: 15px;
	font: 11px Verdana;
	line-height: 18px;
	color: #345;
}
h2 {
	color: #A81F1F;
	border-bottom: 1px solid #A81F1F;
	padding-bottom: 5px;
}
#section-links {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#section-links li {
	display: inline;
	margin: 0px 2px;
}
#section-links a {
	background: #A81F1F;
	color: #fff;
	font: 11px Verdana;
	padding: 5px;
	text-decoration: none;
}
.side-box {
	background: url(gr/side_box.gif) no-repeat top left;
	width: 199px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #A81F1F;
	float: left;
	clear: left;
	font: 10px Verdana;
}
.side-box div {
	padding: 15px;
}
.side-box h3 {
	margin: 0px 0px 5px 0px;
}
.side-box p {
	margin: 0px;
}
#footer {
	background: #A81F1F url(gr/footer.gif) no-repeat;
	height: 30px;
	padding: 8px 20px 0px 20px;
	font: 11px Verdana;
	color: #728FAC;
	text-align: center;
}
a {
	color: #A81F1F;
}
a:hover {
	color: #345;
}
#request-a-quote {
	height: 77px;
	padding: 12px;
	background: url(gr/request_box.gif) no-repeat top left;
	color: #345;
	position: relative;
	line-height: 16px;
	clear: both;
	margin-top: 20px;
}
#request-a-quote a {
	display: block;
	position: absolute;
	top: 43px;
	left: 534px;
}
.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}
form div input, form div textarea {
	width: 350px;
}
div.vague, div.specific {
	display: none;
}
hr {
	border: 0px;
	border-top: 1px solid #ccc;
}
#content img {
	margin-bottom: 10px;
}