@charset "utf-8";
html {
	background: #000000 url(images/bg.jpg) repeat-x;
}
body  {
	font: 100%  "Times New Roman", Times, Georgia, serif;
	background: url(images/bg_container.jpg) no-repeat center top;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 20px 10px 0 10px;  /* 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: 88px;
	visibility: visible;
	text-align:center;
} 
.twoColFixLtHdr #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 */
	color: #a66f2f;
	font-size: 9px;
}
/*top menu*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.25;
	float:right;
}

#nav a {
	display: block;
	width: 8em;
	color: #d59e43;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover { 
	text-decoration:underline;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 9em;
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	text-decoration: underline;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*end menu*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	color: #5f5a47;
	text-align: right;
	font-style: italic;
	line-height: 145%;
	font-size: 89%;
}
.sidebar1_img{
	border:thin;
	border-color:#333;
	border-style:double;
	padding: 2px;
}
.twoColFixLtHdr #mainContent {
	margin: 110px 119px 0px 230px; /* 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: 0 20px 100px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #d59e43;
	background-image: url(images/bg_maincontent.jpg);
	background-repeat: repeat-x;
}
	
#mainContent h1{
	margin-top: 0px;
	margin-bottom: 0px;
	/*color:#310207;*/
	font-style: italic;
}
#mainContent h2{
	margin-top: 0px;
	margin-bottom: 3px;
	color:#310207;
	font-style: italic;
}
#mainContent h3{
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent h4{
	margin-bottom: -1px;
	margin-top: 0px;
}
#mainContent p {
	margin-top: 0px;
}
#mainContent a:link {
	color:#000;
	text-decoration:underline;
}
	/* unvisited link */
#mainContent a:visited {
	color:#000;
	text-decoration:underline;
}  /* visited link */
#mainContent a:hover {
	color: #5f5a47;
	background-color:#310207;
}  /* mouse over link */
#mainContent a:active {
	color:#000
}  /* selected link */
/*#mainContent img {
	border: none;
}*/
.main_img {
	border:thin;
	border-color:#780002;
	border-style:double;
	padding: 3px;
}
/*menu tables*/
#menutables table{
}
#menutables td{
	border-top-color:#310207;
	border-top-style: dotted;
	border-top-width: thin;
}
.prices {
	text-align:right;
}
/*end menu tables*/
/*menu*/
#sss p{
	margin-bottom: 0px;
	margin-top: 0px;
}
.description {
	font-style: italic;
	margin: 0 auto 0 auto;
}
.money {
	font-weight:bold;
	padding-left: 10px;
	padding-right: 20px;
}
.menu {
	width: 450px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #000;
}
.menu strong {
	background: #d59e43;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
.menu em {
	background: #d59e43;
	padding: 0 0 0 5px;
	position: absolute;
	bottom: -.2em;
	right: 0;
}
.menu sup {
	font-size: 60%;
	color: #666;
	margin-left: 3px;
}
/* end menu */

.twoColFixLtHdr #footer {
	padding: 0 10px 100px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bb873b;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #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 */
	color: #000000;
}
#footer a:link {
	color:#000;
	text-decoration:underline;
}
	/* unvisited link */
#footer a:visited {
	color:#000;
	text-decoration:underline;
}  /* visited link */
#footer a:hover {
	color: #5f5a47;
	background-color:#310207;
}  /* mouse over link */
#footer a:active {
	color:#000
}  /* selected link */
#ftr_left {
	float:left;
	width: 150px;
}
#footer h3 {
	padding: 0 0 0 0;
}
#ftr_right {
	float:right;
	width: 150px;
}
#ftr_center {
}
.tiny {
	font-size: x-small;
}
.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}.h2extraspaceabove {
	padding-top: 10px;
}
img { behavior: url(iepngfix.htc) }