﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #000 url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #906E41;
	color: #906E41;
	height: 1px;
	width: 100%;
	}

img {
	border: none;}

h1 {
	color: #2C4339;
	font: normal 28px "Georgia", "Trebuchet MS", sans-serif;
	text-align: left;
	margin: 10px 0 5px 0; }

h2 {
	color: #8E6D43;
	font: normal 24px "Georgia", "Trebuchet MS", sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #2C4339;
	font: normal 20px "Georgia", "Trebuchet MS", sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #2C4339;
	font: normal 18px "Georgia", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	color: #8e6d43;
	font: normal 18px "Georgia", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h6 {
	color: #2c4339;
	font: normal 16px "Georgia", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

a {
	color: #8e6d43;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #d6b376;
	text-decoration: underline;
	font-weight: bold;}
	
a.hfour:LINK        {color: #2C4339; text-decoration: none; font-weight: normal;}
a.hfour:VISITED     {color: #2C4339; text-decoration: none; font-weight: normal;}
a.hfour:HOVER       {color: #D6B376; text-decoration: underline; font-weight: normal;}
a.hfour:ACTIVE    {color: #2C4339; text-decoration: none; font-weight: normal;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background: #fcf3e1 url('images/wrapperbg.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}

#global {
	background: #fcf3e1 url('images/global.jpg') repeat-x;
	text-align: center;
	font-size: 90%;
	letter-spacing: 4px;
	padding: 4px 0 0 0;
	height: 26px;}
	
	
clear: both;
	background: #fcf3e1 url('images/footer.jpg') no-repeat;
	height: 90px;
	text-align: center;
	font-size: 90%;
	line-height: 1.8em;
	padding: 10px 0 0 0;}
	
#header {
	background: #fcf3e1;}
	
#sidebar {
	width: 180px;
	padding: 10px;
	float: left;
	font-size: 90%;}

#content {
	width: 480px;
	padding: 10px;
	float: left;}
	
#mainimage {
	margin: 0; padding: 0; }
	
#flashcontent {
	margin: 0; padding: 0; }
	
#sidebarright {
	width: 180px;
	padding: 10px;
	text-align: left;
	float: left;
	font-size: 90%;}

span.hottopic {
	color: #2C4339;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px 0;}

#mainnavigation {
	color: #d6b376;
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 0;}

#mainnavigation a {
	color: #b7996a;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;}

#mainnavigation a:hover {
	color: #d6b376;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;}
	
#mainnavigation h5 {
	margin: 0;
	padding: 0;}
	
#footer {
	clear: both;
	background: #fcf3e1 url('images/footer.jpg') no-repeat;
	height: 90px;
	text-align: center;
	font-size: 90%;
	line-height: 1.8em;
	padding: 10px 0 0 0;}
	
#footer p {
	padding: 0;}
	
.box {
	background: #f7f7f7;
	border: 1px dashed #c0c0c0;
	padding: 10px;}
	
.box h3 {
	color: #aa2917;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #aa2917;}

/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; color: #000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 230px;
	padding: 0 10px 20px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 230px;
	padding: 0 0 20px 10px;
	float: right;
	text-align: left;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft {
	margin: 0 10px 0 0; 
	float: left; 
	border: 3px double #d6b376;}

.imageright {
	margin: 0 0 0 10px; 
	float: right; 
	border: 3px double #d6b376;}
	
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:480px;
    height:210px;
    margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position: absolute;
	left:160px;
	bottom:-5px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}	
