@charset "UTF-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-1px;
	background-color:#a9a09b;
}

img
{
	border:none;
}

.clear
{
	clear:both;
}

/*//////////////////////////////////////////////HEADER/////////////////////////////////////////////////////////*/

#header
{
	background-color:#f5f3f1;
	height:80px;
	width:100%;
}

#align_center
{
	width:940px;
	height:auto;
	margin:auto;
}

	#logo
	{
		float:left;
		display:inline;
	}
	
	#newsletter
	{
		float:right;
		display:inline;
		width:155px;
		 height:25px;
		 border:1px #666 solid;
		 background-color:#FFF;
		 margin-top:45px;
		 color:#666;
	}
		#newsletter form
		{
			
		}
	
		 #newsletter input[type=text]
		 {
			 width:120px;
			 height:20px;
			 border:solid 1px #FFF;
			 float:left;
			 padding-left:10px;
			 padding-top:3px;
			 font-size:14px;
		 }
		 
		 #newsletter input[type=image]
		 {
			float:left;
		 }

/*///////////////////////////////////////////////CONTAINER////////////////////////////////////////////////////////////*/

#background_container
{
	background-color:#FFF;
	width:100%;
	height:auto;
}

#container
{
	height:auto;
	margin:auto;
	width:940px;
	padding-bottom:20px;
}

#menu
{
	width:750px;
	height:40px;
	float:left;
}

	#navigation ul
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#776d65;	
	}
	
	#navigation li
	{
		float:left;
		background-color:#e4dbd4;
		margin:1px 1px 1px 0px;
		list-style:none;
		list-style-type:none;
		width:140px;
		height:38px;
	}
	
	
		
				#menu_home{
				display:block;
				background-image:url(../images/home_oxalis.gif);
				width:140px;
				height:38px;
				}
				#menu_home:hover, #menu_home:focus{
				background-image:url(../images/home_oxalis_2.gif);
				}
				#menu_home img{
				display:none;
				}
				
				
				#menu_cases{
				display:block;
				background-image:url(../images/cases_oxalis.gif);
				width:140px;
				height:38px;
				}
				#menu_cases:hover, #menu_cases:focus{
				background-image:url(../images/cases_oxalis_2.gif);
				}
				#menu_cases img{
				display:none;
				}
				
				
				
				#menu_services{
				display:block;
				background-image:url(../images/services_oxalis.gif);
				width:140px;
				height:38px;
				}
				#menu_services:hover, #menu_services:focus{
				background-image:url(../images/services_oxalis_2.gif);
				}
				#menu_services img{
				display:none;
				}
				
				
				#menu_company{
				display:block;
				background-image:url(../images/company_oxalis.gif);
				width:140px;
				height:38px;
				}
				#menu_company:hover, #menu_company:focus{
				background-image:url(../images/company_oxalis_2.gif);
				}
				#menu_company img{
				display:none;
				}
				
				
				#menu_contact{
				display:block;
				background-image:url(../images/contact_oxalis.gif);
				width:140px;
				height:38px;
				}
				#menu_contact:hover, #menu_contact:focus{
				background-image:url(../images/contact_oxalis_2.gif);
				}
				#menu_contact img{
				display:none;
				}

#follow_us
{
	float:right;
	padding-top:10px;
	height:28px;
	letter-spacing:normal;
	color:#666;
}

/*///////////////////////////////////////////////FOOTER///////////////////////////////////////////////////////////*/

#footer
{
	width:940px;
	margin:auto;
	clear:both;
}
	
	#footer h1
	{
		color:#FFF;
		font-size:18px;
		font-weight:bold;
	}
	
	#footer p
	{
		color:#FFF;
		font-size:12px;
		letter-spacing:normal;
		margin-top:8px;
	}

#news_feed
{
	width:396px;
	height:auto;
	float:left;
	display:inline;
	color:#FFF;
}

	#news_feed_title
	{
		height:30px;
		width:352px;
		background-image:url(../images/title_newsfeed_bg.gif);
		padding-left:28px;
		padding-top:8px;
		margin-top:15px;
	}
	
	#news_feed_content a
	{
		color:#FFF;
	}
	
	#news_feed_content
	{
		padding-left:28px;
	}
	
	
	.icon_rss
	{
		margin-right:4px;
	}
	
#dotted
{
	float:left;
	display:inline;
	background-image:url(../images/dotted.gif);
	width:1px;
	height:200px;
	background-position:center;
	background-repeat:repeat-y;
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
}

#findus
{
	width:190px;
	float:left;
}

	#findus_title
	{
		background-image:url(../images/title_findus_bg.gif);
		background-repeat:no-repeat;
		background-position:left;
		width:162px;
		height:30px;
		padding-top:8px;
		padding-left:28px;
		margin-top:15px;
	}
	
	#findus_content p
	{
		margin-left:27px;
	}
	
	#findus_content a
	{
		color:#FFF;
		font-weight:bold;
	}
	
	#findus_content a:hover
	{
		color:#39F;
		font-weight:bold;
	}
	
#map
{
	float:left;
	display:inline;
}

#partners
{
	height:45px;
	width:940px;
	margin:auto;
	padding-bottom:50px;
}

#b2p, #emailr, #hostbasket, #combell, #iab
{
	margin-right:6px;
	margin-top:20px;
	float:left;
	display:inline;
	text-align:center;
}

	#awex
	{
		margin-right:0px;
		margin-top:20px;
	}

