@charset "utf-8";
/* CSS Document */
body {
    background-image: url(/nav/mainbg.jpg);
	background-color: #DCD6C8;
    background-repeat: repeat-x;
    background-position: top center;
    margin: 0;
    padding: 0;
}
img {
    behavior: url("/includes/pngbehavior.htc");
}
#wrapper {
	width: 1000px;
}
img#logo {
    width: 272px;
    height: 310px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20;
    display: block;
}
div#fb {
    width: 272px;
    position: absolute;
    left: 10px;
    top: 330px;
    z-index: 20;
    display: block;
}
#navcontainer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
    top: -13px;
	left: 275px; 
    width: 723px;
	z-index: 15;
}
ul#navlist {
    padding-left: 0;
    margin: 2px 0 0 120px;
    padding: 3px 0;
    width: 100%;
	z-index: 33;
	
}

ul#navlist li a {
    padding: 3px 17px 4px 17px;
    margin: 0;
    text-decoration: none;
}
#navlist, #navlist ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navlist a {
	display: block;
	text-align: center;
	font-family: arial, san-serif;
}

#navlist li { /* all list items */
	float: left;
	z-index: 35;
}

#navlist li ul { /* second-level lists */
	position: absolute;
	background: #eda33a;
	width: 10em;
	top: 57px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 40;
}

#navlist li ul li a:link, #navlist li ul li a:visited {
	color: #fff;
	font-size: 10px;
	width: 10em;
	border-bottom: 1px dotted #fff;
	background: #64191E;
	
}

#navlist li ul li a.parent:link, #navlist li ul li a.parent:visited {
	background-image: url(/images/rightarrow.gif);
	background-position: 11em;
	background-repeat: no-repeat;
}

#navlist li ul li a:hover {
	background: #DCD6C8;
}

#navlist li ul li ul li a:link, #navlist li ul li ul li a:visited { /* second-level lists */
	background: #64191E;

}

#navlist li ul li ul li a:hover {
	background: #eda33a;

}

#navlist li ul ul { /* third-and-above-level lists */
	margin: -1.6em 0 0 10em;
	background: #f2c073;
	z-index: 45;
}

#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul {
	left: -999em;

}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navlist li ul li:hover {
	background: red;

}
ul#navlist {
    padding-left: 0;
    margin: 29px 0 0 0;
    padding: 11px 0;
    float: left;
    width: 100%;
}


ul#navlist li {
    display: inline;
}


ul#navlist li a {
    padding: 3px 17px 4px 17px;
    margin: 0;
    color: #F2F0EA;
    text-decoration: none;
    float: left;
}


ul#navlist li a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DAAD63;
	font-weight: bold;
}

*:first-child+html #navlist li:hover ul {
    position: static;
	margin-top: 19px;
}

#toppics {
	float: left;
    width: 723px;
	min-xwidth: 723px;
    height: 155px;
    margin-left: 35px;
	margin-top: 15px;
	display: inline;
}
div#mid {
    background-image: url(/nav/mid.jpg);
	background-repeat: repeat-y;
	float: left;
    width: 723px;
	min-xwidth: 723px;
    margin-left: 250px;
	margin-top: 63px;
	display: inline;
	z-index: 5;
}
#content {
    float: left;
	margin-left: 50px;
    width: 625px;
	margin-top: 15px;
    display: inline;
}
div#framecontainer {
	position: absolute;
    float: left;
    width: 277px;
	height: 440px;
	margin-left: -25px;
	margin-top: -25px;
    display: inline;
}
div#viewcart {
	position: absolute;
    float: left;
    width: 200px;
	height: 100px;
	margin-left: 40px;
	margin-top: 450px;
    display: inline;
}
div#ads {
	position: absolute;
    float: left;
    width: 200px;
	margin-left: 40px;
	margin-top: 500px;
    display: inline;
}
img.slide {
    width: 277px;
    height: 440px;
    position: absolute;
    top: 18px;
    left: 29px;
}

div#bott {
    background-image: url(/nav/bott.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 2000px;
	min-xwidth: 723px;
    height: 41px;
	display: inline;
}
div#footer {
	padding-top: 20px;
	color: #8C7D54;
	font-size: small;
	text-align: center;
	float: left;
    width: 723px;
	min-xwidth: 723px;
    margin-left: 250px;
	margin-top: 10px;
	display: inline;
	display: inline;
}

#footer a {
	color: #C28B2E
}

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #180300;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330000;
	text-decoration: none;
}
.txtfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E8E0C9;
	text-decoration: none;
}
.txtboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
.txtboldredsmaller {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
.txtsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #180300;
	text-decoration: none;
}
.txtbold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #180300;
	text-decoration: none;
}


.txtboldyell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AA7928;
	text-decoration: none;
}
.txtsmallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
.txtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
.txtboldcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #180300;
	text-decoration: none;
}
