/* CSS Document */
* {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: x-small;	
/* IE 5.5 can’t see the next line but all others can \*/
	font-size: small;
/* End hack - BTW it works for Mac IE too */
}

html {
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
} 

html, body {
/*	min-height: 100%;*/
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	background: #40A538 url(../images/bodybkgd.jpg) repeat-x;
}

p, h1, h2, h3, h4, h5, h6, strong {
	margin: 0px;
/*	padding: 0 10px 5px 0;*/
	padding-bottom: 3%;
}

p, strong, li {
/*	font-size: 88%;*/
	font-size: 90%;
	line-height: 130%;
}

/*p, strong, a, ol, ul, li {
	line-height: 130%;
}*/

strong {
	font-size: inherit;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #006600;
}

h1 {
	font-size: 190%;
	padding: 2px 0;
	margin: 0 0 7px 0;
}

h2 {
	font-size: 150%;
	padding-bottom: 3px;
	margin: 10px 0;
	border-bottom: dotted 1px #000066;
}

h3 {
	font-size: 130%;
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	border-bottom: dotted 1px #777777;
}

h4 {
	font-size: 110%;
	color: #006600;
	margin: 20px 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: dotted 1px #999999;
}

h6 {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	border-top: dotted 1px #333333;
}

a:link,  a:visited {
	font-size: inherit;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	padding: 5px 0;
}

.display-none {
	display: none;
}

.dotted-line{
	border-bottom: dotted 1px #333333;
	margin: 10px 0;
	clear: both;
}

.note {
	font-size: 80%;
}

a.whitelink:link,
a.whitelink:visited {
	color: #FFFFFF;
}

a.whitelink:hover {
	color: #800000;
}

a.whitelink:active {
	color: #CCCCCC;
}

.caption {
	font-size: 10px;
	font-style: oblique;
}

.credits {
	font-size: 10px;
	padding: 10px;
}

.credits a {
	text-decoration: underline;
}

.align-left {
	align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.nomargin-top {
	margin-top: 0;
}

.date {
	font-size: 10px;
	color: #666666;
}

h2 span,
h3 span {
	display: none;
}



/* STRUCTURAL STYLING */

div#outer {
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
/*	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;*/
}

#header {
	height: 150px;
	background: url(../images/headerbkgd.jpg) no-repeat;
}

ul#globalnav {
	background-color:#003366;
	border-top:1px solid #FFFFFF;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:4px 15px 4px 0;
}

ul#globalnav li {
	border-right:1px solid #AAAAAA;
	display:inline;
	padding:0 8px;
}

ul#globalnav li.end {
	border-right: none;
	padding: 0 0 0 8px;
}

ul#globalnav li a:link,
ul#globalnav li a:visited {
	color:#FFFFFF;
	margin:0;
	padding:0;
	text-decoration:none;
}

ul#globalnav li a:hover{
	color:#FFFFFF;
}

#inner {
	padding: 10px 0;
}

#col1 {
	width: 200px;
	float: left;
	padding: 10px 0;
	margin-right: 10px;
}

#col1 h3 {
	color: #777777;
	border-bottom: solid 1px #CCCCCC;
}

div#col1 ul {
	margin: 0 0 15px 15px;
}

div#col1 ul li {
	list-style: square;
	border-bottom: dotted 1px #CCCCCC;
	padding: 3px 0;
	margin: 0 0 3px 0;
}

div#col1 ul li a:link,
div#col1 ul li a:visited {
	color: #006699;
	font-weight: normal;
}

#col2 {
	width: 550px;
	float: left;
	padding: 10px;
}

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

ul#breadcrumbs li {
	display: inline;
	font-size: 90%;
}

ul#breadcrumbs li a:link,
ul#breadcrumbs li a:visited {
	font-size: 90%;
}

#col2adsense,
.col3adsense {
	margin: 5px 0;
}

div#col3 {
	width: 190px;
	float: right;
}

#footer {
	background-color: #CCCCCC;
	clear: both;
	padding: 5px;
}

#footer ul li {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 90%;
}

#footer ul li a:link {
	color:#333333;
	font-weight: normal;
	font-size: 90%;
}


/* HOME PAGE STYLES */

.home-productwrapper {
	width: 173px;
	padding: 5px;
	margin: 10px 0;
	float: left;
	text-align: center;
	color: #006600;
}

a.viewdetails:link,
a.buynow:link,
a.viewdetails:visited,
a.buynow:visited {
	border: solid 1px #333333;
	background-color: #990000;
	color: #FFFFFF;
	margin: 3px 5px;
	padding: 3px;
}

a.viewdetails:hover,
a.buynow:hover {
	background-color: #006600;
}

.home-price {
	font-size: 110%;
	color: #333333;	
}


/* PRODUCT PAGES */

.pagination {
	border-top: dotted 1px #999999;
	border-bottom: dotted 1px #999999;
	padding: 5px;
	margin: 0 0 10px 0;
}

.pagination a,
.current,
.disabled {
	padding: 0 3px;
}

img.productimage {
	max-width: 300px;
	max-height: 400px;
	float: left;
	margin: 0 10px 10px 0;
}


/* CUSTOM STYLES */
.nomargin-right {
	margin-right: 0;
}

.spacer {
	padding: 3px 0;
}

h3.related-products-heading {
	background-color: #006600;
	color: #FFFFFF;
	padding: 3px;
	border-bottom: dotted 1px #333;
	border-top: dotted 1px #333;
}

.related-products-wrapper {
	width: 150px;
	margin: 10px;
	padding: 5px;
	float:left;
	text-align: center;
	border: solid 1px #999999;
}

div#col2 ul.bullets {
	margin-left: 20px;
}

div#col2 ul.bullets li {
	list-style: square;
	padding-bottom: 6px;
	font-size: 100%;
}
