*{ margin: 0; padding: 0; }*

body{ 
 text-align:center; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 76%;
} 

a img {
	padding: 3px;
	border: 2px solid #E7E399;
}

a:hover img {
	padding: 3px;
	border: 2px solid #4D3F24;
}

img {
	margin-bottom: 15px;
	border: 0;
}

.strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 15px;
	font-size: 1.1em;
}

li {
	font-size: 1.1em;
}

ul {
	margin-bottom: 15px;
}

h2, h3, h4 {
	margin-bottom: 0;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.7em;
}

#pagewidth{ 
 width:902px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position: relative;
	color: #000;
	width: 900px;
	margin: 0 auto 0 auto;
}

#header h1 {
	padding: 5px 0 5px 5px;
}

#subhead {
	background-image: url(img/spinnerbaits-subheader.jpg);
	background-repeat: no-repeat;
	height: 10px;
	clear: both;
}

#wrapper {
	background-image: url(img/spinnerbaits-main-bg.jpg);
	background-repeat: repeat-y;
}
 
#leftcol{
 width:240px; 
 float:left; 
 position:relative;
}

#leftcol-inside {
	margin: 0 5px 0 5px;
}

#leftcol h3 {
	margin-bottom: 5px;
}
 
#leftcol li {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}

#leftcol li a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#extra a img {
	border: 0;
}

.google-subscribe {
	width: 184px;
	margin: 0 auto;
}

#leftcol li a:hover {
	font-weight: bold;
	color: #FF5B00;
	text-decoration: none;
}

#leftcol li a.current {
	font-weight: bold;
	color: #FF5B00;
	text-decoration: none;
}

#rss {
	height: 28px;
	background-image: url(img/feed-icon-28x28.png);
	background-repeat: no-repeat;
}

#rss li a {
	text-decoration: none;
	line-height: 1.3em;
	font-size: 1.5em;
	display: block;
	padding-left: 30px;
}
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 /*display:inline; */
 position: relative; 
 width:640px; 
 }

#maincol-inside {
	margin: 0 auto;
	width: 630px;
}
 
#maincol h2 {
	margin-bottom: 5px;
}
 
#footer{
 clear:both;
 text-align: center;
 } 
 
.afrigator {
	visibility: hidden !important;
	display: none !important;
}

.afrigator a img {
	visibility: hidden !important;
	display: none !important;
	border: 0 !important;
}

.outerspinnerbox {
	border: 2px solid #4D3F24;
	margin-bottom: 10px;
}

.spinnerleft {
	float: left;
	width: 46%;
	padding: 10px;
}

.spinnerleft a img {
	margin-top: 5px;
}

.spinnerright{
	float: right;
	width: 46%;
	padding: 15px 10px 10px 10px;
}

.spinnerright p {
	border: 1px solid #E7E399;
	padding: 2px;
}

.spinnerright strong {
	display: block;
	padding: 2px;
	background-color: #E7E399;
	margin-bottom: -12px;
	color: #000;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.shipping table {
	background-color: #fff;
}

.shipping th {
	padding: 2px;
}

.shipping tr.r1 {
background-color:#ffffff;
padding: 2px;
}

.shipping tr.r2 {
background-color:#ffffcc;
padding: 2px;
}

/* sample table column classes */
.shipping td.c1 {
background-color:#ffffff;
padding: 2px;
}

.shipping td.c2 {
background-color:#ffffcc;
padding: 2px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* sNews */
fieldset { padding: 10px 8px; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; /*padding: 3px;*/ }
.comment { padding: 10px; }
.commentsbox { /*padding: 10px;*/ }
