body {
	background-color: #F2FAFC;
	background-image: url(../Img/back_mainBlue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 1.5;
}

td {
	font-size: 12px;
}

h1 {
	color: #A6D54D;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #2D7A58;
}

hr {   
     border: none 0;  
     border-top: 1px solid #BDEE65;
     width: 90%;  
     height: 1px;
     margin: 20px 0px 10px;
}
/*------- Formatting -------*/

.orderBar {
	color: #ABDA4D;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 15px;
}

.listPrice {
	text-decoration: line-through;
        font-size: 11px;
}

.ourPrice {
	font-size: 11px;
}

.footerText {
	font-size: 10px;
}

.finePrint {
	font-size: 8px;
}

img.transparent {
	behavior: url("/CSS/pngbehavior.htc");
}

/*------- Main Structure -------*/

#mainLogo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}

#saveGreen {
	position:absolute;
	left:388px;
	top:56px;
	width:279px;
	height:22px;
	z-index:2;
}

#topNav {
	background-color: #569854;
	color: #ffffff;
	padding: 2px 10px;
	position: absolute;
	top: 0px;
	left: 480px;
	text-align: center;
	font-size: 12px;
}

#topNav a {
	color: #E7F6FB;
}

#topNav a:hover {
	color: #FFFFFF;
}

#mainNav {
	position:absolute;
	left:0px;
	top:275px;
	width:200px;
	height:200px;
	z-index:4;
}

.headerLink {
	color: #2E7B59;
	padding: 0px 0px;
	font-size: 10px;
}

.headerLink:hover {
	color: #000000;
}

#mainContentArea {
	position:absolute;
	left:193px;
	top:157px;
	width:590px;
	height:123px;
	z-index:3;
}

#mainContentArea #headerContent {
	height: 25px;
	text-align: center;
}

#mainContentArea #mainContentA {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-image: url(../Img/back_mainWhite.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

#mainContentArea #mainContentB {
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	background-image: url(../Img/back_mainGreen.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#mainContentArea #footerContent {
	color: #ABDA4D;
	padding: 15px;
	text-align: center;
}

/*------- Home Page Styles -------*/

.featureTable {
	border: 4px Solid #ABDA4D;
}

.featureCell {
	border: 1px Solid #ABDA4D;
	padding: 5px;
}

.featureCell:hover {
	border: 1px Solid #75AF52;
}

.featureText {
	color: #75AF52;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.scooterLink {
	font-size: 26px;
}

/*------- Category Styles -------*/

.shippingBurst {
	position:absolute;
	left:700px;
	top:225px;
	width:125px;
	height:125px;
	z-index:100;
}

.shippingBurstB {
	position:absolute;
	left:723px;
	top:515px;
	width:125px;
	height:125px;
	z-index:6;
}

.catHeader {
	color: #75AF52;
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	width: 525px;
	border: 3px Double #ABDA4D;
	background-image: url(../Img/back_yellowFade.gif);
	background-repeat: repeat;
	background-position: center top;
	margin-bottom: 20px;
}

.gridText {
	color: #75AF52;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 4px;
}

.gridCell {
	border: 1px Solid #EDF8FB;
}

.gridCell:hover {
	border: 1px Solid #CAEF7F;
}

/*------- Detail Styles -------*/

.detailHeader {
	color: #75AF52;
	font-size: 30px;
	text-transform: uppercase;
}

.detailBox {
	border: 3px Double #ABDA4D;
	background-image: url(../Img/back_yellowFade.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FEFFDD;
}

#purchaseBox {

	position:absolute;
	left:500px;
	top:140px;
	width:180px;
	height:277px;
	z-index:5;
	background-image: url(../Img/back_purchaseBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}

.purchaseCell {
	border-bottom: 1px Solid #4C9256;
}

.dropBox {
	border-width: 0;
	background-color: #D0EC9C;
	color: #000000;
	font-size: 9pt;
	width: 95%;
	margin: 2px;
}

/*------- Account Form -------*/

.inputContact, .inputEmail {
	margin: 3px;
	border: 1px Solid #4B9256;
	width: 250px;
}

/*------- Link Styles -------*/

a {
	color: #ABDA4D;
	text-decoration: none;
}

a:hover {
	color: #2E7B59;
}

.mainNav {
	font-size: 14px;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #4b9256;

}

.mainNav:hover {
	color: #ABDA4D;
}

.footerLink {
	color: #2E7B59;
}

.footerLink:hover {
	color: #000000;
}
