/***SLIDER *************************************/
#logo {
	border:0;
	margin:5px 0 0 20px;
	float:left;
	display:inline;
	position:absolute;
	z-index:100;
}

#sliderwrapper{
	width: 945px;
	height: 420px;
	position: relative;
	margin-top: 64px;
}
#glass{
	background: url(../images/glass.png) top left no-repeat;
	width: 945px;
	height: 375px;
	position: absolute;	
	left: -2px;
	top:0;

}

.slider_image{

}


#slidercontainer {
	width: 945px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

#slider {
	width: 940px;
	height: 375px;
	overflow: hidden;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li{ 
	width: 940px;
	height: 375px;
}	

#slider li .slide {
	background-color: #fff;
	height: 335px;
	margin: 20px;
}

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8, .slide9, .slide10, .slide11, .slide12  {
	background: #fff;
	border: 1px solid #e0e4cc;
	height: 337px;
	margin: 17px;
}	
	

ol#controls{
	padding: 0;
	margin: 20px 0 20px 0;
	text-align: center;
	padding: 0 0 0 446px;
	position: absolute;
}

ol#controls li {
	background: url(../images/sliderdots.png) top left no-repeat;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	text-indent: -999999px;
}

ol#controls li.current {
	background: url(../images/sliderdots.png) left -10px no-repeat;
}

ol#controls li a {
	display: block;
	width: 10px;
	height: 10px;
}

#welcome {
	float:left;
	margin-top:40px;
	margin-left:10px;
	width:33%;
	color:#555;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}

.tab {

	width:570px;
	margin:50px 0 0 0;
	float:left;
	display:block;

}
.cool_box,
.cool_box-shim {
	background: url('../images/red-background.jpg') no-repeat 0 0;
}
.cool_box {
	width: 520px;
	padding: 20px; 
	position: relative;
	color: #ffffff;
	
}
.cool_box-shim {
	height: 9px;
	background-position: 0 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	padding: 0 9px 0 0;
	width: 100%; 

}
.cool_box img {
	margin:25px 30px 30px 30px;
	-moz-box-shadow: 2px 2px 8px #444;
	 -webkit-box-shadow: 2px 2px 8px #444;
	 box-shadow: 2px 2px 8px #444;
	 float:  left;
	 height: 170px;
	 width:  170px;
}
.cool_box h2 {
	margin:25px 0 0 0;
}
.cool_box p {
	margin:0 10px 0 0;
}

