
body {
	background-color: #192169;
	}


div.container {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	text-align: left; /* Stupid hack for IE messed up my whole page layout */
	width: 800px;
	height: 100%;
	}

#top {
	position: absolute;
	background: #fff url(images/header.jpg) right no-repeat;
	top: 5px;
	height: 206px;
	width: 800px;
	background-color: #000066;
	}


/*** MENUBAR ***/

#menulinks{
	position: absolute;
	top: 122px;
	left: 210px;
	right: 0px;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
}

.menubar_over{    
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/menuover.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}

.menubar_active{
	font-size: 11px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/menuactive.gif);
	background-repeat: repeat-x;
	cursor: default;
}

/*** Quote Page ***/

#quotetext{
	position: relative;
	top: 0px;
	left: 40px;
	padding-left: 0px;
	font-family: tahoma, arial, serif;
	font-size: 14px;
	color: #000000;
	
	}

/*** Left Bar ***/

#left{
	position: absolute;
	top: 250px;
	left: 5px;
	width: 200px;
	height: 0px;
	color: #000000;
	padding-left: 8px;
	z-index: 1;
	}

#left2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 140px;
	height: 580px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

#servicesleft2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 140px;
	height: 850px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

#storageleft2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 140px;
	height: 330px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

#quoteleft2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 0px;
	height: 3050px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

#commercialleft2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 140px;
	height: 1390px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

#domesticleft2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 140px;
	height: 1890px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

#storageleft2{
	position: absolute;
	top: 460px;
	left: 7px;
	width: 140px;
	height: 800px;
	color: #000000;
	padding-left: 4px;
	z-index: 1;

	}

/*** CONTENT ***/

#content{
	position: relative;
	top: 200px;
	left: 0px;
	width: 800px;
	background-image: url(images/contentfiller.gif);
	background-repeat: repeat-y;
	}

#text{
	position: relative;
	top: 0px;
	left: 150px;
	width: 600px;
	padding-left: 0px;
	font-family: tahoma, arial, serif;
	font-size: 14px;
	color: #000000;
	
	}

#bottom{
	position: relative;
	top: 200px;
	height: 35px;
	width: 800px;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-y; 
	}


/*** HEADER ***/

h2{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #5E5E5E;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
	}

/*** FORM ***/

input, textarea, select
{
  color: #212EAD;
	border: 1px solid;
	background: #E7EAF0;
	margin: 0px;
	padding: 3px;
}
