/******Page Size Information*****/
.wrapper, .firsttitle
{
	min-width: 750px;
	max-width: 1024px;
	/* Fix for IE 4+ width resizing*/
	width: expression(Math.max(Math.min(parseInt(this.offsetWidth), 1024 ), 750 ) + "px"); 

}
/******Content Size Information*****/
/*(Page size info minus the .content left*/
.content
{
	/* Fix for IE 4+ width resizing*/
	
}

/******Body*****/
body
{
	margin: 0;
	padding: 0;
	border: 0;
	border-right: 1px solid #CCCCCC;
	font-family: arial;
	font-size: 15px;
}







/*****First Title*****/
.firsttitle
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;

}
.firsttitle img, .firsttitle h1
{
	display: inline;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.firsttitle img
{
	width: 19.5%;
	padding-top: 2px;
	margin-left: 0.5%;
}
.firsttitle h1
{
	margin-left: 2%;
	font-size: 213%;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
}


/*****Banner Image*****/
.bannerimage
{
	padding: 0px;
	margin: 0px;
	border:0px;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}








/*****Side Navigation*****/
.sidenav
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-left: 0;
	margin-top: 6px;
	font-size: 105%;
	list-style-position: inside;
	display: block;
	float: left;
	width: 195px;
}
.sidenav li
{
	padding-left: 15px;
	list-style-type: none;
	font-weight: bold;
}

.sidenav li, .sidenav li a
{
	color: #0066DD;
	text-decoration: none;
}
.sidenav-minor, .sidenav-minor a
{
	font-weight: normal;
}

/*****Side Navigation Sub Categories*****/
.sidenav ul
{
	margin: 0;
	margin-left: 15px;
	padding: 0;
	display: block;
}
.sidenav ul li, .sidenav ul li a
{
	color: #0066DD;
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.sidenav ul li:hover, .sidenav ul li a:hover, .sidenav a:hover
{
	text-decoration: underline;
	color: #000000;
}
.sidenav-minor .sidenav-active, .sidenav .sidenav-active
{
	color: #FF0000;
}





/*****Page Content*****/
.content
{
	padding-top: 26px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	margin-left: 5px;
	padding-left: 4%;
	float: left;
	width: 69.2%;
	min-height: 300px;
	/* Fix for IE 4+ width resizing*/
	height: expression(Math.max(parseInt(this.offsetHeight), 300 ) + "px"); 

}
.content a
{
	color: #0066DD;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover
{
	color: #0044AA;
}
h2
{
	padding-top:0px;
	margin-top: 0px;
}



/*****Footer*****/
.footer
{
	margin-top: 20px;
	padding-bottom: 20px;
	color: gray;
}



/*****Page Specific Items*****/
.productmouseoverbox
{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 80%;
	position: relative;
	left: 10%;

}
.productmouseoverbox img
{

	width: 100%;
	
}
.productmouseoverbox ul
{
	padding: 0px;
	margin: 0px;
	z-index: 50;
	position: relative;
	top: -110px;
	width: 100%;

	filter:alpha(opacity=99);
	opacity: 0.99;
	-moz-opacity:0.99;

}
.productmouseoverbox li
{
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style-position: inside;

	filter:alpha(opacity=100);
s	opacity: 1.0;
	-moz-opacity:1.0;
}