/* 
---------------------------------------------------------
A+B Systems Screen Styles
---------------------------------------------------------*/


/* Define Tag Selectors
---------------------------------------------------------*/

body {
	background: url(../images/page_bg_gradient.jpg) #404040 repeat-x;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	line-height: 1.5em;
}

h3 {
	margin: 0 0 .3em 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #1a5891;
}

h4 {
	margin: 1em 0 .3em 0;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	margin: 1em 0 .3em 0;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: .7em 0;
	
}

/* Define Classes */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.space_before {
	margin-top: 2em;
}



/* Define Site Canvas
---------------------------------------------------------*/

div#wrapper {
	width: 960px; 
	margin: 0 auto; 
	text-align: left;
}

div#container {
	display: block; 
	position: absolute;
	min-height: 100%;
	background: url(../images/page_faux_column.jpg) 50% 0 repeat-y;
	width: 960px; 
}



/* Define Header Container
---------------------------------------------------------*/

div#header_container {
	display: block;
	background: url(../images/header_bg_gradient.jpg) repeat-x;
	width: 960px;
	height: 164px;
}

div#header_container h1 a {
	float: left;
	display: inline;
	background: url(../images/A_B_systems_logo.jpg) no-repeat;
	width: 240px;
	height: 164px;
	text-indent: -9999px;
	overflow: hidden;
}

div#header_container h2 {
	float: left;
	display: inline;
	background: url(../images/the_process_cooling_specialist.gif) no-repeat;
	margin: 62px 0 0 30px;
	width: 657px;
	height: 77px;
}

div#header_container h2 a {
	float: left;
	display: inline;
	background: url(../images/ab_email.gif) 0 0 no-repeat;
	margin: 47px 0 0 388px;
	width: 267px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

div#header_container h2 a:hover {
	background: url(../images/ab_email.gif) 0 -29px no-repeat;
}



/* Define Body Container
---------------------------------------------------------*/

div#body_container {
	display: block;
	margin: 0 0 66px 0;
	width: 960px;
	overflow: hidden;
}



/* Define Navigation
---------------------------------------------------------*/

div#navigation {
	float: left;
	display: inline;
	width: 240px;
}

/*---------------------------------------------------------
See ab_navigation.css for ul/li button styles.
---------------------------------------------------------*/



/* Define Body Content
---------------------------------------------------------*/

div#body_content {
	float: left;
	display: inline;
	background: url(../images/content_bg_gradient.jpg) repeat-x;
	width: 640px;
	padding: 40px;
}

div#body_content div.single_column {
	float: left;
	display: inline;
	width: 190px;
}

div#body_content div.notice_box {
	clear: both;
	float: left;
	background: #bbd5e6;
	border: 1px solid #98bad5;
	margin: 18px 0 0 0;
	padding: 14px 14px 7px 14px;
}

div#body_content a {
	font-weight: bold;
	color: #1a5891;
}

div#body_content a:hover {
	color: #3176ac;
}

div#body_content ul {
	list-style: outside;
	list-style-type: disc;
	line-height: 1.5em;
}

div#body_content li {
	margin: 0 0 0 1.5em;
	padding: .2em 0;
}

div#gallery {
	float: right;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	width: 240px;
}

div#gallery img {
	float: left;
	display: inline;
	margin: 5px;
}

div#gallery_instruction {
	float: right;
	display: inline;
	width: 208px;
	background: #e4e4e4;
	border: 1px solid #a1a1a1;
	margin: 10px 5px 0 0;
	padding: 10px;
}

div#gallery_instruction p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: .9em;
	
}



/* Define Footer Container
---------------------------------------------------------*/

div#footer_container {
	clear: both;
	display: block;
	position: absolute;
	background: url(../images/footer_bg_gradient.jpg) repeat-x;
	bottom: 0; 
	padding: 0 40px;
	width: 880px;
	height: 66px;
	color: #fff;
	text-align: right;
	line-height: 1.5em;
}

div#footer_container p {
	float: right;
	margin: 1.2em 0 0 0;
	font-size: .9em;
}

div#footer_container a,
div#footer_container strong {
	color: #3176ac;
	font-weight: bold;
}

div#footer_container a:hover {
	color:#7ab6dd;
}

