@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#000000;
	font-weight:100;
	letter-spacing:0.1em;
}

a:hover {
	color:#FF9900;
}

a img {
	border: none;
}

#footer a {
	color:#ffffff;
}

h1 {
	margin-top:5px;
	font-size:20px;
	color:#917F0D;
}

h2 {
	font-size:16px;
	color:#917F0D;
	letter-spacing:0.1em;
	font-weight:100;
}

p {
	font-size:12px;
	color:#333333;
	line-height:18px;
}

li {
	font-size:14px;
}

li a {
	font-size:12px;
	color:#000000;
}

li a:hover {
	font-size:12px;
	color:#FF9900;
}

#navbar {
	color:#FFFFFF;
	text-align:left;
	width:100%;
	position:absolute;
	top:5px;
	left:10px;
	font-size:14px;
	z-index:5;
}

#nav {
	background:url("../images/mini-header2.png") repeat-x scroll center top #E0DFC9;
	border-top:1px solid #FFFFFF;
	height:28px;
	padding:6px 0;
	font-size:14px;
}

#nav .container {
	padding-top: 4px;
}

#products {
	position:absolute;
	right:10px;
	top:-119px;
}

#inset {
	background:url("../images/home_bg.jpg") no-repeat scroll center top #FFFFFF;
	color:#403B35;
	height:215px;
}

#insetText {
	position: absolute;
	left:20px;
	top:50px;
}

#shortInset {
	position:absolute; 
	top:-16px;
	right:0px;
}

html,body {
	height:100%;
}

.container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	position: relative;
	display:block;
}

#outerContainer {
	text-align: left; /* this overrides the text-align: center on the body element. */
   	min-height: 100%;
   	margin-bottom: -75px;
   	position: relative;
}

.oneColFixCtrHdr #footer {
	height: 75px;
   	position: relative;
	text-align:left;
	font-size:12px;
}

.clearfooter {
   height: 75px;
   clear: both;
}
