@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 80px;
	float: left;
	height:22px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 80px;
	position: absolute;
	left: -1000em;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 80px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-left: 1px solid #b9b309;
	border-top:none;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background-image:none;
	text-align:center;
	background-color:none;
	line-height:20px;
	vertical-align:middle;
	border-bottom:1px #b8b308;
	border-top: 1px #b9b309;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-repeat:repeat-x;
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	vertical-align:middle;
	border-bottom:none;
	border-top:1px #b9b309;
}
ul.MenuBarHorizontal a.MenuBarItemmenu
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-image:url("../Images_User/menuback.png");
	background-repeat:repeat-x;
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	vertical-align:middle;
	border-bottom:none;
	border-top:1px #b9b309;
}
ul.MenuBarHorizontal a.MenuBarEndMenuItem
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-image:url("../Images_User/menubackselected.png");
	background-repeat:no-repeat;
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	vertical-align:middle;
	border-bottom:none;
	border-top:none;
}

ul.MenuBarHorizontal .seperator
{
	padding: 0px 0px;
	width:20px;
	cursor:default;
}

ul.MenuBarHorizontal a:hover
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-repeat:repeat-x;
	height:20px;
	line-height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#b9b309;
}

ul.MenuBarHorizontal a.MenuBarEndMenuItem:hover
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-image:url("../Images_User/menubackselected.png");
	background-repeat:no-repeat;
	height:20px;
	line-height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuSelected
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-repeat:repeat-x;
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	vertical-align:middle;
	border-bottom:none;
	border-top:none;
}

ul.MenuBarHorizontal a.MenuBarItemmenuSelected
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-repeat:repeat-x;
	background-image:url("../Images_User/menubackselected.png");
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	vertical-align:middle;
	border-bottom:none;
	border-top:none;
}



ul.MenuBarHorizontal a.MenuBarEndMenuItemSelected
{
	display: block;
	cursor: pointer;
	background-color: none;
	/*border:1px solid #b8b308;*/
	padding: 0.5em 0.75em;
	text-decoration: none;
	background-image:url("../Images_User/menuendhover.jpg");
	background-repeat:no-repeat;
	height:20px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	vertical-align:middle;
	border-bottom:none;
	border-top:none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*background-color: #e4e4e4;
	color: #666666;*/
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*background-color: #e4e4e4;
	color: #666666;*/
	
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}


/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}

/*----------------------------------------------------Menu End---------------------------------------*/

body
{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#666666;
}

a.mylink
{
	color:#9E9200;
	text-decoration:none;
	font-weight:normal;
	
}
a.mylink:visited
{
	color:#6E6053;
	text-decoration:none;
	font-weight:normal;
}
select, input ,textarea{
border:  1px #999999 solid;
color: #000000;
font-size: 11px;
font-family: Verdana; BACKGROUND-COLOR: #ffffff;
}

input:hover
{
border:  1px #7F9DB9 solid;
color: #000000;
font-size: 11px;
font-family: Verdana; BACKGROUND-COLOR: #f5f5f5 }

.radio
{
border-style:none;
color: #000000;
font-size: 11px;
font-family: Verdana;
background-color:Transparent;
}

.footer
{
	text-align:right;
	vertical-align:middle;
	color:#737373;
	font-size:9px;
	font-weight:200;
	text-decoration:none;
	
}


div.contentholder
{
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:30px;
	padding-left:5px;
	padding-top:5px;
	width:735px;
	float:left;
	text-align:left;
	display:inline;
	
	
}

div.contentholder label {
width: 200px;
display: block;
float: left;
border-right:#b9b309 1px;
}

div.contentholder label.product {
width: 130px;
display: block;
float: left;
}

div.contentholder div {
clear: both;
margin-bottom: 10px;
}

div.legend
{
	font-size:small;
	padding-bottom:10px;
	color:#b8b308;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

span.comment
{
	font-family:Arial;
	font-size:11px;
	color:#808080;
}
.contactinfo
{
	font-family:Arial;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
label.areaheader
{
	text-align:center;
	background-color:#b8b308;
	color:White;
}

.ErrorClass
{
	color:Red;
	font-family:Arial;
	font-size:11px;
}

.TopNavigate
{
	/*height:11px;
	line-height:11px; */
	vertical-align:middle;
	width:190px;

}
.pressTitle
{
	width:160px;
	display:block;
	float:left;
}
.pressButton
{
	width:11px;
	display:block;
	float:left;
}
.pressDescription
{
	margin-top:25px;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	width:660px;
	text-align:middle;
}

.PictureName
{
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

.PictureName:hover
{
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:underline;
}

div.contentholder .remarks {
width: 170px;
display: block;
float: left;
margin-bottom:10px;
}

div.PressContent .bl {background: url("../Images_User/pressbl.gif") 0 100% no-repeat;}
div.PressContent .br {background: url("../Images_User/pressbr.gif") 100% 100% no-repeat}
div.PressContent .tl {background: url("../Images_User/presstl.gif") 0 0 no-repeat}
div.PressContent .tr {background: url("../Images_User/presstr.gif") 100% 0 no-repeat; padding:10px}
div.PressContent .tm {background: url("../Images_User/pressdot.gif") 0 0 repeat-x;}
div.PressContent .lm {background: url("../Images_User/pressdot.gif") 0 0 repeat-y;}
div.PressContent .bm {background: url("../Images_User/pressdot.gif") 0 100% repeat-x;}
div.PressContent .rm {background: url("../Images_User/pressdot.gif") 100% 0% repeat-y;}

div span.subheader
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}
