@charset "utf-8";
/* -- Kill Defaults aka RESET ------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* ------ SITE-WIDE LAYOUT DEFAULTS-----------------------------*/
body {
	background-color: #371500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB631E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC8A1F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6CA501;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#header #banner_home {
	margin: 0px;
	padding: 0px;
	z-index: 0;
	position: relative;
	float: left;
	clear: both;
	background: url(../_images/banner_home.png);
	height: 177px;
	width: 800px;
}
#header #banner_logo  a{
	float: left;
	height: 85px;
	width: 355px;
	z-index: 500;
	background-image: url(../_images/headerBanner_logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	left: 0px;
	top: 92px;
	visibility: visible;
}
#header #banner_logo a:hover {
	background-position: top;
}

/*-----IMAGE LAYOUT CLASSES-------------------------*/

img.left { float: left; margin: 2px 20px 16px 0; }
img.centered {
	margin: 0px auto;
}
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

/*-----NAVIGATION STYLING-------------------------*/
#nav{
	margin:	0px;
	padding: 0px;
	display: block;
}
#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 40px;
	z-index: 1000;
}
#nav li {
	float: left;
}
#nav li a:link, #nav li a:visited{
	background-position: left bottom;
	text-indent: -1000em; /*This allows the nav text to be invisible but still there for un-styled browsers*/
	display: block;
}
#nav li#home_link a{
	height: 40px;
	width: 311px;
	background-image: url(../_images/nav_home.png);
	background-repeat: no-repeat;
}
#nav li#about_link a{
	height: 40px;
	width: 112px;
	background-image: url(../_images/nav_about.png);
	background-repeat: no-repeat;
}
#nav li#store_link a{
	height: 40px;
	width: 82px;
	background-image: url(../_images/nav_store.png);
	background-repeat: no-repeat;
}
#nav li#learn_link a{
	height: 40px;
	width: 131px;
	background-image: url(../_images/nav_learn.png);
	background-repeat: no-repeat;
}
#nav li#care_link a{
	height: 40px;
	width: 75px;
	background-image: url(../_images/nav_care.png);
	background-repeat: no-repeat;
}
#nav li#contact_link a{
	height: 40px;
	width: 89px;
	background-image: url(../_images/nav_contact.png);
	background-repeat: no-repeat;
}
#nav li a:hover {
	background-position:center;
}
#nav li a.current {
	background-position:top;
}


/*-----MAIN CONTENT STYLING-------------------------*/
#mainContent {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	width: 800px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7;
	font-weight: bold;
	color: #000;
	text-align: left;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #7BAC13;
	padding: 0px;
	text-align: center;
	margin: 0px auto 6px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #7BAC13;
	padding: 0px 16px;
	text-align: left;
	margin: 0px auto;
}
#mainContent h2 img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: left;
	line-height: 1.4em;
	margin: 0px;
	padding: 16px;
}
#mainContent img{
	margin: 0;
	padding: 0;
	display: block;
}
#mainContent #home_massive {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 800px;
}
#mainContent #innerContent{
	padding: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	background-repeat: no-repeat;
}
#mainContent #innerContent p {
	padding: 0px 40px 30px;
}
	
/*--------------GO SHOPPING BUTTON STYLE----------*/

#mainContent #button_goshopping a:link, #mainContent #button_goshopping a:visited{
	background-position: left top;
	text-indent: -1000em; /*This allows the nav text to be invisible but still there for un-styled browsers*/
	display: block;
}

#mainContent #button_goshopping a{
	background-image: url(../_images/button_goshopping.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 168px;
	position: absolute;
	left: 316px;
	top: 350px;
	visibility: visible;
}
#mainContent #button_goshopping a:hover {
	background-position:center;
}
#mainContent #button_goshopping a:active {
	background-position:bottom;
}
#mainContent #massive_selector{
	float: left;
	height: 100px;
	width: 700px;
	background-image: url(../_images/Thumbnail_BG.png);
	background-repeat: repeat-x;
	padding-left: 100px;
}
#mainContent #massive_selector img {
	float: left;
}

/*--------------MAIN PAGE 4 UP BUTTON STYLING----------*/

#mainContent #home_4up{
	margin: 0px auto;
	padding: 0px 0px 0px 70px;
	height: 165px;
	float: left;
	width: 660px;
}
#mainContent #home_4up img {
	float: left;
}
#mainContent #home_4up ul{
float: left;
margin: 0px;
padding: 0px;
list-style-type: none;
}
#mainContent #home_4up li{
float: left;
text-indent: -1000em; /*This allows the nav text to be invisible but still there for un-styled browsers*/
}
#mainContent #home_4up li a:link, #mainContent #home_4up li a:visited{
background-position: left bottom;
display: block;
}

#social {
	display: block;
	margin: 0px auto;
	padding: 0px;
	clear: none;
}
#social ul{
	display: block;
	float: left;
}
#social li{
	float: left;
}


.mainHeader {
	display: block;
	width: 800px;
	float: left;
}

/*-----BODY CLASS STYLES-------------------------*/


.grid2col {
	display: block;
	margin: 0px;
	padding: 16px;
	float: left;
	width: 768px;
}
.grid1col {
	display: block;
	padding: 0px;
	width: 500px;
	margin-right: 150px;
	margin-left: 150px;
	float: left;
}
.defaultList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 16px;
	list-style: circle url(none) inside;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
}

.checklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	text-align: left;
	line-height: 1.2em;
	margin: 0px;
	padding: 16px;
	list-style: url(none) none outside;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
}

.checklist li {
	margin-bottom: 15px;
}
.column {
	width:49%;
	float:left;
}
.column.last {
	float: right !important;
}
.logobg {
	background: url(../_images/bg_hand_green_LARGE.jpg) no-repeat center center;
}


.clear {
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
}


/*-----SLIDER STYLING-------------------------*/


	.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	width: 100%;
	display: block;
	float: left;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 530px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 570px;
	clear: both;
	background-color: #F3F3F3;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 800px; /* Also specified in  .stripViewer  above */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		}
		
		.stripViewer .panelContainer .panel .panelwrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 20px;
	border-style: none;
		}
		#mainContent #home_massive .slider-wrap #slider1 p {
	margin: 0px auto;
	text-align: center;
}
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #1B2998;
	text-decoration: none;
	display: block;
	padding: 10px;
		}
		
		.stripNav li.tab1 a {
	background-color: #FFF
}
		.stripNav li.tab2 a {background-color: #FFF}
		.stripNav li.tab3 a { background: #FFF }
		.stripNav li.tab4 a { background: #FFF }
		.stripNav li.tab5 a { background: #FFF }
		
		.stripNav li a:hover {
	color: #F7561A;
	background-color: #F3F3F3;
		}
		
		.stripNav li a.current {
	color: #F7561A;
	background-color: #F3F3F3;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}


/*-----FOOTER STYLING-------------------------*/
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 800px;
}
#footer  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-align: center;
}
#footerGrass {
	margin: 0px;
	padding: 0px;
	height: 64px;
	clear: both;
}
#footer a.gray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#footer a.gray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	text-decoration: none;
}
#footer a.gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FC6900;
	text-decoration: underline;
}
#footer a.gray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FC6900;
	text-decoration: underline;
}
.txt_bold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7BAC13;
}
.txt_bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F95920;
}
.txt_bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #19329B;
}
#mainContent #learnMassive{
	clear: both;
	float: left;
	height: 526px;
	width: 800px;
}
.quote {
	font-style: italic;
}
.largevideo {
	padding: 0px 30px 30px;
	height: 450px;
	width: 740px;
}
.centered_img {
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.social {
	height: 100px;
	width: 300px;
	list-style: none;
}

.social li{
	float:right;
}
.youtube {
	clear: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

