*{
		margin:0;
		padding:0;
}


body{
		background: url(images/bg_body_plain.jpg) repeat-x #FFFFFF;
}


#wrapper{
		width:800px;
		margin: auto;
		
}

#wrapper{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #333333;
		line-height:150%;
	
}

#header{
		width: 800px;
		height: 114px;
		padding-left: 20px;
}


/* ============ NAVIGATION ==================== */

#nav{
		clear:both;
		margin-bottom:1px;
}

#nav ul{
		display:block;
		margin:0;
		padding:0;
		height: 32px;
}
	
#nav ul li{
		list-style-type: none;
		float: left;
		margin:0;
		padding:0;
		height: 32px;
}

#nav ul li #home{
		display:block;
		width:88px;
		height: 32px;
		background: url("images/home.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #aboutus{
		display:block;
		width: 111px;
		height: 32px;
		background: url("images/about_us.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #markets{
		display:block;
		width: 108px;
		height: 32px;
		background: url("images/markets.gif") 0 0 no-repeat;
		text-decoration: none;
}


#nav ul li #products{
		display:block;
		width:182px;
		height: 32px;
		background: url("images/products_services.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #news{
		display:block;
		width:148px;
		height: 32px;
		background: url("images/news_events.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #contactus{
		display:block;
		width:163px;
		height: 32px;
		background: url("images/contact.gif") 0 0 no-repeat;
		text-decoration: none;
}



#nav ul li #home:hover, #nav ul li #aboutus:hover, #nav ul li #markets:hover, #nav ul li #products:hover, #nav ul li #news:hover, #nav ul li #contactus:hover{	
		background-position:  0 -32px;
}

#nav ul li a span{
	display:none;
}

/* ============ FLASH ==================== */


#flash{
}


/* ============ MAIN ==================== */


#main{
	clear:both;
	xbackground: url(images/bg_main.jpg) repeat-x;
	
	padding: 20px;
	xpadding-top: 40px;
	
}


#main p{
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 12px;
}


#main ul{
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 4px;
	margin-left: 10px;
	font-size: 12px;
	
	color: #003E7E;
	
}

#main ul li{
	list-style-type:disc;
	line-height:180%;	
}

#main ul li span{
	color: #333333;
}

#main h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:10px;
	color: #003E7E;
	font-weight:bold;
}

#main a{
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}

 #main a:hover{
	font-weight:bold;
	color: #E51B39;
	text-decoration:none;
}

#main h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #E51937;
	margin-top:15px;
	margin-bottom: 3px;
}


#main h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #26436F;
	font-weight:bold;
	xpadding-left: 20px;
	xpadding-right: 25px;
	padding-top: 5px;
	xtext-align:center;
}

#main h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2485CC;
	font-weight:bold;
	padding_left: 2px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2485CC;
}



/* ============ FOOTER ==================== */

#footerwrapper{
	background:#D5DFEC;	
	clear:both;
}

#footer{
	clear:both;
	width: 800px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003E7E;
	line-height: 135%;
	padding: 20px;
	
	background: #D5DFEC;	
}

#footercolumn{
	float:left;
	padding-left: 20px;
	padding-right: 45px;
}

#footercolumn p{
	float:left;
	padding-right: 40px;
}

#footer #clon_logo{
	float:left;
	margin-top:25px;
}

#footer a{
	font-size: 11px;
	text-decoration:none;
	color:#003E7E;
	
}

#footer a:hover{
	font-size: 11px;
	text-decoration:none;
	color:#E51B39;
}

#footer ul{
	font-weight: bold;
	list-style-type: square;
	color: #82A0BD;
	font-size: 10px;
	margin-left: 15px;
}

#footer h1{
	color: #E51937;
	font-size: 14px;
	margin-bottom:12px;
	font-weight:bold;
}

/* ============ GENERAL ==================== */


.floatright{
	float:right;
	margin-top:15px;
	margin-left:10px;
}

.floatleft{
	float:left;
	margin-right:6px;
	padding-left: 1px;
}


.imgborder{
	border: 3px solid #D5DFEC;
}

.clear{
	clear:both;
}


hr{
	border:none;
	height: 2px;
	background-color: #D5DFEC;
	
	margin-top: 10px;
	margin-bottom: 25px;
}




