@import "subnav.css"; 


/*sticky footer http://ryanfait.com/sticky-footer/ */
* {
	margin: 0;
}
html, body {
	font-family: Arial, Verdana, tahoma, Helvetica, sans-serif;
	margin:0px;
	height: 100%;	
	width:100%;
	padding:0px;
	color:#555;
	background-color:#fff;
  /*
	overflow:hidden;
	*/
}

img {border:0}

ol, ul, li {
margin:0;
padding:0;;	
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}

a:link, a:visited { color: #598ab2; text-decoration:none; font-weight:bold}
a:hover, a:active { color: #b4123a; text-decoration:underline; }

a.navBlue:link, a.navBlue:visited { color: #598ab2 !important;}
a.navBlue:hover, a.navBlue:active { color: #fff !important; }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	/*
	background-image:url(../images/top-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	*/
	
	/* This broke sticky footer.  Not sure why I had it in there?
	overflow:hidden;	
	*/

	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.dealer {
	background-image:url(../images/find-dealer.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	width:93px; 
	padding-top:3px;
	}

.footer{
	height: 50px; 
	font-size:11px; 
	padding:20px 10px 10px 10px; 
	text-align:center; 
	background-image:url(../images/bottom-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#999;
}

.footer a:link, .footer a:visited {
		color:#999;
		text-decoration:none;
		font-weight:normal;
}
.footer a:hover {
		color:#6699cc;
}

/* .push must be the same height as .footer */
.push {
	height: 50px;
	text-decoration:underline;
}

#header {
	  height:195px;
	  border-top:solid 5px #666;
	  background-image:url(../images/top-bg.gif);
	  background-position:top;
	  background-repeat:repeat-x;
		font-size:12px; 
		color:#e6d9c9; 
		padding:0; 
		margin:0;
		overflow:auto;
}

#headerInner {
	  position:relative;
		color:#e6d9c9; 
		padding:0; 
		margin:0 auto;
		width:998px;
		height:195px;
}

*html #header,#headerInner {
height:196px;
}

#header_left{
	position:absolute;
	left:10px;
	top:10px;
	width:230px;
	font-weight:bold;
}

#header_left a:link, #header_left a:visited { 
	color:#b6d6fc;
	text-decoration:none;
}
#header_left a:hover { 
	color:#efefef;
}

#header_middle{
	position:absolute;
	font-size:0;
	top:36px;	
}

#header_right{
	position:absolute;
	right:10px;
	top:0px;
	padding:0;
	margin:0;
	width:220px;
	font-size:0px;
}

*html #header_right{
	width:228px;
}

#header_right ul{
	margin:0;
	padding:0;
}

#header_right li{
	list-style-type:none;
  float:left;
	margin:0 5px 0 0;
	padding:0;
}

#header_right input{
	border:solid 1px #949293;
	color:#666;
	font-size:11px;
}

#navigation {
	position:absolute;
	bottom:0px;
	width:998px;
	overflow:hidden;
	padding:0;
	margin:0;
	font-size:0px;
}

*html #navigation {
	bottom:1px;
}

/* main navigation rollovers */
a.about {
	display: block;
	float:left;
	width:116px;
	height: 42px;
	margin:0;
	background: url("../images/about2.gif");
	background-position: -116px 0;
	background-repeat:no-repeat;
	}

a.about:hover {
	background-position: 0 0;
	}

a.security {
	display: block;
	float:left;
	width:168px;
	height: 42px;
	margin:0;
	background: url("../images/security2.gif");
	background-position: -168px 0;
	background-repeat:no-repeat;
	}

a.security:hover {
	background-position: 0 0;
	}
	

a.hobby {
	display: block;
	float:left;
	width:153px;
	height: 42px;
	margin:0;
	background: url("../images/hobby2.gif");
	background-position: -153px 0;
	background-repeat:no-repeat;
	}

a.hobby:hover {
	background-position:0 0;
	}
	
	
a.industrial {
	display: block;
	float:left;
	width:172px;
	height: 42px;
	margin:0;
	background: url("../images/industrial2.gif");
	background-position: -172px 0;
	background-repeat:no-repeat;
	}

a.industrial:hover {
	background-position: 0 0;
	}	
	
a.accessories {
	display: block;
	float:left;
	width:131px;
	height: 42px;
	margin:0;
	background: url("../images/accessories2.gif");
	background-position: -131px 0;
	background-repeat:no-repeat;
	}

a.accessories:hover {
	background-position: 0 0;
	}

a.community {
	display: block;
	float:left;
	width:121px;
	height: 42px;
	margin:0;
	background: url("../images/community2.gif");
	background-position: -121px 0;
	background-repeat:no-repeat;
	}

a.community:hover {
	background-position: 0 0;
	}
	
a.catalouge {
	display: block;
	float:left;
	width:116px;
	height: 42px;
	margin:0;
	background: url("../images/catalouge2.gif");
	background-position: -116px 0;
	background-repeat:no-repeat;
	}

a.catalouge:hover {
	background-position: 0 0;
	}
	
#content {
	width:990px;
	overflow:auto;
	margin:40px auto 0 auto;
}


#content_left {
	float:left;
	width:230px;
	min-height:400px;
	height:400px;
	background: url("../images/content-left-bg.jpg");
	background-position:0;
	background-repeat:no-repeat;
}

.content_boxes {
	width:692px;
	/*
	height:190px;
	*/
	margin:30px auto;
	overflow:auto;
}

.content_boxes h2 {
	color:#7aafe4;
	font-size:15px;
	margin:0;
	padding:0;
}

.content_boxes p {
	color:#7aafe4;
	margin:80px 0 0 0 !important;
	color:#555;
	padding:0;
}

.box_left {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:204px;
	height:175px;
	background: url("../images/box-left.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}


.box_leftHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:204px;
	height:175px;
	background: url("../images/box-left-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_leftUnder {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:204px;
	height:175px;
	background: url("../images/box-leftUnder.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}


.box_leftUnderHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:204px;
	height:175px;
	background: url("../images/box-leftUnder-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_middle_new {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middle-new.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}


.box_middle_newHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middle-on-new.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}


.box_middle {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middle.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}


.box_middleHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middle-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_middleSpecial {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middleSpecial.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}


.box_middleSpecialHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middleSpecial-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_middleInter {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middleInter.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_middleInterHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middleInter-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_middleInter {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:200px;
	height:175px;
	background: url("../images/box-middleInter.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_right {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:203px;
	height:175px;
	background: url("../images/box-right.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_rightHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:203px;
	height:175px;
	background: url("../images/box-right-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_rightAccess {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:203px;
	height:175px;
	background: url("../images/box-rightAccess.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_rightAccessHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:203px;
	height:175px;
	background: url("../images/box-rightAccess-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}
.box_rightPro {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:203px;
	height:175px;
	background: url("../images/box-right-pro.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

.box_rightProHover {
	float:left;
	padding:15px 15px 0 10px;
	margin:0;
	width:203px;
	height:175px;
	background: url("../images/box-right-pro-on.jpg");
	background-position:0;
	background-repeat:no-repeat;
	cursor: pointer;
}

#store_images {
	width:600px;
	margin:20px auto 0 auto;
}
#store_images img {
	float:none !important;
	margin:5px !important;
}

#content_right {
	float:right;
	margin:0;
	padding:0;
	width:740px;
	font-size:12px;
	line-height:18px;
}

#content_right ul {
	margin:5px 0 10px 30px;
	padding:0;
	list-style-type:circle !Important;
	color:#777;
}

#content_right li {
	margin:0 0 5px 0;
	padding:0;
	list-style-type:circle !Important;
}

#content_right h1 {
	font-size:18px;
	padding:0;
	margin:0 0 20px 0;
	color:#1d60a3;
}

#content_right h2 {
	font-size:16px;
	padding:0;
	margin:0 0 5px 0;
	color:#689dbd;
}


#content_right h3 {
	font-size:18px;
	padding:0;
	margin:0 0 20px 0;
	color:#666;
}

#content_right h4 {
	padding:0;
	margin:0;
	color:#666;
	font-size:14px;
}

#content_right p {
	padding:0;
	margin:0 0 20px 0;
}

#content_rightInner {
	margin:0;
	padding:0;
	width:740px;
}

#content_rightInner img {
	margin:0 0 0 10px;
	padding:0;
  float:right;
}

/* expandable div */
.msg_list {
	margin:5px 0 0 0;
	padding:0;
}
.msg_head {
	padding:5px;
	cursor: pointer;
	position: relative;
	margin:0;
	font-size:11px; color:#76accb;
	width:70px;
}

.msg_headHover {
	padding:5px;
	cursor: pointer;
	position: relative;
	margin:0;
	font-size:11px; color:#fff;
	background-color:#76accb;
	width:70px;
}

.msg_body {
	padding:0;
	margin:0;
}


/*buy now */
.add_to_cart{
	padding:1px 3px;
	margin:5px 0 !important;
	cursor: pointer;
	position: relative;
	font-size:11px; 
	background-color:#1d60a3;
	width:70px;
	color:#fff !Important;
	text-shadow: #000 0px 1px 1px;
	border:solid 1px #666;
}

.add_to_cartHover {
	padding:1px 3px;
	margin:50px 0 !important;
	cursor: pointer;
	position: relative;
	font-size:11px; 
	color:#fff !Important;
	background-color:#ca1743;
	width:70px;
	text-decoration:none !important;
	text-shadow: #000 0px 1px 1px;
	border:solid 1px #666;
}




#hobby_wrapper {
	overflow:auto;
	width:740px;
	background: url("../images/beginner_bg.jpg");
	background-position:300px 0px;
	background-repeat:no-repeat;
	}

.hobby_tease {
	padding:5px 0 5px 10px;
	margin:0 0 20px 20px;
	background-color:none;
  border-left:solid 10px #efefef;
	cursor: pointer;
	opacity:0.8;filter:alpha(opacity=80);
}

.hobby_teaseHover {
	padding:5px 0 5px 10px;
	margin:0 0 20px 20px;
	background-color:#dbe7ef;
	border-left:solid 10px #6ca1c0;
	cursor: pointer;
	opacity:0.8;filter:alpha(opacity=80);
}

#product_list {
	padding:0 0 50px 10px; /* padding of 50 on bottom because of PUSH */
	margin:0;
}

.product {
	width:730px;
	padding:20px 0 0 0;
	margin:5px 0 0px 0;
	border-top: dotted 1px #ddd;
	overflow:auto;
}

.productInner {
	width:725px;
	padding:0;
	margin:0;
}

.product_image {
	width:200px;
	float:right;
	background-color:#efefef;
	text-align:center;
	font-size:11px;
	line-height:13px;
	margin:0 0 5px 10px;
}

.product_image_100 {
	width:100px;
	float:right;
	background-color:#efefef;
	text-align:center;
	font-size:11px;
	line-height:13px;
	margin:0 0 5px 10px;
}

.accessory_type {
	width:724px; 
	background-color:#efefef; 
	padding:3px;
	margin:20px 0 -5px 0;
	color:#666;
	font-size:14px;
	font-weight:bold;
	}

/* form */

.required {
  color:#C03; font-size:11px;
}

.catalog_in {
	width:200px;
	margin:0 0 5px 0;
	color:#666;

}

#form {
  width:300px; float:left;
}

#form_left {
  width:400px; float:right; text-align:left;
}

#form_left img {
  float:left;
}

#form h4 {
padding:0;
margin: 0;
color: #689dbd;
font-size: 12px;
}


