/* @override http://www.bodyfoams.com/assets/css/recitel.css */

/* @override http://theo/themisters/Flink/Jobs/014.%20Recitel%20Bodyfoams/www/assets/css/recitel.css */

body{

		background-color:#FFFFFF;
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#535352;
		
	}

.body_languages{

		position:absolute;
		top:18px;
		left:560px;

	}
	.body_languages a:link, .body_languages a:visited, .body_languages a:active{ text-decoration:none; color:#535352; }
	.body_languages a:hover{ text-decoration:none; color:#0dbeec; }
	
	.plain a:link,.plain a:visited, .plain a:active{ text-decoration:underline; color:#0dbeec; }
	.plain a:hover{ text-decoration:none; color:#0dbeec; }
	
	.body_slide_content a:link,.body_slide_content a:visited, .body_slide_content a:active{ text-decoration:underline; color:#0dbeec; }
	.body_slide_content a:hover{ text-decoration:none; color:#0dbeec; }
	
	.eco .body_slide_content a:link,.body_slide_content a:visited, .body_slide_content a:active{ color: #82b267; }
	
	.body_news_content a:link,.body_news_content a:visited, .body_news_content a:active{ text-decoration:underline; color:#0dbeec; }
	.body_news_content a:hover{ text-decoration:none; color:#0dbeec; }
	
.body_local_sales_offices_container{

		height:200px;
		width:250px;

	}
	
.body_menu_container{

		position:absolute;
		top:100px;
		left:290px;
        
	}
.body_menu_container li { text-transform: uppercase; }
.body_menu_container li li  { text-transform: none; }
.body_logo{

		position:absolute;
		top:55px;
		left:45px;

	}
	
.body_sitemap{

		position:absolute;
		top:18px;
		left:710px;

	}
	.body_sitemap a:link, .body_sitemap a:visited, .body_sitemap a:active{ text-decoration:none; color:#535352; }
	.body_sitemap a:hover{ text-decoration:none; color:#0dbeec; }
	
.body_content{
		
		width:900px;
		height:auto;
		margin-top:150px;
	
	}
	.ie .body_content{
			
			
			width:900px;
			height:auto;
			margin-top:150px;
			padding-top:150px;
			
		}
	.body_title{
	
			font-size:16px;
			font-style:italic;
			color:#0dbeec;
			
			margin-bottom:4px;
	
		}
	.body_title_small{
	
			font-size:12px;
			font-style:italic;
			color:#0dbeec;
			
			margin-bottom:4px;
	
		}
.body_footer{

		width:880px;
		padding:10px;
		padding-left:50px;
	}
	
.body_slide_title{

		background-image:url(../images/products-slide-background.png);
		background-repeat:no-repeat;
		padding-top:2px;
		padding-bottom:5px;
		padding-left:20px;
		cursor:pointer;
		margin-bottom:1px;

	}
.body_slide_content{

		padding-left:20px;

	}

.body_news_left{

		margin-left:95px; 
		width:370px; 
		line-height:150%; 
		float:left;

	}
.ie .body_news_left{

		margin-left:48px; 
		width:370px; 
		line-height:150%; 
		float:left;

	}
.body_news{

		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px solid #b9b6b7;
		margin-left:0px;

	}
	
	.body_news_date{
	
			color:#00aeef;
	
		}
	
	.body_news_title{
	
			color:#00aeef;
	
		}
		
input, select, textarea{

		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;

	}
	
.body_contact_left{

		margin-left:95px; 
		width:540px; 
		line-height:150%; 
		float:left;

	}
.ie .body_contact_left {

		margin-left:48px; 
		width:540px; 
		line-height:150%; 
		float:left;

	}
.body_links_left{

		margin-left:95px; 
		width:250px; 
		line-height:150%; 
		float:left;

	}
.ie .body_links_left{

		margin-left:48px; 
		width:250px; 
		line-height:150%; 
		float:left;

	}
	
	.body_links_left a:link,.body_links_left a:visited, .body_links_left a:active{ text-decoration:underline; color:#0dbeec; }
	.body_links_left a:hover{ text-decoration:none; color:#0dbeec; }
	
.body_home_inline{

		margin-left:-35px;

	}
.ie .body_home_inline{

		margin-left:25px;

	}

		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 1px solid;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			height: 1em;
			padding: .1em 1px;
			border: 1px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: none;
			display: block;
			height: auto;
		}
		.horizontal li{
			float: left;
			display: inline;
			margin-right:25px;
			background-color: transparent;
		}
		.horizontal li a{
			text-decoration: none;
			height: 1.2em;
			float: left;
			display: block;
			width: auto;
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 3px;
			padding-right: 3px;
			font-size:11px;
		}
		.horizontal li li a{
			border-top: none;
			border-left: none;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 2em;
			margin-left: -1px;
			width: 170px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
		.ie .horizontal li ul{
			position: absolute; 
			margin-top: 2em;
			margin-left: -75px;
			width: 170px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 180px;
		margin-top:2px;
		background-image:url(../images/menuarrow.jpg);
		background-repeat:no-repeat;
		background-color: #e8e6e7;
		padding-left:20px;
		padding-right:3px;
		padding-top:2px;
		padding-bottom:2px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		
		
		.brownish li a{
			color: #555151;
			border-color: black;
		}
		.brownish li a:hover{
			color: #0dbeec;
			border-color: black;
		}
		.brownish ul{
			border-color: black;
		}