/*
------------------------
		tags
------------------------
*/

html {
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #00444E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
	Sections
*/

#mainContainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
	border-left: solid #155F6A 1px;
	border-bottom: solid #155F6A 1px;
	border-right: solid #155F6A 1px;
	
	
	background-image:  url("../images/content-bg.gif");
	background-repeat: repeat-y;
	
	height: 100%;
	text-align: left;
}

#headerContainer {
	width: 750px;
	height: 94px;
	margin:0px;
	padding:0px;

	background-color: #155F6A;
}

/* BODY STUFF */

#bodyContainer {	
	height: 100%;
}

#menuContainer {
	float: left;
	width: 216px;	
}

#menuRolledOver2 {
	position: absolute;
	z-index: 5;
	top: 94px;
	left: 50%;
	width: 181px;
	height: 189px;

	margin-left: -157px;
	display: none;
	background: #B2B2B2;
}

#menuRolledOver2Text {
	width: 161px;
	margin: 65px 0px 0px 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#menuRolledOver2Text a {	
	display: block;
	margin: 0px 0px 15px 0px;
			
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}


#menuRolledOver4 {
	position: absolute;
	z-index: 5;
	top: 94px;
	left: 50%;
	width: 181px;
	height: 189px;

	margin-left: -157px;
	display: none;
	background: #B2B2B2;
}

#menuRolledOver4Text {	
	width: 161px;
	margin: 65px 0px 0px 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#menuRolledOver4Text a {

	display: block;
	margin: 0px 0px 15px 0px;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#menuTier1Links {
	width: 216px;
	border-bottom: solid white 1px; 
	background-image: url(../images/intro-menu.gif);
	width: 216px;
	height: 189px;
}

#menuTier1Links a#projects {
	display: block;
	position: relative;
	left: 93px;
	top: 28px;
	width: 106px;
	height: 14px;
}

#menuTier1Links a#saveMoney {
	display: block;
	position: relative;
	left: 50px;
	top: 42px;
	width: 150px;
	height: 28px;
}

#menuTier1Links a#specs {
	display: block;
	position: relative;
	left: 50px;
	top: 56px;
	width: 150px;
	height: 28px;
}

#menuTier1Links a#industryServed {
	display: block;
	position: relative;
	left: 50px;
	top: 72px;
	width: 150px;
	height: 28px;
}


#menuTier2Links {
	width: 146px;

	margin: 25px 0px 0px 50px;
	padding: 0px 0px 25px 0px;
	text-align: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #155F6A;
	
	list-style-type: none;
	list-style-position: inside;
}

#menuTier2Links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #155F6A;
}

#menuTier2Links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#menuTier2Links li {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


#contentContainer {
	float: left;
	width: 465px;
	margin: 26px 0px 0px 37px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

#contentHeaderContainer {
    width: 465px;
    margin: 0px 0px 14px 0px;
    padding: 0px;
}

#contentHeaderContainer h1 {
    width: 465px;
    margin: 0px;
    padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

#contentLinks {
	width: 465px;
	margin: -10px 0px 20px 0px;
	padding: 5px 0px 5px 0px;
	border-top: solid #E6E6E6 1px;
	border-bottom: solid #E6E6E6 1px;
}

#contentLinks ul {
	display: inline;
	margin: 0px;
	padding: 0px;	
}

#contentLinks li {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left: solid #155F6A 1px;
}

#contentLinks li.first {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
}

#contentLinks a {
	font-size: 9px;
	color: #155F6A;
}

#contentBodyContainer {
    width: 465px;
    margin: 0px;
    padding: 0px;
}

#contentBody {
    float: left;
    width: 465px;
    margin: 0px 0px 0px 0px;

    padding: 0px 0px 25px 0px;
    vertical-align: top;   
	
	font-size: 11px;
}

#contentBody a {
	color: #155F6A;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#contentBody ul {
	list-style-image: url(../images/bullet.gif); 
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 16px;
}

#contentBody ul.category {
	list-style-image: none; 
	list-style: none; 

	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
}

#contentBody ul.product {
	list-style-image: none; 
	list-style: none; 

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 16px;
}

#contentBody ul.options {
	list-style: none; 
	list-style-image: url(../images/go-arrow.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 16px;
}

#contentBody p {
    display: block;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

#contentBody input {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #000000;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#contentBody textarea {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #000000;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#contentBody input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 94px;
	height: 17px;
	color: #000000;
}

#contentBody input.checkRadio {
	border:none;
	padding:0px;
	margin:0px;
}

#contentBody td {
	vertical-align: top;
	padding: 0px 15px 15px 0px;
}

#contentBody form {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#photosContainer {
	float: left;
	width: 143px;
	margin: 0px 0px 0px 25px;    
}

#photosContainer div.photoItem {
	border-bottom: solid #155F6A 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #155F6A;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 25px 0px;
}

#photosContainer div.photoItem img {
	margin-bottom: 3px;
	display: block;
}

/* FOOTER STUFF */

#footerContainer {
	clear: both;
	background-color: #FFF;
	width: 750px;
	padding: 14px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: solid #155F6A 1px;
}	

#footerContainer a {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	color: #666;
}

#footerContainer a.important {
    color: #730000;
}

#footerContainer ul {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footerContainer li {
	display: inline;
	border-left: solid #999 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 4px;	
}

#footerContainer li.first {
	border-left: none;
	padding: 0px 2px 0px 0px;
}

#footerTopContainer {	
	width: 695px;
	margin: 0px 0px 0px 26px;
	padding: 0px;
	color: #666666;
}

#footerTopLeft {
	float: left;
}

#footerTopRight {
	float: right;
}

#footerContact {
	margin-left: 26px;
	margin-bottom: 47px;
	clear:both;
	color: #484848;
}

#footerCopyright {
	color: #155F6A;
	margin-left: 26px;
}

/* 
------------------------
        classes
------------------------ 
*/

.hr {
	clear: both;
	width: 452px;
	height: 1px;
	background: url(../images/dash.gif);
	background-position: center;
	background-repeat: repeat-x;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 247px;
	font-size: 1px;
	line-height: 1px;
}

.hrLong {
	clear: both;
	width: 695px;
	height: 1px;
	background: url(../images/dash.gif);
	background-position: center;
	background-repeat: repeat-x;

	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 26px;

	font-size: 1px;
	line-height: 1px;
}
