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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #606472;
	background: #666977;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #f7901e;}
a:hover{color: #fff;}
a:visited{color: #f7901e;}

.clear {clear: both;}

/*================= STRUCTURE =================*/

#wrapper {
	background: url(images/top_tile.gif) top repeat-x #a5a39a;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background: url(images/content_tile.gif) center repeat-y;
}

#header {
	height: 130px;
	background: url(images/header.gif) center top no-repeat;
}

#header a {
	display: inline-block;
	width: 148px;
	height: 38px;
	float: left;
	margin-left: 810px;
	margin-top: 34px;
	text-indent: -5000px;
	background: url(images/quote.gif) left top no-repeat;
}

#header a:hover {
	background-position: right top;
}

#rightcol {
	width: 188px;
	float: left;
	padding: 220px 17px 0 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	*font-size: .75em;
}

#maincontent {
	width: 560px;
	float: left;
	padding: 10px;
	background: url(images/content_top.gif) center top no-repeat;
	font-size: .9em;
	line-height: 1.4em;
}

.righthome {
	background: url(images/right_home_top.jpg) right top no-repeat;
}

.rightservices {
	background: url(images/right_services_top.jpg) right top no-repeat;
}

.rightcontact {
	background: url(images/right_contact_top.jpg) right top no-repeat;
}

.rightquote {
	background: url(images/right_quote_top.jpg) right top no-repeat;
}

.rightsales {
	background: url(images/right_sales_top.jpg) right top no-repeat;
}

#footer {
	height: 164px;
	background: url(images/bottom_tile.gif) top repeat-x #666977;
	text-align: center;
	color: #e2e3e5;
	font-size: .8em;
}

#footer a {
	color: #e2e3e5;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/*================= NAVIGATION =================*/

#navbar {
	width: 198px;
	height: 410px;
	float: left;
	padding: 12px 0 0 12px;
	background: url(images/nav.jpg) 0 0 no-repeat;
}

#navbar a {
	display: inline-block;
	width: 128px;
	height: 80px;
	float: left;
	padding-left: 70px;
	text-decoration: none;
	line-height: 80px;
	color: #f7901e;
	font-weight: bold;
	font-size: .9em;
	background: url(images/nav.jpg) -12px -12px no-repeat;
}

#navbar #home:hover{background-position:-222px -12px;}
.home #navbar #home{background-position:-222px -12px;
	cursor:default;}
	
#navbar #services{background-position:-12px -92px;}
#navbar #services:hover{background-position:-222px -92px;}
.services #navbar #services{background-position:-222px -92px;
	cursor:default;}
	
#navbar #contact{background-position:-12px -172px;}
#navbar #contact:hover{background-position:-222px -172px;}
.contact #navbar #contact{background-position:-222px -172px;
	cursor:default;}

#navbar #sales{background-position:-12px -252px;}
#navbar #sales:hover{background-position:-222px -252px;}
.sales #navbar #sales{background-position:-222px -252px;
	cursor:default;}

#navbar a:hover {
	text-decoration: underline;
}

/*================= HOME PAGE =================*/

h1 {
	*padding-top: 10px;
	line-height: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
	_font-size: 1.9em;
	color: #e2e3e5;
}

#home-end {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

h2 {
	margin-top: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1.8em;
}

.black {
	color: #000;
}

#rightcol ul {
	margin: 0;
	padding: 0 5px 0 20px;
	text-align: left;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcol li {
	margin-bottom: 15px;
}

/*================= CONTACT PAGE =================*/

.bold {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

label {
	float: left;
	width: 130px;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	float: left;
	margin-bottom: 5px;
}

textarea {
	width: 250px;
	height: 150px;
}

.boxes {
	width: 1em;
	float: left;
	margin-left: 8px;
	margin-right: 5px;
}

#submitbutton {
	margin-left: 130px;
	margin-top: 5px;
	width: 90px;
}

br {
	clear: left;
}

select {
	margin-bottom: 5px;
	float: left;
}

.awidth {
	width: auto;
}

.nobold {
	font-weight: normal;
}

.red {
	font-size: .9em;
	color: #FF0000;
}

label .red {
	font-weight: normal;
}

/*================= SALES PAGE =================*/

.sales-image {
	width: 250px;
	float: right;
	clear: right;
	padding: 2px;
	margin: 10px 0 10px 15px;
	background: #e2e3e5;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}



