body
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #545151;
	/*background-image: url("images/gradient_bg_blue.jpg");*/
	background-image: url("images/bg_scroll_1500x1000.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
}

h1, h2, h3
{
	font-family: Arial, Verdana;
}

h1
{
	font-size: 12pt;
	color: #333333;
	clear: all;
}

h2
{
	font-size: 11pt;
	margin-left: 10px;
	clear: all;
}

h3
{
	font-size: 10pt;
	color: #666666;
	clear: all;
}

p
{
	text-align: left;
}

.Header
{
	width: 700px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url("images/header_bg.gif");
	background-repeat: no-repeat;
	background-position: 300px 0px;
	border-bottom: 4px solid #2E5BA7;
}

.SiteLogo
{
	float: left;
}

.SiteLogo img
{
	border: none;
}

.NavArea
{
	font-weight: bold;
}

.NavButtons
{
	position: relative;
	top: 80px;
	left: 105px;
	color: #666666;
}

.NavButtons a
{
	color: #2E5BA7;
	text-decoration: none;
}

.NavButtons a:visited
{
	color: #2E5BA7;
	text-decoration: none;
}

.NavButtons a:hover
{
	color: #2DB455;
	text-decoration: underline;
}

/*
.SideBar
{
	width: 1px;
	height: 500px;
	overflow: hidden;
	float: left;
	
	visibility: hidden;
	border: 1px solid #333333;
}
*/

.PageBody
{
	width: 700px;
	height: auto;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url("images/bg_tile_3.gif");
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	
}

.Breadcrumb, .ReturnLink
{
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}

.Breadcrumb a, .ReturnLink a
{
	color: #2E5BA7;
	text-decoration: none;
}

.Breadcrumb a:visited, .ReturnLink a:visited
{
	color: #2E5BA7;
	text-decoration: none;
}

.Breadcrumb a:hover, .ReturnLink a:hover
{
	color: #2DB455;
	text-decoration: underline;
}

.MainContent
{
	width: 500px;
	height: auto;
	overflow: visible;
	position: relative;
	top: 5px;
	/*left: 100px; /* 10px */
	text-align: left;
	/*float: left;*/
	margin: 0px 0px 20px 0px;
	
	/*border: 1px solid #FFFFFF;*/
}

.MainContent img
{
	border: 1px solid #666666;
	align: center;
}

.PageTitle
{
	text-align: left;
}

.IndexItem
{
	width: 455px;
	height: auto;
	overflow: hidden;
	padding: 2px;
	margin: 2px 0px 2px 20px;
	
	/*border: 1px solid #333333;*/
}

.IndexItemThumbnail
{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #666666;
	position: relative;
	float: left;
}

.IndexItemThumbnail img
{
	border: none;
	clear: all;
	align: left;
}

.IndexItemHeading
{
	width: 390px;
	height: auto;
	margin-left: 5px;
	float: left;
	position: relative;
	font-size: 10pt;
	font-weight: bold;
	
	/*border: 1px solid #333333;*/
}

.IndexItemHeading a
{
	color: #2E5BA7;
	text-decoration: none;
}

.IndexItemHeading a:visited
{
	color: #2E5BA7;
	text-decoration: none;
}

.IndexItemHeading a:hover
{
	color: #2DB455;
	text-decoration: underline;
}

.IndexItemDescription
{
	width: 390px;
	height: auto;
	margin: 2px 0px 0px 5px;
	float: left;
	position: relative;
	
	/*border: 1px solid #333333;*/
}

.ProductImage
{
	width: 200px;
	height: 200px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.SpecChart
{
	width: 100%;
	height: auto;
	border: 1px solid #666666;
	border-collapse: collapse;
	text-align: center;
	font-size: 8pt;
}

.SpecChart .TableHeader
{
	background-color: #2564AE;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	valign: top;
}

.col1
{
	width: 14%;
}

.col2
{
	width: 16%;
}

.col3
{
	width: 13%;
}

.col4
{
	width: 20%;
}

.col5
{
	width: 17%;
}

.col6
{
	width: 20%;
}

.SpecChart td
{
	border: 1px solid #666666;
	padding: 2px 2px 3px 2px;
	font-weight: bold;
}

.Copyright
{
	width: 700px;
	height: 20px;
	background-color: #FFFFFF;
	background-image: url("images/bg_tile_3.gif");
	background-repeat: repeat;
	font-size: 8pt;
	color: #333333;
	padding: 3px 0px 0px 0px;
	border: 1px solid #000000;
	border-top: 2px solid #2E5BA7;
}

.VertSpacer img
{
	border: none;
}