﻿/* General Site Formatting */

body
{
	color:#000000;
	background:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:0.8em;
	line-height:20px;
	margin:0;
	padding:0;
	height:100%;
}

 a:hover {text-decoration:underline;}   /* mouse over link */
	
 h1 { color: #5A5656; font-size: 1.5em; text-transform:uppercase;} 
 h2 { color: #5A5656; font-size: 1.3em; text-transform:uppercase;} 
 h3 { color: #5A5656; font-size: 1.2em; text-transform:uppercase;} 
 h4 { color: #5A5656; font-size: 1.1em; text-transform:uppercase;} 
 
 #main-text /*Padding for Main Place Holder */
 {
	padding:5px 5px 5px 5px;
 }
 
 #main-picture
 {
	display:inline;
	float:right;
	padding:5px 5px 5px 5px;
 }

  #main-picture-left
 {
	display:inline;
	float:left;
	padding:5px 5px 5px 5px;
 }
 
 .products
 {
	width:300px;
	height:150px;
	background:#E5E4E2;
	border:1px solid #B2B2B1;
	padding:2px 5px 5px 5px;
	margin:10px 10px 10px 10px;
 }
 
 .products-header
 {
	font-size:1em;
 }
 
  .products-image
 {
	display:inline;
	float:right;
	padding:5px 5px 5px 5px;
 }
 
 .products-text
 {
	font-size:0.8em;
 }
 
 #products-left
 {
	width:50%;
	float:left;
	margin-top:-5px;
 }
 
 #products-right
 {
	width:50%;
	float:right;	
	margin-top:-5px;
 }	
/* Main Site Layout - All in Master Page */

#main-container
{
	width:99.5%;
	height:100%
}

#header-container
{
	height:80px;
	margin-left:15%;
	width:85%;
	float:right;
}
	
#header-banner
{
	background-image: url(../Images/SiteLayout/banner.gif);
	background-repeat: repeat-x ; 
	height:100%;
	width:100%;
}
	
#header-logo
{
	height:80px;
	background:#FFFFFF;	
	background-image: url(../Images/SiteLayout/logo1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}

#header-slogan
{
	height:80px;
	width:85%;
	float:right;
	}
	
#header-slogan-text
{
	text-align:right;
	font-size:1.8em;
	color:White;
	padding:50px 10px 0px 0px;
	font-family:"Century Gothic",sans-serif;
	}
	
#left-container
{
	padding:0;
	width:15%;
	height:100%; 
	background:#2764A1;
	float:left;
	margin-top:-80px;
}

#image-iso
{
	width:100%;
	height:80px;
	background-image: url(../Images/SiteLayout/iso9001.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#image-ce
{
	width:100%;
	height:80px;
	background-image: url(../Images/SiteLayout/ce_logo2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#left-container-text
{
	color:White;
	padding:7px 7px 7px 7px;
	font-size:0.85em;
}

#center-container
{
	width:85%;
	float:right;
}

#center-images
{
	width:100%;
	height:100px;
	text-align:center;
	padding-bottom:15px;
}

#breadcrumb
{
	float:left;
	width:100%;
}
	
#main-nav
{
	width:100%;
	height:20px;
	background:#2764A1;
	color:White;
}
	
#footer 
{
	width: 100%;
	z-index: 999;
	background:#2764A1;
	color:White;
	padding: 0;
	clear:both;
	text-align:center;
}
	
/*End Main Site layout */
	
