*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

body{
	width:100%;
	/*text-align:center;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: white;

}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

h1{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}

p{
	margin: 1em 0;
}

/*
#container{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	background: red;
	margin-top: -300px;
	margin-left: -400px;
}
*/

#container{

	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#top{
	background: white url("../images/top_bg.gif") no-repeat top left;
	width: 800px;
	height: 120px;
}

#middle{
	background: #AE0817;
	border-top: 2px solid #792120;
	border-bottom: 2px solid #792120;
	float: left;
	height: 410px;
}

#content{
	width: 430px;
	float: left;
	padding-top: 20px;
	padding-left: 60px;
}

#content ul{
	margin-left: 2em;
}


.clear{
	clear: both;
}

/*
#textFlow{
	width: 430px;
	height: 170px;
	padding-top: 40px;
	padding-left: 60px;
	color: white;
	float: left;
	border: 1px solid #00c;
	overflow: auto;
}

#textFlow p{
	width: 380px;
}

#textFlow ul{
	margin-left: 2em;
}
*/
#imgSwap{
	float: right;
	width: 265px;
	position: relative;
	top: -2px;
}


/*
iframe {
	border: 0px;
	float: left;
	width: 460px;
	height: 244px;
	z-index:200;
	}
*/

#bottom{
	background: white url("../images/bottom_bg.gif") no-repeat top left;
	height: 163px;
	width: 800px;
	position: absolute;
	top: 540px;
	left: 0;
}

/*
.terms{
	font-size: 10px;
	position: absolute;
	top: 575px;
	left: 550px;
	letter-spacing: 1px;
	color: #999;
}
*/

.terms{
	font-size: 10px;
	letter-spacing: 1px;
	color: #999;
	position: absolute;
	top: 90px;
	left: 560px;
	
}	

.terms a{
	color: #999;
	text-decoration: none;
}

.recticel{
	position: absolute;
	top: 70px;
	left: 0px;
}


/********************************* top nav */

#topNav span{
	display: none;
}

#topNav{
	position: absolute;
	top: 93px;
	left: 310px;
}

#topNav li{
	display: inline;
}

#industry a{
	display: block;
	float: left;
	width: 110px;
	height: 21px; 
	background: transparent url("../images/industry.gif") no-repeat top left;
}

#industry a:hover, #industry a.selected{
	background: transparent url("../images/industry_over.gif") no-repeat top left;
}

#building a{
	display: block;
	float: left;
	width: 108px;
	height: 21px; 
	background: transparent url("../images/building.gif") no-repeat top left;
}

#building a:hover, #building a.selected{
	background: transparent url("../images/building_over.gif") no-repeat top left;
}
/*********************************************/

/********************************* top nav */
#bottom a:hover{
	text-decoration: underline;
	color: #999;
}


#bottomNav span{
	display: none;
}

#bottomNav{
	position: absolute;
	top: 20px;
	left: 205px !important;
}

#bottomNav li{
	display: inline;
}

#home a{
	display: block;
	float: left;
	width: 73px;
	height: 18px; 
	background: transparent url("../images/home.gif") no-repeat top left;
}

#home a:hover, #home a.selected{
	background: transparent url("../images/home_over.gif") no-repeat top left;
}


#contact a{
	display: block;
	float: left;
	width: 120px;
	height: 21px; 
	background: transparent url("../images/contact.gif") no-repeat top left;
}

#contact a:hover, #contact a.selected{
	background: transparent url("../images/contact_over.gif") no-repeat top left;
}


#en a{
	display: block;
	float: left;
	width: 40px;
	height: 21px; 
	background: transparent url("../images/en.gif") no-repeat top left;
}

#en a:hover, #en a.selected{
	background: transparent url("../images/en_over.gif") no-repeat top left;
}


#fr a{
	display: block;
	float: left;
	width: 40px;
	height: 21px; 
	background: transparent url("../images/fr.gif") no-repeat top left;
}

#fr a:hover, #fr a.selected{
	background: transparent url("../images/fr_over.gif") no-repeat top left;
}







/*********************************************/


