* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/new-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	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;
}

#container #header {
	background-color: #FDBE36;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#container #header a, #container #header a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainMenu ul li {
	font-size: 9px;
	display: inline;
	color: #FFF;
	background-color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px;
	padding: 3px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#mainMenu ul li a {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration:none;
}
#mainMenu ul {
	list-style-type:none;
	padding: 7px 0;
	text-align: center;
}
#mainMenu {
	background-color: #000;
}


#mainMenu ul li a:hover {
	color:#FABF22;
}
#mainContent {
	
}
embed, object 
{ 
	min-height:800px;
}.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #eee;
}
.oneColLiqCtrHdr #footer {
	padding: 10px 10px 25px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	text-align: center;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
}
#footerLinks #mainlevel li {
	display: inline;
	list-style-type: none;
}
#footerLinks #mainlevel li .mainlevel {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-left: 5px;
}
#headerRight {
	width: 131px;
	float: right;
}
.clear {
	display: block;
	clear: both;
	height: 0px;
}
#storeLocatorForm {
	margin-top: -10px;
}
#findnearest-origin-input {
	width: 97px;
	padding: 1px 0;
	font-size: 11px;
	vertical-align:middle;
	
}
#findnearest-submit-button {
	padding: 1px 0;
	vertical-align:middle;
}

