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


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;
	font-family: "Comic Sans MS", cursive, Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(im/core/bg.gif);
	background-color: #cbf4f3;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 885px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #737C60;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 4px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #8F9472;
} 
.twoColFixLtHdr #header {
	background-color: #8F9472;
	height: 120px;
	width: 875px;
	border: 5px solid #737C60;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(im/core/logo2.jpg);
	background-repeat: no-repeat;
	color: #FBDF7B;
} 
.address    {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 695px;
	font-size: 14px;
	line-height: 20px;
}
.twoColFixLtHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navbar {
	background-color: #8F9472;
	height: 30px;
	width: 875px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #737C60;
	border-bottom-color: #737C60;
	border-left-color: #737C60;
	border-top-style: none;
}
.navtable {
	width: 875px;
	font-size: 18px;
}
.navcell {
	width: 115px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #E1F0FE;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #787E63;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #787E63;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #787E63;
	height: 344px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	border: 5px solid #7D8066;
	background-color: #000;
	text-align: center;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footer2 {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.twoColFixLtHdr #copy {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	border: 5px solid #7D8066;
	background-color: #FFF;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#ebtp  {
	left: auto;
	top: 700px;
	right: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav {
	font-family: "Comic Sans MS", cursive, Verdana, Geneva, sans-serif;
	color: #FBDF7B;
	text-decoration:none;
}
.nav a:link{
	color:#FBDF7B;
	text-decoration:none;
}
.nav a:visited{
	color:#FBDF7B;
}
.nav a:hover {
	color:#4D5340;
}
.nav a:active{
	color:#FBDF7B;
}
.navFoot {
	font-family: "Comic Sans MS", cursive, Verdana, Geneva, sans-serif;
	color: #FBDF7B;
	text-decoration:none;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.navFoot a:link{
	color:#FBDF7B;
	text-decoration:none;
}
.navFoot a:visited{
	color:#FBDF7B;
}
.navFoot a:hover {
	color:#4D5340;
}
.navFoot a:active{
	color:#FBDF7B;
}
#cloudy {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(im/core/cloud.gif);
	visibility: visible;
}
#leftpanel  {
	left:0px;
	top:0px;
	width:155px;
	height:344px;
	background-image: url(im/core/leftbg.gif);
	background-repeat: no-repeat;
	float: left;
	z-index: 10;
}
#brandjumpbox {
	width: 122px;
	background-color: #FFF;
	left: 7px;
	position: relative;
	top: 220px;
	height: 106px;
	border: 1px solid #999;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.brandjump {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1px;
	text-decoration: none;
	display: block;
	height: 15px;
	color: #787E63;
	text-indent: 5px;
	font-size: 12px;
	padding-top: 1px;
}
.brandjump a:link{
	color:#787E63;
	text-decoration:none;
	width: 100px;
}
.brandjump a:visited{
	color:#8F9573;
	text-decoration: none;
}
.brandjump a:hover {
	color:#FFF;
	background-color: #1FAA17;
	text-decoration: none;
}
.brandjump a:active{
	color:#8F9573;
	text-decoration: none;
}
#results {
	left:155px;
	top:0px;
	width:720px;
	height:344px;
	z-index:1;
	float: left;
	overflow: auto;
	background-image: url(im/core/verticals.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#shopper {
	left:0px;
	top:0px;
	width:865px;
	height:269px;
	z-index:2;
	float: left;
	overflow: auto;
	background-image: url(im/core/verticals.gif);
	background-repeat: repeat-y;
	background-position: 155px;
	padding-top: 15px;
	padding-left: 10px;
}
#topbar {
	left:0px;
	top:0px;
	width:875px;
	height:30px;
	z-index:2;
	float: left;
	overflow: auto;
	color: #FDDF87;
	background-color: #000;
}
#basebar {
	left:0px;
	top:0px;
	width:875px;
	height:30px;
	z-index:2;
	float: left;
	color: #FDDF87;
	background-color: #000;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#results2 {
	left:155px;
	top:0px;
	width:544px;
	height:344px;
	z-index:2;
	float: left;
	overflow: auto;
	background-image: url(im/core/verticals.gif);
	background-repeat: repeat-y;
}
#salel  {
	width: 100px;
	text-align: left;
	margin-left: -300px;
	display: block;
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 100;
} 
#saler     {
	background-color: #F00;
	height: 100px;
	width: 100px;
	position: absolute;
	margin-left: 775px;
	z-index: 3;
}

