html {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/main_body_back.jpg);
	background-repeat: repeat-x;
	background-position: center 130px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
input, textarea {
	border: 1px solid #aad0c7;
	background-image: url(../img/input_back.gif);
	background-position: top left;
	padding:7px;
	font-size:1.1em;
}
a {
	color: #ffa201;
}
label {
  font-size:1.1em;
}
.newsletter input {
  padding:2px;
  font-size:1em;
}
.newsletter label {
  font-size:1em;
}
#page {
	position: relative;
	min-height: 100%;
	min-width: 1080px;
}
#header_back {
	background-image: url(../img/top_header_back.jpg);
	background-repeat: repeat-x;
	min-width: 1080px;
}
#header {
	position: relative;
	height: 130px;
	z-index:2;
}
#header_content {
	width: 990px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_text {
	width: 224px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 80px;
	text-align: center;
}
#header_text h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #6de9ff;
}
#header_phone {
	position: absolute;
	left: 406px;
	top: 36px;
}
#header_phone h1 {
	color: #6de9ff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header_links {
	position: absolute;
	right: 0px;
	top: 0px;
}
#header_links a {
	background-image: url(../img/topnav_back.gif);
	background-repeat: repeat-x;
	line-height: 27px;
	height: 27px;
	float: left;
	display: block;
	width: 128px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2px;
}
#es_flag {
	position: absolute;
	top: 42px;
	left: 878px;
	width: 38px;
	height: 28px;
}
#fr_flag {
	position: absolute;
	top: 42px;
	left: 918px;
	width: 38px;
	height: 28px;
}
#uk_flag {
	position: absolute;
	top: 42px;
	left: 958px;
	width: 38px;
	height: 28px;
}
#main_nav_shadow {
	position: absolute;
	top: 68px;
	left: 368px;
	width: 662px;
	height: 52px;
	background: url(../img/mainnav_shadow.jpg) top left no-repeat;
}
#main_nav {
	position: absolute;
	top: 82px;
	left: 408px;
	width: 582px;
	height: 38px;
	background: url(../img/mainnav_back.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	z-index:3;
}
#main_nav ul {
	z-index:3;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_nav ul li {
	z-index:3;
	float: left;
	padding:0 15px 0 20px;
	position:relative;
}
#main_nav ul li a {
	display: block;
	text-align: center;
	color: #09779b;
	font-size: 13px;
	line-height: 38px;
	font-weight: bold;
	text-decoration: none;
}
#main_nav ul li a:hover {
	color: #00375b;
}
#main_nav ul ul {
  display:none;
	z-index:3;
	background:#00749e url(../img/dropdown_bg.gif) top left repeat-x;
	border:1px solid #ffffff;
	border-top:none;
	float:left;
	width:180px;
	padding:12px 0;
	position:absolute;
	left:0px;
	opacity:0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
}
#main_nav ul ul li {
  padding:0;
}
#main_nav ul ul li a {
  width:145px;
  color:#ade5f5;
  font-size:12px;
  text-align:left;
  line-height:13px;
  padding:4px 15px 4px 20px;
  cursor: pointer;
}
#main_nav ul ul li a:hover {
  color:#ffffff;
  background-color:#2094be;
}
#main_nav ul li.hover ul {
  display:block;
}
#page_content {
	width: 954px;
	padding: 18px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 140px;
	text-align: left;
	min-height: 350px;
	_height: 350px;
	background-color:#ffffff;
}
body.home #page_content {
  margin-bottom:120px;
	background: url(../img/bk.png);
	_background: none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
}
#dealer_menu {
	float: left;
	width: 222px;
	height: 698px;
	background-image: url(../img/dealer_menu_back.jpg);
}
#dealer_menu_hdr {
	width: 222px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #088865;
}
#dealer_menu a {
	color: #5F5F5F;
	font-size: 12px;
	line-height: 22px;
	display: block;
	text-align: right;
	padding: 0px;
	margin-right: 15px;
	text-decoration: none;
}
#dealer_menu a.on {
	color: #ffa201 !important;
	padding-right: 15px !important;
	background-image: url(../img/link_on.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 720px;
	padding-left: 10px;
	padding-top: 2px;
	text-align: left;
}
#footer {
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 130px;
	min-width: 1080px;
	width: 100%;
	padding: 0;
}
#footer_content {
	width: 990px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	position: relative;
}

#page_content h1 {
	color: #bde5f6;
	font-size: 18px;
	font-weight: normal;
	/* width: 942px; */
	height: 35px;
	line-height: 38px;
	background-image: url(../img/main_header_back.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0;
	margin-bottom:1em;
}
h2, h3 {
  font-size:22px;
  line-height:26px;
  margin:0;
  padding:0;
}
h2 {
  color:#a56900;
}
h3 {
	color: #ffa201;
	margin-bottom:0.5em;
}
#page_content p, #page_content blockquote {
  color:#5F5F5F;
  font-size:12px;
  line-height:17px;
  margin-bottom:1em;
}
img {
	border: none;
}
#prodfooter, #prodfooter2 {
  list-style: none;
  margin: 0;
  padding: 30px 0 0 0;
}
body.home #prodfooter2 {
  display:none;
}
#prodfooter li, #prodfooter2 li {
  color:#12414a;
  padding-left:29px;
  float:left;
  background:transparent url(../img/prodfooter_bg.gif) 12px center no-repeat;
  font-size:10px;
  line-height:17px;
}
#prodfooter li a {
  color:#12414a;
  text-decoration: none;
}
#prodfooter li.first, #prodfooter2 li.first {
  padding-left:0;
  background:none;
}
#prodfooter2 li {
  color:#64929e;
  background-image:url(../img/prodfooter2_bg.gif);
  background-position: 13px center;
  padding-left:32px;
}
#prodfooter2 li a {
  color:#64929e;
  text-decoration: none;
}
#carousel {
  background:transparent url(../img/carousel_bg.jpg) top left no-repeat;
  width:206px;
  height:222px;
  float:left;
  padding:0 1em 1em 0;
}
.ad {
  float:right;
  background:gray;
  width:160px;
  height:600px;
  margin:1em 0 0 1em;
}

/* DEALER RESOURCES STYLES */
#dealer_login, #forgot_password {
	text-align: left;
}
#dealer_login .submit, #forgot_password .submit {
	margin-left: 100px;
}
.input {
	padding-bottom: 8px;
}
.input label {
	padding-right: 5px;
	display: block;
	line-height: 22px;
	float:left;
}
#page_content .input label {
	padding-right: 5px;
	display: block;
	line-height: 22px;
	float:none;
}
.newsletter {
	width: 322px;
	display: inline;
	margin-left:1em;
}
.newsletter .input input {
	width: 114px;
	height: 16px;
	font-size: 10px;
	border: none;
	margin-right: 2px;
  height:15px;
  position:relative;
  top:-1px;
}
.newsletter .input {
	padding: 0px;
	line-height: 18px;
	height: 18px;
	vertical-align: middle;
}
.newsletter img {
	vertical-align: middle;
}
.newsletter .input label {
	width: 150px;
	line-height: 18px;
	height: 18px;
}
.survival {
	width: 280px;
	line-height: 18px;
	text-align: right;
}
.survival img {
	vertical-align: middle;
	margin-left: 4px;
}
input.register_submit {
	margin-left: 140px;
}
div.submit {
	display: inline;
}
.submit input, .button {
	background-image: url(../img/dealer_btn_large.jpg);
	background-repeat: repeat-x;
	background-color:#BA7B1C;
	border: 1px solid #482e01;
	color: #FFFFFF;
	line-height: 20px;
}
.ui-widget-header {
	background-image: url(../img/dealer_table_hdr_back.gif) !important;
	background-position: top right !important;
	background-repeat: repeat-x !important;
	background-color: #aad0c7 !important;
}
/* SECTIONS */
.section_header {
	font-weight: bold;
	font-size: 16px;
	color: #ffa201;
}
.section_content {
	padding: 5px;
}
.content_header {
	padding-right: 8px;
	width: 80px;
	float: left;
}
.content_value {
	font-weight: bold;
	float: left;
}
/* DATA TABLES */
.data_table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.data_header {
	font-weight: bold;
}
.data_header, .data_value {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.order_detail_column  {
	width: 48%;
	padding-right: 10px;
}
/* END DEALER RESOURCES STYLES */

/* HOME STYLES */
#home_videos {
	margin-left: 10px;
}
.home_ad {
	padding-bottom: 2px;
}
#home_flash {
	z-index: 0;
}
.home_video_player {
	width: 294px;
	height: 241px;
	background-color: #787b7c;
	z-index: 0;
}
.home_video {
	width: 294px;
	height: 30px;
	background-image: url(../img/home_vidlink_bk.gif);
}
.home_video a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	width: 284px;
	line-height: 30px;
	color: #353232;
}
.home_video_on {
	background-image: url(../img/home_vidlink_on_bk.gif);
}
.home_video_on a {
	color: #FFFFFF;
}
/* END HOME STYLES */

/* MISC. STYLES */
.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat {
	clear: both;
}
.clearleft {
  clear: left;
}
.center {
  text-align:center;
}
.ui-dialog-overlay {
	background-color: #000000;
	opacity: .5;
	filter:alpha(opacity=50);
}
.ui-dialog-content h1 {
	display: none;
}
.dkgrey {
	color: #444343;
}
.grey {
	color: #5F5F5F;
}
.blue {
	color: #73d2f1;
}
.ltblue {
	color: #6de9ff;
}
.white {
	color: #FFFFFF;
}
.med {
	font-size: 12px !important;
}
.large {
	font-size: 14px !important;
}
.larger {
	font-size: 16px !important;
}
.no-underline {
	text-decoration: none;
}
.orange {
	color: #ffa201;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.underlined {
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.formfield {
	padding-bottom: 10px;
}
.formfield input, .formfield textarea {
	width: 300px;
}
.formfield textarea {
	height: 80px;
}
.formfield input.radio {
	width: auto !important;
}
.error-message {
	display: inline;
	color: #ff0000;
}
.rel {
	position: relative !important;
}
#dealer_login .error-message {
	display: none;
}
#dealer_login input {
  width:230px;
}
#dealer_login .submit input {
  width:auto;
}
.productleft {
  width:600px;
}
.productright {
  width:342px;
  float:right;
}
#page_content .productleft h1 {
  width:600px;
  background:url(../img/header_product_back.jpg) top left no-repeat;
  font-weight:bold;
}
#page_content .productleft h2 {
  margin-left:1em;
  color:#e08e00;
  font-size:14px;
}
#page_content .productleft h3 {
  font-weight:normal;
  width:460px;
}
#page_content .productleft h4, #page_content .subpage-content h4 {
  color:#e08e00;
  font-size:14px;
  margin-bottom:0.2em;
  font-weight:normal;
}
#page_content .subpage-content h4 {
	padding: 10px 0 0 0;
	margin: 0;
}
#page_content .subpage-content p {
	padding: 0 0 10px 0;
	margin: 0;
}
#page_content .productleft img.left {
  float:left;
  margin:0.5em 2em 0.5em 0;
}
#page_content .productleft p {
  margin-top:0;
}
#page_content .productleft h5 {
  color:#e08e00;
  font-size:13px;
  padding-left:1em;
  font-weight:normal;
  margin:1em 0;
}
#page_content .productleft ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 24px;
}
#page_content .productleft div.list {
	width: 48%;
}
#page_content .productleft div.list ul {
	margin: 0;
}
#page_content .productleft ul li {
  color: #2d9a7d;
  line-height:15px;
  margin-bottom: 10px;
}
#page_content .productleft ul li span {
  color:#5F5F5F;
}
#page_content .productleft .full ul li {
  width:500px;
}
#page_content .before-container {
	float: left;
	margin-right: 10px;
	width: 382px;
	min-height: 253px;
	_height: 253px;
}
#page_content .after-container {
	float: left;
	width: 382px;
}
#page_content .before-after-gallery .before, #page_content .before-after-gallery .after {
	margin-bottom: 10px;
	width: 380px;
	min-height: 253px;
	_height: 253px;
	border: 1px solid #7C7C7C;
}
#page_content .before-after-gallery {
  margin-bottom:6px;
  width: 774px;
}
#page_content .before-after-gallery .jcarousel-container {
	background:url(../img/carousel_bg.gif) top left repeat-x;
	height: 67px;
	width: 774px;
}
#page_content .productright .gallery {
  background:url(../img/products/gallery_bg.jpg) top left no-repeat;
  width:342px;
  height:359px;
  margin-bottom:6px;
}
#page_content .productright .gallery .feature {
  border:1px solid #11608d;
  width:324px;
  height:243px;
  display:block;
  margin:3px auto 7px auto;
}
#page_content .productright .gallery .mesh {
  background:url(../img/products/mesh/mesh.jpg) top left no-repeat;
}
#page_content .productright .gallery .ultraloc {
  background:url(../img/products/ultraloc/ultraloc.jpg) top left no-repeat;
}
#page_content .productright .gallery .liners {
  background:url(../img/products/liners/liners.jpg) top left no-repeat;
}
#page_content .productright .gallery .onground {
  background:url(../img/products/onground/onground.jpg) top left no-repeat;
}
#page_content .productright .gallery .fences {
  background:url(../img/products/fences/fences.jpg) top left no-repeat;
}
#page_content .productright .gallery .commercial {
  background:url(../img/products/commercial/commercial.jpg) top left no-repeat;
}
#page_content .productright .gallery .spa-cover-protector-cap {
  background:url(../img/products/spa-cover-protector-cap/spa-cover-protector-cap.jpg) top left no-repeat;
}
#page_content .productright .gallery .safetytreatment {
  background:url(../img/products/safetytreatment/safetytreatment.jpg) top left no-repeat;
}
#page_content .productright .gallery h6, 
#page_content .testimonial h6 {
  color:#ffffff;
  margin:0;
  line-height:32px;
  padding-left:1.5em;
  font-size:14px;
  font-weight:normal;
}
#page_content .testimonial h6 {
  line-height:35px;
  padding-left:0;
  padding-bottom: 0;
  margin: 0px;
}
#page_content .testimonial .testimonial_header {
  background:url(../img/products/testimonial_hdr_bg.gif) top left no-repeat;
  width: 306px;
  height: 35px;
  padding:0 1.5em;
}
#page_content .testimonial_content_container {
	background: url(../img/products/testimonial_content_top_bg.gif) top left repeat-y;
	width: 341px;
}
#page_content .testimonial_content {
	background: url(../img/products/testimonial_bg.gif) bottom left no-repeat;
	padding-bottom: 10px;
}
#page_content .testimonial .testimonial_content p {
  font-size:12px;
  line-height:15px;
  margin:0;
  padding: 0.5em 1.5em;
}
#page_content .testimonial p.from {
  font-weight:bold;
  color:#088865;
  font-size:14px;
  vertical-align:bottom;
}
#page_content .testimonial p span {
  float:right;
  font-size:12px;
  margin-right:1em;
}
#page_content ul.proddetail {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#page_content ul.proddetail li {
  width:48% !important;
  height:140px !important;
  margin-left:0 !important;
  margin-bottom: 1em;
  float: left;
}
#page_content .proddetail img {
  float:left;
  margin-right:1em;
}
#page_content .proddetail p {
  padding-top:0.5em;
  font-size:0.95em;
  width:150px;
  float:left;
}
#carousel .nav {
  color:#FFFFFF;
  position:relative;
  text-align:center;
  top:-5px;
}
#news h1 {
  background:transparent url(../img/header_product_back.jpg) no-repeat scroll left top;
}
#news h2 {
  font-size:14px;
  line-height:17px;
  color: #ffa201;
}
#news h3 {
  font-size:11px;
  line-height:12px;
  color:#a56900;
  font-weight:normal;
}
#news p {
  margin:0.5em 0;
}
#news .button {
  float:right;
  width:78px;
  height:24px;
  line-height:24px;
  color:#fff;
  font-weight:bold;
  text-align:center;
  background:url(../img/but_green.jpg) top left no-repeat;
  text-decoration:none;
}
#news div.hr {
  background:url(../img/news_hr.gif) top center no-repeat;
  height:17px;
  margin:2em 0;
  width:770px;
}
#news div.hr hr {
  display:none;
}
#news .ad {
  margin-top:0;
}
ol.faq {
  font-size:1.2em;
}
ol.faq li {
  line-height:1.4em;
  margin-bottom:1em;
}
ol.faq .question {
  color:#a56900;
}
ol.faq .answer {
  font-size:0.9em;
}
#page_content div.small p {
  font-size:0.9em;
  line-height:1.1em;
}
form dl {
  margin:0 1em 0 0;
  float:left;
}
form dt {
  display:block;
  margin-top:1em;
}
form dd {
  display:block;
  margin:0;
}
#errorMessage {
  color:#ff0000;
  font-size:1.2em;
  font-weight:bold;
}
form dd .form-error {
	border: 1px solid #FF0000 !important;
}
form .checkbox label {
	display: inline !important;
}
form dd .error-message {
	background-color: #ffffff;
	display: none;
	font-size: 1.1em;
}

div.submit-video-link {
	z-index: 1;
	position:absolute;
	right: 0;
	top: 0;
}
div.submit-video-link a {
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffa201;
}
p.photo-caption {
	font-size:0.95em !important;
	font-weight: bold !important;
	text-align:center !important;
	color: #ffffff !important;
	line-height: 18px !important;
	background-image:url(../img/small_header_bk.jpg) !important;
}