@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	height:auto;
	width:940px;
	margin:0 auto;
	position: relative;
	font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	width: 940px;
	height:auto;
	background-color:#FFF;
	border: 20px solid #FFF;
	display:block;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:50px;
	box-shadow:0px 0px 5px 5px #ccc;
	-moz-box-shadow: 0 0 5px 5px #CCCCCC;
    -webkit-box-shadow: 0 0 5px 5px #CCCCCC;
	padding-left: 0px;
	padding-right:0px;
}
.MainHeader {
	background-color: #FFF;
	position:static;
	width: 940px;
	height: 140px;
	left: 0px;
	margin-bottom:1px;
	}
	
	/*#achiles {
	background-color: #FFF;
	position:left;
	width: 131px;
	height: 130px;
	left: 0px;
	margin-bottom:1px;
	}*/
	
	/*#transq {
	background-color: #FFF;
	position:right;
	width: 134px;
	height: 130px;
	left: 0px;
	margin-bottom:1px;
	}*/
	
#slider{
width: 960px;
height:401px;
margin-bottom:0px;
}
			
#slider_fade li { 
list-style:none; 
}
			
#page {
	width:960px;
	margin-top:10px;
	margin-bottom:5px;
			}
.rhino-btn {
	background:url(images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-prev, .rhino-next { top: 160px; }

.rhino-prev {
	left:-6px;
	background-position: -168px 0;
}

.rhino-next {
	right:10px;
	background-position:-106px 0;
}

.rhino-prev:hover { background-position:-168px -53px; }

.rhino-next:hover { background-position:-106px -53px; }

.rhino-toggle {
	top:-4px;
	left:-6px;
}

.rhino-play:hover { background-position:0 -53px; }

.rhino-pause { background-position:-56px 0; }

.rhino-pause:hover { background-position:-56px -53px; }

.rhino-container { position:relative; }

.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}

.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:' ';
	width:16px;
	height:26px;
	background:url(imgages/rhinoslider-sprite.png) -224px 0 no-repeat;
}

.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}

.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}

.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#999;
	background:#eee;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background: #999;
}

#quote {
	display:block;
	width:940px;
	height: 100px;
	margin-top:12px;
	margin-bottom:0px;
    background-image:url(images/quote.png);
	background-repeat:no-repeat;
}
	
.block1 {
	margin-top:15px;
	display:block;
	width:300px;
	height:200px;
	float:left;
	overflow:hidden;
	display:inline;
	padding-right:20px;
	}
	
.block2 {
	margin-top:15px;
	display:block;
	width:300px;
	height:200px;
	float:left;
	margin-right:20px;
	overflow:hidden;
	display:inline;
	}
.block3 {
	margin-top:15px;
	display:block;
	width:300px;
	height:200px;
	float:left;
	overflow:hidden;
	display:inline;
	}
	
.block4 {
	display:block;
	width:300px;
	height:180px;
	float:left;
	overflow:hidden;
	margin-top:0px;
	padding-right:20px;
	}
	
.block5 {
	display:block;
	width:300px;
	height:180px;
	float:left;
	overflow:hidden;
	margin-top:0px;
	margin-right:20px;
	}
.block6 {
	display:block;
	width:300px;
	height:180px;
	float:left;
	overflow:hidden;
	margin-top:0px;
	}

.clearfix:before, clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;	
}


.footer{
	margin-top:20px;
	margin-bottom:30px;
	background-color: #FFF;
	display:block;
	width:940px;
	height:300px;
	border: 20px solid #FFF;
	box-shadow:0px 0px 5px 5px #ccc;
	-moz-box-shadow: 0 0 5px 5px #CCCCCC;
    -webkit-box-shadow: 0 0 5px 5px #CCCCCC;
	
}
