@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	color: #333333;
	background: #666666;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	
	width: 900px;
	margin-top:20px;
	border: 2px black solid;
}

.centerColumn {
	text-align:left;
}

#headerWrapper {
	width:900px;
	text-align: center;
}

a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: underline;
}
 
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #666666;
	text-decoration:none;
}

a:active {
	color: #a47700;
	text-decoration:none;
}

#headerWrapper {
	background: #333333;
}

#ezPageDefault {
/*	width:670px;
	float: left; */
}


#ezPageDefault p, #indexProductListCatDescription p {
	margin:10px 0;
	padding: 0;
	font-size: 12px;
	text-align:justify;
}

#ezPageDefault ul , #indexProductListCatDescription ul{
	font-size: 12px;
	text-align:justify;
}

#ezPagesRight {
	width:200px;
	float: left;
}

.ezPagesImageBlock {
	text-align:center;	
}

.ezPagesImageCell {
	float: left;
	width: 300px;	
}

.centerBoxHeading {
	background-color: #cacaca;
}

/* MENUS */

/* Begin CSS Drop Down Menu */

#menuh-container {

}

#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	font-size:10px;
	background-color: #000000;
	text-transform: uppercase;
}
		
#menuh a {
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active {	/* menu at rest */
	color: white;
	background-color: #000000;
	text-decoration:none;
}
	
#menuh a:hover {	/* menu at mouse-over  */
	color: white;
	background-color: #666666;
	text-decoration:none;
}	

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
/* 	width:4em; width of all menu boxes */
	border:none;
}

#menuh li {
	position:relative;
	text-align:center;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom;     /* Sophie Dennis contribution for IE7 */
}

#menuh ul ul {
	position:absolute;
	z-index:999999;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}

#menuh ul ul li{
	width:22em;
	font-size: 10px;
	border-top: none;	
}

#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 */