@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../Images/bgtile.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#topContainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E4A34;
	margin-bottom: 30px;
	padding-top: 10px;
}
#leftBox h2 {
	margin-top: 0px;
}

#rightContainer {
	float: right;
	height: 250px;
	width: 269px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6E4A34;
	padding-left: 20px;
}
#leftContainer {
	float: right;
	height: 250px;
	width: 289px;
}
#divider {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6E4A34;
	width: 2px;
	float: left;
	height: auto;
}



#header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}
#phoneNumber {
	text-align: right;
	font-size: 22pt;
	float: right;
}
#logoArea {
	text-align: left;
	font-size: 15pt;
	height: 70px;
}
#footer {
	height: 80px;
	text-align: center;
	color: white;
	padding-top: 20px;
	font-size: 9pt;
	clear: both;
}
a {
	color: #FFF;
}
a:hover {
	color: #900;
}

#footer a {
	color: #FFF;
}



#logoArea h1 {
	margin: 0px;
}
#flashMenuArea {
	height: 65px;
	background-image: url(../Images/MainImage.png);
	background-position: center top;
	padding-top: 320px;
	background-repeat: no-repeat;
}
#leftBox {
	background-image: url(../Images/leftBox.jpg);
	width: 226px;
	margin-left: 30px;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
	float: left;
}
#menuBar {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#leftBox ul {
	margin-left: 0px;
	padding-left: 15px;
}
#leftBox ul li {
	padding-bottom: 10px;
	font-size: 12pt;
}

#menuBar a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;

}
#menuButton {
	height: 40px;
	width: 118px;
	background-image: url(../Images/buttonInactive.png);
	float: left;
	padding-top: 15px;
}
#menuButton:Hover {
	height: 40px;
	width: 118px;
	background-image: url(../Images/buttonActive.jpg);
	float: left;
	padding-top: 15px;
}

#shadedArea {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../Images/darkShading.png);
	padding-top: 15px;
	padding-right: 55px;
	color: white;
	padding-bottom: 20px;
}
#rightBox {
	float: right;
	width: 620px;
	font-size: 10pt;
}




#cityArea {
	margin-left: 350px;
}



.oneColLiqCtr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/BgHighlight.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
}
.oneColLiqCtr #mainContent {

}
#productListing {
	border: 1px solid #6E4A34;
}
