﻿body
	{
		margin: 0;
		text-align: center;
		min-width: 1000px;
		background: url(images/BodyBGwGray.jpg) repeat-x
	}
.Body 
{
    width: 1000px;
    margin: auto;
    position:relative;
    background: url(Images/DefaultImageBlank.jpg) no-repeat;
    overflow: auto;
    text-align: left
}
.Header
	{
		text-align: left;
		margin: auto;
		position: relative;
		overflow: auto;
		width: 1000px;
		background: white		
	}
.MenuBar
	{
		background: white;
		padding:0
	}
.SubMenuBar 
{
    padding: 5px 0 5px 70px;
    width: 850px;
    text-align: center;
    color: gray
}
.SubMenuBar a:link 
{
    font-family: Arial;
    font-size: 8pt;
    color: black;
    text-decoration: none
}
.SubMenuBar a:visited 
{
    font-family: Arial;
    font-size: 8pt;
    color: black;
    text-decoration: none
}
.SubMenuBar a:hover 
{
    font-family: Arial;
    font-size: 8pt;
    color: Gray;
}
.WhiteBG 
{
    background: white;
}
.DefaultBody
	{
		margin: auto;
		text-align: left;
		position: relative;
		overflow: auto;
		width: 1000px;
		height: 800px;
		background: url(images/DefaultImage.jpg) no-repeat
	}
.DefaultPodButton
	{
		position: absolute;
		top: 420px;
		left: 140px
	}
.DefaultFlashWidget
	{
		position: absolute;
		top: 420px;
		right: 170px;
	}
.AboutUsBody 
{
    position: relative;
    margin-left:150px;
    text-align: left;
    overflow: auto;
    width: 693px;
    height: 610px;
    background: url(Images/Backgrounds/AboutUsBG.jpg) no-repeat
}
.AboutUsText 
{
    position: absolute;
    top: 247px;
    left: 20px;
    width: 655px;
    height: 302px;
    font-family: Arial;
    color: #333333;
    font-size: small;
}
.EmptyBody 
{
    position: relative;
    margin-left:150px;
    text-align: left;
    overflow: auto;
}
.ContactBody 
{
    position: relative;
    margin-left: 150px;
    margin-top: 10px;
    text-align: left;
    overflow: auto;
    background: url(Images/Backgrounds/ContactUsBG.jpg) no-repeat;
    width: 693px;
    height:610px
}
.ContactForm 
{
    position: absolute;
    top: 245px;
    left: 14px;
    width: 659px;
    height: 314px;
    font-family: Arial;
    color: #333333;
    font-size: small;
}
.ProductsBody 
{
    position: relative;
    margin-left: 150px;
    text-align: left;
    overflow: auto
}
.ProductTitle 
{
    font-size: larger;
    text-align: center;
    font-family: Arial;
    padding: 20px 5px 0 5px
}
.ProductsText 
{
    font-family: Arial;
    color: #333333;
    font-size: small;
    text-align: left
}
.SolutionsBody 
{
    position: relative;
    margin-left: 150px;
    text-align:left
}
.SolutionsText 
{   padding: 20px;
    font-family: Arial;
    color: #333333;
    font-size: small;
    text-align: left;
    vertical-align: top;
    width: 399px
}
.SolutionsTextHeader 
{
    vertical-align: top;
    font-size: larger;
    text-align: center;
    height: 53px;
    font-family: Arial;
    padding: 20px 5px 0 5px
}
.SolutionsImage 
{
    vertical-align: middle;
    text-align: center;
    padding-bottom:32px;
    height: 125px
}