body {
	margin:0;
	padding:0;
} 
body#homepage {
	background-image: url(images/00B-home.jpg);
	background-repeat: no-repeat;
} 
body#companypage {
	background-image: url(images/01B-company.jpg);
	background-repeat: no-repeat;
}
body#productpage {
	background-image: url(images/02B-product.jpg);
	background-repeat: no-repeat;
}
body#newspage {
	background-image: url(images/03B-news.jpg);
	background-repeat: no-repeat;
}
body#supportpage {
	background-image: url(images/04B-FAQ.jpg);
	background-repeat: no-repeat;
}
body#contactpage {
	background-image: url(images/05B-contact.jpg);
	background-repeat: no-repeat;
}
#pagewidth { 
 width:800px;  
} 
 
#header {
	position:relative;
	height:112px;
	width:100%;
} 
 
#leftcol {
 width:227px; 
 float:left; 
 position:relative; 
  }
 
#twocols {
 width:573px; 
 float:right; 
 position:relative; 
}
 
#rightcol {
 width:194px; 
 float:right; 
 position:relative; 
}
 
#maincol {  
 float: left; 
 display:inline; 
 position: relative; 
 width:379px; 
}
 
.startpic {
	position: absolute;
	top: 180px;
	left: 93px;
	height: 125px;
	width: 125px;
	z-index: 1;
}
#links ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	list-style: none;
	margin:0;
	padding:0;
	font-weight: bold;
}

#links ul li {
	margin:0;
	padding:0;
	width: 227px;
}
#links ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-style: italic;
	background-image: url(images/off-bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-left: 93px;
}
#links ul li a:hover {
	font-style: normal;
	background-image: url(images/on-bg.gif);
	background-repeat: no-repeat;
}

#links a img {
height: 0; 
width: 0; 
border-width: 0;
}

#links a:hover img {
position: absolute; 
top: 180px; 
left: 93px; 
height: 125px; 
width: 125px;
z-index: 10;
}

body#companypage li#company a, body#productpage li#product a, body#newspage li#news a, body#supportpage li#support a, body#contactpage li#contact a {
	font-style: normal;
	background-image: url(images/on-bg.gif);
	background-repeat: no-repeat;
}

#contactinfo {
position: absolute; 
top: 340px; 
left: 25px;
}

#contactinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#contactinfo a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2b376e;
}
#contactinfo a:visited {
	color: #2b376e;
}
#contactinfo a:hover {
	color: #c3343e;
}
#contactinfo a:active {
	color: #c3343e;
}
 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#rightcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#rightcol a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b376e;
}
#rightcol a:visited {
	color: #2b376e;
}
#rightcol a:hover {
	color: #c3343e;
}
#rightcol a:active {
	color: #c3343e;
}
#maincol p {
	margin-left: 20px;
	margin-right: 10px;
}
#maincol td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	padding-bottom: 5px;
}
#maincol a:link {
	color: #2b376e;
}
#maincol a:visited {
	color: #2b376e;
}
#maincol a:hover {
	color: #c3343e;
}
#maincol a:active {
	color: #c3343e;
}
#maincol ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


