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

header img { width: 20%; height: auto;} 
.noprint {display: none;}
	
.nav, .header-container, .store-container, .section-green img, footer, .cartNav2 {display: none;}

/* Table */

table {width: 100%;}
th {padding: 5px 10px; border: solid 1px #aaa; background: #f1f1f1;}
td {vertical-align: top; padding: 3px 8px; font-size: 12px; border: solid 1px #aaa;}
tr {}
th, th a {color: #4687cf; text-transform: uppercase;}


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font: Normal 15px  Arial, sans-serif;
	line-height: 20px;
	color: #222;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
		
h1,h2,h3,h4,h5,h6 {color:#444;font-weight:normal;}
h1 {font-size:28px;line-height:30px; margin-bottom:14px;}
h2 {font-size:25px;line-height:28px; margin-bottom:12px;}
h3 {font-size:22px;line-height:34px;	margin-bottom:8px;}
h4 {font-size:18px;line-height:30px;	margin-bottom:4px;}
h5 {font-size:16px;line-height:20px;	font-weight:bold;}
h6 {font-size:14px;line-height:21px;}
	
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold;}
small { font-size: 80%; color: #999;}
hr {color: #92C83E;background-color: #92C83E;height: 1px; border: 0; margin: 10px auto; width: 100%;}

.right {text-align: right;}
.left {text-alig:left;}

.green {color:#92C83E;}
.bluetext {color:#3379be;}

/* #Links
================================================== */
a, a:visited {color: #3379be; text-decoration: underline; outline: 0;}
a:hover, a:focus {color: #92C83E;}

/* #Lists
================================================== */

ul {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

