@charset "utf-8";

/*
Site:           
File:           
Created:        
Last Modified:  
-----------------------------------------------------------
Launch Version

May 26, 2009 - 650 lines
-----------------------------------------------------------
Created for  by Jacob Sandoval on May 1, 2009
 | Copyright 2009-2010
=========================================================== */


/* CSS Document */
body{
	background:#586a37 url(../images/background.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
	color:#303827;
	font-size:  14px;
	font-family: Arial, helvetica, sans-serif; 
	min-width:998px;
}
a{
	color:#a09d8d;
}
a:hover{
	color:#a09d8d;
	text-decoration:none;
}
/*** Container ***/
#container {
	margin:0 auto;
	padding:0px;
	width:980px;
}

.clear{
	height:0px;
	clear:both;
}

/*** Begin Images ***/
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	width: auto;
	padding: 0 0 10px 10px;
	text-align:right;
}

.alignleft {
	float:left ;
	padding: 0 15px 5px 5px;
	width: auto;
}
.active{
color:#ff3300;
font-weight:bold;
}
	

/*** Header ***/
#header {
	background:url(../images/fish_clipper_01.jpg) no-repeat top center;
	height: 67px;
	margin: 0;
	padding: 0;
}

/*** Navigation ***/
#nav-menu{height:31px; padding: 0 20px 0 0;font-size:12px;font-weight:bold;background:transparent url("../images/fish_clipper_02.jpg") repeat-x top left;}
#nav-menu ul{float: right; margin:0;padding:0;list-style-type:none;width:auto;}
#nav-menu ul li{display:block;float:left;margin:0;}
#nav-menu ul li a{display:block;float:left;color:#e47c01; font-size:12px; text-transform:uppercase; text-decoration:none;padding:8px 15px 0 15px;height:23px;background:transparent url("images/nav-menu-sep.jpg") no-repeat top right;}
#nav-menu ul li a:hover,#nav-menu ul li a.nav-menu-current{color:#e47c01;background:#eceae0 url("images/nav-menu-sep.jpg") no-repeat top right;}

#tagline {
	float:right;
	width:530px;
	padding-top:8px;
	color:#ccc;
	text-transform: uppercase;
	text-align:center;
}

#nav-search{
	float: right;
	width: 210px;
	margin:0;
	padding:4px 0 0 0;
	color:#e9e9e9;
}
#nav-search-label{
	float: left;
	width: 50px;
	margin:0;
	padding:3px 0 0 0;
}	

/*** content-image ***/
#index-image {
	height: 297px;
	margin:0;
	padding:0;
}
/*** content-image ***/
#content-image {
	height: 265px;
	margin:0;
	padding:0;
}

/*** content-image ***/
#product-content-image {
	background:url(../images/page/products.jpg) no-repeat top left;
	height: 135px;
	margin:0;
	padding:130px 80px 0 400px;
	line-height:27px;
	font-size:17px;
}

.products th {
padding:3px 0 3px 5px;
border-bottom: 1px #e47b00 solid;
text-align: left;
}

.products td {
padding:3px 0 3px 5px;
border-bottom: 1px #ccc solid;
text-align: left;
}

.products .qty {
width: 25px;
}

.products .submit {
float:right;
}

.products .last {
padding:10px 15px;
border:none;
}



/*** content-container ***/
#content-container {
	background:#ece7d5;
	color:#303827;
	margin: 0;
	padding: 0px;
}

/*** page-content ***/
#index-container {

}

#index-container #content {
	float:left;
	height: 370px;
	width:559px;
	background:url(../images/index-content.jpg) top center no-repeat #e2dac4;
}
#index-container #content p {
	padding: 135px 30px 0px 30px;
	font-size:14px;
	line-height:19px;
	text-align:justify;
}
.twitter{
	float: right;
	padding: 0 35px 0 0;
	}
.twitter img{
	border: none;
	}

#index-container #video {
	float:right;
	height: 370px;
	width:421px;
	background: #e2dac4;
}

#index-container #lists {
	float:left;
	height: 243px;
	width:559px;
	background:url(../images/lists.jpg) top center no-repeat #e2dac4;
}

#index-container .list {
	float: left;
	width: 239px;
	padding: 0 20px;
}

#index-container .list h2 {
	margin: 10px 0 15px 10px;
	font-size:16px;
	color:#4a3306;
		text-transform:uppercase;
}

#index-container .list ul{
	margin:0;
	padding:0;
	list-style:none;
}

#index-container .list ul li {
	padding: 2px 15px 3px 15px;
	color:#b76300;
	font-size:14px;
	border-bottom: 1px dashed #b76300;
}

#index-container #cta {
	float:left;
	height: 243px;
	width:421px;
	background:#e2dac4;
}

#newsletter {
	height:109px;
	background:url(../images/newsletter.jpg) top center no-repeat #e2dac4;
	padding:10px;
	font-size:13px;
	color:#4a3306;
}
#newsletter h3 {
	margin: 0;
	padding:0;
	color:#4a3306;
	font-size:15px;
	text-transform:uppercase;
}

#newsletter p {
	margin: 5px 0;
	padding:0;
}

/*** page-content ***/
#page-content{
	padding: 20px 30px;
	background:url(../images/page-content.jpg) top center no-repeat;
	line-height: 20px;
}

#page-content h1, h2, h3, h4, h5, h6{
	color:#45552a;
	}

#page-content h1, h2{
	font-size:18px;
}

#page-content p{
	margin: 0 0 15px 0;
}
	
/*** Products ***/
.products-images{
	float:left;
	width: 225px;
	}
.products-image{
	border:1px solid #999;
}	
.products-content{
	float:left;
	width: 465px;
	padding: 0 15px;
	border-right: 1px solid #e47b00;
	}
.products-content .info{
	font-size:12px;
	color:#586a37;
}
.products-content .note{
	font-size:12px;
	font-style:italic;
	color:#586a37;
}
.products-features{
	float:left;
	width: 170px;
	padding-left: 20px;
	}
.products-features h3{
	margin:0;
	color:#e47b00;
}
.products-features ul{
	list-style:url(../images/bullet.gif);
	padding:0 0 0 10px;
	margin:0;
}
.products-features ul li{
	padding:0;
	line-height: 26px;
}
.products-images h4 {
	margin: 10px 0 0 0;
}
.products-images table{
	margin: 0;
	width: 100%;
	font-size:13px;
}

.products-images th{
	margin: 0;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #e47b00;
	text-align:left;
}
.products-images td{
}

ul#retail-locs {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#retail-locs li {
	margin: 7px 0 0 0;
	padding: 0 0 7px 5px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}
.v-products {
	margin: 0 0 15px 0;
}
.v-product {
	float: left;
	width: 200px;
	background: #f7f4e9;
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #999;
	min-height: 460px;
}
.v-product .thumb img {
	border: 1px solid #999;
}
.v-product .content img {
	border: none;
	margin: 0 0 0 30px;
}
/*** Blog ***/
.col1 {
float: left;
width: 200px;
}

.col1 ul {
margin:0;
padding:0;
list-style: none;
}

.col2 {
float:left;
width: 650px;
padding: 0px 0 0 30px;
border-left: 1px solid #e47b00;
}

.article {
margin: 0 0 20px 0;
border-bottom: 1px solid #e47b00;
}

.article h2 {
margin:15px 0 5px 0;
}

.articleInfo {
margin: 0 0 5px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #e47b00;
}

.article a {
color: #45552a;
text-decoration: none;
}

.article a:hover {
text-decoration: underline;
}

.article .readMore {
padding: 0 30px;
text-align: right;
}

.comment {
margin: 15px 0;
padding: 15px;
background-color:#f8f2e4;
border: 1px solid #cbbf99;
}

.testimonial {
margin: 0 10px 0 0;
}

/*** Contact ***/
.contact-main{
	float:left;
	width: 600px;
	border-right: 1px solid #e47b00;
	}
.contact-side{
	float: right;
	width: 250px;
	}

/*** Tips and Links ***/
#tips-content{
	float: left;
	width: 450px;
	padding: 0 20px 0 0;
}
.tips-links{
	float: left;
	width: 220px;
}
.tips-links a{
	color:#303827;
	}
.tips-links ul{
	list-style:url(../images/bullet.gif);
}
.tips-links ul li{
	line-height: 26px;
}
.tlRight{
	float:right;
	width: 440px;
}
.tlBuyNow{
	float:right;
	width: 196px;
	padding: 40px 0 0 0;
	}
.tlMoon{
float: left;
width: 240px;
}

/*** Saftey ***/
.safety-float{
	float:left;
	width: 275px;
	padding: 0 15px;
	}


/*** form ***/



/*** Footer ***/
#footer {
	background: #ecefe9;
	clear:both;
	padding: 12px 30px 10px 30px;
	text-align:center;
	color:#8b9c78;
	font-size: 11px;
	line-height: 17px;
}

#footer ul{ margin:0 0 0 0px ;padding:0;list-style-type:none;width:auto;}
#footer ul li{display:block;float:left;margin:0;}
#footer ul li a{display:block;float:left;color:#8b9c78; font-size:11px; text-decoration:none;padding:0;height:23px;background:transparent url("images/nav-menu-sep.jpg") no-repeat top right;}
#footer ul li a:hover,#nav-menu ul li a.nav-menu-current{color:#8b9c78;text-decoration: underline;}
#footer ul li span {
	padding: 0 10px;
}
#footer a{
	padding: 0 3px;
	color:#8b9c78;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
