@charset "utf-8";

html
{
	overflow: -moz-scrollbars-vertical;
}

html, body
{
	background: #F5F5F5 url(../_images/page_background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#Header
{
	width: 744px;
	height: 93px;
	background: #E02A28;
}

#ProductMenu
{
	width: 744px;
	height: 20px;
	/* background: #E02A28 url(../_images/product_menu_background.jpg) no-repeat; */
	background-color: #E02A28;
}

#Viewport
{
	width: 744px;
	height: 176px;
	background-color: #000000;
}

#ContentContainer
{
	margin: 8px 7px 0px 7px;
}

#ContentColumn1
{
	vertical-align: top;
}

#ContentColumn2
{
	vertical-align: top;
}

#Copyright
{
	background-color: #E02A28;
	text-align: center;
	padding: 7px 0px 7px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#Copyright a
{
	text-decoration: none;
	color: #FFFFFF;
}

#Copyright a:hover
{
	color: #FFF200;
	text-decoration: underline;
}

.IEImageFix
{
	*margin-bottom: expression("-2px");
}

.Column2Item
{
	width: 276px;
	margin-bottom: 20px;
}

/* IE6 img magic margin fix */
.Column2Item img
{
   *margin-bottom: expression("-2px");
}

.Column2ItemContent
{
	font-size: 11px;
	padding: 18px 4px 4px 4px;
	width: 266px;
	border-right: 1px solid #E02A28;
	border-bottom: 1px solid #E02A28;
	border-left: 1px solid #E02A28;
}

.ScrollerContent
{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

.YellowSpacer
{
	background-color: #FFF200;
	height: 2px;
}

.WhiteSpacer
{
	background-color: #FFFFFF;
	height: 1px;
}

.MenuItem
{
	cursor: pointer;
	background-color: transparent;
}

/* default opacity for IE */
img
{
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe
{
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

#PageHeaderImage
{
	margin-bottom: 8px;
}

.ItemDetailsLink
{
	margin-top: 50px;
}

.DefaultImageBorder
{
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.PressColumnHeader
{
	font-weight: bold;
	background-color: #CCCCCC;
	font-style: italic;
	padding: 4px 0px 4px 4px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}
.PressRowAlt
{
	background-color: #FFFFCC;
}
.PressItem
{
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid #FF0000;
	cursor: pointer;
}
.PressItem a
{
	color: #FF0000;
	text-decoration: none;
}
.PressItem a:hover
{
	text-decoration: underline;
}
.PressItemDate
{
	padding-top: 4px;
	border-bottom: 1px solid #FF0000;
	text-align: center;
	vertical-align: top;
}
.discalimer { padding-top: 15px; padding-bottom: 15px; margin-bottom: 10px; border: 2px solid #FF0000; text-align: center; }