/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #437a6a url(images/bg.gif) repeat-x;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

/* links */
a, a:visited {	
	color: #73471B;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #5f3c30;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.5em;
	color:#000000;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

h3 {
	font-size: 14px;	
	padding: 6px 10px 4px 10px;
	color:#352217;
}

h4 {
	font-size:12px;
	color:#321402;
	margin-top:1px;
	}
	
h5 {
	font-size:16px;
	font-weight:lighter;
	color:#321402;
	}

.smalltext {
	font-size:10px;
	}
	

/* Paragraph */
p { padding: 12px 10px;	}



/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
li {
	margin-bottom:10px;
	
	}


/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 4px;
}
img.float-right {
  	margin: 0px 0px 10px 10px;  
}
img.float-left {
  	margin: 0px 10px 10px 0px;
}

img.no-border {
	border:none;
	background:none;
}


#wrap {
	position: relative;
	width: 951px;
	background: #FFF url(images/wrap.gif) repeat-y center top;
	margin: 6px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 0px; 	
}
#header {
	position: relative;
	width: 951px;
	height: 190px;
	background: url(images/header2.jpg) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0 auto;
}

#header h2 {
	color: #FFFFFF;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	bottom: 5px;
	left: 15px;
}


/* Navigation */
#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 164px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
margin: 8px 0 0 8px;
padding: 0;
border-top: 8px #96a799 solid;
border-left: 8px #96a799 solid;
border-right: 8px #96a799 solid;
border-bottom: 8px #96a799 solid;
}

#navlist a
{
width: 154px;
/* extend the sensible area to the maximum with IE5 */
display: block;
padding: 0.5em 0.3em 0.5em 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #000000;
text-decoration: none;
background: #f7f2ea;
}

ul#navlist li#active a
{
background: #a2917f;
color: #000000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #fff;
background: #5f3c30;
border-color: #aaab9c #fff #fff #ccc;
}

/* Main Column */
#main {
	float: left;
	width: 700px;
	padding: 0;
	margin: 0 0 0 25px;
	display: inline;
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: normal;
	border-bottom: 1px solid #fff;
}

#main h2 {
	color: #000000;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: normal;
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#main h3 {
	color: #301d0b;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.price {
color:#000000;
font-size: 12px;
font-weight:normal;
margin-top:-13px;
}



.indent1 {
	padding-left:30px;
	padding-top:10px;
	}
	
.indent2 {
	padding-left:70px;
	}
	


#sidebar {
	float: right;
	width: 180px;
	padding: 0;
	margin: 0 35px 0 0;
	display: inline;
}
#sidebar h3 {
	color: #26100a; 
	font: bold 14px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #fff;	
}

#sidebar p {
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px;
}
#sidebar a:hover {
	color:#003300;
	}

/* footer */
#footer {
	clear: both;
	width: 951px;
	margin: 0;
	padding: 20px 0 10px 0;
	background: #437a6a url(images/footer-bottom.gif) no-repeat left top;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 16px;
}
#footer p {
	padding:5px 0;
}
#footer a {
	color:#fff;
	text-decoration:underline;
	}

#footer a:hover { 
	color: #fff; 
	text-decoration: none;
}


.underline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	}	

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
