﻿body 
{
	font-family: Century Gothic,Calibri, Arial, Sans-Serif;
	background-image: url('images/mainBgnd.png');
	font-size: 12pt;
	text-align: center;
	
}

#Header
{
	text-align:left;
	background-image:Url('images/barBgnd2.png');
	background-repeat:repeat-y;
	}

#MainItem
{
	width: 1000px;
	margin:auto;
	background-color:White;
}

#Menu
{
	background-image:Url("images/barBgnd.png");
	height: 24px;
	width: 100%;
	background-repeat: no-repeat;
	text-align:center;
}

.TextItem
{
	width:90%;
	margin:auto;
	text-align:left;
}

#Footer
{
	background-color:#F1F6FC;
	text-align:center;
}

#Content
{
	height: 550px;
	overflow:auto;
}

#Movie
{
	width: 750px;
	margin:auto;
}

#SubMenu
{
	text-align:center;
}

a:link
{
	text-decoration:none;
	color:Black;
}

a:visited
{
	text-decoration:none;
	color:Black;	
}

a:Hover
{
	text-decoration:underline;
	color:Black;
}

#ProductDescription
{
	visibility:hidden;
}

#ProductScreenshots
{
	visibility:hidden;
	}

#ProductVideos
{
	visibility:hidden;
	}

#ProductSummary
{}

#ProductUses
{visibility:hidden;
	}
