@charset "UTF-8";
/* CSS Document for Absolute Converting Solutions LLC */
/* Design by: Andy Johnsen                            */
/* Fox Valley Web Design                              */
/* URL: www.foxvalleywebdesign.com                    */
/* Questions: info@.foxvalleywebdesign.com            */
a {
	text-decoration: none;
	color: #3399cc;
}
a:hover {
	text-decoration: underline;
	color: #3399cc;
}
a: visited {
	color: #3399cc;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header.png) 0 0 no-repeat;
	width: 1000px;
	height: 200px;
}
#page_title {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 30px;
}
.title {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #3399cc;
	border: 1px solid #3399cc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 30px 2px 30px;
}
#content {
	background: url(../images/shadow.png) 0 0 repeat-y;
	width: 880px;
	min-height: 250px;
	padding: 30px 60px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}
#footer {
	background: url(../images/footer.png) 0 0 no-repeat;
	width: 1000px;
	height: 98px;
}
#footer_text {
	text-align: center;
	padding-top: 30px;
	font-size: 18px;
	color: #FFFFFF;
}
#copy {
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
#copy a {
	text-decoration: none;
	color: #DDDDDD;
}
#copy a:hover {
	text-decoration: underline;
	color: #DDDDDD;
}
#fvwd {
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
}
#fvwd a {
	text-decoration: none;
	color: #DDDDDD;
}
#fvwd a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*	BEGIN NAV STYLES   */

#top_nav {
	height: 40px;
	width: 420px;
	position: relative;
	top: 103px;
	left: 570px;
}
#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left;
}
#top_nav li.home_btn a {
	display: block;
	width: 71px;
	height: 40px;
	background: url(../images/top_nav.jpg) 0 0 no-repeat;
}
#top_nav li.home_btn a:hover {
	background-position: 0px -40px;
}
#top_nav li.about_btn a {
	display: block;
	width: 100px;
	height: 40px;
	background: url(../images/top_nav.jpg) -71px 0 no-repeat;
}
#top_nav li.about_btn a:hover {
	background-position: -71px -40px;
}
#top_nav li.services_btn a {
	display: block;
	width: 131px;
	height: 40px;
	background: url(../images/top_nav.jpg) -171px 0 no-repeat;
}
#top_nav li.services_btn a:hover {
	background-position: -171px -40px;
}
#top_nav li.contact_btn a {
	display: block;
	width: 118px;
	height: 40px;
	background: url(../images/top_nav.jpg) -302px 0 no-repeat;
}
#top_nav li.contact_btn a:hover {
	background-position: -302px -40px;
}
#second_nav {
	height: 38px;
	width: 980px;
	position: relative;
	top: 103px;
	left: 10px;
}
#second_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#second_nav li {
	float: left;
}
#second_nav li.enclosed_btn a {
	display: block;
	width: 205px;
	height: 38px;
	background: url(../images/second_nav.gif) 0 0 no-repeat;
}
#second_nav li.enclosed_btn a:hover {
	background-position: 0px -38px;
}
#second_nav li.equipment_btn a {
	display: block;
	width: 189px;
	height: 38px;
	background: url(../images/second_nav.gif) -205px 0 no-repeat;
}
#second_nav li.equipment_btn a:hover {
	background-position: -205px -38px;
}
#second_nav li.wrappers_btn a {
	display: block;
	width: 84px;
	height: 38px;
	background: url(../images/second_nav.gif) -394px 0 no-repeat;
}
#second_nav li.wrappers_btn a:hover {
	background-position: -394px -38px;
}
#second_nav li.wax_btn a {
	display: block;
	width: 117px;
	height: 38px;
	background: url(../images/second_nav.gif) -478px 0 no-repeat;
}
#second_nav li.wax_btn a:hover {
	background-position: -478px -38px;
}
#second_nav li.drying_btn a {
	display: block;
	width: 132px;
	height: 38px;
	background: url(../images/second_nav.gif) -595px 0 no-repeat;
}
#second_nav li.drying_btn a:hover {
	background-position: -595px -38px;
}
#second_nav li.spare_btn a {
	display: block;
	width: 99px;
	height: 38px;
	background: url(../images/second_nav.gif) -727px 0 no-repeat;
}
#second_nav li.spare_btn a:hover {
	background-position: -727px -38px;
}
#second_nav li.rebuilt_btn a {
	display: block;
	width: 153px;
	height: 38px;
	background: url(../images/second_nav.gif) -826px 0 no-repeat;
}
#second_nav li.rebuilt_btn a:hover {
	background-position: -826px -38px;
}
#bottom_nav {
	text-align: center;
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
}
#bottom_nav a {
	text-decoration: none;
	color: #000;
}
#bottom_nav a:hover {
	text-decoration: underline;
	color: #EEEEEE;
}

/*	END NAV STYLES   */

