	
	html {
		padding-top: 20px;
		background: #eae7e8 url(../Images/Website.gif) repeat-x;
		font: normal normal normal 86%/150% Arial, sans-serif;
	}
	
	body {
		position: relative;
		margin: 10px auto;
		width: 957px;
		text-align:justify;
		min-height:500px;
		font-size: 1.0em;
	}
	
	a {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#WebsiteForm {
		background: #108fb3;
	}
	
	#Website {
		
	}
	
	#Header {
		overflow: hidden;
		width: 100%;
		height: 75px;
	}
	
	#Logo {
		float: left;
		display: block;
		margin-left: 7px;
		width: 387px;
		height: 75px;
		background: url(../Images/Logo_old.gif) no-repeat;
	}
	
	#Menu {
		float: right;
		margin-top: 40px;
		margin-right: 59px;
		font-size: 14px;
		color: #fff;
		text-transform: lowercase;
		font-weight:bold;
		font-size: 1.0em;
	}	
	
	#Phone {
		position: absolute;
		top: 5px;
		right: 5px;
		font-weight: bold;
		color: #fff;
	}
	
	
	#Content {
		overflow: hidden;
		padding-top: 20px;
		width: 100%;
		background: #279abb url(../Images/Content.gif) no-repeat;
	}
	
	#Content h1
		{	padding: 5px 30px;
			font-size: 2.5em;
			color: #fff;
			font-family: Arial Narrow, Arial, sans-serif;	
		}

	
	#Content h2
		{	padding: 5px 30px;
			font-size: 1.5em;
			color: #bde694;
			font-family: Arial Narrow, Arial, sans-serif;	
		}
		
			#Content p
		{	padding: 5px 30px;
			font-size: 1em;
			color: #fff;
			font-family: Arial, sans-serif;	
		}

			#Content a
		{	font-size: 1em;
			color: #fff;
			font-family: Arial, sans-serif;	
			font-weight: bold;
		}

		
			
		#Left {
			float: left;
			margin-left: 23px;
			width: 380px;
		}
		
		#Left h1 {
			padding: 25px 30px 5px;
			font-size: 2.5em;
			color: #fff;
			font-family: Arial Narrow, Arial, sans-serif;
		}
		
		#Left h2 {
			padding: 5px 30px;
			font-size: 1.5em;
			color: #bde694;
			font-family: Arial Narrow, Arial, sans-serif;
		}
		
		#Left h3 {
			padding: 5px 30px;
			font-size: 1.2em;
			color: #fff;
			font-family: Arial, sans-serif;
		}
		
		#Left p {
			padding: 5px 30px;
			font-size: 1em;
			color: #fff;
			font-family: Arial, sans-serif;
		}
		
		#QuoteContainer div, 
		#QuoteContainer img { margin: 10px; }		
		#QuoteContainer { margin-bottom: 40px; }
		
		#Right {
			float: right;
			margin-right: 35px;
			border-left: 1px dotted #fff;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-left: 15px;
			padding-right: 35px;
			width: 465px;
			color: #f5f7f2;
		}
		
		#Right a { color: #fff; font-weight: bold; }
		
		#Right h1 {
			font-size: 1.3em;
		}
		
		#Right h2 {
			font-size: 1.1em;
		}
		
		
		
		#Right p,
		#Right ul,
		#Right ol {
			margin-bottom: 10px;
		}
		
			.Small {
				font-size:0.8em;
			}
			.Large {
				font-size:2.6em;
				font-weight:bold;
				line-height:1.0em;
				text-align:center;
				margin-top:5px;
			}
			
		
		#Right ul,
		#Right ol {
			margin-left: 40px;
		}	
	
		#Right ul {
			list-style: square;
		}	
		
			#Right ul ul {
				list-style: disc;
			}
		
		#Right ol {
			list-style: decimal;
		}	
		
		#Right em {
			font-size: 0.85em;
		}
		
	
	#Footer {
		height: 75px;
		background: url(../Images/Footer.gif) no-repeat;
		color: #afd2db;
	}
	
	#FooterMenu {
		padding-top: 22px;
		text-align: center;
		color: #afd2db;
		text-align: center;
		font-size: 0.9em;
		line-height: 1.0em;
		text-transform: lowercase;
	}
	
		#FooterMenu a { color: #afd2db; }
	
	#FinePrint {
		margin-top: -5px;
		color: #5499ad;
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
	}
	
	#Demonz {
		margin: 0px 10px;
		font-size: 0.75em;
	}
	
	#Demonz a { color: #666; }
	#Demonz a:hover { text-decoration: underline; }

	.Submenu {
		display: none;
		position: absolute;
		width: 200px;
		top: 60px;
	}
	
	.Submenu a {
		display: block;
		padding: 0px 10px;
		height: 2.0em;
		line-height: 2.0em;
		color: #fff;	
		text-decoration: none;
		font-weight:bold;
	}
	
	.SubLink1 { background-color: #61b5cd; }
	.SubLink2 { background-color: #5aadc5; }
	.SubLink3 { background-color: #529fb5; }
	.SubLink4 { background-color: #4b92a6; }
	.SubLink5 { background-color: #447687; }	
	.Submenu a:hover {
		background: #21819c;
		text-decoration: none;
	}
		
	#SubmenuProducts {
		left: 530px;	
	}
	
	#SubmenuAbout {
		left: 690px;	
	}	
	
	
	td { padding-right: 10px; }
	
	#CallToAction{
		margin:auto;
		margin-top:20px;
		border:5px solid #afd2db;
		padding:5px;
		width:250px;
		background: #afd2db;
		color: #279abb;
		text-align:left;
	}
	
		#CallToAction a{
		color:#279abb;
		font-weight:bold;
	}

