﻿@import url("menu.css");
@import url("productMenu2.css");

body {
	background-color: #5a5a5a;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

html {
	background-color: #5a5a5a;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/*class 

	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;*/
}

/*class */

.homeText {
	color: #7f6e51;
	font-size: 11px;
}

.headerText {
	color: #5a5a5a;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0px;
}

h1 {
	color: #5a5a5a;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0px;
}

h2 {
	color: #5a5a5a;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0px;
}

h3 {
	color: #5a5a5a;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0px;
}

h4 {
	color: #5a5a5a;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px;
}

.subHeadText {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}


.bodyNav {
	float:right;
	font-size: small;
}

.smallText {
	font-size: 8pt;
}

.centerText{
	text-align: center;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

.justifyText {
	text-align: justify;
}

.floatLeft {
	float: left;
	margin-right: 5px;
}

.floatRight {
	float: right;
	margin-left: 5px;
}

.width25 {
	width: 25%;
}

.width50 {
	width: 50%;
}

.width75 {
	width: 75%;
}

.width100 {
	width: 100%;
}

.clearBoth {
	clear: both;
}

.red {
	color: red;
}

.maroon {
	color: maroon;
}

.underline {
	text-decoration: underline;
}

.bottomSpacer {
	margin-bottom: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.galleryContainer {
	margin: 0px auto;
	width: 225px;
}

.gallery {
	display: block;
	text-decoration: none;
	float: left;
	width: 100px !important;
	width: 96px;
	margin: 10px 10px 0px 0px;
}

.simpleBorder {
	border: 1px black solid;
}

.listSpacing li {
	margin-bottom: 8px;
}

/* styles */

#wrapper {
	background-color: #d9d5cc;
	margin: 0px auto 0px auto;
	width: 950px;
	border: 1px black solid;
}

#header {
	background-image: url('../images/header2.jpg');
	background-repeat: no-repeat;
	background-color: #d6bb8a;
	height: 154px;
	text-indent: -99999px;
	width: 950px;
} 

#nav {
	width:950px;
}

#footer {
	background-color: #5f5c57;
	color: white;
	clear:both;
	text-align: center;
	width: 950px;
}

#body {
	background-color: #d9d5cc;
	float: right;
	margin-right: 50px;
	width: 700px;
	
}

#leftNav {
	background-color: #d9d5cc;
	float: left;
	/*height: 414px;*/
	width: 190px;
	margin-top: -3px;
}

#mainContent {
	background-color: #d9d5cc;
	/*height: 430px;*/
	width: 950px;
}

div#footer ul {
	border: 0px none;
	font-size: 8pt;
	list-style: none;
	margin: 0;
	padding: 0px;
}

div#footer li {
	display: inline;
	margin: 0px 0px 0px 5px;
}


div#footer li a {
	color: white;
	text-decoration: none;
}

div#footer .footerLast {
	margin: 0 0 0 5px;
}

a:link {
	color: #5A5A5A;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #5A5A5A;
	font-weight: bold;
}

a:active {
	color: #5A5A5A;
	font-weight: bold;
}

#homeRight a:link {
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
}

#body a:visited {
	color: #5A5A5A;
	font-weight: bold;

}

#body a:active {
	color: #5A5A5A;
	font-weight: bold;
}

a img	{
	border: none;
}

ul.no_bullet_list {
	margin: 0px;
	padding: 0px;
}

ul.no_bullet_list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/************************/

ul.deckorators {
	list-style: none;
}


ul.deckorators li {
	padding: 10px 0px;
}

ul.deckorators li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.deckorators li img {
	float: left;
	margin-right: 5px;
}

ul.deckorators li strong {
	display: block;
}

ul.deckorators li ul {
	list-style: disc;
	margin: 5px 0px 0px 150px;
}

ul.deckorators li ul li {
	padding: 0px;
	margin-bottom: 3px;
}


ul.deckorators li ul li:after {
    display: none;
}


