.noCSS {
	display: none;
}
/* Generic Styles */
body {
	margin: 15px 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #333333;
}
body.home {
	margin: 0 auto;
	background-color: #EBE6DC;
	text-align: center;
}
html,html>body.home {
	height: 100%;
}
body.home p {
	margin-top: 30px;
}
body.home a {
	color: #666666;
	text-decoration: none;
}
body.home a:hover {
	color: #FF0066;
	text-decoration: underline;
}
td {
	vertical-align: top;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6,form {
	font-size: 11px;
	margin: 0;
}
p {
	margin: 0 0 6px;
	line-height: 13px;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #92968D;
}
a:hover {
	color:#636861;
}
.clear {
	clear: both;
	height: 1px;
}
html>body .clear {
	height: auto;
	min-height: 1px;
}
.hide {
	display: none;
}
#outer {
	position: relative;
	width: 760px;
	/*height: 427px;*/
	height: 413px;
	margin: auto;
	border: 1px solid #F4F1EB;
	background-color: #F4F1EB;
	color: #333333;
	vertical-align:middle;
}
/* Topbar Styles */
#topbar {
	height: 50px;
	padding: 12px 5px 0 0;
	background-color: #FFFFFF;
	text-align: right;
}
#topbar img {
	border: 0;
}
*html #topbar img {
	margin: 0 0 2px;
}
#topbar img#logo {
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	margin: 0;
	border: 0px;
}
/* Content Styles */
#content {
	/*height: 306px;*/
	height:291px;
	border-top: 1px solid #92968D;
}
#content li {
	font-size: 11px;
}
#scroll {
	position: absolute;
	top: 76px;
	left: 14px;
	overflow: auto;
	width: 421px;
	height: 268px;
	padding: 0 10px 0 0;
}
*html #scroll {
	scrollbar-face-color: #DADDD6;
	scrollbar-highlight-color: #DADDD6; 
	scrollbar-shadow-color: #DADDD6; 
	scrollbar-3dlight-color: #C3C8BC; 
	scrollbar-arrow-color: #92968D; 
	scrollbar-track-color: #EBE8E2;
	scrollbar-darkshadow-color: #C3C8BC;
}
#scroll p {
	text-align: justify;
	line-height: 15px;
}
#scroll p a {
	font-weight: bold;
}
span.price {
	background-color: #F4F1EB;
	color: #65774C;
	font-weight: bold;
}
#openinghours {
	display: block;
	width: 136px;
	height: 19px;
	padding: 6px 7px 0;
	margin: 12px 0;
	background-color: #92968D;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#openinghours:hover {
	background-color: #C3C8BC;
	color: #FFFFFF;
}
#map {
	display: block;
	width: 136px;
	height: 19px;
	padding: 6px 7px 0;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#map:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

#options {
	list-style: none;
	margin: 0;
	padding: 0;
}
#options li {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#options input, #options select {
	float: right;
	font-weight: normal;
	vertical-align: middle;
}
#options input {
	width: 40px;
}
#options p {
	margin: 0;
	line-height: 14px;
}
#options span {
	float: right;
	font-weight: normal;
}
img#main {
	position: absolute;
	top: 63px;
	right: 0;
	display: block;
	width: 457px;
	height: 291px;
	border-top: 15px solid #E2E2E2;
}
img#editorial {
	position: absolute;
	top: 63px;
	left: 456px;
	width: 305px;
	height: 291px;
}
#content object,#content embed {
	position: absolute;
	top: 63px;
	right: 0;
	display: block;
	width: 305px;
	height: 291px;
}
form#product {
	margin: 0;
}
#products {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#products li {
	margin: 0 0 6px;
}
/* Contact Form Styles */
form#enqform,div#right_box{
	position:absolute;
	top:63px;
	right:0px;
	width:241px;
	/*height: 275px;*/
	height:260px;
	padding:31px 31px 0px 31px;
	background-color:#F8F6F4;
	color:#666666;
}
form#enqform td,div#right_box td{
	padding: 2px;
}
form#enqform p,div#right_box p{
	margin: 0;
}
form input, form textarea{
	width: 200px;
	/*margin: 0 0 0 22px;*/
	border: 1px solid #92968D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form input#reset{
	width: auto;
	background-color: #999999;
	color: #FFFFFF;
	border: 0;
}
form input#submit,form input#submitbutton,#submitbutton{
	width: auto;
	margin: 0 0 0 5px;
	background-color: #92968D;
	color: #FFFFFF;
	border: 0;
}
/* Basket Styles */
#scroll.basket {
	width: 712px;
	overflow: auto;
}
#baskettable {
	width: 692px;
}
#baskettable th {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
#baskettable td {
	padding: 3px;
}
#baskettable tr.one {
	background-color: #EBE8E2;
}
#baskettable tr.two {
	background-color: #E6E3DD;
}
#baskettable input {
	float: right;
}
/* Navbar Styles */
#navbar {
	height: 58px;
	border-top: 1px solid #92968D;
	background-color: #F9F9F9;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	width: 140px;
	height: 26px;
	padding: 32px 6px 0px;
	border-right: 0px solid #48392B;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#navbar li a.one {
	background-color: #C3C8BC;
	color: #FFFFFF;
}
#navbar li a.one:hover {
	background-color: #DADDD6;
}
#navbar li a.two {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
#navbar li a.two:hover {
	background-color: #DFDFDF;
}
#navbar li a.three {
	background-color: #E2E2E2;
	color: #BBBBBB;
}
#navbar li a.three:hover {
	background-color: #EDEDED;
}
#navbar li a.four {
	background-color: #F1F1F1;
	color: #BBBBBB;
}
#navbar li a.four:hover {
	background-color: #F6F6F6;
}
#navbar li a.five {
	width: 130px;
	background-color: #F9F9F9;
	border-right: 0;
	color: #BBBBBB;
}
#navbar li a.five:hover {
	background-color: #FCFCFC;
}
/* Footer Styles */
#footer{
	width:760px;
	margin:0 auto;
	color:#92968D;
	line-height:20px;
}
#footer_left{
	width:280px;
	float:left;
	text-align:left;
}
#footer_right{
	width:480px;
	float:right;
	text-align:right;
}
#footer a {
	background-color:#FFFFFF;
	color:#92968D;
}
#footer a:hover {
	background-color:#FFFFFF;
	color:#636861;
}
