html
{
	height:auto;
	min-height:100.1%;
	background-color:White;
	margin:0px auto;
	line-height:16px;
	padding:0px;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	
}

#header_container {
	width:100%;
	background:#fff;
		}
	
#header {
	width:850px; 
	background:#fff;
	color:#fff;
	font-size:0.95em;
	}
	
#main_container {
	width:100%;
	background:#fff;
}

#main {
	width:850px; 
	background:#fff;
	color:#000;
	font-size:1em;
   	padding:4px;
	
	}
	
#footer_container {
	width:100%;
	border-top:3px #0000ff solid;
	background:#000;
	color:#fff;
}

#footer {
	width:850px; 
	background:#000;
	color:#fff;
	font-size:1em;
	text-align:center;
	font-size:1em; 
	font-weight:bold;
	}
	
.search {
	padding: 2px;
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	background-image:url(../images/stripe.png);
	background-repeat:repeat-x repeat-y;
}

.searchbox {
	padding: 2px;
	color:#000;
	background:#fff;
	border:4px #ffcc33 solid;
	font-size:1.2em;
	font-weight:bold;
	
}

form {
	display:inline;
}

.search input { color #000; font-size:1.0em; padding:2px;}
.search select { color #000; font-size:1.0em; padding:2px;}

.searchbox input { color #000; font-size:1.0em; padding:1px;}
.searchbox select { color #000; font-size:1.0em; padding:1px;background:#ffcc33;}
	
#heading {
	width:100%;
	background-image:url(../images/stripe.png);
	background-repeat:repeat-x repeat-y;
	padding-top:4px;
	padding-bottom:4px;
	width:99.5%;
	padding-left:3px;
}

h1 {
	color:#000;
	font-weight:bold;
	font-size: 1.2em;
	display:inline;

}

h2, h3 {
	font-size:1.2em;
	font-weight:bold;
	display:inline;
	color:#000;
	
}
.menu { 
	border: 3px solid #999; 
	padding:4px;
	color:#000;
}

a:link {
	text-decoration:underline;
	color:#000;
}

a:visited {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#000;
}

a:active {
text-decoration:underline;
color:#000;
}

.menu a {
	font-size:1.1em;
	font-weight:bold;
	
}

.message {
	border: 1px solid #999;
	background: #ffcc33
	color:#000;
	padding:5px;
	
}

.prices {
	border:4px #999 solid;
	color:#000;
	padding:3px;
	background:#f1f1f1;
}

.row1 {
	background: #f1f1f1;
	border-bottom:#999 solid 1px;
	font-size:1em;
	padding-top:3px;
	padding-bottom:3px;

	
}

.row2 {
	background: #fff;
	border-bottom:#999 solid 1px;
	font-size:1em;
	padding-top:3px;
	padding-bottom:3px;
}

.price {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}
	
.delivery {
	font-size:0.8em;
	text-align:center;

	margin:0px;
}

p { display:inline; }

.dashed 
{ 
	border-top:1px dashed #f1f1f1; 
	border-bottom:1px dashed #f1f1f1; 
	padding:3px;
}

.lists {
	background: #f1f1f1; 
}

.news_story {
	border: 1px #999 dashed;
	padding: 4px;
}

.voucher {
	background:#ff3333;
	color:#fff;
	font-weight:bold;
	padding:2px;
	text-align:right;
}

.rightpanel {
	border-left:2px solid #ffcc33
}

.navigation {
	font-size:1.1em;
}

.navigation td {
	
	width:100%;
}