#mainbody{
    margin-top: 20px;
}
.boxrow a{
	text-transform: none;
    color: white;
}
.boxrow ul{ 
	list-style-type: none; 
	float: left;
    font-size: 10px;
	color: white;
}
h3 .storeLogo{

}
.boxrow li{
    float: left;
    margin-left: 5px;
    width: 62px;
    height: 36px; 
    text-align: center;
    padding-top: 18px;
}
.boxrow li.dark{
	background-color: #689a41;
}

.boxrow li.light{
	background-color: #a5cd39;
}
.boxrow li.light-mid{
	background-color: #9bcd9a;
}
.boxrow li.yellow{
	background-color: #ccdc21;
}

.boxrow li.mid{
	background-color: #a9d48d;
}

#header .storeLogo{
    font-weight: normal;
    width: 160px;
    padding-top: 0px;
    padding-left: 0px;
}
.storeLogo .darker{
    font-size: 36px;
    color: #44652a;
}
#topNav{
    display: none;
}
#bodyContent #info-div .infoText{
    padding: 0px;
    margin: 0px;
}
.infoText div{
    padding: 0px;
    margin: 0px;

}
.info-page .text{
    width: 320px;
    float: left;
       padding: 0px;
    margin: 0px; 
}
.info-page .image{
    float: left;
    width: 300px;
       padding: 0px;
    margin: 0px 0px 0px 10px; 
}
.midSplash{
    width: 400px;
    height: 200px;
    font-family: Helvetica, Verdana, Arial, sans-serif; 
    margin: 0px auto;
    text-align: center;
    color: #40ae4b;
    font-size: 26px;
}
.midSplash strong{
    font-weight: normal;
    color: #4f654e;
}
.bottomSplash{
    width: 400px;
    height: 300px;
    margin: 0px auto;    
}

.topSplash{
    width: 400px;
    margin: 0px auto;
    margin-top: 80px;
}
.topSplash a{
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.bottomSplash a{
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.topSplash div{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    margin: 0 10px 10px 0;
    text-align: center;
    height: 45px;
    width: 70px;
    padding-top: 25px;
    color: white;
}
.bottomSplash div{
    margin: 0 10px 10px 0;
    text-align: center;
    height: 45px;
    width: 70px;
    padding-top: 25px;
    color: white;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}
#item-contenttitle{
    color: #4d5a11;
    font-weight: normal;
}
#bodyContent .contentsTable .itemName a{
    color: #ccdc21;
    font-size: 16px;
    font-weight: normal;
}
.dark{
	background-color: #689a41;
    float: left;
}

.light{
	background-color: #a5cd39;
    float: left;	
}
.light-mid{
	background-color: #9bcd9a;
	float: left;
}
.yellow{
	background-color: #ccdc21;
	float: left;
}

.mid{
	background-color: #a9d48d;
	float: left;
}
