/* CSS Document */
p {
	margin: 0;
	padding: 0;
}
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 17px;
	color: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #543B27;
	padding: 0;
}
#container {
	width: 900px;
	background-image: url(images/bg_container.jpg);
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	text-align: left;
	/*
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat;
	*/
}
#header {
	margin-left: 75px;
	margin-right: 75px;
	background-image: url(images/bg_dheader.jpg);
	width: 750px;
	text-align: left;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 213px;
}
#contentholder {
	margin-left: 75px;
	margin-right: 75px;
	background-color: #C9B195;
	width: 750px;
	text-align: left;
	padding: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/bg_nav2.jpg);
	background-repeat: no-repeat;
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 0 0 30px;
	height: 580px;
	margin: 0;
}
#mainContent {
	float: left; 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 8px 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 507px;
}
#mainContent a, a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
    text-decoration: underline;
}
#mainContent a:hover {
   color: #FFFFFF;
   font-weight: bold;  
   text-decoration: none;
   background-color: #000000;
}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 50px; 
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.header1 { /* this class can be used to float an element left in your page */
	float: left;
	margin: 3px 0 0 4px;
	width: 332px; 
}
.header2 { /* this class can be used to float an element left in your page */
	float: left;
	margin: 5px 0 0 25px;
	width: 354px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #543B27;
}
.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;
} 
.homenav {
	margin-top: 0;
	padding-top: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.homenav a, a:link, a:visited, a:active {
	color: #000000;
    text-decoration: none;
}

.homenav a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   background-color: #000000;
}
.navStatic {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
#homecopyright {
	width: 760px;
	margin: 0;
	height: 33px;
	padding: 0;
	background-color: #000000;
	/*
	background-image: url(images/bg_homecopyright.jpg);
	background-repeat: repeat-y;
	*/
}
#homecopyright1 {
	float: left;
	margin: 0px;
	padding: 8px 10px 5px 23px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#homecopyright2 {
	float: right;
	margin: 0px;
	padding: 8px 25px 5px 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
#homecopyright a:link {
	color: #ffffff;
    text-decoration: none;
}
#homecopyright a:visited {
	color: #ffffff;
    text-decoration: none;
}
#homecopyright a:active {
    color: #ffffff;
    text-decoration: none;
}
#homecopyright a:hover {
   color: #ffffff;  
   text-decoration: underline;
}
#homeniche {
	background-color: #d9ceb7;
	color: #000000;
	text-align: right;
	height: 25px;
	font-size: 11px;
	padding: 5px 25px 5px 0;
}
#homeniche a:link {
	color: #000000;
    text-decoration: none;
}
#homeniche a:visited {
	color: #000000;
    text-decoration: none;
}
#homeniche a:active {
    color: #000000;
    text-decoration: none;
}
#homeniche a:hover {
   color: #000000;
   text-decoration: underline;
}
.textlinks {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 18px;
}
.textlinks a:link {
	color: #543B27;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal; 
}
.textlinks a:visited {
	color: #543B27;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:active {
	color: #543B27;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 12px;
   background-color: #000000;
   font-weight: normal;
}
.boldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.boldblack20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
}
.boldblack17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.priceheader {
	background-color: #FFFFFF;
}
.boldblackwhitebg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}
.contactborder {
	border: medium;
	border-color: #000000;
}
.order1 {
	float: left;
	margin: 25px 15px 0 0;
	width: 225px;
}
.order2 {
	float: left;
	margin: 25px 0 0 25px;
	width: 230px;
}
.sitemap1 {
	float: left;
	margin: 25px 15px 0 30px;
	width: 190px;
	line-height: 20px;
}
.sitemap2 {
	float: left;
	margin: 25px 0 0 25px;
	width: 210px;
	line-height: 20px;
}
.formdisplay {
	text-align: right;
	padding-right: 10px;
}
.box {
	border: 1px solid #000000;
	margin: 0;
	padding: 10px 5px 10px 10px;
	text-align: center;
}
.titlerow {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.tableborder {
	border: 1px solid;
	border-color: #000000;
}
.tru1 {
	float: left;
	margin: 0 15px 0 0;
}
.tru2 {
	float: left;
	margin: 0 0 0 40px;
}
.bbb {
	float: left;
	margin: 0 15px 0 80px;
}




