﻿@import url("Controls.css");

body 
{
    background:url("../Images/Backgrounds/main.gif");
    padding:0;
    margin:0;
    text-align:center;
    font-size:12px;
    font-family:Arial, Tahoma, Verdana;
    font-weight:normal;
}

/*	Main Table	*/
table.Main 
{
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
table.Main td.MainLeft
{
	background:url("../Images/Backgrounds/Left_Main.png");
	width:8px;
}
table.Main td.MainCenter
{
	width:800px;
	text-align:left;
}
table.Main td.MainRight
{
	background:url("../Images/Backgrounds/Right_Main.png");
	width:8px;
}

/*	Caption Table	*/
table.Caption
{
	background:url("../Images/Pictures/MainWindow.jpg") no-repeat 0px -2px;
	height:196px;
}
table.Caption td
{
	background:url("../Images/Backgrounds/Top_Caption.png") no-repeat;
}
table.Caption div
{
	background:url("../Images/Backgrounds/Right_Caption.png") no-repeat right;
	width:100%;
	height:196px;
}
table.Caption div table.Logo
{
	width:100%;
	height:196px;
}
table.Logo td
{
	background-image:none;
}

/*	Content Table	*/
table.Content
{
	background-color:#D8E2E8;
}
table.Content tr.Content
{
	vertical-align:top;
	height:300px;
}
table.Content td.Left
{
	width:230px;
	background:url("../Images/Backgrounds/ContentTable_LeftTable_Bottom.png") no-repeat bottom white;
	border-right:1px solid #C0C0C0;
	vertical-align:top;
}
table.Content td.Left table.Left div a
{
	text-decoration:none;
	font-weight:bold;
}
table.Content td.Right
{
	width:570px;
}
table.Content td.Right table.Right tr td div.Caption
{
	color:#0778B9;
	font-size:13px;
	font-weight:bold;
}

/*	Footer Table	*/
table.Footer
{
	background:url("../Images/Backgrounds/FooterTable_Center.png");
}
table.Footer tr
{
	height:41px;
}
table.Footer td.Copyright
{
	background:url("../Images/Backgrounds/FooterTable_Left.png") no-repeat;
}
table.Footer td.Copyright div.Copyright
{
	color:#1E4E6A;
	font-size:9px;
	padding-left:145px;
}
table.Footer td.Right
{
	width:124px;
	background:url("../Images/Backgrounds/FooterTable_Right.png");
}



div.ProductDescription
{
	padding-left:10px;
	padding-right:29px;
	text-align:justify;
}
div.ProductDescription p ul li
{
	text-align:left;
}
div.ProductDescription span.High
{
	font-weight:bold;
	color:#0778B9;
}
div.ProductDescription img.Default
{
	border:1px solid #0078B9;
}