body {
	
	background-color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px; */
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p {
	margin: 5px 8px 0px 8px;
	font-size: 13px;
	color: #1a1a1a;
	
}



h1,h2,h3 {
	font-weight: bold;
	
}

h1 {
	font-size: 1.3em;
}
	
h2 {
	font-size: 1.1em;
	color: #666666;
	padding:0px;
	margin-left:5px;
}

h3 {
	font-size: 13px;
	color: #000000;
	padding:0px;
	margin: 0px 0px 0px 8px;
}

 a:link {color: #000000; border: none; }     /* unvisited link */
 a:visited {color: #666666; border: none;}  /* visited link */
 a:hover {color: #555555}   /* mouse over link */
 a:active {color: #000000; text-decoration: underline;}   /* selected link */

#container{
	/*position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	top: 42px;
	left: 40px;
	margin: 0px 10px 10px 0px; 
	padding:0px;
	width: 954px; */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 20px auto 20px auto; 
	padding:0px;
	width: 954px;
	
}

#content {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCC99;
	border: 1px solid #999966;
	position: relative;
	top: 123px;
	left: 46px; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 881px;	
	z-index: 10;
	text-align:left;
	clear:both;
}

#contentFullWidth {
	position: relative;
	width: 800px;
	padding: 15px;
	clear:both;
	display: block;
}

#contentLeft {
	
	position: relative;
	width: 350px;
	padding: 5px;
	margin-top: 25px;
	
}

#contentRight {
	
	position: relative;
	width: 350px;
	padding: 5px;
	margin: 25px;
	
	
}

#lowerContent {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 845px;
	height: 81px;
	position: relative;
	top: 122px;
	left: 46px;
	text-align: left;
	clear: both;
}

#home{
	background-image:url(images/home2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #5F3811;
	position: relative;
	top: 123px;
	left: 46px;
	width: 881px;
	height: 325px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 10;
}

.copyright{
	font-size: .8em;
	color: #96770D;
}

.pageTitle {
	width: 300px;	
	margin: 50px 0px 0px 20px;
	font-size: 1.3em;
	color: #000000;
}

#vendors {
	margin: 5px 0px 0px 0px;
	height: 81px;
	width: 100px;
	float: left;
	text-align: right;
}
#featured {
	margin: 0px 0px 0px 0px;
	height: 81px;
	width: 200px;	
	float: left;
}
#homeTags {
	margin: 4px 0px 0px 0px;
	height: 81px;
	width: 715px;	
	float: left;
	font-size: .9em;
}

#footer {
	background-image: url(images/footerRocks.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	top: 129px;
	left: 0px;
	width: 954px;	
  	height: 133px;
	margin: 0px;
	padding: 0px;	
	color: #603913;	
	clear: left;	
}

#footerSub {
	background-image: url(images/footerRocks.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	top: 65px;
	left: 0px;
	width: 954px;	
  	height: 130px;
	margin: 0px;
	padding: 0px;	
	color: #603913;	
	clear: left;
	
}

#ContactInfo {
	text-align: right;
	width: 684px;
	height: 85px;
	padding: 0px;
	margin-top: 10px;
	font-size: .9em;
	color: #603913;
	
}


#menu {
	text-align: right;
	position: relative;
	top: 126px;
	left: 350px;
	margin:0px;
	padding:0px;
	width: 640px;
	height: 25px;
	z-index: 100;
}


#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #663300;
	font-size: .8em;
	text-align: center;
}

#nav a:link {color: #663300;}     /* unvisited link */
#nav a:visited {color: #663300;}  /* visited link */
#nav a:hover {color: #000000}   /* mouse over link */
#nav a:active {color: #96770D; text-decoration: underline;}   /* selected link */

#nav li { /* all list items */
	float: left;
	background-color: #DBDABF;
	border-top: 1px solid #999966;
	border-left: 1px solid #999966;
	border-right: 1px solid #999966;
	border-bottom: none;
	text-align: center;
	padding: 4px;
	width: 6.5em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 6.5em;
	z-index: 1;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 20px;
}


.ThumbTable {
	display:block;
	float: right;
	text-align:	right; 
	width: 350px;
	margin: -28px 25px 25px 25px;
}

.ThumbTable img{
	border: 1px solid #5F3811;
	padding: 6px;
	background-color:#FFFFFF;
}


.ImageFrame{
	border: 1px solid #5F3811;
	padding: 6px;
	background-color:#FFFFFF;
}

.ImageRight{
	float:right;
	margin: -40px 0px 50px 20px;
}

.ImageLeft{
	float:left;
	margin: 0px 20px 20px 0px;
}

#content li {
	list-style-type: square;
	font-size:12px;
	line-height: 1.3em;
	
}



.frmContact{
float:left;
margin:0;
width:465px;
padding:10px;
}


/* ----------- stylized ----------- */
#stylized{
border:none;
background:#ffffff;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:12px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #5F3811;
padding-bottom:10px;
}
#stylized label{
font-size:12px;
display:block;
font-weight:bold;
text-align:right;
width:220px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:2px;
width:auto;
margin:0px 0 10px 10px;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
width:200px;
margin:0px 0 10px 10px;
}

/*#stylized button{
clear:both;
width:35px;
height:31px;
text-align:center;
line-height:31px;
color:#FFFFFF;

background:#5F3811;
font-size:11px;
font-weight:bold;
} */

