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



/* -------- Main Ad ------ */
div.mainAd{
	background: #1f1f1f;
	position: absolute;
	left: 31px;
	top: 45px;
	padding: 7px 7px 7px 7px;
	
}


/* ------ Contact ---------- */
div.contactInfo{
	background: #795833;
	position: absolute;
	left: 607px;
	top: 45px;
	
	width: 246px;
	height: 249px;
	padding: 7px 7px 7px 7px;
}

div.infoHolder{
	padding: 7px 7px 7px 7px;
}

div.addressPhone{
	float: left;
}
div.addressPhone h3{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dce0ce;
}
div.addressPhone p{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	color: #e6c58d;
}

div.addressPhone a:link{
	color: #dce0ce;
	text-decoration: underline;
}
div.addressPhone a:visited{
	color: #dce0ce;
	text-decoration: underline;
}
div.addressPhone a:hover{
	background: #dce0ce;
	color: #795833;
	text-decoration: none;
}

div.storeHours{
	float: right;
	width: 100px;
}
div.storeHours h3{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dce0ce;
}
div.storeHours p{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	color: #e6c58d;
}


/*------- Lower Boxes ---------- */
div.lowerLeftBox{
	background: #685534;
	position: absolute;
	left: 31px;
	top: 324px;
	width: 245px;
	height: 200px;
	
	padding: 7px 7px 7px 7px;
}

div.lowerLeftBox img{
	margin: 0px 0px 0px 0px;
}

div.lowerCenterBox{
	background: #796a47;
	position: absolute;
	left: 319px;
	top: 324px;
	height: 200px;
	width: 245px;
	
	padding: 7px 7px 7px 7px;
}

div.lowerRightBox{
	background: #7a6e52;
	position: absolute;
	left: 607px;
	top: 324px;
	height: 200px;
	width: 245px;

	
	padding: 7px 7px 7px 7px;
}
div.boxText{
	margin: 0px auto;
	width: 235px;
}
div.boxText h3{
	padding: 0px 5px 5px 3px;
	margin: 10px 0px 3px 0px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #dce0ce;
}
div.boxText p{
	padding: 0px 2px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}
div.box1 h3{
	color: #dce0ce;
}
div.box1 p{
	color: #e6c58d;
}
div.box2 h3{
	color: #dbe3c0;
}
div.box2 p{
	color: #e6c58d;
}
div.box3 h3{
	color: #dce8b4;
}
div.box3 p{
	color: #e7be78;
}
