﻿.menuWrap { display: block; overflow: hidden; }

.pmWrap { display: block; }

.pmItem, .pmActive { display: block; float: left; overflow: hidden; text-decoration: none; }
.pmItemWrap { display: block; }	

.pmItemWrap { font-size: 0.8em; line-height: 1.7em; }
.pmItemWrap > * { float: left; }
.pmItemWrap a { text-decoration: none; font-weight: bold; color: Black; }
.pmItemWrap div, .pmItemWrap span { margin: 10px 0 0 0; padding: 10px; }
.pmItemWrap ul { margin: 10px 0 0 0; padding: 4px 10px 4px 10px; }
.pmItemWrap ul li { margin: 0; padding: 0; list-style: none; }

.pmItemWrap .light { background: url(../images/home/backgroundWhite.png); border: solid 1px Black; }
.pmItemWrap .light a { color: Black; }
.pmItemWrap .light a:hover { text-decoration: underline; }

.pmItemWrap .dark { background: url(../images/home/backgroundBlack.png); border: solid 1px White; }
.pmItemWrap .dark a { color: White; }
.pmItemWrap .dark a:hover { text-decoration: underline; }

.pmLink { cursor: hand; cursor: pointer; }

.grey_buttons {
	float: right;	
	background-image: url(../images/home/grey_button.png);
	background-repeat: no-repeat;	
	width: 216px;
	height: 91px;
	cursor:pointer;
	margin-top: 5px;
	margin-right: 5px;
}
.grey_buttons_holder {
	float: right;		
	width: 216px;
}
.slides_1 {
	float:left; 
	width: 693px;
}
.slides_2 {
	float:left; 
	width: 693px;
}
.slides_3 {	
	float:left; 
	width: 693px;
}
.home_slider {
	position: relative;
	width: 924px;
	height: 293px;
	margin: auto;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.home_slider_holder {
	position: relative;
	width: 924px;
	height: 26px;
	margin: auto;
}
.grey_buttons img {

}
.grey_buttons h4 {
	margin-top: 58px;
	margin-left: 9px;	
}