@charset "utf-8";
/* CSS Document */

html {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	height: 100%;
}

body {
	margin : 0px;
	min-height : 100%;
	height : 100%;	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: #dfe1de;

}


body #main {
	background:url(../images/body_bg.jpg) repeat-y;
	width:854px;
	height : auto;
	min-height : 100%;
	margin-top : 0px;	
	margin-left : auto;
	margin-right : auto;
	padding:0px 13px 0px 13px;
	

}


body #main div.left_content{
	float:left;
	width:215px;
	height:auto;
}

body #main div.right_content{
	float:left;
	width:630px;
	_width:600px;
	padding: 0px;
	background:#FFFFFF;
	height:auto;
	border: 0px solid #d2d2d2;
	

}

body #main div.head {
	height : 110px;	
	margin-left : auto;
	margin-right : auto;
	width : 854px;
}

body #main div.nav {

	
	width : 215px;
	height : auto;
	float : left;
	border-right: 1px solid #d2d2d2;
	background-color: #5da6d1;
	margin: 0px 0px 0px 0px;
	/*min-height: 900px;*/
	_height: auto;
	
}

body #main div.body {
	width:630px;
	_width:600px;
	/*min-height: 850px;
	_min-height: 950px;*/
	float : left;
	background: #FFF;
	height:auto;
	_margin-left:0px;
	margin-left:5px;
	border: solid 0px #000100;
	_margin-bottom: 30px;
/*	width:630px;
	_width:610px;
	padding: 0px;
	background:#FFFFFF;
	height:auto;
	border: solid 0px #d1d3d2;
	padding-left:5px;
	_padding-left:0px;
	padding-top : 10px;
	min-height: 850px;
	_height:800px;
	_min-height: 800px;*/

}

body #main div.body h1.text-title {
	font-weight : bold;
	font-size : 16px;
	color: #0b3446;
	padding-left:0px;
	
	padding: 10px 10px 10px 0px;
	_padding: 10px 10px 10px 5px;
} 

body #main div.nav div.title {
	height : 27px;
	line-height : 27px;
	background :url(../images/left-nav-bg.jpg) no-repeat;
	text-align : left;
	padding-left : 10px;
	/*color : #dee7e6;*/
	font-size:11px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	
}
}

body #main div.nav ul {
	margin-top: 10px;
	list-style:none;
}

body #main div.nav ul li a{
	list-style : none;
	margin-left : -10px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;

} 

body #main div.nav ul li a:hover{
	color:#959595;
	font-weight: bold;

} 



body #main div.body div.frame {
	margin : 20px;
	_margin : 9px;
} 

body #main div.body div.frame div.product {
	width : 130px;
	float : left;
	margin : 12px;
	padding-bottom: 10px;
}

body #main div.body div.frame div.product p.details1, body #main div.body div.frame div.product p.details2 {
	margin : 0px;
	font-weight : bold;
}

body #main div.body div.frame div.product p.details2 {
	color : #F00;
}

.details1 a{
	color:#000000;
	text-decoration:none;
	}

.details1 a:hover{
	text-decoration:underline;
	}
	
body #main div.body h1 {
	font-weight : bold;
	font-size : 16px;
	margin : 10px;
	margin-bottom : 2px;
	margin-left:15px;
}

body #main div.body p {
	font-size : 12px;
	margin : 0px;
	
}

body #main div.body p.disclaimer {
	font-size : 10px;
	color : #aaa;
}

body #main div.footer div.copyright {
	color:#FFFFFF;
	background:#3a3737;
	padding:25px 0px 0px 15px;
	text-align:left;
	height:48px;
	clear:both;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;

	
}

body #main div.footer div.copyright a {
	color: #FFFFFF;
	text-decoration: none;
	}

body #main div.footer div.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
body #main div.footer div.copyright span {
	color : #FFF;
	font-size: 11px;
	margin-left: 10px;
}

/* rounded corner */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/corners1280x18.gif); 
	height: 9px;       
	font-size: 2px;    
}
.top-left, .bottom-left { 
	margin-right: 9px; 
}
.top-right, .bottom-right { 
	margin-left: 9px;  
	margin-top: -9px;  
}
.top-right {
	background-position: 100% 0;    
}
.bottom-left  { 
	background-position: 0 -9px;    
}
.bottom-right { 
	background-position: 100% -9px;

}
.inside {
	border-left: 1px solid #afafaf; 
	border-right: 1px solid #afafaf;
	background: #FFF;            
	color: #000000;                 
	padding-left: 10px;             
	padding-right:10px;            
}
.notopgap    { margin-top: 0; }    
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; }

.gap-saver-beta {
	height: 1px; /* without height it doesn't exist :-) */
	margin: 0;
	padding: 0;
	background: green; /* for illustration where it is */
	}

.gap-saver {
	height: 1px;
	margin: 0 0 -1px 0;
	padding: 0;
	font-size: 1px; /* to correct IE */
	clear : left;
	padding-bottom: 22px;
	}
	
ul.list {
	list-style: none;
	}
	
ul.list li a{
	list-style : none;
	margin-left : -10px;
	color:#0b1fe4;
	font-size:14px;
	text-decoration:none;
	}
	
ul.list li a:hover{
	text-decoration:underline;
	}
ul li{
font-size:11px;
}	
.spinning {
	float:left;
	width: 300px;
	margin-left: 20px;
	/*border: solid #000000 1px;*/
	
	}

.baitcasting {
	float:left;
	width: 300px;
	margin-left: 40px;
	}
	
.conventional {
	
	width: 300px;
	margin-left: 20px;
	margin-top: 200px;
	}

.navigator {
	font-size: 11px;
	color:#000000;
	margin: 20px; 20px 0px 0px;
	text-decoration:none;
	vertical-align: middle;
	width:500px;
	}
	
.navigator a {
	text-decoration:none;
	color: #000000;
	}
	
.navigator a:hover{
	color:#000000;
	text-decoration:underline;

	}

.navigator2 {
	font-size: 10px;
	color:#000000;
	margin: 20px; 20px 0px 0px;
    _margin-left: 10px;
	text-decoration:none;
	vertical-align: middle;
	width:300px;
	float:left;
	}
	
.navigator2 a {
	text-decoration:none;
	color: #000000;
	}
	
.navigator2 a:hover{
	color:#000000;
	text-decoration:underline;

	}


.content-list {
	padding-bottom: 650px;
	_padding-bottom: 186px;
	}
	
.product-description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 12px;
	margin-bottom: 20px;
	}
	
/*.product-title {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:16px;
	padding-bottom: 20px;
	font-weight: bold;
	}
	
.product-image {
	width: 280px;
	float: left;
	margin-left: 20px;
}*/

.a-link {
	color:#0000FF;
	font-weight: bold;
	margin-left: 12px;
	font-size: 14px;
	text-decoration: underline;
	}
	
/*.a-link2 {
	color:#0000FF;
	font-weight: bold;
	margin: 20px 0px 50px 12px;
	font-size: 14px;
	text-decoration: underline;
	float: left;
	text-align: center;
	width: 620px;
	
	}*/
	
.feedback {
	border: solid 1px #000000;
	background-color: #ffffcb;
	width: 600px;
	margin: 40px 0px 0px 35px;
	_margin: 40px 0px 0px 20px;
	float:left;

	}

.feedback-title {
	font-size:14px;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
	}
	
.feedback-source {
	font-size:10px;
	color:#666666;
	margin: 0px 0px 0px 10px;
	margin-bottom: 10px;
	}
	
.feedback-content {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	
	}
	
.research-title {
	font-size:14px;
	font-weight: bold;
	margin: 40px 0px 0px 20px;
	float:left;
	width:600px;
	}

	
.research {
	font-size: 12px;
	float: left;
	margin: 20px 0px 20px 20px;
	width: 630px;
	_width: 605px;

	}
	
.rating {
	font-size: 10px;
	margin-top: 20px;
	}
	
.logo {
	text-align: center;
	margin-bottom: 20px;
}

.space {
	margin-bottom: 600px;
	}
	
.four {
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 60px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.fourtwo {
	font-size: 20px;
	margin-top: 15px;
	}

	
.body2 {
	text-align: center;
	}
	
.form {
	margin: 70px 0px 0px  0px;
	padding-bottom: 260px;
	font-size: 14px;
	}
	
.page-title {
	font-size:18px;
	font-weight: bold;
	margin: 30px 0px 0px 30px;
	}
	
.page-text {
	font-size:12px;
	margin: 30px 15px 0px 30px;
	padding-bottom: 500px;
	}

.page-text2 {
	font-size:12px;
	margin: 30px 15px 0px 30px;
	padding-bottom: 0px;
	}
	
.disclaimer-title {
	font-size:18px;
	font-weight: bold;
	margin: 80px 15px 0px 30px;
	}
	
.disclaimer-text {
	font-size:12px;
	margin: 20px 15px 0px 30px;
	padding-bottom: 320px;
	}
	
.about {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 40px;
	}

body #main div.nav-top {
text-shadow: 1px 1px 1px #000; 
	text-align: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/nav-bg.jpg) repeat-x;
	height:26px;
	padding: 0px 10px 10px 10px;
	line-height:26px;
	margin-bottom: -10px;
	_margin-bottom: -10px;
	color:#FFFFFF;


}
	
body #main div.nav-top span{
	color:#FFFFFF;
	padding-left:15px;
	width:10px;

}
body #main div.nav-top a {
	margin-left: 23px;
	text-decoration: none;
	color: #FFFFFF;
}

body #main div.nav-top a:hover {
	color: #CCCCCC;
}

a.nav-menu:link{
	margin-left: 23px;
	text-decoration: none;
	color: #ded9d6;
	
}

a.nav-menu:visited{
	margin-left: 23px;
	text-decoration: none;
	color: #ded9d6;
}

a.nav-menu:hover {
	color: #CCCCCC;
	text-decoration: underline;
}



a.text-link:link {
	font-weight:normal;
	font-family:Arial;
	font-size:11px;
	cursor:hand;
	cursor:pointer;
	_cursor: hand;
    _cursor:pointer;
	text-decoration: none;
	color : #222121;

}

a.text-link:visited {
	font-weight:normal;
	font-family:Arial;
	font-size:11px;
	cursor:hand;
	cursor:pointer;
	_cursor: hand;
    _cursor:pointer;
	text-decoration: none;
	color : #222121;

}
a.text-link:hover {
	font-weight:normal;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	cursor:hand;
	cursor:pointer;
	_cursor: hand;
    _cursor:pointer;
	text-decoration: none;
	color : #4c4c4c;

 }
 
/* additional css */

.intro {
	border: solid 0px #d1d3d2;
	/*background-color: #e9eaec;*/
	margin:0px 5px 10px 10px;
	_margin:0px 5px 10px 10px;
	float:left;
	width: 600px;
	_width: 590px;
	padding-left:2px;
}
	
.index-p{
padding-top:10px;
text-align:justify;
width: 550px;
margin: 0px 550px 0px 550px;
font-size: 14px;
padding-left: 20px;
padding-right: 40px;
padding-top: -40px;


}	
	
.intro-text{
	margin: 10px;
	color: #000000;
	font-size:11px;
}

.intro-text-title {
	margin: 10px;
	padding-left:5px;
	color: #000000;
	font-size:11px;
}

.featured {
	margin: 10px 0px 0px 0px;
	width: 600px;
	_width: 615px;
	float: left;
}

	
.featured-wrapper {
	width : 124px;
	float : left;
	margin : 10px;
	_margin : 5px;
	margin-top: 15px;
	
	height: 124px;
}

.featured-label {
	width : 120px;
	float : left;
	margin : 10px;
	margin-top: 15px;
}

.featured-main-content {
	border: #0e3640 solid 1px;
	height: 124px;
	width:124px;
	text-align: center;
}
	
.featured-text {
	font-size: 10px;
	margin: 4px;
	margin-top: 0;
	float : left
}
	
.featured-text a {
	text-decoration: none;
	color: #504d4d;
} 

.featured-text-title {
	text-align: center;
	margin-bottom: 5px;
	font-size: 11px;
	margin: 5px;
}

.featured-text-title a{
	font-weight:bold;
	color: #4f4d4e;
	text-align: center;
	text-decoration: none;
}
	
.featured-button {
	text-align: center;
}
.wrapper {
	border: solid 1px #d6d6d6;
	background-color: #eff0f2;
	margin: 10px;
	margin-top: 15px;
	float:left;
	width: 585px;
	_width: 550px;
	padding-left:2px;
	height:200px;
}

/* per category */

 .featured3{
	margin: 0px 0px 0px 0px;
	width: 625px;
	_width: 590px;
	float: left;
	border: solid 0px #d1d3d2;
	
	_margin-bottom:10px;

}

.main-content-wrapper {
	width : 177px;
	_width : 177px;
	float : left;
	border: #d2d2d2 solid 0px;
	height: auto;
    text-align: center;
	margin: 5px;
}

.main-content-wrapper p {
	padding-top: 5px;
}
.main-content-wrapper2 {
	width : 165px;
	float : left;
	border: #d2d2d2 solid 0px;
	height: auto;
    text-align: left;
}

a.internal:link {
	font-weight:bold;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	cursor:hand;
	cursor:pointer;
	color:#040404;
	text-decoration:none;
}
a.internal:visited {
	text-decoration: none;
	font-weight:bold;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	color:#040404;
	cursor:hand;
	cursor:pointer;
}
a.internal:hover {
	text-decoration: underline;
	font-weight:bold;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	cursor:hand;
	cursor:pointer;
 }
a.internal:active {

} 

/*  detailed */


.product-content-left {
	height: auto;
	width: 280px;
	_width: 280px;
	float: left;
	border: #cfd3d4 0px solid;	
	text-align: center;
	text-decoration: none;
	margin: 5px;
}
	
.product-content-right {
	height: auto;
	width: 250px;
	float: left;
	text-decoration: none;
	margin-top:5px;
	_margin-top:20px;
/*	border: #000000 1px solid;*/
}
	
.product-image {
	text-align: center;
	margin-top: 0px;
}

	
.button {
	margin: 20px 0px 20px 0px;
}
	
.product-title {
	color: #0685af;
	font-size: 18px;
	margin-left: 205px;
	margin-top: 10px;
	margin-bottom: 0px;
}	

.product-page-title {
	font-size:14px;
	font-weight: bold;
	color: #4f4d4e;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.product-content-p {
	font-size: 11px;
	margin-left:0px;
}



.product-content-details {
	list-style: circle;
	margin-left: -25px;

}

.testimonials {
	border: #9e9e94 solid 1px;
	background-color: #ffffcb;
	text-decoration: none;
	font-size: 12px;
	height: auto;
	float: left;
	padding-left: 10px;
	margin: 15px;
	width: 590px;
	_width: 570px;
	padding-bottom: 20px;
	margin-top:0px;
}
	
.testimonial-title {
	font-weight: bold;
	margin-top: 20px;
	font-style:italic;
}

.testimonial-text {
	width: 585px;
	_width: 560px;
	padding-right:10px;
	text-align:justify;
}
	
.testimonial-source {
	font-size: 10px;
	color: #774c22;
	margin-bottom: 10px;
}	

.product-wrapper {
	/*border: solid #315a6c 1px;*/
	font-size: 12px;
	height: 100%;
	width: 600px;
	padding: 5px 0px 5px 5px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	}
	

	
.products-list-title a{

	font-weight:bold;
	color: #504d4d;
	margin: 0px 0px 0px 30px;
	text-decoration: none;
	float: left;

	
	}
	
.products-list-text {
	width: 410px;
	_width: 400px;
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	/*border: solid #315a6c 1px;*/

	}

.inner-text-title {
	font-weight : bold;
	font-size : 14px;
	margin : 10px;
	margin-bottom : 2px;
	margin-top:0px;
	color: #000000;
}

#right_content{
	float:right;
	width:630px;
	_width:610px;
	padding: 0px;
	background:#FFFFFF;
	height:auto;
	border: solid 0px #d1d3d2;
	padding-left:5px;
	_padding-left:0px;
	padding-top : 10px;
	min-height: 850px;

}

.rating {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	text-align:left;
	padding-left:20px;
	}

hr{
	border: 1px dotted #37607a;
	clear:both;
}	

.testi-logo{
	float:left;
	margin-left:15px;

}

.a-link2 {
	color:#1d24d4;
	font-weight: bold;
	margin: 20px 0px 0px 12px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	float: left;
	text-align: center;
	width: 590px;
	padding-bottom:50px;
	_padding-bottom:10px;
	
}	
	
a.a-link2:visited {

	color:#1d24d4;
	font-weight: bold;
	margin: 20px 0px 0px 12px;
	font-size: 16px;
	text-decoration: underline;
	float: left;
	text-align: center;
	width: 590px;
	padding-bottom:50px;
	_padding-bottom:10px;

}	


 @media screen{
  body>div.footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div.body{
  height:100%;
  overflow:auto;
 }

.video-title{
	font-size:14px;
	text-align:left;


}

.blurb {
	margin: 20px 20px 30px 20px;
	font-size: 12px;

}

.blurbspace {
	padding-bottom: 10px;

}




