/*****************************/
/*                           */
/*  HEADER SPACE POSITIONING */
/*                           */
/*****************************/

html { min-height: 100%; margin-bottom: 1px; } 

#Header
{
	position: absolute;
	top: 0px;
	left: auto;
	
	width: 100%;
	height: 105px;
	background-color: white;
}

#Header img
{
	position: absolute;
	top: 5px;
	left: 50%;
	
	margin: 0 0 0 -443px;
}



#blog
{
	position: absolute;
	top: 27px;
	right: 50%;
	
	height: 25px;
	width: 370px;
	
	margin: 0 -568px 0 0;
}




/**************/
/*            */
/*  TOP MENU  */
/*            */
/**************/

#menuCategoryBar {
    background-color: #EFEFEF;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    height: 22px;
    position: absolute;
    top: 83px;
    width: 597px;
	left: 50%;
	margin: 0 0 0 -276px;
	text-align:center;
	font-size: 16px;
}

#Menu
{
	width: 100%;
	height: 75px;
	position: absolute;
	top: 105px;
	background-color: #efefef;
	border-top: 1px solid #dddddd;
}


#Menu ul
{
	background-color: #efefef;
	position: absolute;
	top: auto;
	left: 50%;
	height: 44px;
	width: 960px;
	border: 0;
	margin: 0 0 0 -453px;
	padding: 0;
	list-style-type: none;
}

#Menu li
{
	display: inline;
	text-align: center;
}


#Menu li a 
{
	float: left;
	height: 44px;
	padding: 6px 00px 0px 0px;
	border-right: 1px solid #cccccc;
	cursor: pointer;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

#Menu li a:hover
{
	background-color: #e0e0e0;
}

#Menu li a.selected,
#Menu li a.selected:hover
{
	font-weight: bold; 
	color: white;
	background-color: #005D9A;
	cursor: default;
}



span.block {
display:block;
}

#Nav span.block {
display:inline;
}




#Menu li ul 
{
	position: absolute;
	top: 44px;
	left: 50%;
	margin: 0 0 0 -480px;
	padding: 0;
	height: 13px;
	background-color: #0072BC;
	border-top: 2px solid #005D9A;
	border-bottom: 2px solid #005D9A;
}


#Menu li ul li a
{
	margin: 0;
	list-style-type: none;
	float: left;
	padding: 1px 15px 0 15px;
	border-right: 1px dotted #0063A3;
	height: 12px;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: white;
	background-color: #0072BC;
}

#Menu li ul li a:hover
{
	background-color: #0063A3;
}

#SubBackground
{
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	height: 13px;
	background-color: #0072BC;
	border-top: 2px solid #005D9A;
	border-bottom: 2px solid #005D9A;
}

#Shadow
{
	position: absolute;
	top: 61px;
	height: 8px;
	width: 100%;
	background-image: url('../images/shadow.gif');
	background-repeat: repeat-x;
	background-color: white;
}


#menuHome {
padding-top:9px;
width:71px;
}

#menuAll {
padding-top:9px;
width:105px;
}

#menuHVAC {
width:135px;
}

#menuFood {
width:123px;
}

#menuDock {
width:123px;
}

#menuSales {
padding-top:9px;
width:113px;
}

#menuDownloads {
padding-top:9px;
width:99px;
}

#menuEnergy {
width:134px;
}

div.menuUniv {
padding:9px 20px;
}

#Nav #menuHome {
width:auto;
display:inline;
}

#Nav #menuAll {
width:auto;
display:inline;
}

#Nav #menuHVAC {
width:auto;
display:inline;
}

#Nav #menuFood {
width:auto;
display:inline;
}

#Nav #menuDock {
width:auto;
display:inline;
}

#Nav #menuSales{
width:auto;
display:inline;
}

#Nav #menuDownloads {
width:auto;
display:inline;
}

#Nav #menuEnergy {
width:auto;
display:inline;
}

#Nav div.menuUniv {
width:auto;
display:inline;
padding: 0 4px;
}



/*******************/
/*                 */
/*  CONTENT SPACE  */
/*                 */
/*******************/


#Body
{
	position: absolute;
	top: 174px;
	left: auto;
	
	width: 100%;
	height: auto;
	
	background-color: white;
}

.Content
{
	position: relative;
	margin: 10px auto 60px auto;
	padding: 5px 0 25px 0;
	width: 900px;
}

.Content .copy
{
	width: 680px;
}



/******************/
/*                */
/*  FOOTER SPACE  */
/*                */
/******************/


#Footer
{
	position: absolute;
	bottom: 0%;
	left: auto;
	
	width: 100%;
	height: 45px;
	
	padding: 6px 0 6px 0;
	text-align: center;
	
}
/***********************/
/*                     */
/*  GLOBAL FORMATTING  */
/*                     */
/***********************/


body
{
	padding: 0;
	margin: 0;

	font-family: trebuchet ms, verdana;
	font-size: 11px;
	color: black;

	background-color: #eeeeee;
}


a,
a:active,
a:visited
{
	color: #005E9B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	padding: 0;
	margin: 0;
	font-size: 22px;
}


h2
{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
}

h3
{
	color: #222222;
	font-size: 12px;
	border-bottom: 1px dashed #dddddd;
}
 
tr
{
	vertical-align: top;
}

.off 
{
	display: none;
}


.last
{
	border-right: none;
}

.answer
{
	padding: 5px 0 5px 15px;
	color: #005A16;
	font-size: 10px;
}

.orange
{
	color: #FD6624;
}

.small
{
	font-family: verdana;
	font-size: 9px;
	color: #666666;
}

div#Nav
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #777777;
	margin: 0 0 10px 0;
	width: 600px;
}

div.divider
{
	width: 100%;
	padding: 3px 0 3px 5px;
	margin: 15px 0 15px 0;
	color: white;
	background-color: #5C5C68;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

/******************/
/*                */
/*  SPEC TABLES   */
/*                */
/******************/

table.specs
{
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

table.specs th
{
	background-color: #005D9A;
	color: white;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	text-align: left;
	vertical-align: bottom;
	border: 1px solid #eeeeee;
}

table.specs td
{
	font-family: verdana;
	font-size: 9px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #eeeeee;
	text-align: center;
}

table.specs td.field
{
	text-align: right;
	color: #666666;
}

table.specs .alt
{
	background-color: #f6f6f6;
}


/******************/
/*                */
/*  HEADER SPACE formatting */
/*                */
/******************/



#Search form
{
	margin: 0;
	padding: 0;
	
}
	
#Search .searchbox
{
	margin: 0 0 10px 0;
	padding: 2px;
	width: 130px;
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;
}

#Search .go 
{
	margin: 0 0 10px 0;
	padding: 2px;
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;	
}





/**********************/
/*                    */
/*  TOP MENU - GREEN  */
/*                    */
/**********************/


#Menu.green li a.selected
{
	background-color: #005A16;
}

#Menu.green li ul 
{
	background-color: #00791D;
	border-top: 2px solid #005A16;
	border-bottom: 2px solid #005A16;
}

#Menu.green li ul li a
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: white;

	background-color: #00791D;
	border-right: 1px dotted #005A16;
}

#Menu.green li ul li a.selected
{
	background-color: #00350D;
	color: white;
	border: 0;
}

#Menu.green #SubBackground
{
	background-color: #00791D;
	border-top: 2px solid #005A16;
	border-bottom: 2px solid #005A16;
}

/*

#Menu li a
{
	text-decoration: none;
	color: #333333;

	cursor: pointer;
}

#Menu li a:hover
{
	background-color: #e0e0e0;
}

#Menu li a.selected,
#Menu li a.selected:hover
{
	font-weight: bold;
	color: white;

	background-color: #005D9A;

	cursor: default;
}

#Menu li ul 
{
	background-color: #0072BC;
}

#Menu li ul li a
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: white;

	background-color: #0072BC;
}


#Menu li ul li a:hover
{
	background-color: #0063A3;
}

/*



/*******************/
/*                 */
/*  CONTENT SPACE  */
/*                 */
/*******************/

.copy p
{
	padding: 0;
	margin: 10px 0 10px 0;
	line-height: 1.4em;
	text-align: justify;

}

.copy ul li
{
	list-style-type: none;
	list-style-image: url(../images/li.gif);
	margin: 3px 0 3px 0;
	font-family: verdana;
	font-size: 10px;
}

.copy fieldset
{
	border: 1px solid #eeeeee;
	margin: 15px 0 15px 0;
}

.copy fieldset legend
{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: trebuchet ms;
	font-size: 10px;
	color: #005D9A;
}

.copy fieldset p
{
	margin-left: 10px;
}

.copy ul.two li
{
	width: 230px;
	float: left;
	margin: 0 25px 0 0;
}

.copy fieldset.certs img
{
	padding: 5px 20px 5px 20px;
}

.copy td.left
{
	text-align: right;
	padding: 0 15px 5px 0;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 9px;
}

div.column
{
	width: 258px;
	margin: 0 25px 0 0;
	float: left;
}

div.column#right
{
	margin: 0 0 0 0;
}

table.survey th
{
	width: 225px;
	font-weight: normal;
}

table.survey td
{
	
}


/******************/
/*                */
/*  FOOTER SPACE  */
/*                */
/******************/


div#Footer
{
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	color: #333333;
	
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	background-color: #dddddd;
}

div#Footer a
{
	font-weight: bold;
	text-decoration: none;
}

div#Footer a:hover
{
	text-decoration: underline;
}

#Footer p
{
	text-align: center;
}

/******************/
/*                */
/*    SELECTOR    */
/*                */
/******************/

.selector
{
	font-size: 9px;
	font-family: verdana;
}
#selector
{
	width: 741px;
	height: 450px;
	
	margin: 15px 0 30px 0;
	
	border: 3px double #d4d4d4;
	background-color: #f3f3f3;
}

#panel1, #panel2, #panel3
{
	width: 247px;
	height: 450px;
	
	float: left;

	background-color: #f3f3f3;
	border: 0;
	
	overflow: hidden;
}

#panel3
{
	text-align: center;
}

.paneltext div
{
	margin: 0 0 10px 0;
}

.paneltext select
{
	width: 200px;
}

.paneltext h3
{
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
	border-bottom: 1px dotted #d4d4d4;
	
	margin: 20px 0 5px 0;
	
	color: #005D9A;
}

.paneltext .disabled
{
	color: #c2c2c2;
}

.paneltext
{
	margin: 15px 10px 20px 10px;
}

.paneltext ul
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

.paneltext img
{
	padding: 0;
	margin: 0;
	
	clear: both;
}

#help
{
	width: 210px;
	
	margin: 10px 0 0 5px;	
}

#help h3
{
	color: green;
}
/*************************/
/*                       */
/*  Standard Menu Boxes  */
/*                       */
/*************************/


.menu_boxes
{
	width: 180px;

	font-family: verdana;
	font-weight: bold;
	font-size: 9px;
	color: white;
	
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
			
	float: right;
	
	border: 0;
}

.menu_boxes li
{
	margin: 0 0 10px 0;
	padding: 2px 0 0 6px;
	border-left: 1px solid #005D9A;
	border-right: 1px solid #005D9A;
	border-top: 2px solid #005D9A;
	border-bottom: 1px solid #999999;
	background-color: #0072BC;
	list-style: none;
	font-size: 9px;
}

.menu_boxes li ul
{
	list-style-type: none;

	background-color: #f8f8f8;
	width: 100%;
	
	margin: 2px -1px 0 -7px;
	padding: 2px 7px 12px 0;
	
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 2px solid #005D9A;
}

.menu_boxes li ul li
{
	margin: 0;
	padding: 4px 6px 2px 16px;
	
	border: 0;
	
	background-color: #f8f8f8;
	font-size: 9px;
	font-weight: normal;
	
/* 	color: #999999; */
}

.menu_boxes li ul li strong
{
	color: black;
}

.menu_boxes .divider
{
	width: 157px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 4px;
}

.menu_boxes a
{
	color: black;
	font-weight: normal;
}




/***********************/
/*                     */
/*  Standard Menu Box  */
/*                     */
/***********************/


.menu_box
{
	width: 180px;

	font-family: verdana;
	font-weight: bold;
	font-size: 9px;
	color: white;
	
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
		
	float: right;
}

.menu_box li
{
	margin: -1px 0 0 0;
	padding: 2px 0 0 6px;
	border-left: 1px solid #005D9A;
	border-right: 1px solid #005D9A;
	border-top: 2px solid #005D9A;
	border-bottom: 1px solid #999999;
	background-color: #0072BC;
	
	font-size: 9px;
}

.menu_box li ul
{
	list-style-type: none;

	background-color: #f8f8f8;
	width: 100%;
	
	margin: 2px -1px 0 -7px;
	padding: 2px 7px 12px 0;
	
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 2px solid #005D9A;
}

.menu_box li ul li
{
	margin: 0;
	padding: 4px 6px 2px 16px;
	
	border: 0;
	
	background-color: #f8f8f8;
	font-size: 9px;
}

.menu_box a
{
	color: black;
	font-weight: normal;
}




/******************/
/*                */
/*  Silver Theme  */
/*                */
/******************/


li.silver
{
	background-color: #5C5C68;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #5C5C68;
	
	font-size: 9px;
	
	color: white;
	
	padding: 4px 0 0 8px;
}

li.silver a
{
	color: black;
}

li.silver ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	
	margin: 3px 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border-top: 1px solid #5C5C68;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

li.silver ul li
{
	background-color: #f8f8f8;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}

li.silver li.divider
{
	width: 146px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
}

/******************/
/*                */
/*  Blue Theme  */
/*                */
/******************/

li.blue
{
	background-color: #0075c2;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #0075c2;
	
	font-size: 9px;
	
	color: white;
	
	padding: 4px 0 0 8px;
}

li.blue a
{
	color: black;
}

li.blue ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	
	margin: 3px 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border-top: 1px solid #0075c2;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

li.blue ul li
{
	background-color: #f8f8f8;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}

li.blue li.divider
{
	width: 146px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
}

/*li.blue
{
	background-color: #0075c2;
	border: 1px solid #aaaaaa;
	border-top: 1px solid  #0075c2;
	
	font-size: 9px;
	
	color: white;
	
	padding: 4px 0 0 8px;
}

li.blue a
{
	color: black;
}

li.blue ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	
	margin: 3px 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border-top: 1px  #0075c2;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

li.blue ul li
{
	background-color: #f8f8f8;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}

li.blue li.divider
{
	width: 146px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
}*/
/******************/
/*                */
/*  Green Theme   */
/*                */
/******************/


li.green
{
	background-color: #00791D;
	border: 1px solid #aaaaaa;
	border-top: 1px solid #00791D;
	
	font-size: 9px;
	
	color: white;
	
	padding: 4px 0 0 8px;
}

li.green a
{
	color: black;
}

li.green ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	
	margin: 3px 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border-top: 1px solid #00791D;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

li.green ul li
{
	background-color: #f8f8f8;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}

/*li.green li.divider
{
	width: 178px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
	margin: 8px 0 4px 0;
}*/
li.green li.divider
{
	width: 146px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
}
/*********************/
/*                   */
/*  Menu Box - Gray  */
/*                   */
/*********************/

li.gray_box
{
	background-color: white;
	border: 0;
	
	font-size: 9px;
	
	color: black;
	
	padding: 4px 0 0 8px;
}

/*li.gray_box
{
	background-color: white;
	border: 0;
	
	font-size: 9px;
	
	color: black;
	
	padding: 2px 0 0 0;
}
*/
li.gray_box a
{
	color: black;
}
li.gray_box ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	
	margin: 3px 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border: 1px solid #e2e2e2;
}
/*li.gray_box ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	margin: 4px 0 0 0;
	padding: 0 0 8px 0;

	border: 1px solid #e2e2e2;
}
*/

li.gray_box ul li
{
	background-color: #f8f8f8;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}
li.gray_box li.divider
{
	width: 146px;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
}

/*********************/
/*                   */
/*  Info Box - Gray  */
/*                   */
/*********************/


li.info_gray
{
	background-color: #f8f8f8;
	border: 1px solid #e2e2e2;
	
	font-size: 10px;
	
	color: black;
	
	padding: 10px 0 0 8px;
	margin: 1px 0 0 0;
}

li.info_gray a
{
	color: black;
}

li.info_gray ul
{
	background-color: #f8f8f8;
	list-style-type: none;
	
	color: black;
	
	width: 100%;
	
	margin: 0 0 0 -8px;
	padding: 0 8px 8px 0;
	
	border: 0;
}

li.info_gray ul li
{
	background-color: #f8f8f8;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}






/*********************/
/*                   */
/*  Menu Box - Blue  */
/*                   */
/*********************/


li.blue_box
{
	background-color: white;
	border: 0;
	
	font-size: 10px;
	
	color: black;
	
	padding: 0;
}

li.blue_box a
{
	color: black;
}

li.blue_box ul
{
	background-color: #E4EDF7;
	list-style-type: none;
	
	color: #005D9A;
	
	width: 100%;
	
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
	
	border: 1px solid #AECCED;
}

li.blue_box ul li
{
	background-color: #E4EDF7;
	
	margin: 8px 4px 4px 16px;
	padding: 0;
}

/*********************/
/*                   */
/*       PAGES       */
/*                   */
/*********************/


#home div#main
{
	width: 564px;
	height: 225px;
	margin: 10px 0 0 50px;
}

#home div#panels
{

	/* background-image: url(../images/front_pane.gif); */
	width: 564px;
	height: 267px;
	/* border-bottom: 3px solid #0075c2; */
}

#home div#flash
{
	width: 158px;
	height: 158px;
	position: absolute;
	left: 65px;
	top: 300px;
}

#home div#diagram
{
	width: 158px;
	height: 108px;
	position: absolute;
	left: 440px;
	top: 327px;
	border: 1px solid #e0e0e0;
}

#home div#products
{
	width: 158px;
	height: 158px;
	position: absolute;
	left: 252px;
	top: 300px;
}

#home div#tradeshows
{
text-align:center;
	width: 564px;
	position: absolute;
	left: 50px;
	top: 550px;
}

ul#Values
{
	padding: 0;
	margin: 0;
}

ul#Values li
{
	list-style-type: none;
	border-bottom: 1px dotted #dddddd;
	padding: 3px 0 3px 0;
}


/* ALL PRODUCTS */


#air h3
{
	border-bottom: 1px dotted #cccccc;
	margin: 8px 0 2px 0;
	padding: 0 0 2px 0;
}

#air div.column
{
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
}

#air div.column#last
{
	margin: 0 0 0 0;
}

#air div.column ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#air div.column ul li
{
	list-style-type: none;
}

#air div.column img
{
	border: 1px solid #dddddd;
	padding: 3px;
}


/* WHY BERNER */


#air #reasons
{
	float: left;
	padding: 5px 15px 20px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #cccccc;
}

#air #reasons ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#air #desc
{
	float: left;
	width: 350px;
	border-left: 1px solid #cccccc;
}

#air #desc img
{
	float: left;
	margin: 0 10px 0 0;
	border: 0;
}

#air #desc div.block
{
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

#air #desc h2
{
	margin: 20px 0 0 10px;
}

#air #desc img#velocity_diagram
{
	margin: 20px 0 20px 0;
}




#patio h2
{
	color: #FD6624;
}

#patio img#pick_patio
{
	border-bottom: 2px solid #cccccc;
}

#patio #p4000_copy
{
	float: left;
	width: 400px;
}

#patio img#p4000
{
	float: left;
	margin: 0 30px 0 0;
}

#patio img#p3000
{
	
}

#patio img#p2300
{

}

#patio img#p1100
{

}



#heaters .photo
{
	border: 1px solid #005D9A;
	width: 564px; 
	height: 225px;
	background-image: url('../images/door_heater.jpg');
}


#air+h2
{
	width: 564px;
	height: 20px;
	padding: 2px 2px 2px 4px;
	margin: 10px 0 0 0;
	background-color: #005D9A;
	color: #CCCCCC;
}

#air .column
{
	float: left;
	width: 50%;
}	


#air .box
{
	border-bottom: 1px solid #005D9A;
	border-left: 1px solid #005D9A;
	border-right: 1px solid #005D9A;
	width: 568px; 
	height: 225px;
}


#air img
{
	margin: 0px 0 0px 0;
}

#air .diagram
{
	float: right;
	padding: 10px;
	border: 1px solid #aaaaaa;
	margin: 5px 0px 5px 15px;
}

#strip .box
{
	border: 1px solid #cecece;
	width: 568px; 
	height: 225px;
	margin: 10px 0 10px -10px;
	background-image: url('../images/strip.jpg');
}

#strip td
{
	width: 50%;
}

#air div.four_column
{
	float: left;
	width: 180px;
	font-family: verdana;
	font-size: 9px;
	margin: 0 10px 0 0;
}

#air div.four_column#last
{
	margin: 0 0 0 0;
}


#air div.two_column
{
	float: left;
	width: 360px;
	font-family: verdana;
	font-size: 9px;
	height: 500px;
	margin: 0 10px 0 0;
}

#air div.two_column#last
{
	margin: 0 0 0 0;
}

#fabric div table,
#fabric div p 
{
	float: left;
}

#fabric div p 
{
	width: 180px;
	height: 75px;
}

#air div.column h2
{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #aaaaaa;
}

#air div.column img
{
	border: 1px solid #cecece;
	float: left;
	margin: 5px 5px 5px 0;
}

#entrance .box
{
	border: 1px solid #cecece;
	width: 568px; 
	height: 225px;
	margin: 0 0 15px -10px;
	background-image: url('../images/airentrance.jpg');
}


#resources .copy ul li
{
	border-bottom: 1px solid #e0e0e0;
	width: 300px;
	padding: 6px 0 6px 0;
}

