@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.gif) 0 0 repeat;
	_text-align:center;
}

#wrapper {
	width:970px;
	background:url(../images/body-bg.gif) 0 0 repeat-y;
	_text-align:left;
	margin:0 auto;
}

/* Header */

#header {
	height:150px;
	overflow:hidden;
}

#header h1 {
	float:left;
}

#header h2 {
	float:right;
	position:relative;
}

#header h2 p {
	position:absolute;
}

#header h2 p.request {
	position:absolute;
	right:80px;
	bottom:0;
}

#header h2 p.request a {
	display:block;
	width:137px;
	height:31px;
	background:url(../images/request-quote-button.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header h2 p.request a:hover {
	background-position:0 -31px;
}

#header h2 p.email {
	position:absolute;
	right:14px;
	bottom:0;
}

#header h2 p.email a {
	display:block;
	width:57px;
	height:31px;
	background:url(../images/email-button.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header h2 p.email a:hover {
	background-position:0 -31px;
}

/* Header End */
/* Top Navigation */

#top-nav {
	height:39px;
	overflow:hidden;
	background:url(../images/top-nav-bg.gif) 0 0 repeat-x;
	margin:0 0 10px;
}

#top-nav ul, #top-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-nav ul {
	padding:5px 0 0;
	float:right;
}

#top-nav ul li {
	float:left;
	font:italic 12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 5px 0 0;
}

#top-nav ul li a {
	float:left;
	font:italic 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	width:95px;
	height:31px;
	line-height:31px;
	text-align:center;
	background:url(../images/top-nav-button.gif) 0 0 no-repeat;
}

#top-nav ul li a:hover {
	background-position:0 -31px;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
	float:left;
	width:230px;
	padding:10px 0 10px;
}

#left-nav ul, #left-nav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#left-nav h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 5px 10px 33px;
}

#left-nav h2 a {
	display:block;
	background:#e2e2e2;
	padding:5px 0 4px 5px;
	color:#000;
	text-decoration:none;
}

#left-nav h2 a:hover {
	background:#ffd0d0;
}

#left-nav ul {
	padding:0 0 20px 10px;
}

#left-nav ul li {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 2px;
}

#left-nav ul li a {
	display:block;
	height:21px;
	padding:0 0 0 8px;
	line-height:21px;
	color:#fff;
	text-decoration:none;
	background:url(../images/left-nav-button.gif) 0 0 no-repeat;
}

#left-nav ul li a:hover {
	background-position:0 -21px;
}

#left-nav p {
	padding:45px 0;
	text-align:center;
}
	
/* Left Navigation End */
/* Content Begin */

#content {
	float:right;
	width:711px;
	_width:726px;
	padding:0 15px 0 0;
}

#content .contactus {
	text-align:center;
	padding:14px 0 24px;
}

#content .contactus a {
	display:block;
	width:205px;
	height:34px;
	margin:0 auto;
	background:url(../images/contact-us.gif) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#content .contactus a:hover {
	background-position:0 -34px;
}

/* Content End */
/* Footer */

#footer {
	width:970px;
	margin:0 auto;
	_text-align:left;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/footer-shadow.png) 0 0 no-repeat;
	padding:29px 0 10px;
}

#footer h3 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 14px 24px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	padding:0 0 14px;
}

#footer ul, #footer ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	float:left;
	width:224px;
	border-right:1px solid #7a7a7a;
	min-height:170px;
	_height:170px;
}

#footer ul li.wide {
	width:259px;
}

#footer ul li.last {
	border:0;
	text-align:right;
}

#footer ul li.last h3 {
	padding:0 0 14px;
}

#footer ul li ul {
	padding:0 5px 14px 10px;
}

#footer ul li ul li {
	float:none;
	width:auto;
	min-height:0;
	_height:auto;
	border:0;
	padding:0 0 1px 15px;
	background:url(../images/footer-arrow.gif) 0 2px no-repeat;
}

/* Footer End */