/* CSS Document */
	body {
		text-align: center;
		font-family: helvetica, verdana, arial, sans-serif;
		font-size: 76%;
		color: #000;
		background-color:#999999;
		margin:0px;
		padding:0px;
		background-attachment: scroll;
		background-image: url(images/bkg.jpg);
		background-repeat: repeat;
		}
		
	* {
		margin:0;
		padding:0;
	}
		
	#container {
		position:relative;
		width:861px;
		margin:0 auto;
		padding:0px;
		text-align:left;
		border: 0px solid red;
		}
		

		
	#leftcontent {
		float:left;
		width:200px;
		background:#fff;
		border:1px solid #000;
		}

	#centercontent {
		float:left;
		top:0px;
		background:#fff;
		width:430px;
		border:1px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
		}
		
	html>body #centercontent {
		width:430px;
		}	
		
	#rightcontent {
		float:left;
		width:150px;
		background:#fff;
		border:0px solid #000;
		}
	
	#banner {
		height:155px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		background: url(images/BannerBkg.jpg) repeat-x scroll top;
		border:0px solid red;
		}
	html>body #banner {
		height:155px;
		}
	
	#header	{
		position:relative;
		width:861px;
		height:97px;
		margin:0 auto;
		padding:20px 0 0 0;
		text-align:left;
		border:0px solid #000;
	}
	
	#logo	{
		float:left;
		margin:0;
		padding:0;
		width:391px;
		height:97px;
		border:0px solid green;
	}
	
	#caption	{
		float:right;
		margin:50px 10px 0 0;
		padding:0;
		width:447px;
		height:21px;
		border:0px solid green;
	}
	
	#focustop	{
		margin:0;
		padding:0;
	}

	#focusbottom	{
		margin:0;
		padding:0;
	}
	
	#links	{
		margin:44px 10px 0 0;
		padding:0;
		float:right;
		width:450px;
		height:15px;
		border:0px solid blue;
		font-size: 1em;
		font-weight: bold;
		border:0px solid white;
		text-transform: uppercase;
	}
	
	#links ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
		} 
	
	#links ul li {
		margin-left: 0;
		padding-left: 20px;
		border: none;
		list-style: none;
		display: inline;
		}
		
	#links a:link { 
		font-weight: bold; 
		text-decoration: none; 
		color: #fff;
		}
	#links a:visited { 
		font-weight: bold; 
		text-decoration: none; 
		color: #fff;
		}
	#links a:hover, #links a:active { 
		text-decoration: none; 
		color: #CC0000;
		}
		
	#container #products {
		background: url(images/products.jpg) no-repeat scroll left 82px;
		width: 863px;
		}
		
	#container #testimonials {
		background: url(images/products.jpg) no-repeat scroll left 82px;
		width: 862px;
		}

	#container #products #productsbkg {
		background: url(images/productsBkg.png) no-repeat scroll right top;
		height: 900px;
		width: 862px;
		}
		
		
	#container #testimonials #testimonialsbkg {
		background: url(images/Testimonialsbkg.png) no-repeat scroll right top;
		height: 1100px;
		width: 862px;
		}

		
	#container #conceptBkg #conceptbody {
		float: right;
		height: 250px;
		width: 360px;
		margin-top: 105px;
		margin-right: 20px;
		font-size: 1.30em;
		line-height: 1.25em;
	}
	#container #conceptBkg {
		background: url(images/conceptBkg.png) no-repeat scroll;
		height: 459px;
		width: 863px;
	}
	#container #contact {
		background: url(images/contactBkg.png) no-repeat scroll;
		height: 600px;
		width: 863px;
	}
	#container #contact #contactbody {
		float: right;
		height: 250px;
		width: 365px;
		margin: 95px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 1.30em;
		line-height: 1.0em;
		border:0px solid red;
	
	}
	#container #contact #contactbody p {
		margin:0;
		padding:0;
		font-size: 1em;
	}
	
	#address	{
		margin:7px;
		padding:0;
		border:0px solid blue;
		font-size: 0.75em;
	}
	
	#address ul {
		margin: 0;
		padding: 0;
		border: none;
	} 
	
	#address ul li {
		margin: 0;
		padding: 0 0 0 10px;
		border: none;
		list-style: none;
	}

	#container #contact #contactbody #addlabel {
		padding: 20px 0 0 5px;
	}
	
	#container #footer {
		text-align: center;
	}
	
	.prodtext {
		width:385px;
		margin:100px 0 0 0;
		padding:0 0 0 0;
	}

	#container #products #productinfo #contactimg {
		text-align: right;
		margin: 0px;
		padding: 0px;
	}
	
	.ptext {
		font-size: 1em;
		color:#7A0000;
		font-variant: small-caps;
		margin: 0px;
		padding: 0 80px 0 0;
		font-weight: bold;
		text-align: right;
		border: 0px solid red;
	}

	#container #products #productinfo h4 {
		text-align: right;
		margin: 0px;
		padding: 0 40px 0 0;
		border: 0px solid green;
	}
	
	#container #products #productinfo p {
		font-size:1em;
	}


	#container #productinfo {
		float: right;
		height: 1100px;
		width: 395px;
		padding:0;
		margin:0;
		font-size: 1.3em;
		line-height: 1.25em;
		border: 0px solid green;
	}
	
	#container #productinfo ul {
		margin:0 30px 7px 40px;
		padding:0 0 0 10px;
		border: 0px solid red;
	} 
	
	#container #productinfo ul li {
		border: 0px solid blue;
		list-style:upper-roman;
	}
	
	#container #benefitinfo ul {
		border: none;
	} 
	
	#container #benefitinfo ul li {
		border: none;
		list-style:upper-roman;
	}
	#productinfo a:link { 
		font-weight: bold; 
		text-decoration: underline; 
		color: #7A0000;
		}
	#productinfo a:visited { 
		font-weight: bold; 
		text-decoration: underline; 
		color: #7A0000;
		}
	#productinfo a:hover, #productinfo a:active { 
		text-decoration: underline; 
		color: #26365E;
		}
		
	.wordwrap	{
		float:left;
		margin:0;
		padding:5px;
		}
	
	.testotext {
		margin: 0px 0px 0px 10px;
		padding: 0px;
		}
	
	.benefits {
		font-size: 0.9em;
		margin:0;
		padding:0;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		}
	
	.contactus {
		margin: 0 0 0 115px;
		padding:0;
		font-weight: bold;
		}
	
	#container #prodct50 {
		background: url(images/CT50.jpg) no-repeat scroll left 82px;
		width: 863px;
		}
	
	#container #prodct50 #prodct50bkg {
		background: url(images/productsBkg.png) no-repeat scroll right top;
		height: 900px;
		width: 863px;
		}
	
	#container #prodct50info {
		float: right;
		height: 900px;
		width: 395px;
		padding:0;
		margin:0;
		font-size: 1.3em;
		line-height: 1.25em;
		border: 0px solid green;
	}
	
	#container #prodct100 {
		background: url(images/CT100.jpg) no-repeat scroll left 82px;
		width: 863px;
	}
	
	#container #prodct100 #prodct100bkg {
		background: url(images/productsBkg.png) no-repeat scroll right top;
		height: 900px;
		width: 863px;
	}
	
	#container #prodct100info {
		float: right;
		height: 900px;
		width: 395px;
		padding:0;
		margin:0;
		font-size: 1.3em;
		line-height: 1.25em;
		border: 0px solid green;
	}
	
	.prodtext h4 {
		margin: 0px;
		padding: 0px;
		font-size: 1.25em;
		color: #7A0000;
		text-transform: uppercase;

	}
	#container #prodct100 #prodct100bkg #prodct100info .prodtext a {
		margin: 0px;
		padding: 0 10px 0 0;
		float: right;
		color: #7A0000;
	}
#container #prodct100 #prodct100bkg #prodct100info .prodtext ul {
	margin: 0px;
	padding: 0px 0px 5px 40px;
}

	#container #prodct50 #prodct50bkg #prodct50info .prodtext a {
		color: #7A0000;
		margin: 0px;
		padding: 0 10px 0 0;
		float: right;
	}
#container #prodct50 #prodct50bkg #prodct50info .prodtext ul {
	margin: 0;
	padding: 0 0 5px 40px;
}
#footer .foottext {
	font: small-caps 1.0em;
}
