* { 
	margin : 0; 
	padding : 0;
 }
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	height : 100%;
	background : #eae0c0 url(../images/siteimages/nav_bkg.jpg) top center repeat-x;
}
html { 
	height : 100%;
}
/* ------------- containers */
#container1 {
	background:transparent url(../images/siteimages/top_bkg.jpg) top center no-repeat;
	width: 100%;
	min-height:250px;
}
#container2 {	
	margin: 0px auto 0px auto; /* Must have auto to center in some browsers */
	width: 940px;
}
#container { 
	width : 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}
/* ------------- content */
.content {
	position : relative;
	margin: 0 auto;
	width : 940px;
}
#cleardiv {
	clear : both;
	height: 20px; /* this pushs the footer */
}

/* ------------- general styles */
.smallspacer {
	margin-bottom : 10px;
}
.largespacer {
	margin-bottom : 20px;
}
p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #3c2415;
	margin-bottom:18px;
}
p a:link { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
p a:visited { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
p a:hover { 
	color : #3c2415;
	font-weight: bold;
	text-decoration : none;
}
#main ul {
	margin-left : 15px;
	margin-bottom: 14px;
}
#main li {
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #3c2415;
}
h2 {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom:8px;
	font-weight: bold;
	color: #3c2415;
}
h3 {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:4px;
	color: #3c2415;
}
.large {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:22px;
	font-weight: bold;
	color: #3c2415;
}
.image {
	border: 1px solid #3c2415;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #836335;
	width: 290px;
	background-color:#eae0cc;
	border: 1px solid #836335;
	padding : 3px 1px 4px 3px;
	margin-bottom:8px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #836335;
	width: 296px;
	background-color:#eae0cc;
	border: 1px solid #836335;
	padding : 2px 2px 3px 2px;
	margin-bottom:8px;
}
.left {
	float:left;
}
.right {
	float:right;
}


/* ------------- header */
#header {
	position : relative;
	width : 940px;
	height : 250px;
	background:transparent url(../images/siteimages/header_bkg.png) top center no-repeat;
}


/* ------------- nav */
#nav {
	position : relative;
	width:339px;
}
#nav ul {
	display:inline;
	list-style-type: none;
}
#nav li {
	float:left;
}
#nav a{
	height: 36px;
	width: 339px;
	display: block;
}
#nav #home a{ 
	background: transparent url(../images/siteimages/nav/home.png) no-repeat; 
	overflow: hidden; 
	width: 60px;
	text-indent : -9999px;
}
#nav #about a{ 
	background: transparent url(../images/siteimages/nav/about.png) no-repeat; 
	overflow: hidden; 
	width: 80px;
	text-indent : -9999px;
}
#nav #samples a{ 
	background: transparent url(../images/siteimages/nav/samples.png) no-repeat; 
	overflow: hidden; 
	width: 97px;
	text-indent : -9999px;
}
#nav #contact a{ 
	background: transparent url(../images/siteimages/nav/contact.png) no-repeat; 
	overflow: hidden; 
	width: 102px;
	text-indent : -9999px;
}
#nav #home a:hover {
	background-position: 0% -36px;
}
#nav #about a:hover {
	background-position: 0% -36px;
}
#nav #samples a:hover {
	background-position: 0% -36px;
}
#nav #contact a:hover {
	background-position: 0% -36px;
}

/* ------------- email form */
#signup {
	position : relative;
	background : url(../images/siteimages/email_signup_bkg.png) no-repeat;
	width : 328px;
	height : 35px;
}
#signup_form {
	position : relative;
	text-align:right;
	top:5px;
}
#ea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c2415;
	background:#fff;
	width: 155px;
	border: 1px solid #3c2415;
	padding : 4px 3px 4px 3px;
}


/* ------------- footer */
#footer {
	position : relative;
	width : 900px;
	height : 20px;
	text-align : left;
	margin: 0px auto;
}
#bottom_nav {
	position : relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #8b5e3c;
}
#bottom_nav a:link { 
	color : #8b5e3c; 
	text-decoration : underline;
}
#bottom_nav a:visited { 
	color : #8b5e3c; 
	text-decoration : underline;
}
#bottom_nav a:hover { 
	color : #aa7349; 
	text-decoration : underline;
}
