/* @override 
	http://storrey.com/css/master.css
	http://localhost:8888/css/master.css
	http://localhost/css/master.css
*/

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* globals & typography */

body {
	font: .7em/1.7 "lucida grande", verdana, sans;
	color: #333;
	background-color: #eff3da;
	margin-bottom: 20px;
}

#wrapper {
	background: white;
	width: 781px;
	margin: 24px auto 0;
	position: relative;
}

a {
	color: #333;
	text-decoration: none;
}

#content a {
	color: #6fac18;
	text-decoration: none;
	border-bottom: 1px solid #bcd992;
}

#content a:hover {
	border-color: #96ae75;
	color: white;
	background: #96ae75;
}

#content h1,#content h2,#content h3,#content h4,#content h5 {
	font-weight: bold;
	padding: 0 22px;
	color: black;
	font-family: "helvetica neue", georgia;
}

#content h1 {
	font-size: 2.5em;
	color: #8fc049;
}

#content h2 {
	font-size: 1.3em;
	line-height: 1;
	font-weight: normal;
	margin-top: 3ex;
	color: #939171;
	padding-bottom: 2px;
	clear: right;
}

#news #content h2 {
	font-size: 1.75em;
}

#content p {
	padding: 0 22px;
	margin-bottom: 2ex;
}

em {
	font-style: italic;
	font-family: "helvetica neue", georgia;
}

strong {
	font-weight: bold;
	color: #000;
}

em strong, strong em {
	font-weight: bold;
	font-style: italic;
	font-family: "helvetica neue", georgia;
}

ul.list {
	list-style: square;
	padding-left: 44px;
	padding-right: 22px;
}

ul.list li {
	padding-bottom: 6px;
}

#sidebar blockquote.testimonial p {
	color: #5f1ab8;
	font-family: "helvetica neue", georgia;
	font-weight: bold;
}

blockquote.testimonial span {
	color: #aa90cc;
	display: block;
	padding-bottom: 22px;
	font-weight: normal;
}

.testimonial-top {
	font-size: 1.25em;
	color: #5f1ab8;
	font-family: "helvetica neue", georgia;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 38px;
	right: 11px;
}

#main .testimonial-top p {
	padding: 0;
}

.testimonial-top span {
	color: #aa90cc;
	display: block;
	padding-bottom: 22px;
	font-weight: normal;
	font-size: .8em;
}

#sidebar #address p {
	padding: 0 0 11px 11px;
	margin-top: -11px;
}

/* layout */

hr {
	clear: both;
	margin:22px;
	color: #bcd992;
	background-color: #bcd992;
	border: 0;
	height: 1px;
}

#header {
	position: relative;
	top: -19px;
	height: 191px;
	overflow: hidden;
}

#logo {
	padding: 0;
}

#logo a {
	background: url(/images/logo.gif) no-repeat;
	width: 187px;
	height: 169px;
	display: block;
	text-indent: -999em;
	position: relative;
	z-index: 1;
}

#header .nav {
	background: #e69732;
	float: left;
	width: 100%;
	position: absolute;
	margin-top: -9px;
	z-index: 0;
	font-family: "helvetica neue", georgia;
}

#header .nav ul {
	float: right;
}

#header .nav li {
	float: left;
}

#header .nav a {
	color: #fff6eb;
	padding-left: 11px;
	padding-right: 11px;
	display: block;
	border-right: 1px solid #e5ba82;
	font-size: 1.25em;
	line-height: 30px;
}

#header .nav a:hover {
	background: #333;
}

#header .nav a:active {
	background: white;
	color: #333;
}

#header .sub {
	position: absolute;
	right: 8px;
	top: 115px;
	background: url(/images/whats-your-storrey.gif);
	text-indent: -999em;
	width: 311px;
	height: 39px;
}

#toplink a {
	position: absolute;
	right: 0;
	top: 18px;
	margin-top: 11px;
	margin-right: 11px;
	color: #aaa;
}

#toplink a:hover {
	border-bottom: 1px solid #ddd;
}

#main {
	margin-top: -20px;
	float: left;
	background: white;
	width: 100%;
	border-bottom: 11px solid #e69732;
}

#sidebar {
	float: left;
	width: 187px;
	overflow: hidden;
}

#sidebar p {
	padding: 11px 0 11px 11px;
	color: #aaa;
}

#sidebar .nav {
	background-color: #8fc049;
	padding-top: 21px;
	padding-bottom: 1px;
	font-family: "helvetica neue", georgia;
}

#sidebar .nav a {
	display: block;
	font-size: 1.25em;
	padding-left: 11px;
	background-color: #bcd992;
	line-height: 30px;
	height: 30px;
	border-bottom: 20px solid #8fc049;
}

#sidebar .nav a:hover {
	color: white;
	background: #333;
}

#sidebar .nav a:active {
	background: white;
	color: #333;
}

#sidebar .rotator {
	height: 187px;
	overflow: hidden;
}

.rotator img {
	position: absolute;
	display: none;
}

#content {
	float: right;
	width: 594px;
	padding-top: 13px;
	padding-bottom: 20px;
	overflow: hidden;
}

#index-new #content, #index #content {
	padding: 0;
}

#content #imageContainerBig {
	height: 600px;
}

#content #imageContainerBig img {
	position: absolute;
	display: none;
}

img.photo {
	padding: 11px 22px;
	float: right;
}

#content p.caption {
	color: black;
	font-weight: bold;
	margin-bottom: 22px;
	font-family: "helvetica neue", georgia, helvetica, "lucida grande", verdana, sans-serif;
}


#content ul.imagelinks {
	margin-top: 44px;
	margin-bottom: 44px;
}

#content ul.imagelinks a {
	border: 2px solid white;
	padding: 5px;
}

#content ul.imagelinks a:hover {
	border: 2px solid #8fc049;
	background: white;
}

#content ul.imagelinks a img {
	vertical-align: middle;
}

#content ul.imagelinks li {
	padding-left: 17px;
	padding-bottom: 9px;
	padding-top: 8px;
	clear: both;
	display: inline;
}

.product img {
	float: left;
	margin-right: 22px;
	padding-top: 22px;
	margin-bottom: 22px;
}

.product {
	clear: both;
	border-top: 1px solid #bcd992;
	margin-left: 22px;
	margin-right: 22px;
}

#content .product p,
#content .product h2 {
	padding-left: 214px;
}

.product .price {
	float: right;
	padding-bottom: 22px;
	border-top: 1px solid #e0f3c3;
	line-height: 2;
	width: 200px;
	font-family: "helvetica neue", georgia, "lucida grande", verdana;
}

.price td {
	border-bottom: 1px solid #e0f3c3;
	text-align: right;
}

#content .tabs h1 {
	font-size: 1em;
	color: black;
	float: left;
}

.tabs {
	float: left;
	width: 100%;
	position: relative;
	top: -13px;
	color: #c8c59a;
	background-color: #939171;
	line-height: 2.74;
}

#content .tabs a {
	color: white;
	border-color: #b1af88;
}

#content .tabs h1 a {
	color: black;
}

.tabs li {
	float: left;
	padding-right: 22px;
}

/* forms */

#content form {
	padding: 11px 22px;
}

label {
	display: inline-block;
	width: 200px;
	text-align: right;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

input, textarea {
	font-family: "lucida grande", verdana;
	font-size: 1em;
	vertical-align: text-top;
	width: 327px;
	margin-bottom: 11px;
}

input.submit {
	width: auto;
	margin-left: 210px;
	background: #e69732;
	border-color: #f5daa2;
	font-family: "helvetica neue", georgia;
	color: white;
	font-size: 1.5em;
}