/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	text-align: center;
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
}

h1, h2, h3, h4, h5, h6
{
	color: #444444;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin-top: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2
{
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
.searchLbl
{
	margin-top: 10px;
	color: #FF9900;
	font-size: 1em;
}

txtSearch
{
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom: 8px;
}

p
{
	margin: 1em 0;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#wrapper
{
	width: 98%;
	margin: 1%;
	height: 100%;
	text-align: left;
}
#header
{
	position: relative; /*	background-image:url(Images/header_bg.png); 	background-repeat:repeat-x;*/
	background-color: #E4E4E4;
	z-index: 1000;
}
#logo
{
	position: absolute;
}

#headerBar
{
	height: 33px;
	z-index: 2000;
	background-image: url(Images/header_bar.png);
	background-repeat: repeat-x;
}

#banner
{
	margin: 0 198px;
	text-align: center;
}
#search
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#copy .product
{
	position: absolute;
	top: 11px;
	right: 5px;
}
#mainnav
{
	padding: 0 15%;
	border-top: 1px solid #FC506F;
	background-color: #F2F2F2;
}



#mainnav .item
{
	padding: 2px 7px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #DADADA;
	color: #333333;
}


#mainnav .selected
{
	background-color: #FF9900;
	color: #FFFFFF;
}
#mainnav .hover
{
	color: #FF284E;
	background-color: #DADADA;
}

#mainnav table
{
	border-right: 1px solid #FFFFFF;
}

#mainnav table table
{
	border-right: none;
}

#contentwrapper
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 100%; /*468px;*/ /*** Critical left and right col/divider dimension value (moves inversly) ***/
	height: 100%;
	background-color: #E1E1E1;
}

#floatwrapper
{
	/*position: absolute; /*** IE needs this or the contents won't show outside the parent container. ***/ /*float: left; 	width: 70%;   /*** Critical left and right col/divider dimension value (moves inversly) ***/ /*height:101%; 	margin-left:15%; 	margin-right: -1px;   /*** Static fix ***/
	background-color: #E1E1E1;
	background-image: url(Images/left_bg.png);
	background-repeat: repeat;
	background-position: top center;
}
#centercolumn
{
	/*float: right;*/
	height: 100%; /* \*/
	margin: 0px 150px 0px 20%; /* Hidden from IE-mac */
}
#breadcrumbs
{
	position: absolute;
	top: 5px;
	left: 25px;
	font-size: 0.9em;
}
#breadcrumbs a
{
	color: #FF9900;
	text-decoration: underline;
}

#breadcrumbs a:hover
{
	text-decoration: none;
}

#copy a
{
	color: #FF9900;
}

#copy .container
{
	margin: 5px;
	padding: 0 20px 15px 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#rightcolumn img
{
}
#copy img
{
	border-left: 0px;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#copy .teaser
{
	margin-top: 0;
	color: #777777;
	font-size: 0.9em;
	font-weight: normal;
}

#copy td, #copy th
{
	padding: 0.2em 0.5em;
}

#copy .container table tr
{
	font-size: 0.9em;
}

.txtBox
{
	border: 1px solid #666666;
}

#copy fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCCCCC;
}

#copy legend
{
	color: #666666;
	background-color: #FFFFFF;
}

.titleLbl
{
	text-align: center;
	border-top: 1px solid #FF9900;
	border-bottom: 1px dashed #FF9900;
	font-size: 20px;
	color: #000000;
}

.loginLbl
{
	color: #E2E2E2;
}

.titlePrint
{
	text-align: center;
	border: 1px solid #FF9900;
	font-size: 20px;
	color: #000000;
	padding: 5px;
}

.contentPrint
{
	border: 1px solid #FF9900;
	font-size: 20px;
	color: #000000;
	padding: 10px;
}

.button
{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #FF9900;
	font-size: 1em;
}

#copy .container .button
{
	border-color: #CCCCCC;
}

div.readmore
{
	text-align: right;
	font-size: 0.9em;
}

#leftcolumn
{
	float: left; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 250px; /*** Critical left col/divider dimension value ***/
	padding-top: 0.1%;
	background-image: url(Images/left_bg.png);
	background-position: top center;
}

#leftcolcontainer
{
	width: 100%; /*** Critical left col dimension value ***/
}

#subnav
{
	overflow: hidden;
	margin-bottom: 40px;
}


#subnav .item
{
	padding: 2px 7px;
	border-top: 1px solid #FFFFFF;
	background-color: #E4E4E4;
	color: #333333;
}


#subnav .selected
{
	background-color: #FF9900;
	color: #FFFFFF;
}
#subnav .hover
{
	color: #FF284E;
	background-color: #E4E4E4;
}

#subnav table
{
	border-bottom: 1px solid #FFFFFF;
}

#subnav table table
{
	border-bottom: none;
}

h4 img
{
	margin-bottom: -0.5em;
}

#rightcolumn
{
	float: right;
	width: 250px; /*** Critical left and right col/divider dimension value (moves inversly) ***/ /*	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/ /*	width: 15%;    /*** Critical left col/divider dimension value ***/
	background-image: url(Images/right_bg.png);
	background-position: top center;
}

/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer
{
	width: 100%; /* \*/ /* Hidden from IE-Mac */ /*** Critical right col dimension value ***/
}

.sidebarcontainer
{
	margin: 0px 5px 2px 5px;
	padding: 0px 3px 3px 3px;
	border: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	font-size: smaller;
}

/*.hovermenubutton
{	margin-bottom: 1px;
}
*/
.hovermenuproductdiv
{
	/*background-image: url(Images/hovermenu.gif);
	background-repeat: repeat-x;
	background-color:Transparent;
*/	float: left;
	margin-top: 5px;
	cursor: pointer;
/*	padding: 2px;
	color: #E4E4E4;
	font-weight: bold;
*/}

.hovermenubutton2
{
	float: right;
	margin-right: 10px;
}

.hovermenupanel
{
	border: 1px solid #FF9900;
	z-index: 200000;
	background-color: #EFEFEF;
	font-size: 15px;
}

.hovermenuitem
{
	display: block;
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
	padding: 1px 10px 1px 10px;
	white-space: nowrap;
}

.searchTextBox
{
	margin-top: 5px;
	border: 1px solid #FF9900;
	font-size: 1em;
}

.searchButton
{
	background-color: #FF9900;
	margin-top: 9px;
	margin-right: 1px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 1em;
	cursor: hand;
	float: right;
}

.sidebarcontainer a
{
	color: #FF9900;
}

.sidebarcontainer li
{
	list-style-type: none;
}

#footer
{
	clear: both;
	background-color: #F2F2F2;
	font-size: 0.8em;
}
#footer a
{
	margin: 1px 5px;
	color: #FF9900;
}
.imgfloatright
{
	background-repeat: repeat-y;
	float: right;
	display: inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft
{
	background-repeat: repeat-y;
	float: left;
	display: inline;
	margin: 0.25em 1em 0.25em 0;
}

.ScrollerPaneStyle
{
	color: #FF9900;
	margin: 0px 2px;
}
.ScrollerStyle
{
	margin-top: 5px;
	width: 100%;
	background-color: #F2F2F2;
}

.Scroller2Title
{
	margin-top: 15px;
	width: 100%;
	color: #FF9900;
}

.Scroller2Body
{
	margin-top: 5px;
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		background: #FFFFFF !important;
	}
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn
	{
		width: auto !important;
		margin: auto !important;
	}

	#wrapper, #contentwrapper
	{
		border: none;
	}

	#mainnav
	{
		padding: 0;
		text-align: center;
	}

	#leftcolumn, #rightcolumn, #search
	{
		display: none;
	}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer
	{
		background: transparent;
	}
	#centercolumn
	{
		float: none;
		margin: 0 1em 0 2.5em;
	}

	#breadcrumbs
	{
		position: static;
	}

	#copy .container
	{
		margin: 0;
		padding: 0;
		border-style: none;
		border-width: 0;
	}

	#copy fieldset
	{
		border: none;
	}

	#footer
	{
		position: static;
		border-style: none;
		border-top: 1px solid #000000;
	}
}
