/* =CONTAINER
---------------------------------------- */
body {
	text-align: center; /*centers page (fix for ie5/win)*/
    background: #dccf9b url(/Images/page-bg.png) top left repeat-x;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 62.5%;
}

#container {
	width: 930px;
	margin: 0 auto; /*centers page*/
	text-align: left;
}

.clear {
	clear: both;
}

/* =HEADER
---------------------------------------- */
#header {
	width: 930px;
	height: 100px;
    margin-top: 20px;
}
#top-left {
	width: 465px;
	height: 70px;
    float: left;
}
#top-right {
	width: 465px;
	height: 70px;
    text-align: right;
    float: right;
}
#navigation {
	width: 930px;
	height: 30px;
    text-align: right;
}
#navigation a {
	padding: 5px 10px;
}

#navigation li
{
	display: inline;
	list-style-type: none;
    margin-left: 10px;
}

#navigation a:link, #navigation a:visited
{
color: #eee7cd;
background-color: #918055;
text-decoration: none;
}

#navigation a:hover, #navigation a:active
{
color: #eee7cd;
background-color: #605436;
text-decoration: none;
}

/* =HOME PAGE STUFF
---------------------------------------- */
#home-banner {
	width: 930px;
    height: 260px;
    background: #918055 url(/Images/banner-bg.png) top left repeat-x;
}
#banner-nav .button0 {
	float: left;
    background: #918055 url(/Images/button-bg-left-active.png) top left no-repeat;
    width: 310px;
    height: 40px;
}
#banner-nav .button1 {
	float: left;
    background: #918055 url(/Images/button-bg-left-off.png) top left no-repeat;
    width: 310px;
    height: 40px;
}
#banner-nav .button2 {
	float: right;
    background: #918055 url(/Images/button-bg-right-off.png) top left no-repeat;
    width: 310px;
    height: 40px;
}
.slide-left {
	width: 360px;
    height: 240px;
    padding: 10px;
    float: left;
}
.slide-right {
	width: 530px;
    height: 240px;
    margin: 10px;
    float: right;
}

.button-left {
	float: left;
	width:250px;
	height:40px;
    margin: 0 10px 0 10px;
}
.button-right {
	float: right;
	width:250px;
	height:40px;
    margin: 0 10px 0 0;
}
.button-left a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(/Images/button_demo.png) no-repeat top left;
	outline:none;
}
.button-right a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(/Images/button_demo.png) no-repeat top left;
	outline:none;
}
.button-left a:hover, .button-right a:hover {
	background-position:0 -40px;
}


#left-banners {
	width: 425px;
    margin: 20px 0 20px 0;
    float: left;
    display: inline;
}
#left-banners img.banner{
	margin-bottom: 15px;
}

#left-banners .photogalleryTable td {
	margin: 0;
    padding: 0 7px 10px 0;
}
#left-banners .photogalleryTable img {
	border: 4px solid #918055;
}
#left-banners .photogalleryTable img:hover {
	border: 4px solid #fff;
}

#reasons {
	width: 443px;
    margin: 20px 0 20px 12px;
    float: right;
    display: inline;
    background-color: #eee7cd;
    border: 5px solid #918055;
    padding: 20px;
}
#reasons ol {
	list-style-type: decimal;
    margin: 20px 0 0 25px;
}
#reasons li{
	padding-bottom: 5px;
}


/* =CONTENT
---------------------------------------- */
#content {
	width: 930px;
	min-height: 500px;
}
#right_column {
	width: 230px;
    float: right;
}
#right_column .box_outer {
	width: 220px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #c1ad7a;
}
#right_column .box_inner {
	width: 200px;
    padding: 10px;
    background-color: #eee7cd;
}
.left_column_outer {
	width: 678px;
    padding: 5px;
    min-height:460px;
 	height:auto !important;
  	height:460px;
    margin-right: 10px;
	float: left;
    background-color: #c1ad7a;
}
.left_column_inner {
	width: 638px;
    padding: 20px;
    min-height:450px;
 	height:auto !important;
  	height:450px;
	float: left;
    background-color: #eee7cd;
}
.left_column_inner h2.heading {
	margin-bottom: 20px;
}
.left_column_inner p {
	color: #333;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.left_column_inner .form label {
	display:block;
	margin-bottom:10px;
}
.left_column_inner .form label.checkbox {
	display:block;
	margin: 10px 0;
}
.left_column_inner .form label span {
	display:block;
	float:left;
	padding-right:10px;
	width:150px;
	text-align:right;
}
.left_column_inner .form label textarea {
	width: 400px;
    height: 200px;
}
.left_column_inner .form label .cat_textbox {
	width: 150px;
    padding: 4px;
}
.left_column_inner .form label .cat_textbox_email {
	width: 300px;
    padding: 4px;
}
.left_column_inner .form .captcha {
	margin:  20px 10px 0 160px;
}
.left_column_inner .form .captcha .cat_captchaimg {
	margin: 10px 0 10px 0;
}
.box_inner .column-form {
	font-size: 1.2em;
}
.box_inner .column-form .cat_textbox_small {
	width: 185px;
    margin-top: 5px;
}
.box_inner .column-form .cat_textbox_small,.box_inner .column-form .cat_textbox {
	font-size: 1.2em;
    padding: 4px;
}
.box_inner .column-form .cat_textbox {
	width: 144px;
}
.box_inner .column-form .captcha {
	margin: 10px 0;
}
.box_inner .column-form .captcha .cat_captchaimg {
	margin: 5px 0;
}

.hidden {
	display: none;
}

.page-filler-locations {
	height: 239px;
}

/* =PHOTO GALLERY (ABOUT PAGE)
---------------------------------------- */
.photogalleryTable td{
	padding: 4px;
}

/* =INVENTORY PAGE
---------------------------------------- */
.inventory-nav {
	list-style-type: none;
}
.inventory-nav li.first{
	border-top: 1px solid #918055;
    margin-top: 10px;
}
.inventory-nav li.last{
	margin-bottom: 10px;
}
.inventory-nav li {
	border-bottom: 1px solid #918055;
}
.inventory-nav a{
	display: block;
    padding: 6px;
}
.inventory-nav a:link, .inventory-nav a:visited {
	background-color: #eee7cd;
    color: #918055;
    text-decoration: none;
}
.inventory-nav a:hover, .inventory-nav a:active {
	background-color: #918055;
    color: #fff;
    text-decoration: none;
}

.productSmall {
	width: 100%;
}
.productSmall img {
	width: 100px;
    height: 100px;
    cursor: pointer;
}
.productSmall .productItem {
	width: 50%;
    line-height: 20px;
    text-align: center;
    padding: 0 0 20px 0;
}
.productLarge {
	width: 600px;
    margin: 0 auto;
    line-height: 20px;
    text-align: left;
}
.productLarge .productItem h2 {
	margin: 10px 0 20px 0;
}

.pagination-text {
	text-align: right;
}

/* =LOCATIONS PAGE
---------------------------------------- */
#left-address {
	width: 309px;
	float: left;
	display: inline;
    margin: 0 20px 20px 0;
    line-height: 18px;
}
#right-address {
	width: 309px;
	float: right;
	display: inline;
    margin: 0 0 20px 0;
    line-height: 18px;
}
#left-map {
	width: 309px;
    height: 300px;
	float: left;
	display: inline;
    margin-right: 20px;
}
#right-map {
	width: 309px;
    height: 300px;
	float: right;
	display: inline;
}

/* =FAQ
---------------------------------------- */
dt {
	font-size: 1.6em;
    text-decoration: underline;
}
dd {
	margin: 10px 0 20px 60px;
    color: #333;
}
dd ol {
	list-style-type: decimal;
    line-height: 1.4em;
}
dd ul {
	list-style-type: square;
    line-height: 1.4em;
}


/* =FOOTER
---------------------------------------- */
#footer {
	width: 930px;
    padding-top: 20px;
    text-align: center;
    clear: both;
	font-size: 1em;
    line-height: 20px;
    padding-bottom: 10px;
}

#footer span.small {
	font-size: 1.1em;
    line-height: 20px;
}
#footer span.big {
	font-size: 1.4em;
    line-height: 22px;
}

#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:hover, #footer a:active {
	color: #605436;
}


/* =TYPOGRAPHY
---------------------------------------- */
ol,ul,p,.form,#left-address,#right-address,span.inventory-text,span.pagination-text,.specials-left,.specials-right,.specials-middle .text {
	font-size: 1.4em;
}
.specials-middle .heading {
	font-size: 1.8em;
}

h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 3.6em;
}
h3 {
	font-size: 2.4em;
}
h4 {
	font-size: 2.1em;
}
h5 {
	font-size: 1.8em;
}
h6 {
	font-size: 1.6em;
}

span.sidebar {
	font-size: 1.2em;
    line-height: 17px;
}
/* =LINKS
---------------------------------------- */

a:link, a:visited {
	text-decoration: underline;
    color: #918055;
}
a:hover, a:active {
    text-decoration: underline;
    color: #605436;
}

/* =WEEKLY SPECIALS
---------------------------------------- */
.specials-separator {
	height: 30px;
    width: 598px;
    clear:both;
}
.specials-left {
	width: 150px;
    min-height: 113px;
	display: inline;
    float:left;
}
.specials-left img {
	width: 150px;
    height: 113px;
}
.specials-middle {
	width:333px;
    display: inline;
    min-height: 113px;
    float:left;
    padding: 0 15px;
}
.specials-right {
	width:85px;
    min-height: 113px;
    display: inline;
    float:right;
}