/* CSS Document */

html, body{
	margin:0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #051f3c; 
	line-height: 18px;
	background-color: #8fc22c;
}
img {
	border: 0;
}


a, .active, .visited {
	text-decoration: none;
	color:#304bff;
}
a:hover	{
	color:#1c5492;
	text-decoration: underline;
}


#layout{
	height:100%;
	width:838px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	border-left:solid 4px #638e10;
	border-right:solid 4px #638e10;
}

#header {
	height:110px;
}



#footer {
	height:100px;
	background-image:url(../img/footerBackground.gif);
	background-repeat: repeat-x;
}

h1 {

font: 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#689413;
padding: 0;
margin: 0;

}
#mainMenu {
	background-color:#dae4c6;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	height:29px;
}

#navmenu {
text-align: center;
}

#navmenu li {
list-style: none;
display: block;
float: right;
padding-right: 30px;
padding-top:8px;
}
#navmenu a {
color: #2f4405;
text-decoration:none;
}
#navmenu a:hover{
color: #5b7625;
text-decoration:none;
}

#topSellers {
	background-image:url(../img/menuBackground.jpg);
	background-repeat:no-repeat;
}
table.fancy {
	width:90%;
	}
table.fancy td {
	background-color:#EEEEEE; 
	padding:5px;
	text-align:left;
}


.navlist {
	width: 70%;
	text-align:left;
	line-height: 14px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 70px;
	padding-top: 10px;
}

.navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navlist li {
	margin: 0;
	border-bottom:thin solid #b3d670;
	border-bottom-width: 1px;
}
.navlist a {
	display: block;
	padding: 2px 2px 2px 20px;
	
}
.navlist a:link{
	color: #ffffff;
	text-decoration: none;
}

.navlist a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navlist a:hover, .navlist a:active {
	background-color:#a1d144;
}


.section {
	width: 70%;
	text-align:left;
	line-height: 14px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 30px;
	padding-top: 10px;
}

.section ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section li {
	margin: 0;
	border-bottom:thin solid #b3d670;
	border-bottom-width: 1px;
}
.section a {
	display: block;
	padding: 2px 2px 2px 20px;
	
}
.section a:link{
	color: #ffffff;
	text-decoration: none;
}

.section a:visited {
	color: #ffffff;
	text-decoration: none;
}

.section a:hover, .section a:active {
	background-color:#a1d144;
}


