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

body {
	font: 100% Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../_images/mainAssets/bodyBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #eae1b8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,td,th {
	font-size: 12px;
}
/* html, body, #container{height: 100%;} */

/* body > #container {height: auto; min-height: 100%;} */
#mainContent {padding-bottom: 60px;}  /* must be same height as the footer */

body p {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
}
table.ex th, table.ex td 
{
padding:3px;
border:solid #d4d4d4;
border-width: 1px;
border-collapse: collapse;
}

a:link {
	color: #72ba4a;
}
a:visited {
	color: #72ba4a;
}
a:hover {
	color: #336600;
}


h1 {
	font-size: 36px;
	line-height: 38px;
	color:#72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight:bold;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	color:#72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-weight:300;
}

.bodyImage {
	 padding: 10px;
}	

.thumbImage {
	border: 1px solid #72ba4a;
}

.caption {
	font-size: 11px;
	line-height: 12px;
	color:#333333;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
}
.leadParagraph {
	font-size: 16px;
	font-style:italic;
	line-height: 20px;
	color: #000000;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
}

.bulletHead {
	font-size: 18px;
	line-height: 20px;
	color:#72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding-top: 19px;	
}

.prBuzz {
	width: 500px;
}	

.prBuzzHL {
	width: 580px;
	line-height: 28px;
	font-weight: bold;
	margin-top: 50px;
}

#footerX {
	margin-top: 30px;
	height: 50px;
	padding-top: 20px;
	clear:both;
	background-color:#72ba4a;
	text-align: center;
	} 
	
.footerText {
	color:#FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	}
	
.footerText a{
	color:#FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
	}
	
.footerText a:hover{
border-bottom: none;
	color:#FFFFFF;
	}
	
.footerText a:visited{
	color:#FFFFFF;
	}

	
img {
	border: none;
	}
	
.msg_body {
	padding-left: 15px;
	width: 500px;
}
.msg_head {
	color:#000000;
}
.externalink {
	font-size: 12px;
	line-height: 15px;
	color: #72ba4a;
    background: url(../_images/external.jpg) center right no-repeat;
	text-decoration:none;
    padding-right: 19px;
}
.oneColElsCtrHdr #container {
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 19px auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	padding: 0px;
	vertical-align:middle;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a.ariens {
	height: 10px;
	width: 109px;
	background: transparent url("/_images/mainAssets/ariensLogo.png") scroll no-repeat left top;
	display: block;
	float:right;
	padding-top:40px;
	position: relative;
	top: 40px;
	text-indent: -5000em;
}


.oneColElsCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColElsCtrHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* MENU ITEMS */
#menu {
	width: 960px;
	height: 50px;
	background-image:url(../_images/mainAssets/menuBG.png);
	background-repeat:none;
	margin-top: 15px;
	z-index: 1;
	}
	

a.navRider, a.navRider_a {
	display:block;
	float:left;
	width:155px;
	height:32px;
	background:url("../_images/mainAssets/menu_rider.jpg");
}
 
a.navRider:hover {
	background: url("../_images/mainAssets/menu_rider.jpg") 0 32px;
}

#navMenu, #navMenu ul{
     /*margin-left:5px;*/
     list-style-type:none;
     list-style-position:outside;
     position:relative;
}
/*drop down */
#navMenu, #navMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#navMenu a {
	display: block;
}

#navMenu li {
	margin-left: 13px;
	float: left;
	display: inline; 
	list-style-type: none;
}  

#navMenu li ul {
	position: absolute;
	top: 40px;
	width: 10em;
	left: -999em;
}


#navMenu li.hover ul {
	left: auto;
}
	   
#navMenu li{
	margin-top: 10px;
	/*position: relative;*/
}
.dropNav li a {
    width: 150px;
    padding-left: 10px;
}

a.navStory, a.navStory_a {
	display:block;
	float:left;
	width:81px;
	height:32px;
	background:url("../_images/mainAssets/menu_story.jpg");
}
 
a.navStory:hover {
	background: url("../_images/mainAssets/menu_story.jpg") 0 32px;
}

a.navBuzz, a.navBuzz_a {
	display:block;
	float:left;
	width:68px;
	height:32px;
	background:url("../_images/mainAssets/menu_buzz.jpg");
}
 
a.navBuzz:hover {
	background: url("../_images/mainAssets/menu_buzz.jpg") 0 32px;
}

.dropNav {
	background-color: #FFFFFF;
	border: 1px solid #72ba4a;
	}
	
.dropNav a {
	color: #72ba4a;
	font-size: 12px;
	text-decoration:none;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	margin-left: -13px;
	width: 170px;
	border-bottom: 1px solid #72ba4a;
	}
	

#navMenu .dropNav li {
	margin-top: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-left: 13px;	
}
#navMenu .dropNav li:hover,
#navMenu .dropNav li.hover,
#navMenu .dropNav li:hover a,
#navMenu .dropNav li.hover a {
	background: #eeeeee;
	}
	

#navBuy li{
	float: right;
	display: inline;
	margin-top: 10px;
	margin-right:15px;
}

a.navWhere, a.navWhere_a {
	display:block;
	float:left;
	width:178px;
	height:32px;
	background:url("../_images/mainAssets/menu_buy.jpg");
}
 
a.navWhere:hover {
	background: url("../_images/mainAssets/menu_buy.jpg") 0 32px;
}

/* HERO */
#hero {
	margin-top: 15px;
	width: 960px;
}

#hero_left {
	width: 480px;
	height: 367px;
	background-image:url(../_images/hero/power_01.jpg);
	background-repeat: none;
	float: left;
}

#hero_right {
	width: 480px;
	height: 367px;
	background-image:url(../_images/hero/power_02.gif);
	background-repeat: none;
	float: right;
}

#hero_learn {
position:relative;
	left: 8px;
	top: 265px;
	width: 136px;
	height: 32px;
	}
	
#navHero li{
	float: left;
	display: inline;
}

a.heroLearn, a.heroLearn_a {
	display:block;
	float:left;
	width:136px;
	height:32px;
	margin-left:-32px;
	background:url("../_images/hero/learn.gif");
}
 
a.heroLearn:hover {
	background: url("../_images/hero/learn.gif") 0 32px;
}
/*BODY INFO */

#bodyInfo {
	width: 960px;
	height: 367px;
	background-image: url(../_images/mainAssets/homeBody_bg.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
	padding: 25px;
}

#largeCopy {
	width: 440px;
	height: 292px;
	float: left;
	padding-bottom: 20px;
}
.greenHead {
	color: #72ba4a;
 	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px o;
 }
 
 readNews {
 color: #72ba4a; 
 font-weight: 900; 
 padding-right: 13px;
 background: url("../_images/moreArrow.gif") center right no-repeat;
 }
 
 a.readNews {
 color: #72ba4a; 
 font-weight: 900; 
  padding-right: 13px;
 background: url("../_images/moreArrow.gif") center right no-repeat;
 }
 
 a.readNews:hover{
 color: #336600; 
 font-weight: 900; 
  padding-right: 13px;
 background: url("../_images/moreArrow_o.gif") center right no-repeat;
 }
 
 
 .lrgSubhead {
 	color: #000000;
 	font-size: 16px;
	line-height: 22px;
	font-weight:400;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
 	margin-top: 0 0 20px 0;
 }
 
 #takeTour li{
	display: inline;
	margin: 0;
}

a.tourLearn, a.tourLearn_a {
	display:block;
	float:left;
	width:154px;
	height:32px;
	margin-left: -35px;
	background:url("../_images/takeTour_sprt.gif");
}
 
a.tourLearn:hover {
	background: url("../_images/takeTour_sprt.gif") 0 32px;
}

#intheNews {
	width:220px;
	height: 272px;
	float: left;
	margin-left: 15px;
	padding: 10px;
	text-align: left;
}

#addInfo{
	width:200px;
	height: 272px;
	float: right;
	padding: 10px;
	margin-right: 37px;
	text-align: left;
}

#socialBar{
	width:930px;
	height: 50px;
	text-align: left;
	margin-top: 11px;
	margin-left: -10px;
}

#subscribeText{
	width:140px;
	height: 40px;
	text-align: right;
	margin-top: 9px;
	color: #72ba4a;
	float:left;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #c3d3b9;
	padding-right: 18px;
	letter-spacing: .04em;
}

#subscribeForm{
	width:360px;
	height: 40px;
	float:left;
	margin-top: 9px;
	color: #72ba4a;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 18px;
	padding-top: 4px;
}

#subscribeForm.loading,
#subscribeForm.loading * {
    cursor: progress;	
}

#subscribeForm .thanks h3 {
    display: inline;    
    font-size:12px;
	font-weight:bold;
	letter-spacing:0.04em;
	line-height:25px;
	position: relative;
	color: #666666;
}

#followUs{
	width:340px;
	height: 40px;
	float:right;
	text-align:right;
	color: #72ba4a;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 18px;
	overflow:hidden;
}

#followUs ul.social {
	padding-left: 15px;
}

.follow {
	margin-top: 5px;
	text-align:right;
	}

.greenCapsHead {
	color: #72ba4a;
 	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
 	margin-top: 0px;
	 }
	 
/*
	SLIDER
*/
.slider-wrap								{ width: 200px; position: absolute; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 200px; height: 210px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0;  }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 200px;  }
.stripNavL, .stripNavR						{ margin-top: 10px; display:none;}
.stripNav									{ display: none; }
.cross-link									{ display: block;
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../_images/rss_17px.gif) top center no-repeat; }

/*
LIST STYLES */
.wrapper ul 							{ width: 208px; overflow: hidden; list-style: none; margin: 0px; padding: 0; font-family: Lucida Grande, Verdana, Arial; font-size: 12px; line-height: 15px; text-align: left; font-weight: 500; }
.wrapper ul li  						{ 
	                                     margin-right:15px;
						  		  	     border-bottom: 1px dotted #72ba4a; color: #000000; display: block; padding: 10px 10px; margin-left: -8px; text-decoration:none;
									   
}
.wrapper ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
	/*form style */
	
.subby { 
	font-size: 12px;
	font-style:italic;
	border: 1px solid #72ba4a;
	color: #666666;
	padding: 4px;

}

   #button1 {
      width: 103px;
      height: 30px;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent url(../_images/signup_btn.jpg) no-repeat top left;
      text-indent: -1000em;
      vertical-align: middle;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* IE 5.x */
    }
	/* crumbs */
	
.breadcrumbs {
	color: #666666;
	font-size: 11px;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
		
	}
	
.breadcrumbs a{
	color: #666666;
	font-size: 11px;
	margin: 0 10px;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	}
	
.breadcrumbs a:hover{
	color: #666666;
	font-size: 11px;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	}
	
	/* FAQ */


.msg_head {
	font-size: 13px;
	line-height: 20px;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
	
.msg_head a{
	color: #72ba4a;
	text-decoration: none;
	border-bottom: 1px dotted #72ba4a;
}

.msg_head a:hover{
	color: #336600;
	text-decoration: none;
	border-bottom: 1px dotted #336600;
}
	
	
	/* SOCIAL SPRITES */
	
#followUs li {
	display: inline;
	margin: 0;
}
	a.sprite-fb { 
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin-right: 8px;
	background: url("../_images/social_sprt.png") 0 -24px; 
	} 
a.sprite-fb:hover {background: url("../_images/social_sprt.png") 0 -72px; } 
a.sprite-ms { display:block;
	float:left;
	width:24px;
	height:24px;
	margin-right: 8px;
	background: url("../_images/social_sprt.png") 0 -120px; } 
a.sprite-ms:hover { background: url("../_images/social_sprt.png") 0 -168px; } 
a.sprite-rss { display:block;
	float:left;
	width:24px;
	height:24px;
	margin-right: 8px;
	background: url("../_images/social_sprt.png") 0 -216px; } 
a.sprite-rss:hover { background: url("../_images/social_sprt.png") 0 -264px; } 
a.sprite-tw { display:block;
	margin-top: 1px;
	float:left;
	width:24px;
	height:24px;
	margin-right: 8px;
	background: url("../_images/social_sprt.png") 0 -312px; } 
a.sprite-tw:hover { background: url("../_images/social_sprt.png") 0 -360px; } 

.followText{
	color: #72ba4a;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
 	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-right: 18px;
	letter-spacing: .04em;
	text-align: left;
}

/*RIDER PAGE */



#r_container {
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../_images/mainAssets/bigBody_mid.jpg);
	background-repeat: repeat-y;
	border: 1px #badca5 solid;
}
#r_header { 
	background-image:url(../_images/mainAssets/bigBody_header.jpg);
	background-repeat:no-repeat;
	height:7px;
	overflow: hidden;
} 

#r_mainContent {
	background-repeat: repeat-y;
	margin:0;
	min-height: 55px;
	height:100%;
}
#r_footer { 
	margin:0;
	background-image:url(../_images/mainAssets/bigBody_foot.jpg);
	background-repeat:no-repeat;
	height: 71px;
	padding: 1px 0 0 15px;
}

/* Left Column */

#r_leftColumn {
	width: 232px;
	margin: 0 0 0 7px;
	float: left;
	}
	
#r_leftColumnHead {
	margin: 1px 0 0 1px;
	height: 35px;
	background:#72ba4a;
	width: 211px;
	font-size: 18px;
	font-weight:bold;
	line-height: 15px;
	color: #FFFFFF;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-top: 18px;
	padding-left: 20px;
	text-transform:capitalize;
}

#r_leftColumnBody {
	width: 233px;
	font-size: 14px;
	line-height: 18px;
	color: #72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-top: 1px;
	border-top: 1px solid #72ba4a;
}

.r_Menu {
	width: 213px;
	height: 32px;
	margin-left: 20px;
	margin-top: 13px;
}

.r_Menu a{
font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.r_Menu a:hover{
	color: #336600;
	border-bottom: 1px dotted #336600;
	
}
.r_MenuCurrent{
	width: 213px;
	height: 25px;
	margin-left: 10px; 
	margin-top: 8px;
	padding-top: 7px;
	background-image:url(../_images/rMenu_highlite.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	font-weight: bold;
}

.r_MenuCurrent a{
font-size: 14px;
	line-height: 18px;
	color: #72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.r_MenuCurrent a:hover{
	border-bottom: 1px dotted #336600;
	
}

/* Main Info */

#r_mainInfo {
	width: 676px;
	overflow: hidden;
	height: 100%;
	float:left;
	margin: 15px 0 0 20px;
}
ul.specials li {
	 color: #72ba4a;
	 list-style: disc;
	 margin-bottom: 8px;
	 font-size: 12px;
	  }
ul.specials li span { 
	color:#000000; 
}

.table_desc{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.externalink {
	font-size: 12px;
	line-height: 15px;
	color: #72ba4a;
    background: url(../_images/external.jpg) center right no-repeat;
	text-decoration:none;
    padding-right: 19px;
}

.bodyCopy p{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	width: 520px;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
}

#bodyCopy a{
	font-size: 12px;
	line-height: 20px;
	color: #72ba4a;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #72ba4a;
	text-decoration: none;
}

.bodyCopy p a:hover{
	font-size: 12px;
	line-height: 20px;
	color: #336600;
	font-family:Lucida Grande,Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

hr {
color: #72ba4a;
background-color: #badda6;
height: 1px;
width: 100%;
margin-top: -8px;
margin-bottom: 15px;
border: none;
}

#top5 {
	height: 5px;
}