@charset "UTF-8";
/* CSS by Tim Householder */

/* COLORS
BG COLOR: #F6F4F8
MAIN MENU TEXT: #756F58
BODY TEXT COLOR: #767059
 */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }

html {font-size: 62.5%;}

body {
	background-color: #F6F4F8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #767059;
}
a {
	color: #968d70;
}
.clear {
	clear: both;
}
.fourteen-pt {
	font-size: 1.4em;
}
.fifteen-pt {
	font-size: 1.5em;
}
.sixteen-pt {
	font-size: 1.6em;
}
.hide-me {
	display: none;
}
.colorMeGold {
	color: #767059 !important;
}
#page-wrapper {
	background-image: url(images/main-colorside-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 991px;
	padding-left: 105px;
	margin: 0 auto;
}
#main-content {
	width: 886px;
}
#header {
	background-image: url(images/top-logo-bar.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 874px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 90px 12px 0 0;
}
#header a {
	color: #968d70;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0 12px;
}
#header a:hover {
	text-decoration: underline;
}
#header li {
	height: 40px;
	display: inline;
	list-style-type: none;
}
#main-menu {
	background-image: url(images/top-menu-bg.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 871px;
	position: relative;
	padding-left: 15px;
}
#main-menu a {
	color: #756F58;
	text-decoration: none;
	line-height: 50px;
	font-size: 1.3em;
	margin: 0 0 0 16px;
	padding: 1px 6px;
}
#main-menu a:hover {
	text-decoration: none;
	background-color: #E5E4E0;
}
#main-menu li {
	height: 52px;
	display: inline;
	list-style-type: none;
}
#search-box {
	position: absolute;
	top: 13px;
	right: 26px;
	height: 25px;
}
#search-box input {
	width:160px;
	font-size:1.2em;
	height: 16px;
	display: inline;
	background-color: #F6F4F8;
	padding: 3px;
	color: #767059;
	border: 1px solid #CCCCCC;
}
#search-box button {
	width:26px;
	border:none;
	margin: 0 0 0 10px;
	display: inline;
	height: 22px;
	background-image: url(images/search-button.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	cursor: pointer;
}
#content {
	background-image: url(images/main-bg-bottom-fade.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 886px;
	min-height: 527px;
}
#content table {
	padding: 50px 0;
}
#content-env {
	font-size: 1.2em;
	padding: 30px 50px 50px 50px;
}
#content-env a {
	font-size: 1.2em;
}
#content-env td {
	padding: 3px 6px;
}
#content-env p {
	font-size: 1.1em;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#content-env h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}
#content-env h2 {
	font-size: 1.4em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#content-env h3 {
	font-size: 1.2em;
	margin-bottom: 3px;
	font-weight: bold;
}
#content-env h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#content-env td img {
	padding: 0 10px;
}
#cat-chooser {
	background-image: url(images/home-cat-bg.png);
	height: 275px;
	width: 886px;
	position: relative;
}
#cat1-button {
	position: absolute;
	left: 42px;
	top: 42px;
	height: 191px;
	width: 191px;
}
#cat2-button {
	position: absolute;
	left: 244px;
	top: 42px;
	height: 191px;
	width: 191px;
}
#cat3-button {
	position: absolute;
	left: 446px;
	top: 42px;
	height: 191px;
	width: 191px;
}
#cat4-button {
	position: absolute;
	left: 648px;
	top: 42px;
	height: 191px;
	width: 191px;
}
#view-all-catagories a {
	font-size: 1.1em;
	position: absolute;
	left: 47px;
	top: 242px;
	color: #756F58;
	text-decoration: none;
}
#view-all-catagories a:hover {
	text-decoration: underline;
}
#banner-area {
	background-image: url(images/home-banners-bg.png);
	height: 252px;
	width: 886px;
	position: relative;
}
#large-banner       {
	position: absolute;
	left: 40px;
	top: 21px;
}
#small-banner  {
	position: absolute;
	top: 21px;
	right: 46px;
}
#monthly-text-box {
	background: url(images/home-month-text.jpg) no-repeat 0 bottom;
	height: 527px;
	width: 886px;
	padding-bottom: 60px;
}
#about-us {
	padding: 50px 480px 30px 65px;
	position: relative;
}
#about-us p {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 10px;
	text-align: justify;
}
#about-us table {
	position: absolute;
	top: 55px;
	right: 65px;
	z-index: 9999;
}
#about-us img {
	padding: 5px;
}
#catagories-all {
	padding: 50px;
}
#catagories-all img {
	padding: 10px 20px;
}
#catagories-all p {
	text-align:center;
	font-size: 1.2em;
	margin-bottom: 30px;
}
#catagories-all a {
	text-decoration: none;
}
#catagories-all a:hover {
	text-decoration: underline;
}
#bottom-menu {
	background-image: url(images/bottom-menu-bg.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 886px;
	padding-top: 17px;
}
#bottom-menu a {
	color: #756F58;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0 12px;
}
#bottom-menu a:hover {
	text-decoration: underline;
}
#bottom-menu li {
	height: 40px;
	display: inline;
	list-style-type: none;
}
#bottom-cap {
	background-image: url(images/under-footer-bg.jpg);
	height: 64px;
	width: 991px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	padding-left: 105px;
}
