﻿/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Verdana, Geneva, sans-serif;
padding: 0;
margin: 0;}

hr {
background-color: #5f4425;
color: #5f4425;
border: none;
height: 1px;}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #a57742;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #707070;
text-decoration: underline;
font-weight: bold;}

h1 {font: 28px "Century Gothic", Verdana, Helvetica, sans-serif; color: #5f4425; margin: 0 0 .8em 0; letter-spacing: 1px;}
h2 {font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif; color: #5f4425; margin: .8em 0; letter-spacing: 1px;}
h3 {font: bold 16px "Century Gothic", Verdana, Helvetica, sans-serif; color: #333333; margin: .8em 0; border-bottom: 1px #333 solid;}
h4 {font: bold 16px "Century Gothic", Verdana, Helvetica, sans-serif; color: #505050; margin: .8em 0;}
h5 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #5f4425; margin: .8em 0;}
h6 {font: bold 14px "Century Gothic", Verdana, Helvetica, sans-serif; color: #505050; margin: .8em 0;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
background: #ffffff url('images/wrapper.jpg');
color: #000000;
width: 980px;
margin: 0 auto;
text-align: left;}

/*////////// HEADER AREA //////////*/

#header {
position: relative;
width: 980px;
height: 310px;}

/*////////// GLOBAL LINKS AREA //////////*/

#global {
position: absolute;
top: 80px;
left: 10px;
z-index: 1;
color: #505050;
width: 270px;
height: 30px;
font-size: 0.85em;
padding: 0;
text-align: center;}

#global a {
color: #505050;
text-decoration: none;
font-weight: normal;}

#global a:hover {
color: #a57742;
font-weight: normal;
text-decoration: underline;}

/*///////// LOGO IMAGE //////////*/

#logo {
position: absolute;
top: 0;
left: 300px;
z-index: 2;
width: 660px;
height: 100px;}

/*////////// MAIN NAVIGATION //////////*/

#mainnav {
position: absolute;
top: 120px;
left: 10px;
color: #ffffff;
z-index: 3;
width: 270px;
height: 170px;
text-align: left;
text-transform: uppercase;
margin: 0;}

#mainnav a {
display: block;
color: #ffffff;
font-weight: bold;
text-decoration: none;
letter-spacing: 3px;
background: transparent url('images/bullet2.png') no-repeat left center;
padding: 4px 0 4px 15px;}

#mainnav a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;}

/*////////// MAIN IMAGE //////////*/

#mainimage {
position: absolute;
top: 110px;
left: 290px;
width: 680px;
height: 190px;}

/*////////// SIDEBAR AREA //////////*/

#sidebarLeft {
float: left;
width: 270px;
text-align: left;
font-size: 0.85em;
line-height: 1.4em;
margin: 10px;}

/*////////// CONTENT AREA //////////*/

#contentRight {
float: right;
width: 660px;
margin: 10px 20px 10px 10px;
line-height: 1.5em;}

.content2left {
float: left;
width: 320px;
margin: 0 10px 0 0;}
	
.content2right {
float: right;
width: 320px;
margin: 0 0 0 10px;}

/*////////// FOOTER //////////*/

#footer {
background: #ffffff url('images/footer.jpg') no-repeat;
text-align: center;
font-size: 0.85em;
clear: both;
height: 60px;
color: #333333;
line-height: 2em;
padding: 30px 0 10px 290px;
margin: 0 auto;}

#footer a {
color: #333333;
text-decoration: none;
padding: 0 10px;
letter-spacing: 2px;
font-weight: normal;}

#footer a:hover {
color: #a57742;
text-decoration: underline;
font-weight: normal;}

#footer p {
letter-spacing: 2px;
clear: both;
margin: 0;
padding: 0;}

/*////////// PHOTO GALLERY //////////*/

fieldset {
border: 1px #505050 dashed;
padding: 10px 10px 5px 10px;
margin: 0 5px;
text-align: center;
line-height: 1.5em;}

fieldset img {
background-color: #ffffff;
padding: 3px;
margin: 5px;
border: 1px #919191 solid;}

fieldset p {
text-align: left;}

legend {
background-color: #ffffff;
padding: 0 10px;
color: #5f4425;
font: small-caps bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;}

/*////////// IMAGES //////////*/
img {
border: none;}

.image-border {
background-color: #ffffff;
padding: 3px;
border: 1px #919191 solid;}

.imageleft-noborder {
background-color: #ffffff;
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
background-color: #ffffff;
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
background-color: #ffffff;
margin: 0 10px 0 0;
padding: 3px;
float: left;
border: 1px #919191 solid;}

.imageright-border {
background-color: #ffffff;
margin: 0 0 0 10px;
padding: 3px;
float: right;
border: 1px #919191 solid;}

/*////////// MISC. CLASSES //////////*/

.center {
text-align: center;}

.right {
text-align: right;}

.clear {
clear: both;}

.clearwide {
height: 1px;
line-height: 0;
margin: 0;
padding: 0;
clear: both;}

.calendar {
line-height: 1.2em;}

.catalogimages {
vertical-align: middle;
text-align: center;
padding: 5px;
width: 20%;}

.catalogdescription {
line-height: normal;
vertical-align: top;
text-align: left;
padding: 5px;
font-size: 0.90em;
width: 60%;}

.catalogdescription h6 {
color: #5f4425;
margin: 0;
font: bold 12px Arial, Helvetica, sans-serif;}

.catalogcart {
vertical-align: middle;
text-align: center;
padding: 5px;
width: 20%;}

