﻿body {
	background: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
html {
	background: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
h1 {
	font: 1.5em georgia,serif;
	margin: 0.5em 0;
	color: #ED1D25;
}
h2 {
	font: 1.5em georgia, serif;
	margin: 0.5em 0 0.5em 0;
	color: #6A2020;
	font-style: italic;
}
p {
	line-height: 1.5;
	margin: 0 0 1em;
}
a {
	color: #6A2020;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #6A2020;
}
div#container {
	padding: 0px;
	background-image: url('../images/bg-sepiatrees.jpg');
	background-repeat: no-repeat;
	background-color: #A48664;
}
div#header {
	text-align: right;
	height: 153px;
	background-image: url('../images/bg-top.jpg');
	background-repeat: no-repeat;
	background-color: #C3C8C0;
}
div#header form {
	padding: 10px 10px 0px 0px;
}
div#header form input.textfield {
	background-position: top;
	color: #404040;
	background-repeat: repeat-x;
	background-color: #DBDDD9;
}
div#header h1 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 10px 0px 0px;
}
div#header p {
	font-style: italic;
	font-size: 1.1em;
	margin: 0;
}
div#header img {
	float: left;
}
div#content {
	margin: 0px;
	background-position: top;
	padding: 10px 10px 6em 10px;
	clear: both;
	background-image: url('../images/shade.png');
	background-repeat: repeat-x;
}
div#content table {
	margin-bottom: 30px;
}
div#content ul {
	line-height: 1.5em;
	margin-top: 0px;
}
div#footer {
	background-position: top;
	margin: 0px;
	text-align: center;
	height: 6em;
	background-color: #564223;
	background-image: url('../images/shade.png');
	background-repeat: repeat-x;
}
.centerText {
	text-align: center;
}
.centerTable {
	margin-right: auto;
	margin-left: auto;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
form {
	padding: 0px;
	margin: 0px;
}
table#searchResults {
	margin: 0px auto 30px auto;
}
.imgLeft {
	border: 1px solid #5B4401;
	margin: 0 15px 15px 0;
	float: left;
}
.imgRight {
	border: 1px solid #5B4401;
	margin: 0 0 15px 15px;
	float: right;
}
ul.services {
	padding-left: 0px;
	margin-left: 0px;
}
ul.services li {
	list-style: none;
	margin: 0 0 1em 0;
	line-height: 1.3em;
}
.description {
	padding: 30px 10px 10px 10px;
	background-position: top;
	margin: 0px;
	text-align: center;
	font-size: .8em;
	line-height: 1.3em;
	background-image: url('../images/reflection-home.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
	color: #737373;
}
.description a {
	color: #333333;
	text-decoration: none;
}
.description a:hover {
	color: #333333;
	text-decoration: underline;
}
.notice {
	margin: 0px;
	color: #000000;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}
img#wholesale {
	padding-left: 35px;
	padding-top: 15px;
}
img#phone {
	padding: 3px 0px 0px 48px;
}
.clear {
	clear: both;
}
#ribbon {
	position: absolute;
}

/* ~~~~~ navbar styles ~~~~~ */

#navigation {
	width: 780px;
	background-color: #76592F;
	overflow: hidden;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	padding: 7px 7px;
	display: block;
	border-right: 1px solid #000000;
	text-decoration: none;
	color: #B0AEA1;
}
#nav a:hover {
	background-color: #A7A38A;
	color: #171717;
}
#nav a.null:hover {
	background-color: #76592F;
	color: #B0AEA1;
}
#nav li {
	font-size: 11px;
	float: left;
	width: auto;
}
#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	background-color: #76592F;
	border-bottom: 1px solid #000000;
}
#nav li ul a {
	padding: 7px 10px;
	display: block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-decoration: none;
	color: #B0AEA1;
}
#nav li ul li {
	width: 12em;
}
#nav li.sfhover ul {
	left: auto;
}
#nav li:hover ul {
	left: auto;
}
/* ~~~~~ subnav styles ~~~~~ */

#subnav {
	text-align: center;
	padding: 5px;
	margin: 0px;
	clear: both;
	background-color: #DDD6C2;
}
#subnav a {
	color: #6A512B;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}

/* ~~~~~ footer styles ~~~~~ */

#footer p {
	margin: 0px;
	padding: 2em;
	font-size: x-small;
	line-height: 150%;
	color: #FFFCEB;
}
#footer a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
}
#footer a:hover {
	color: #B0AEA1;
	text-decoration: underline;
}

/* ~~~~~ search results ~~~~~ */

.searchCategory {
	font-weight: bold;
}
#searchResults {
	padding: 0px;
	margin: 10px auto 10px auto;
	border: 1px none #00FF00;
}
#searchResults td {
	padding: 10px;
	text-align: center;
	line-height: 1em;
	color: #000000;
}
#searchResults a {
	color: #000000;
	text-decoration: none;
}
#searchResults a:hover {
	color: #000000;
	text-decoration: underline;
}
img.thumb {
	border: 1px solid #5B4401;
}
a:hover img.thumb {
	text-decoration: none;
}
.pageInfo {
	padding: 0 10px;
	text-transform: lowercase;
}

/* ~~~~~ item details ~~~~~ */

.itemDetails {
	line-height: 1.5em;
}

/* ~~~~~ errors ----- */
div.error {
	background-color: #ffcccc;
	color: #900;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	padding: 0.25em 0.5em 0.25em 2.5em;
	font-weight: bold;
	position: relative;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

div.error img {
	display: block;
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	padding: 0;
	margin: 0;
}

div.error p {
	position: absolute;
	left: 2.5em;
	padding: 0;
	margin: 0;
}
.aboutUs {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}
