	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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#201f1f;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}

/* ---------------- layout tags --------------------- */

body {
	background:#dbcec2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#201f1f;
}
.box {
	width:914px;
	margin:0 auto;
}

/* header */
.header{
	background:url(images/bg_header.png) repeat-y center top;
	width:100%;
	height:152px;
	position:relative;
	z-index:3;
}
.header .box{
	position:relative;
}
.header-bg-left{
	background:#a8a59c;
	width:50%;
	height:152px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.header-bg-right{
	background:url(images/bg_header_right.png) repeat-x;
	width:100%;
	height:159px;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.header-top{
	width:100%;
	height:73px;
	position:relative;
	z-index:10;
}
.water-boat{
	background:url(images/bg_water_boat.jpg) no-repeat;
	width:221px;
	height:152px;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}
.homepage .water-boat{
	height:368px;
}
.logo{
	background:url(images/bg_logo.png) no-repeat 4px bottom;
	width:175px;
	height:47px;
	float:left;
	padding:15px 0 0 21px;
}
.header-right{
	width:718px;
	float:left;
}
.top-nav{
	width:608px;
	float:right;
	padding-top:49px;
}
.top-nav ul{
	float:right;
}
.top-nav li{
	font-size:15px;
	font-weight:bold;
	color:#ebeceb;
	padding:0 32px 0 0;
	float:left;
}
.top-nav li:first-child{
	padding-right:21px;
}
.top-nav li a{
	color:#ebeceb;
}
.top-nav li a:hover{
	color:#c7c7c7;
}

/************* CART **********************/

.cart{
	background:#86b0ca;
	width:102px;
	height:52px;
	float:left;
	font-size:12px;
	color:#000;
	line-height:16px;
	font-weight:bold;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	behavior:url(PIE.htc);
	
	margin-top:11px;
	position:relative;
    padding:2px 0 0 0;
	text-align:center;
/*	    z-index:99999;*/
}
.cart strong{
	font-size:15px;
	color:#fff;
}

/*
.cart span{
	display:block;
}*/
.cart a{
	color:#000;
	text-decoration:underline;
}
.cart a:hover{
	text-decoration:none;
}

a.cart
{
    background: url(images/icons/cart.gif) no-repeat left bottom;
}


/**************MINICART*******************/
#divMiniCartProductName
{
    word-wrap:break-word;
    width: 80px;
}
    
#divMiniCart
{
	background-color:#ffffff;
	position:relative;
	z-index:9998;
}

.miniCartCollapseHeaderPanel
{
	background-color: #01133c;
	color: #ffffff;
	text-align: right; 
	padding-bottom : 2px; 
	width: 300px; 
	font-size: 8pt;	
}

.miniCartCollapseHeaderPanel a
{
	color: #ffffff;
	text-align: right; 
	width: 300px; 
	font-size: 8pt;
	padding-left: 5px;
}


.miniCartCollapseBody
{
	width: 300px; 
	font-size: 8pt;
	height : 0px;
	overflow:hidden;	
}

.mini_cart
{
	color: #01133c;
	font-size : 10px;
	width: 100%; 
	border: solid 1px #444444;
}

.mini_cart .cart_header
{
}

.mini_cart .cart_header td
{
	color:#000000;
	background: #699EDC url(images/nav-bg.gif) repeat;
	padding:3px 3px 3px 3px;
}

.mini_cart .cart_items
{
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left:5px; 
	padding-right:5px
}


a.Checkout_Minicart
{
    color: Blue;
    font-weight: bold;
}

.minicart_minimumQty
{
	color: #ff0000;
	font-style: italic;
}

.minicartimg img
{
	width:75px;
	height:75px;
}

#divMiniCart input[type='text']
{
	 border:1px solid #A7A6AA;	 
}

#fb-link
{
	float:right;
	margin: 0 5px 0 15px;
}

/* navigation */
.navigation{
	width:904px;
	background:#01133c;
	height:26px;
	-webkit-border-radius:7px;
	   -moz-border-radius:7px;
			border-radius:7px;
	/*
	*/
	behavior:url(PIE.htc);
	padding:7px 5px 5px 5px;
	position:relative;
	z-index:10;
	
}

.homepage .navigation{
	position:absolute;
	left:0;
	top:-53px;
	z-index:9;

}
.navigation li{
	background:url(images/sprite_navigation.png) repeat-x left top;
	height:26px;
	font-size:15px;
	color:#000;
	line-height:26px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior:url(PIE.htc);
	position:relative;
	float:left;
	display:inline;
	margin:0 5px 0 0;
	white-space:nowrap;
}
.navigation li.last{
	margin:0;
	padding:0 22px;
}
.navigation li a{
	color:#000;
	display:block;
	padding:0 22px;
}
.navigation li:hover{
	background-position:left bottom;
}
.navigation li.last:hover{
	background-position:left top;
}
/* Dropdown */
.navigation ul, .navigation li { 
	position:relative;
}
.navigation ul li.hover,
.navigation ul li:hover a {
	position:relative;
	color:#000;
	text-decoration:none;
}
.navigation ul li:hover li a {
	background:none;
	color:#fff;
}
/* LEVEL TWO */
.navigation ul ul { 
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	font-size:13px;
	z-index:125;
	background:#01133c;
	border:#131314 1px solid;
	border-top:none;
	padding-top:5px;
}
.navigation ul ul li { 
	background:none;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	display:block;
	padding:0;
	margin:0;
	float:none;
}
.navigation ul ul li a { 
	width:136px;
	color:#fff;
	height:auto;
	display:block;
	margin:0;
	padding:0 0 0 10px;
}
.navigation ul ul li a:hover {
	background:url(images/bg_dropdown.png) repeat-x;
	color:#000;
}
/* LEVEL THREE */
.navigation ul ul ul { 
	left: 100%; 
	top: 0;
}
.navigation ul li:hover ul {
	visibility: visible;
}

/* Dropdown */

.fb-like{
	/*background:url(images/sprite_navigation.png) repeat-x left top;
	height:26px;
	font-size:15px;
	color:#000;
	line-height:26px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;*/
	behavior:url(PIE.htc);
	position:relative;
	float:left;
	display:inline;
	margin:0 5px 0 5px;
	white-space:nowrap;
}

.fb-link{
	/*background:url(images/sprite_navigation.png) repeat-x left top;
	height:26px;
	font-size:15px;
	color:#000;
	line-height:26px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;*/
	behavior:url(PIE.htc);
	position:relative;
	float:right;
	display:inline;
	margin:0 5px 0 5px;
	white-space:nowrap;
}


/* container */
.container{
	width:100%;
	position:relative;
	margin-bottom:9px;
}
.homepage .container{
	float:left;
	top:-26px;
	z-index:3;
	margin-bottom:-19px;
}

/* leftcol */
.leftcol{
	width:222px;
	padding:12px 8px 0 0;
	float:left;
}
.homepage .leftcol{
	padding-top:250px;
}

.search{
	background:#c4ae9b;
	width:100%;
	height:50px;
	-webkit-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	   -moz-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
			box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	behavior: url(PIE.htc);
	position:relative;
	margin-bottom:9px;
}
.search label{
	font-size:12px;
	color:#020202;
	font-weight:bold;
	line-height:30px;
	padding:0 5px 0 3px;
	float:left;
}

.search input[type='text']
{
    width: 10em;
    border: 1px solid #A7A6AA;
    margin-top: 0.7em;
}

.search_error
{
	color:Red;
	font-size:smaller;
	font-style:italic;
	font-weight:normal;
}













.sub-nav{
	background:#fbfcd3;
	-webkit-border-radius:4px 4px 0 0;
	   -moz-border-radius:4px 4px 0 0;
			border-radius:4px 4px 0 0;
	behavior:url(PIE.htc);
	position:relative;
}
.sub-nav h1, .sub-nav h3, .sub-nav h4{
	background:url(images/bg_heading.png) repeat-x left top;
	height:32px;
	font-size:15px;
	color:#fefdfd;
	line-height:32px;
	padding-left:13px;
	-webkit-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	   -moz-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
			box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	-webkit-border-radius:4px 4px 0 0;
	   -moz-border-radius:4px 4px 0 0;
			border-radius:4px 4px 0 0;
	behavior:url(PIE.htc);
	position:relative;
}
.sub-nav h4{
	background:url(images/bg_heading2.png) repeat-x left top;
}
.sub-nav ul{
	padding:6px 0;
}
.sub-nav li{
	font-size:12px;
	color:#05183e;
	font-weight:bold;
	line-height:16px;
	padding:0 0 0 11px;
}
.sub-nav li a{
	color:#05183e;
}
.sub-nav li a:hover{
	color:#26437c;
}
.sub-nav ul ul{
	padding:0;
}
.sub-nav li li{
	background:url(images/bg_arrow2.png) no-repeat 10px 5px;
	font-size:12px;
	color:#030303;
	line-height:16px;
	padding-left:5px;
	text-indent:14px;
	font-weight:normal;
}
.sub-nav li li a{
	color:#030303;
}
.sub-nav li li a:hover{
	color:#434444;
}

/* rightcol */
.rightcol{
	background:#000;
	width:684px;
	float:left;
}
.homepage .rightcol{
	background:url(images/bg_rightcol.png) repeat-y left top;
	-webkit-border-radius:8px 0 0 0;
	   -moz-border-radius:8px 0 0 0;
			border-radius:8px 0 0 0;
	behavior:url(PIE.htc);
	position:relative;
}


#breadcrumb
{
	color:#444;
	/*line-height:10px;*/
	padding:10px 12px 0 5px;
	margin:0 0 12px 0;
	display:inline-block;
	position:relative;
}


.heading{
	background:url(images/bg_heading3.png) repeat-y left top #01133c;
	font-size:21px;
	color:#fff;
	font-style:italic;
	font-weight:normal;
	line-height:32px;
	padding:0 12px 0 14px;
	margin:0 0 16px -15px;
	display:inline-block;
	text-shadow:rgba(0, 0, 0, 1) 0px 0px 5px;
	-webkit-border-radius:0 9px 9px 0;
	   -moz-border-radius:0 9px 9px 0;
			border-radius:0 9px 9px 0;
	-webkit-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	   -moz-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
			box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	behavior:url(PIE.htc);
	position:relative;
}
.entry{
	padding:18px 0 0 10px;
}
.entry p{
	font-size:15px;
	color:#071b67;
	font-style:italic;
	line-height:17px;
	padding:0 0 13px 0;
}
.entry .imgb{
	width:186px;
	height:131px;
	border:#4b4c4d 1px solid;
	-webkit-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	   -moz-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
			box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	behavior:url(PIE.htc);
	position:relative;
	float:right;
	margin:0 22px -17px 22px;
}
.content{
	padding:10px 5px 5px 10px;
}
.column1st{
	width:506px;
	padding-bottom:45px;
	float:left;
}
.store{
	padding:0 56px 24px 0;
}
.store p{
	line-height:17px;
	padding:0 0 18px 0;
}
.store p strong{
	color:#071b67;
}
.store h4{
	color:#071b67;
	padding:0 0 17px 0;
}
.store li{
	width:98px;
	height:98px;
	float:left;
	margin:0 27px 0 0;
	border:#4b4c4d 1px solid;
	-webkit-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	   -moz-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
			box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	behavior:url(PIE.htc);
	position:relative;
}
.new-block{
	padding-right:44px;
}
.new-block h3{
	font-size:15px;
	color:#071b67;
	padding:0 0 10px 0;
}
.new-block p{
	background:url(images/bg_arrow.png) no-repeat 7px 3px;
	font-size:15px;
	color:#040404;
	line-height:17px;
	padding:0 0 14px 21px;
}
.new-block strong{
	color:#071b67;
	font-weight:normal;
}
.new-block .number{
	font-weight:bold;
}
.new-block span{
	font-style:italic;
	color:#071b67;
	display:block;
	font-weight:bold;
	padding:19px 0 0 0;
}
.new-block a{
	color:#071b67;
	font-weight:bold;
}
.new-block a:hover{
	text-decoration:underline;
}
.column2nd{
	width:129px;
	float:left;
}
.testimonial{
	font-size:13px;
	font-style:italic;
	margin-top:78px;
	border:#91b5cf 7px solid;
	border-left:none;
	border-right:none;
	padding:12px 0 13px 0;
	margin-bottom:59px;
}
.testimonial p{
	color:#70747b;
	font-weight:bold;
	line-height:20px;
	padding-bottom:9px;
}
.testimonial a{
	color:#70747b;
}
.testimonial a:hover{
	text-decoration:underline;
}
.column2nd .imgb2{
	width:127px;
	height:190px;
	border:#4b4c4d 1px solid;
	-webkit-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	   -moz-box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
			box-shadow:rgba(19, 19, 20, 0.62) 0px 3px 5px;
	behavior:url(PIE.htc);
	position:relative;
}

/* footer */
.footer{
	background:#75787e;
	height:42px;
	padding:9px 0 0 0;
	color:#fff;
	text-align:center;
	font-size:10px;
	clear:both;
}
.footer-nav{
	padding-bottom:10px;
}
.footer-nav li{
	background:url(images/divider_footer_nav.png) no-repeat center left;
	height:16px;
	padding:0 7px 0 9px;
	font-weight:bold;
	display:inline;
}
.footer-nav li:first-child{
	background:none;
}
.footer-nav li a{
	color:#fff;
}
.footer-nav li a:hover{
	color:#ccc;
}
.footer p span{
	padding:0 12px;
}
.footer p a{
	text-decoration:underline;
	color:#fff;
}
.footer p a:hover{
	text-decoration:none;
}

/* inner page */
.now{
	font-size:13px;
	padding:13px 0 15px 14px;
}
.rigging{
	background:url(images/bg_rigging.png) repeat-x left top;
	padding:1px 0 25px 21px;
	border-radius:12px 0 0 0;
	-moz-border-radius:12px 0 0 0;
	-webkit-border-radius:12px 0 0 0;
	position:relative;
	behavior:url(PIE.htc);
	font-size:15px;
	color:#070707;
	line-height:17px;
	margin-left:14px;
}
.rigging h3{
	font-size:21px; 
	color:#fff;
	font-weight:bold;
	font-style:italic;
	padding:11px 0 12px 0;
}
.rigging .img-box{
	width:205px;
	height:134px;
	float:right;
	border:1px solid #4a4b4c;
	box-shadow:rgba(0, 0, 0, 0.62) 0px 2px 3px;
}
.product-detail{
	padding:0 0 15px 9px;
}
.product-detail h2{
	background:url(images/bg_info_guide.png) no-repeat;
	font-size:15px;
	line-height:37px;
	padding:0 0 5px 60px;
	margin:0 0 8px 20px;
	font-weight:normal;
	color:#040404;
}
.product-detail ul{
	margin:0 0 0 -23px;
	float:left;
}
.product-detail li{
	width:150px;
	min-height:180px;
	float:left;
	text-align:center;
	font-size:14px;
	padding:0 0 0 23px;
	margin-top:28px;
}
.product-detail li span{
	display:block;
}
.product-detail li a{
	color:#102a41;
	text-decoration:underline;
}
.product-detail li a:hover{
	text-decoration:none;
}