/*#twitter {
	position: relative;
	width: 750px;
	height: 37px;
	background: url(../images/twitter_back.png) no-repeat;
	margin: 5px 0;
	}*/

#boxes {
	position: relative;
	width: 750px;
	height: 212px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	}
	
#boxes h1 {
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#boxes p {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	}

#boxes a:link img, #boxes a:visited img {
	border-bottom: 5px solid #ffffff;
	border-top: none;
	border-left: none;
	border-right: none;
	text-decoration: none;
	}
#boxes a:hover img {
	border-bottom: 5px solid #fbc327; 
	}


.box_home {
	position: relative;
	float: left;
	display: inline;
	height: 162px;
	width: 218px;
	background: #ffffff;
	padding: 0;
	margin: 24px 0 0 24px;
	}

#slideshow h1 {
	font-size: 18px;
	line-height: 21px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 4px 0;
	}
	
#slideshow h2 {
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 2px 0;
	}

#slideshow h2.mot {
	margin-bottom: 4px;
	font-style: italic;
	}
	
#slideshow p {
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	}	

.box_home h1 {
	color: #ffffff;
	padding: 7px 10px 0px 10px;
	font: bold 12px/13px Helvetica, Arial, Geneva, sans-serif;
	}

.box_home p {
	color: #ffffff;
	padding: 7px 10px 0px 10px;
	font: 11px/12px Helvetica, Arial, Geneva, sans-serif;
	}


a.button_home {
	position: absolute;
	height: 19px;
	top: 130px;
	right: 0px;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/button.gif) repeat-x;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 8px 0 8px;
}

.black_zone {
	position: absolute;
	height: 70px;
	width:750px;
	bottom:0;
	left: 0px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 12px 8px 0 24px;
	z-index: 3;
	}
	
.black_zone_back {
	position: absolute;
	height: 70px;
	width:750px;
	bottom:0;
	left: 0px;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 12px 8px 0 24px;
	z-index: 2;
	}


a:hover.button, a:hover.black_button {
	text-decoration: underline;
} 

*---slideshow---*/

#slide_nav {

	}


#slide_nav a:link, #slide_nav a:visited { 
	border: 1px solid #ffffff;
	background: transparent; 
	text-decoration: none; 
	margin: 0; 
	padding: 2px 4px;
	color: #ffffff;
	font-size: 11px;
	}
#slide_nav a.activeSlide { background: #ea0 }
#slide_nav a:focus { outline: none; }

.slide {  
    height:  400px;  
    width:   750px;  
    padding: 0;  
    margin:  0;
    overflow: hidden; 
} 
 
.slide img {  
    padding: 0px;  
    border:  none;  
    background-color: #eee;  
    height:  400px;  
    width:   750px;  
    top:  0; 
    left: 0
    z-index: 1;
}
 
#slideshow {
	position: relative;
    height:  400px;  
    width:   750px;  
    padding: 0;  
    margin:  0;
    overflow: hidden; 
} 