/* Designed and coded by RMW Web Publishing - www.rmwpublishing.net */
@import url("layout.css");
@import url("nav_left.css");

/* Site specific styles */
body {
	margin: 0;
	padding: 0;
	font-family:  verdana, arial, helvetica, sans-serif;
	border-top: 1px solid #FFF;
}
a {
	color: #039;
}
a:visited {
	color: #6C6CFF;
}
a:hover {
	color: #005DDD;
}

a img {
	border: none;
}
hr {
	display: none;
}

/* header */
#header {
	margin: 0;
	padding: 0;
	background: #FFF url("../img/bg_head.gif") repeat-x;
}
#header h1 {
	height: 242px;
	margin: 0;
	padding: 0;
	background: url("../img/bg_masthead.gif") no-repeat;
}
#header h1 a {
	display: block;
	margin: 0;
	padding: 70px 1em;
	padding-bottom: 0;
	font-style: italic;
	text-decoration: none;
	color: #000;
}
#header h1 img {
	margin-right: .7em;
}

/* content */
#content {
	min-height: 35em;
	padding: 10px;
	padding-right: 210px;
	font-size: smaller;
}
* html #content { /* IE Filter */
	height: 35em;
}
#content h2 {
	position: absolute;
	width: 333px;
	top: 190px;
	margin: 0;
	padding: 0;
	left: 0;
	text-align: right;
	color: #039; /* blue */
	font-size: 140%;
}

/* extra */
#extra {
	position: absolute;
	z-index: 2;
	top: 255px;
	right: 5px;
	width: 200px;
	background: url("../img/bg_extra_blue.gif") left top no-repeat;
	text-align: center;
	font-size: smaller;
}
#extra #highlight {
	margin: 10px 11px;
	padding: 10px;
	border: 3px solid #039;
	background: #FFF;
}
#extra #highlight p {
	text-align: justify;
}

/* sidebar */
#sidebar {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
 /* shadow */
}
#sidebar #nav {
	margin: 0;
	padding: .3em 0 1em;
	border: 3px solid #039;
	border-top: none;
}
#sidebar #nav li {
	display: inline;
}
#sidebar #nav a {
	display: block;
	margin: 5px 0 0 10px;
	margin-right: -15px;
	padding: 8px;
	color: #039;
	font-size: larger;
	text-decoration: none;
}
#sidebar #nav a:hover,
#sidebar #nav a:focus {
	padding: 5px;
	border: 3px solid #039;
	background: #FFF;
}
#sidebar #nav .selected {
	background: #039;
	color: #FFF;
}
#sidebar #nav .selected:hover,
#sidebar #nav .selected:focus {
	background: #039;
}
#accreditation {
	padding-top: 5px;
	background: #FFF url("../img/bg_sidebar.gif") top repeat-x;
}
#accreditation p {
	margin: 0;
}

/* footer */
#footer {
	clear: both;
	font-size: smaller;
	margin-top: 1em;
	margin: 1em 210px;
	background: #7F7F7F; /* grey */
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer .vcard {
	margin: 0;
	padding: .7em 0;
}
#footer .vcard div {
	display: inline;
	padding: 0 .3em;
}
#footer #siteby,
#footer #siteby a {
	background: #FFF;
	color: #4C4C4C;
}
#footer #siteby {
	font-size: smaller;
	padding-top: 1.5em;
}
#footer #siteby a {
	text-decoration: underline;
}

/* hCard */
.vcard {
	margin-top: 1em;
}
.vcard .org,
.vcard .adr {
	margin-bottom: 1em;
}
.vcard .organization-name {
	font-size: larger;
	font-weight: bold;
}
.vcard .adr .type {
	display: none;
}
.vcard .adr .locality {
	display: block;
}
.vcard abbr {
	border: none;
}
.vcard .tel .value,
.vcard .email .value,
.vcard a {
	font-size: x-small;
}
.vcard .email .type {
	display: none;
}

/* Products */
#products ul {
	margin: 0;
	padding: 0;
}
#products li {
	display: inline;
	padding: 0 10px 0 13px;
	background: url("../img/arrow_down.gif") 0 60% no-repeat;
	line-height: 1.7;
}
* html #products li { /* IE Filter */
	zoom: 1; /* force each li not to wrap - as the bg img will not show if it wraps */
}
#products li a {
	text-decoration: none;
}

.top {
	padding-right: 13px;
	background: url("../img/arrow_up.gif") 100% 80% no-repeat;
	text-align: right;
}
.hot {
	color: red;
}

/* Specials */
#specials div {
	float: left;
	width: 30%;
	margin: 2px;
	padding: 5px;
	border: 1px dashed blue;
	background: #F6C658 url("../img/bg_special.jpg") top repeat-x;
}
#specials h3 {
	color: yellow;
	text-align: center;
}
#specials p.img {
	margin: .2em auto;
	text-align: center;
}
#specials .price {
	color: blue;
	font-weight: bold;
	font-size: larger;
}
.condition {
	clear: left;
}

/* Specials -extra */
#extra #highlight.specials {
	background: #F6C658 url("../img/bg_special.jpg") bottom repeat-x;
	border: 1px solid #FFF;
}

/* Highlight */
.highlight {
	width: 300px;
	margin: 1em auto;
	padding: 1px 10px;
	background: #F6C658 url("../img/bg_special.jpg") bottom repeat-x;
	border: solid 3px #6D1D19;
}
.highlight h3 {
	font-size: larger;
	text-align: center;
}
.highlight p {
	margin: .5em 0;
}
.highlight a {
	color: #000;
}