@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
}

.twoColElsLtHdr #container { 
	position:relative;
	width: 980px;  /* 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;
	margin: 0 auto; /* 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. */
} 
.twoColElsLtHdr #header {
	position:relative;
	background-color: #000000;
	padding: 0 0 0 50px;  /* 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-image: url(../images/BackgroundTop.gif);
	position: relative;
} 

.twoColElsLtHdr #topbar {
	position:relative;
	background-color: #999999;
	border-bottom:1px dotted black;
	height:31px;
}

.twoColElsLtHdr #newsletterbar {
	position:relative;
	float: left;
	background-color: #999999;
	color: #000000;
	text-align: left;
	padding:8px 10px 0px 10px;
	font-size:10px;
	width: 425px;
	height:23px;
} 
.twoColElsLtHdr #cartbar {
	position:relative;
	float: right;
	background-color: #999999;
	color: #000000;
	text-align: right;
	padding:2px 10px;
	font-size:10px;
} 

.twoColElsLtHdr #sidebar1 {
	position:relative;
	float: left;
	width: 210px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* top and bottom padding create visual space within this div */
}

.twoColElsLtHdr #mainContent {
	position:relative;
	margin: 0 10px 10px 215px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #homeContent {
	position:relative;
	padding:10px;
	height:540px;
} 
.twoColElsLtHdr #footer {
	position:relative;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000000;
	border-top:5px solid red;
	color: #FFFFFF;
	text-align: center;
} 

/* Miscellaneous classes for reuse */
.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;
}
.BigRedText {
	font-size: 22px;
	color: #990000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.HomepageList li{
	list-style-image:url(../images/bullet.gif);
	padding:5px 0px;
}
.HomepageList li a{
	list-style-image:url(../images/bullet.gif);
	padding:5px 0px;
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
.HomepageList li a:hover{
	list-style-image:url(../images/bullet.gif);
	padding:5px 0px;
	color:#000000;
	font-size:14px;
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #990000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}


/* BUTTONS */

.NavFooter {
	width:100%;
}
.NavFooter th {
	display:none;
}
.NavFooter td {
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:20px;
}
.NavFooter td a {
	display:block;
	background:#000000;
	color:#FFFFFF;
	border-right:2px red dotted;
	padding:0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	height:20px;

}
.NavFooter td a:hover {
	background:#000000;
	color:#FF0000;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	height:20px;
}
.NavFooter th {
	display:none;
}
.NavFooter .this a, .try2 .this a:hover {
	background:#000000;
	border-bottom:1px white solid;
}

/* categorys from the catalog */

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:200px;
	float:left;
	margin:0;
	margin-top:0;
	list-style:none;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-bottom: 1px dotted #999999;
	border-right:1px solid #000000;
	border-right:1px solid #000000;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	background-color:#FFFFFF;
	background-image:url(../images/BackgroundList.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-image:none;
	background-color: black;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:200px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
