* {
	margin: 0;
	padding: 0;
}
body  {
	text-align: center;
	color: #333333;
	/*background: #533419;*/
	background: #1F1308;
	font: 62.5% "trebuchet ms", verdana, geneva, helvetica, arial, sans-serif;	/*
background: #000;
*/
}
a:link, a:visited {
	color:#5F6C4D;
	text-decoration:underline;
}
a:hover {
	color: #7DA5AF;
}
#container {
	width: 960px;
	margin: 25px auto 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #D8D8BF;
} 
#header {
	margin: 0;
	position: relative;
	height: 90px;
	background:url(../images/headerbg.png) no-repeat;
}
#header h1 {
	margin: 0;
	font-size: 2px;
	background: url(/images/logo.png) no-repeat;
	height: 75px;
	position: relative;
	left: 15px;
	top: 0;
}
#header h1 a {
	display: block;
	width: 365px;
	height: 75px;
	text-indent: -700em;
	text-decoration: none;
}
ul#nav {
	list-style: none;
	text-align: left;
	padding: 5px 0 5px 0;
	position:absolute;
	bottom: 15px;
	right: 15px;
}
ul#nav li {
	display: inline;
	text-indent: 0px;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 15px;
}
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 2px 0;
}
#nav li a:hover{
	border-bottom: 1px solid #fff;
}
#about #nav_about a, #sales #nav_sales a, #designs #nav_designs a, #contact #nav_contact a{
	border-bottom: 1px solid #fff;
}
#content{
	padding: 15px 20px 20px;
	background: #D8D8BF;
}
#subContent {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 3px 0 0 0;
	margin: 0;
}
#subContent h2{
	font-size: 1.6em;
	color: #5F6C4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#subContent ul{
	margin: 0;
	padding: 5px 0 0 0;
}
#subContent li{
	border-bottom:1px dotted #778762;
	padding: 3px 0 2px 0;
	list-style: none;
	font-size: 1.3em;
}
#subContent a{
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}
#subContent a:hover{
	color:#8A9D71;
}
#subContent ul ul{
padding: 0;
}
#subContent ul ul li{
font-size: 1em;
border-bottom: none;
}
#subContent ul ul li a{
padding:0 0 0 15px;
}
#mainContent {
	margin: 0 0 0 205px;
	font-size: 1.3em;
}
.oneCol #mainContent {
	margin: 0px;
} 
#mainContent h1 {
	font-size: 1.4em;
	font-weight:normal;
	margin: 0 0 10px 0;
	color: #5F6C4D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h2 {
	font-size: 1.2em;
	font-weight:normal;
	margin: 0 10px 10px 0;
	color: #5F6C4D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent p {
	margin: 0 0 15px 0;
}

#mainContent ul {
	margin: 0 0 20px 0;
}

#mainContent li {
	margin: 0 0 0 18px;
}
#flashContent {
	float:right;
	margin: 0 0 15px 15px;
}
#flashGallery {
	padding: 0;
	margin: 0 0 20px 0;
}
#flashGallery p {
	text-align:center;
}
div#col1, div#col2 {
	width:47%;
	float:left;
	text-indent:0px;
	padding:0 1%;
}

#footer {
	background:#90A376 url(/images/footerbg.png) no-repeat left bottom;
	clear: both;
	height: 30px;
}
#footer p {
	padding: 10px 15px 10px 0;
	text-align: right;
	color: #FFFFFF;
}
#mainContent img {
	border:#FFFFFF solid 2px;
}
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dirimg {
	float: right;
	margin-left: 15px;
}
p.caption {
text-align:right;
}
.warning {
    font-weight: bold;
    color: #f00;
}
.highlight {
	font-size: 95%;
	color: #446F9C;
}
form p {
    margin: 0 0 15px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
	font-weight: bold;
	display: block;
}

div#images {
	padding:0;
}
div#images img {
	margin:0 20px 20px 0;
}
div.image {
	float:left;
	padding:0 30px 10px 0;
	width: 180px;
}
div.image img{
	margin: 0 0 5px 0;
}
a img {
	border:0;
}
 a[href$=".pdf"] {
 background: url(/images/pdf.gif) no-repeat right center;
 padding: 0px 16px 0 0;
}

