@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2F1110;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.twoColElsLtHdr #logo_header {
	background-color: #846E5B;
	background-image: url(images/logo_header.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 43px;
	text-align: right;
	color: #2F1110;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.twoColElsLtHdr #logo_header a:hover {
	background-color: #846E5B;
	text-decoration: none;
}
.twoColElsLtHdr #menu_bar {
	background-color: #4D3B2D;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4B6AA;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index: 100;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
	float: left;
	position: relative;
	width: 160px;
	height: 15px;
	background-image: url(images/bkgd_menu.jpg);
	background-color: #4D3B2D;
	z-index: 100;
	}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	}

li>ul {
	top: 15px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: none;
	}


li:hover ul, li.over ul{ 
	display: block; 
	}

a:link, a:visited {
	font-weight: bold;
	color: #C4B6AA;
	text-decoration: none;
}

a:hover {
	color: #4D3B2D;
	background-color: #C4B6AA;
	text-decoration: none;
	width: 150px;
}

.twoColElsLtHdr #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #846E5B;
	border-right-color: #846E5B;
	border-bottom-color: #846E5B;
	border-left-color: #846E5B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColElsLtHdr #container #selections {
	height: 210px;
	background-image: url(images/bkgd_selections.jpg);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #846E5B;
	text-align: center;
	padding-left: 10px;
}

.figure p {
	height: 15px;
	margin-top: 2px;
}

div.figure {
	float: left;
	width: 152px;
	margin: 2px 2px 2px 2px;
}

.photo {
	margin-top: 10px;
}

.photo img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4B6AA;
	border-right-color: #C4B6AA;
	border-bottom-color: #C4B6AA;
	border-left-color: #C4B6AA;
	height: 130px;
	width: 130px;
}

.figure {
	float: left;
	width: 210px;
	margin: 0
}
.photo     a:hover {
	height: 132px;
	width: 132px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #4D3B2D;
}

.twoColElsLtHdr #container #promotions {
	height: 150px;
	background-image: url(images/bkgd_selections.jpg);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #846E5B;
	text-align: center;
}

.twoColElsLtHdr #container #promotions img {
	height: 132px;
	padding-right: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColElsLtHdr #container #promotions a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColElsLtHdr #container #promotions a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.twoColElsLtHdr #header {
	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. */
	background-color: #846E5B;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsLtHdr #footer {
	background-color: #4D3B2D;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	height: 18px;
	vertical-align: middle;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #846E5B;
}
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
.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;
}

#sideContent h1 {
	font-size: 10px;
	font-weight: bold;
	color: #2F1110;
	letter-spacing: 0.15em;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 60px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-top: 3px;
	line-height: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
#desc_1 {
	position: absolute;
	width: 408px;
}
#desc_2 {
	visibility: hidden;
	position: absolute;
}
#desc_3 {
	visibility: hidden;
	position: absolute;
}
#desc_4 {
	visibility: hidden;
	position: absolute;
}
#desc_5 {
	visibility: hidden;
	position: absolute;
}
.twoColElsLtHdr #mainContent {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 425px;
	background-image: url(images/bkgd_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainContent p {
	margin-top: 0px;
	line-height: 18px;
	
}
#mainContent h1 {
	margin-top: 0px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #846E5B;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .25em;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #846E7B;
	text-transform: uppercase;
	letter-spacing: .35em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.twoColElsLtHdr #container #mainContent a:link {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
.twoColElsLtHdr #container #mainContent a:hover {
	color: #FFFFFF;
	background-color: #990033;
}


.twoColElsLtHdr #container #sideContent a:link {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}

