/* 
Foundation 4 Life
Website by Elmar Beckmann / http://elmarbeckmann.com
(c)2008 Elmarbeckmann.com
*/

#image-container {

  width: 525px;
  height: 265px;

}

	#home_intro {
		height: 265px;
		width: 800px;	
		background:url(../img/home_intro.jpg) no-repeat;
		position: relative;
	}
	
		#home_intro_text {			
			padding: 15px;
			width: 245px;
			height:235px;	
			line-height: 20px;		
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 13px;
			color: #b1d9e1;		
		}
		
		#home_intro_imageslider {
      height: 265px;
      width: 525px;
      border: 0px solid #fff;
      position: absolute;
      top: 0px;
      right: 0px;            
    }
	
	#home_buttons {
		width: 800px;	
	}	
	
		#home_button_left {
			width: 220px;
			height:76px;
			margin: 0;
			padding: 45px 15px 15px 15px;
			float: left;	
			line-height: 14px;
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 11px;
			color: #b1d9e1;	
			background:url(../img/home_button_l.png) no-repeat;
			behavior: url('static/css/iepngfix.php');									
			
		}	
	
			#home_button_left ul {
				margin: 0;
				padding: 0 0 8px 0;
				list-style-type:none;
			}	

			#home_button_left li {
				margin-bottom: 5px;
			}	
		
			#home_button_left span.date{
				color: #59c8df;
				margin-right: 5px;
			}
		
			#home_button_left a {
				color: #fff;
				text-decoration: none;
				border-bottom: none;
			}
			#home_button_left a:hover {
				border-bottom: 1px #fff dotted;
			}			

		#home_button_middle {
			width: 220px;
			height:76px;
			margin: 0 0 0 25px;
			padding: 45px 15px 15px 15px;
			float: left;	
			line-height: 14px;
			font-family: "Trebuchet MS", Verdana, Arial;
			font-size: 11px;
			color: #b1d9e1;	
			background:url(../img/home_button_m.png) no-repeat;
			behavior: url('static/css/iepngfix.php');			
		}	
	
			#home_button_middle ul {
				margin: 0;
				padding: 0 0 8px 0;
				list-style-type:none;
			}	

			#home_button_middle li {
				margin-bottom: 5px;
			}	
		
			#home_button_middle span.date{
				color: #59c8df;
				margin-right: 5px;
			}
		
			#home_button_middle a {
				color: #fff;
				text-decoration: none;
				border-bottom: none;
			}
			#home_button_middle a:hover {
				border-bottom: 1px #fff dotted;
			}		
	
		#home_button_right {
			height: 136px;
			width: 250px;
			margin: 0 0 0 25px;
			padding: 0;
			background:url(../img/home_button_r.png) no-repeat;
			float: right;
			behavior: url('static/css/iepngfix.php');				
		}	
		
	#home_clear {
		clear: both;
	}	
