/*Navigation, Main Feature, Header CSS

Spring-Colors:
Bg: #336600 (Dark Green)
Text Boxes: #ccff99 (Light Green)
*/

/*---HEADER---*/
 #image {
	background-color: #336600;
	margin-top: 0px;
	width: 848px;
	height: 175px;
	background-image: url(images/BannerGreen.jpg);
	background-repeat: no-repeat;
	}

#banner img {
	border: 0px;
	}
	
#banner a:focus { 
	outline: 0;
	}


/*--------SHOPPING CART------*/
#headerstrip {
	background-image: url(images/gb2.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 37px
	}

#viewnow {
	padding-top: 5px;
	padding-right: 10px;
	color: #ccff99;
	float:right;
	position: relative;
}

#viewnow a:active, #viewnow a:visited, #viewnow a:link {
	color: #ccff99;
	text-decoration: none;
	}
	
#viewnow a:hover {
	text-decoration: underline;
	}
	
#shoppingcart {
	margin-bottom: -5px;
	}

#shoppingcart img {
	border: 0px;
	}
/*----NAVIGATION---*/

#navcontainer {
	background-color: #ccff99;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
	width: 848px;
	z-index: 20;
	
	}
	
#menu{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: -1px;
	padding-bottom: 0px;
	}

#menu li
{	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	z-index: 25;
	}

#menu li a
{	display: block;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	background-color: #ccff99;
	color: #336600;
	text-align: left;
	text-decoration: none;
	}

	
#menu div {
	position: absolute;
	visibility: hidden;
	background-color: #ccff99;
	color: #000;
	padding: 0px;
	margin: 0px;
	z-index: 30;
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	}

#menu div a{
	position: relative;
	display: block;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 105px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #336600;
	border-top: 1px solid #336600;
	text-align: left;
	}
	
#menu a, #menu div a:hover{
	background: #336600;
	color: #fff;
	}
	
/*------MAIN FEATURE------*/
#mainfeature {
	background-color: #ccff99;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: auto;
	height: 1%;
	}
	
#return {
	background-color: #ccff99; 
	margin-top: -10px; 
	margin-bottom: 5px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 10px;
		}
	
/*----------FOOTER-----------*/	
#copyright {
	color: #ccff99;
	font-size: 9pt;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
	
#copyright a:link {color: #ccff99; text-decoration: none;}
#copyright a:active {color: #ccff99; text-decoration: none;}
#copyright a:visited {color: #ccff99; text-decoration: none;}
#copyright a:hover {color: #ccff99; text-decoration: underline;}
	
/*---------CONTACT PAGE------*/
#contactbg {
background-color: #336600;
padding-top: 5px;
padding-left: 10px;
padding-right: 5px;
padding-bottom: 5px;
width: 380px;
color: #ccff99;
}

/*Complete Order Page*/
.btns {
color: #336600;
font-style:  Arial, Verdana, sans-serif;
background-color: #ccff99;
font-weight: bold;
font-size: 12px;
}

.btns:hover {
background-color: transparent;
color: #ccff99;
font-weight: bold;
}

/*Contact Page*/
.fakebtns {
color: #336600;
font-style:  Arial, Verdana, sans-serif;
background-color: #ccff99;
font-weight: bold;
font-size: 12px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
}

.fakebtns:hover {
background-color: #336600;
color: #ccff99;
border: 1px solid #ccff99;
}
	
