html {
	background-color: #7EB3BF;
	background-image: url(images/headerbkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 790px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a {
	color: #0000A0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #7EB3BF;
	text-decoration: underline;
}
#heading {
	padding: 5px;
	height: 180px;

}
#heading h1 {
	font-family: "Times New Roman", Times, serif;
	color: #cc0000;
	padding-top: 83px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 40px;
	margin: 0;
}
#heading h2 {
	color: #F2F2F2;
	font-family: "Times New Roman", Times, serif;
	padding-top: 23px;
	padding-bottom: 5px;
	padding-left: 70px;
	font-size: 28px;
	margin: 0;
}

.advert {
	color: #CCFFFF;
	background-color: #999999;
	padding: 2px;
	width: 195px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
}
.advert a{
	color: #CCFFFF;
	font-weight: normal;   
}
.advert a:hover{
}
.navlang ul{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3C358;
	margin: 0px;
	padding: 0px;	
}
.navlang li {
	list-style-type: none;
	display: inline;
}
.navlang li a{
	color: #F3C358;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F3C358;
}
.navlang li a:hover{
	color: #F2F2F2;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F3C358;
	background-color: #F3C358;
		text-decoration: none;
}
#sidebar {
	width:200px;
	float:left;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/sidebarbkg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#sidebar .title{
	text-align: center;
	padding: 0px;
	font-weight: bold;
	background-color: #F3C358;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #F2F2F2;
}
#sidebar .address{
	text-align: center;
	padding-bottom: 10px;
	margin: 0px;
	font-weight: normal;
}
#maincontent {
	background-image: url(images/mainbkg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width:550px;
	float:left;
	background-color: #F2F2F2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#maincontent p{
    padding-bottom: 10px;
	margin: 0px;
}
.productdrystores {
	background-image: url(images/drygoods-fade.jpg);
	margin: 2px;
	float: left;
	height: 245px;
	width: 175px;
	border: 2px solid #666666;
	background-repeat: no-repeat;
}
.productdrystores h2 {
	padding-top: 140px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CE0000;
	text-align: center;
}
.productdrystores p {
	padding: 3px;
	font-size: 12px;
}
.productveg {
	background-image: url(images/fruit-veg-fade.jpg);
	margin: 2px;
	float: left;
	height: 245px;
	width: 175px;
	border: 2px solid #666666;
	background-repeat: no-repeat;
}
.productveg h2 {
	padding-top: 140px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CE0000;
	text-align: center;
}
.productveg p {
	padding: 3px;
	font-size: 12px;
}
.productconsume {
	background-image: url(images/consumables-fade.jpg);
	margin: 2px;
	float: left;
	height: 245px;
	width: 175px;
	border: 2px solid #666666;
	background-repeat: no-repeat;
}
.productconsume h2 {
	padding-top: 140px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CE0000;
	text-align: center;
}
.productconsume p {
	padding: 3px;
	font-size: 12px;
}
.productclean {
	background-image: url(images/cleaning-products-fade.jpg);
	margin: 2px;
	float: left;
	height: 245px;
	width: 175px;
	border: 2px solid #666666;
	background-repeat: no-repeat;
}
.productclean h2 {
	padding-top: 140px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CE0000;
	text-align: center;
}
.productclean p {
	padding: 3px;
	font-size: 12px;
}
.productfresh {
	background-image: url(images/freshmeat-fade.jpg);
	margin: 2px;
	float: left;
	height: 245px;
	width: 175px;
	border: 2px solid #666666;
	background-repeat: no-repeat;
}
.productfresh h2 {
	padding-top: 140px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CE0000;
	text-align: center;
}
.productfresh p {
	padding: 3px;
	font-size: 12px;
}
.productfrozen {
	background-image: url(images/frozen-fade.jpg);
	margin: 2px;
	float: left;
	height: 245px;
	width: 175px;
	border: 2px solid #666666;
	background-repeat: no-repeat;
}
.productfrozen h2 {
	padding-top: 140px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CE0000;
	text-align: center;
}
.productfrozen p {
	padding: 3px;
	font-size: 12px;
}
#footer {
	clear: both;
	font-size: 12px;
	color: #F2F2F2;
	float: left;
	width: 550px;
	margin-left: 210px;
	text-align: right;
}
#footer a{
	color:#F2F2F2;
	font-weight: normal;
}
#footer a:hover {
     color:#666666;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 550px;
  width: 550px; 
}

form fieldset {
    border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0; 
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 180px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


form fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left */
    color:#000000;
	font-weight: bold; 
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

