html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
vertical-align : baseline;
background : transparent;
}
body {
line-height : 1;
}
ol, ul {
list-style : none;
}
blockquote, q {
quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
content : '';
content : none;
}
:focus {
outline : 0;
}
ins {
text-decoration : none;
}
del {
text-decoration : line-through;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
a {
text-decoration: none;
}

/* MAIN */
body {
	background: url('img/main_back.jpg');
}
* {
	font-family: trebuchet MS;
}
h1, h2, h3, h4 {
	color: #333;
}
h1 {
	font-size: 30px;
}	

/* HEADER */

#header {
	background:transparent url(img/header_back.jpg) repeat scroll 0 -11px;
	height:73px;
}
#header .content {
	width: 950px;
	margin: auto;
}

/* TOPNAV + SUBNAV */

#header .content .navigation {
	float:right;
	margin: 0 70px 0 0;
}
#header .content .navigation ul li a {
	font-weight:normal;
}
#header .content .navigation ul.topnav li {
	background:transparent url(img/header_nav_spacer.gif) no-repeat scroll right center;
	color:#FFFFFF;
	float:left;
	font-size:16px;
	height:18px;
	padding:25px 10px;
}
#header .content .navigation ul.topnav li a {
	color: #fff;
	padding:2px 10px;
}
#header .content .navigation ul.topnav li a:hover {
	background: #1e92ce;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#header .content .navigation ul.topnav li ul.subnav {  
	float:left;
	margin:0 0 0 -10px;
	padding:0;
	position:absolute;
	width:210px;
	display: none;
	top: 64px;
	z-index:10;
}
* +html #header .content .navigation ul.topnav li ul.subnav {
	margin:0 0 0 -110px;
}
* html #header .content .navigation ul.topnav li ul.subnav {
	margin:0 0 0 -110px;
}
#header .content ul.topnav li ul.subnav li {  
	background:transparent url(img/subnav_body.jpg) repeat-y scroll left bottom;
	clear:both;
	font-size:12px;
	margin:0;
	padding:8px 4px 3px;
	width:210px;
}
#header .content ul.topnav li ul.subnav li a:hover {  
	background: none;
	text-decoration: underline;
}
#header .content ul.topnav li ul.subnav li.subnav_top {
	background:transparent url(img/subnav_top.jpg) no-repeat scroll left top;
	height:15px;
	margin:0;
	padding:0;
	position:relative;
	top:5px;	
}
#header .content ul.topnav li ul.subnav li.subnav_bottom {
	background:transparent url(img/subnav_bottom.jpg) no-repeat scroll left top;
	height:7px;
	margin:0;
	padding:0;
	position:relative;
	top:0;	
}
#header .content .logo {
	float:left;
	position:absolute;
	top:-7px;
	z-index:10;
}
#header .content .logo h1 a {
	background:transparent url(img/logo.png) no-repeat scroll 0 0;
	display:block;
	height:133px;
	text-indent:-9999px;
	width:225px;
}

/* CONTENT */
#wrapper {

}

/* iframe stylings */

#wrapper .iframe_content {
	padding:30px;
}
#wrapper .iframe_content h2 {
	font-size:24px;
}

/* MAIN */

/* Intro */

div.about {
	overflow:hidden;
	height:230px;
}

#main {
	padding: 10px 0 0 0;
}
#main .content {
	margin:auto;
	width: 950px;
	margin:50px auto;
}
#main .body {
	position: relative;
}
#main .mainpage_text {
	background:transparent url(img/bags.jpg) no-repeat scroll center bottom;
	height:470px;
	margin-top:-70px;
	padding:80px 580px 0 0;
	position:relative;
	width:380px;
	z-index:1;
}
p.read_more a {
	background:transparent url(img/read_more.jpg) no-repeat scroll center top;
	color:#FFFFFF;
	float:right;
	height:27px;
	padding:4px 0 0;
	text-align:center;
	width:117px;
	margin-left:5px;
}
#h1 {
	display:block;
	text-indent:-9999px;
	width:500px;
	height: 72px;
	margin: 0 0 30px 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#main .body h1.mainpage {
	background-image: url(img/h1_mainpage.png) no-repeat;
}
#main .body h1.contactspage {
	background-image: url(img/h1_contactspage.png) no-repeat;
}
p {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0;
	text-align: justify;
}
a {
	color: #1874b6;
	font-weight: bold;
}
p a:hover {
	text-decoration: underline;
}
#main ul.item_specs {
	text-align: right;
	margin: 40px 0 0;
	font-size: 12px;
	width:322px;
}
#main .body #columns {
	float:left;
}
#main .body .column1 {
	margin:0 40px 70px 0;
}
#main .body h2 {
	font-size:24px;
	margin:10px 0;
}
#main .body h3 {
	font-size:16px;
	margin:10px 0 20px;
	font-style: italic;
}
#main .body h3 a {
	color:#333;
}
#main .body ul {
	color:#333;
	font-size:14px;
}
#main .body ul li {
	line-height: 18px;
	margin:0 0 10px 20px;
	text-align: justify;
	list-style: disc;
	font-style: italic;	
}
#main .body table {
	margin: 0 0 30px 0;
}
#main .body table td {
	border-top: 1px solid #93826a;
	vertical-align:middle;
	font-size:12px;
	padding:10px 10px;
}
#main .body table td p {
	margin:0;
	padding:0;
	text-align:left;
}
#main .body table td p span.main_phone {
	font-size:18px;
	font-weight:bold;
}
#main .body .column2 {
	background:transparent url(img/bags_small.jpg) no-repeat scroll right bottom;
	height:540px;
}

/* CONTACT FORM */

#main .body table.contact_form {
	margin:10px auto;
}
#main .body table.contact_form td {
	border:none;
	padding:2px 0 0;
	margin:0;
}
#main .body table.contact_form td label {
	font-weight:bold;
	margin:0 10px 0 0;
	font-size:14px;
}
#main .body table.contact_form td.label {
	text-align:right;
}
#main .body table.contact_form td input, #main .body table.contact_form td textarea {
	border:none;
	padding:2px 5px 0;
}
#main .body table.contact_form td input.text_input {
	background: url('img/text_input.jpg') no-repeat;
	font-weight:bold;
	height:23px;
	width:303px;
}
#main .body table.contact_form td input.button {
	background:transparent url(img/read_more.jpg) no-repeat scroll center top;
	color:#FFFFFF;
	height:27px;
	padding:0;
	text-align:center;
	width:117px;
	font-size: 14px;
	cursor:pointer;
	font-weight:bold;
}
#main .body table.contact_form td.td_button{
	padding:5px 15px 0;
	text-align:right;
}
#main .body table.contact_form td input.phone_input {
	background: url('img/phone_input.jpg') no-repeat;
	font-weight:bold;
	width:123px;
	height:23px;
}
#main .body table.contact_form td textarea {
	background: url('img/textarea.jpg') no-repeat;
	font-size:12px;
	width:303px;
	height:100px;
}

/* TEXT */

#main .body #dealers {
	margin:40px 0;
}
#main .body #dealers table {
	width:100%;
	color:#333;
}
#main .body #dealers table thead th {
	padding:0 2px 0 0;
}
#main .body #dealers table thead th p {
	text-align:left;
	padding:0;
	background:#333;
	color:#d0b68b;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:14px;
	padding:5px 5px;
}
#main .body #dealers table td {
	border-bottom:1px solid #93826a;
	padding:10px 5px;
}
#main .body #dealers table td p {
	margin:0;
	padding:0;
}
#main .body img {
	background:white;
	border:1px solid #999999;
	float:left;
	margin:0 20px 20px 0;
	padding:10px;
	position:relative;
}
#main .body ol {
	margin-top:10px;
}
#main .body ol li {
}
#main .body ol li p {
	padding:0;
	margin:0;
	font-style:italic;
}
/* FANCY GALLERY STYLES */

#hidden {
	display: none;
}
.gallery {
	text-align: center;
	float:right;	
}
#main .body .gallery img {
	float:none;
	margin:10px 0 10px 20px;
}

/* GRAPH */

.graph {
	margin:0 20px 20px 0;
	float:left;
}
.analytics_entry {
	margin:30px 0 10px;
}

/* CODA SLIDER */

#product_slider_wrap {
    position: relative;
    background-position: center center;
    zoom:1;
}
#product_slider {
	background: url('img/depth.jpg') no-repeat center bottom;
}
#product_slider .wrapper {
	margin: auto;
}
#product_slider .wrapper .content {
	width: 550px;
	float: left;
	margin: 50px 40px 0 0;
}
#wrapper .parameters {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #93826a;
}
#wrapper .parameters table {
	font-size:14px;
	color:#333;
}
#wrapper .parameters table td {
	font-style: italic;
	padding-bottom:5px;
}
#wrapper .parameters table td.left {
	font-weight: bold;
	text-align: right;
	font-style: normal;
	padding: 0 10px 0 0;	
}
.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
}  
.stripViewer .panelContainer{
	position: relative;
	left: 0px;
	top: 0px;

}  
.stripViewer .panelContainer .panel {
	float: left;
	position: relative;
	width:950px;
}  
.innerWrap {
	overflow: hidden;
}
#push {
	height: 35px;
}
.stripNav ul li {
	display:block;
	height:18px;
	width:50px;
	float: left;
}
.stripNav ul {
	width: 600px;
}

/* SLIDER NAVIGATION */


#product_slider_wrap .navigation {
	width:980px;
	margin:auto;
	z-index: 10;
	position:relative;
}
#product_slider_wrap .navigation .body {
	position:absolute;
	width:980px;
	margin-top:-200px;
}
.stripNavL, .stripNavR {
	float:left;
	position:relative;
}
.stripNavR {
	float:right;
	position:relative;
}
.stripNavL a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(img/switch_left.png) no-repeat;
	width:24px;
	height:42px;
}
.stripNavR a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background: url(img/switch_right.png) no-repeat;
	width:24px;
	height:42px;
}

/* SLIDER CONTENT */

#product_slider .panelContainer .panel .wrapper {
	width:875px;
	margin:0 auto;
}


.wrapper img {
}

/* FOOTER */

#footer {
	background: url('img/footer_back.jpg');
	color: #fff;
	margin-top:40px;
}
 #footer .shade {
	background: url('img/footer_back_top.jpg') repeat-x;
	height: 5px;
} 
#footer .wrapper {
	width: 950px;
	margin: 0 auto;
}
#footer .wrapper p {
	font-size: 12px;
	text-align: center;
	margin:17px 0 0;
	color:#fff;
	line-height:10px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Preloader */

#preloader_pic {
  display: none;
  width:160px;
  background:url('img/preloader.gif') no-repeat top center;
  margin:200px auto;
  padding:15px 0 0 0;
}
#preloader_pic p {
  font-size:10px;
  margin:0;
  padding:0;
  line-height: 10px;
  text-align: center;
}

.invisible_slider #product_slider
{
  visibility:hidden;
}
.invisible_slider #preloader_pic
{
   display:block;
}
/* End Preloader */