@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.staff-descriptions {
color: #575858;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container-thickbox { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1000;
} 
 
.twoColFixLtHdr #header { 
	background: white; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.twoColFixLtHdr #header-thickbox {
	color: white; 
	background: #2d3192; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:150px;
	z-index: 900;
}  
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Verdana, Geneva, sans-serif;
	color:#2d3192;
}
.twoColFixLtHdr #sidebar1 {
	clear: both;
	float: left; /* since this element is floated, a width must be given */
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	height: auto;
	padding: 35px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar2_homepage {
	float: right; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:255px;
	margin-right: 30px;
	margin-top: 35px;
}

.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:255px;
	background-image: url(images/rt_side_banner.png);
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-top: 15px;
}
#sidebar2 p{
	color: white;
	font-size: 24px;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 19pt;
	}

.caption {
	color: white;
	font-size: 9pt;
	padding-left: 15px;
}
.caption2 {
	color: #2d3192;
	font-size: 9pt;
	float: left;
	}
	
#firefoxlogo{
	padding-left: 10px;
	}
	
.twoColFixLtHdr #sidebar3 {
	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear: both;
	float: left;
	position: absolute;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 500px;
	width: 400px;
	}
.twoColFixLtHdr #sidebar3a {
	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear: both;
	float: left;
	position: absolute;
	margin-right: 40px;
	margin-top: 0px;
	margin-left: 200px;
	width: 500px;
	}
.twoColFixLtHdr #sidebar3b {
	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear: both;
	float: left;
	position: absolute;
	margin-right: 40px;
	margin-top: 0px;
	margin-left: 10px;
	width: 500px;
	height: auto;
	}
.twoColFixLtHdr #sidebar3b h2{
	color: #58595b;
	}
	
.twoColFixLtHdr #sidebar3b p{
	color: #2d3192;
	}
.twoColFixLtHdr #sidebar3c {
	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear: both;
	float: left;
	position: absolute;
	margin-top: 0px;
	margin-left: 580px;
	width: 200px;
	}

.twoColFixLtHdr #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:255px;
	background-image: url(images/rt_side_banner.png);
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-top: 15px;
}
#sidebar4 p{
	color: white;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 19pt;
	}
.twoColFixLtHdr #sidebar5 {
	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	clear: both;
	float: left;
	position: absolute;
	margin-right: 40px;
	margin-top: 20px;
	margin-left: 50px;
	width: 350px;
	height: auto;
	outline: aqua 1px solid;
	}

.twoColFixLtHdr #mainContent { 
	margin: 25px 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 450px;
}
.twoColFixLtHdr #mainContent_35v {
	float: left;
	margin-left: 200px; 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 260px;
}
.twoColFixLtHdr #mainContent_comfort {
	float: left;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 260px;
	height: 350px;
}
.twoColFixLtHdr #mainContent_inset {
	float: left;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 560px;
	height: 350px;
}


.twoColFixLtHdr #mainContent_comfort2 {
	float: left;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 260px;
	height: 700px;
}

.twoColFixLtHdr #mainContent_comfort3 {
	float: left;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 260px;
	height: 820px;
}


.twoColFixLtHdr #mainContent_features { 
	margin: 30px 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
} 
 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align:center;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#005;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 30px;
}
.main_image_border { /* this class can be used to float an element left in your page */
	background-repeat:no-repeat;
	margin-right: 0px;
	margin-top: 30px;
	width: 500px;
	height: 400px;
	z-index: 200;
}
.main_image {
	margin-right: 8px;
	margin-top: 30px;
	text-align:center;
	z-index: 300;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
}
h1 span {
	font-size:16px;
}
.navcontainer {
	text-align:center;
	width: 960px;
	height:auto;
	background-image:url(images/nav_gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:15px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
}
#nav{
	text-align:center;
	height: 60px;
	border-bottom: solid 1px #2d3192;
	background-image:url(images/nav_gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display: block;
	font-size:15px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index: 0;
}

#nav a{
display: block;
}
#s4{
	width: 490px;
	height: 390px;
	padding-left: 15px;
	padding-top: 15px;
}
#s5{
	width: 175px;
	height: 400px;
	padding-left: 0px;
}
.pics3 img {
	padding: 0px;
	/*border:  1px solid #ccc;*/
	width:  950px;
	height: 167px;
	top:  0;
	left: 0;
/*	position:absolute; */
} 
.product_top {
	padding-top: 15px;
	float: left;
}

.product_top_glider {
	padding-top: 15px;
}
.product_top_385 {
	padding-top: 15px;
}

.product_top35v {
	padding-top: 0px;
}
.product_top_midline {
	padding-top: 10px;
}
.product_top2 {
	background-image:url(images/banner_bkgd.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 151px;
	margin-left: 285px;
	padding-top: 15px;
	padding-left: 25px;
	position: absolute;
	float: left;
	color: white;
}
.product_top_35v_caption {
	background-image:url(images/banner_bkgd_midline.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 171px;
	margin-left: 285px;
	position: absolute;
	padding-top: 15px;
	padding-left: 25px;
	float: right;
	color: white;
}
.product_top2 li {
	margin-left: 10px;
	margin-right: 40px;
	}
.product_top_35v_caption li {
	margin-left: 10px;
	margin-right: 40px;
	}
	
.indent_features p {
	padding-top: 15px;
	padding-left: 10px;
	color: #2d3192;
}

.indent_features2 p {
	font-size: 14pt;
	padding-top: 0px;
	padding-left: 10px;
	color: #2d3192;

}
.indent_features {
	color: #58595b;
	padding-top: 20px;
	padding-left: 10px;	
	font-size: 14px;
	}
	
.indent_features li{
	color: #2d3192;
}
.indent_features_faqs p {
	padding-top: 0px;
	padding-left: 10px;
	color: #2d3192;
}

.indent_features2 {
	font-size: 18px;
	padding-top: 15px;
	color: #2d3192;
	line-height: 14pt;
}

.indent_features3 {
	color: #58595b;
	padding-top: 15px;
	padding-left: 50px;	
	font-size: 14px;

	}
		
.indent_bullets li{
margin-left: 25px;
padding-left: 10px;
list-style-position: inside;
text-indent: -15px;
color: #2d3192;
}

#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
} 
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.benefit_points {
	float: left;
	margin-left:280px;
	margin-top: 30px;
	padding-top: 20px;
	position: absolute;
	width: 400px;
	height: 151px;
	background-image: url(images/banner_bkgd_midline.png);
	background-repeat: no-repeat;
	color: white;
	}
.caption{
	font-size: 8pt;
	color: #004e7f;
	padding-left: 40px;
	padding-top: 10px;
	}
.caption_glider{
	font-size: 8pt;
	color: #004e7f;
	padding-left: 10px;
	padding-top: 0px;
	}
.caption_midline{
	font-size: 10pt;
	color: white;
	padding-left: 20px;
	padding-top: 0px;
	}
#delivery {
	float: left;
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	height: 642px;
}
#Previewholder{
left:0;
top:0;
position:absolute;
display:none;
background:#fff;
border:1px solid #DCDCDC;
}
#Previewholder img{
display:block;
}
#Previewholder p{
margin:0;
padding:0;
font:11px Verdana,sans-serif;
color:#090808;
}
#Previewholder p span{
border-top:1px solid #ccc;
display:block;
padding:5px;
}
#faqs_main {
	height:auto;
	margin-left: 100px;
	color: #004e7f;
	margin-top: 20px;
	padding-right: 40px;
	}
	
	#faqs_main2 {
	height:auto;
	margin-left: 350px;
	color: #004e7f;
	margin-top: 20px;
	padding-right: 40px;
	}
	
	#faqs_main3 {
	height:auto;
	margin-left: 250px;
	color: #004e7f;
	margin-top: 20px;
	padding-right: 40px;
	}

#faqs_main4 {
	height:auto;
	margin-left: 0px;
	color: #2d3192;
	margin-top: 20px;
	padding-right: 40px;
	position: inherit;
	z-index: 1000;
	}
	
#faqs_main5 {
	margin-left: 0px;
	margin-top: 150px;
	padding-right: 0px;
	position: inherit;
	top: -30px;
	left: 430px;
	float: right;
	z-index: 0;
	}	
	
#faqs_main p {
	margin-top: 5px;
	margin-bottom: 10px;
	}

#faqs_main li {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style:inside square;
	}
#faqs_main h3 {
	color: #58595b;
}
.faqs_image {
	clear: both;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	}
#medical_main {
	float: left;
	height:auto;
	margin-left: 200px;
	color: #004e7f;
	margin-top: 20px;
	padding-right: 40px;
	}
#medical_main p {
	margin-top: 5px;
	margin-bottom: 10px;
	}

#medical_main li {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style:inside square;
	}
#medical_main h3 {
	color: #58595b;
}
#medical_anchors {
	float: left;
	position: absolute;
	margin-left: 200px;
	margin-top: 20px;
	width: 150px;
	height: auto;
	}
#medical_anchors li {
	list-style: none;
	color: gray;
	text-decoration: none;
	padding-bottom: 20px;
	}
#medical_anchors a {
	color: gray;
	text-decoration: none;
	}
#medical_anchors a:hover{
	background-color: fuchsia;
	color: white;
	}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#2d3192;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 5000;
	}
.tagline {
	font-family: Verdana;
	font-size: 38px;
	color: gray;
	padding-top: 20px;
	}
.quickflip-wrapper{
	width: 350px;
	height: 200px;
	display: block;
	float: left;
	position: relative;
	margin-left: 35px;
	margin-top: 10px;
	text-align: center;
	}
.front {
	background-color: #004e7f;
	position: absolute;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	}
.front p {
	font-size: 14px;
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 20px;
	color: white;
	text-align: left;
}
.front h1 {
	color: white;
	font-weight: bold;
	font-size: 14pt;
	padding-top: 10px;
	}
.quickFlipCta {
	color: white;
	cursor: pointer;
	display: block;
	font-size: 12pt;
	margin-top: 20px;
	text-decoration: none;
}
.back {
	background-color: gray;
	position: absolute;
	}
.back p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #004e7f;
	text-align: left;
}
.motto{
	clear:both;
	margin-left: 10px;
	margin-top: 420px;
	position: absolute;
}
#saves_header {
	margin-left: 260px;
	margin-top: 10px;
	padding-bottom: 0px;
	}
#saves_header h1{
	font-size: 20px;
	color: #004e7f;
	font-weight: bold;
	}

.staff2{
	position: absolute;
	top:200px;
	left: 500px;
}
.staff_image{
	float: right;
	position: absolute;
	width: 220px;
	outline: blue 1px dashed;
	}
.staff_text{
	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: left;
	margin-left: 20px;
	width: 450px;
	height: auto;
	}
.profiles{
	padding-top: 10px;}

#map {
    margin:0;
    padding:0;
    width:216px;
    height:162px;
    background:url(/images/staff.jpg) top left no-repeat #fff;
    font-family:arial, helvetica, sans-serif;
    font-size:8pt;} 
#map li {
margin:0;
padding:0;
list-style:none;
} 
#map li a {
    position:absolute;
    display:block;
    /*
       Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
    background:url(/images/blank.gif);
}
#map li a span { display:none; }

#map li a:hover span {
    position:relative;
    display:block;
    width:200px;
    left:20px;
    top:20px;
    padding:5px;
    border:1px solid #000;
    background:#fff;
    text-decoration:none;
    color:#000;
    filter:alpha(opacity=80);
    opacity:0.8;
}
#map a.bunny {
    top:20px;
    left:60px;
    width:80px;
    height:90px;
}
#main_accessories {
width: 700px;
height: auto;
margin: auto;
}
.prod1 {
float: left;
margin: auto;
padding: 50px 10px 10px 10px ;
width: 200px;
height: 250px;}
#prod1 img, #prod2 img, #prod3 img{
padding-left: 20px;
padding-bottom: 20px;}

#prod2 {
float: left;
margin: auto;
width: 250px;}

#prod3 {
float: left;
clear: both;
margin: auto;
width: 250px;}

#main_accessories p{
color: #004e7f;
font-size: 12px;
padding-left: 10px;}

#main_accessories h6{
	font-size: 14px;
	color: #004e7f;
	font-weight: bold;
	}
#advert{
background-image: url(images/accessories/banner_bkgd_accessory.png);
background-repeat: no-repeat;
margin-left: 10px;
margin-top: 40px;
float: left;
width: 216px;
height: 216px;
text-align: center;
}

#advert2{
background-image: url(images/accessories/banner_bkgd_accessory.png);
background-repeat: no-repeat;
margin-left: 10px;
margin-top: 40px;
float: left;
width: 216px;
height: 216px;
text-align: center;
}

#advert p{
padding: 30px;
color: white;
font-size: 14px;
line-height: 1.5em;
}

#advert2 p{
padding: 30px;
color: white;
font-size: 14px;
line-height: 1.5em;
}

#links{
color: #58595B;
font-size: 14px;
margin-top: 20px;
padding-left: 20px;
}
#links2{
color: #58595B;
font-size: 14px;
margin-top: 60px;
padding-left: 20px;
position: relative;
}
#links3{
color: #58595B;
font-size: 14px;
margin-top: 60px;
padding-left: 0px;
position: relative;
}
#links4{
color: #58595B;
font-size: 14px;
margin-top: 225px;
padding-left: 0px;
}

.buttons a{
padding-bottom: 5px;}

.new-logo {
padding: 0;
margin: 0;
z-index: 10000;}

.search_box {
width: 960px;}

#subnav ul { list-style-type:none;padding:3px 0 20px 0;border-top:0px solid #E0E0E0;margin:0px 0; }
#subnav ul li { float:left; margin:0 2px; font-size: 10px;}

#subnav ul li a { display:block;padding:2px 10px;background-color:#E0E0E0;color:#2E3C1F;text-decoration:none; }
/* place the "current" pseudo class here */
#subnav ul li a.current { background-color:#40611F;color:#FFFFFF; }
#subnav ul li a:hover { background-color:#2d3192; color:#FFFFFF; }