
/* start
---------------------------------------------------------------------------------------------------- */

#wrapper {
	float: left;
	width: 1200px;
}
/* @end */



/* @content
---------------------------------------------------------------------------------------------------- */

#content {
	float: left;
	position: relative;
	width: 1200px;
	text-align:center;
}

.section, .aside {
	float: left;
	margin:0 0 0 0;
}

.col1 { width:1200px;
		font-family: Helvetica, Arial, sans-serif;
		font-size:24px;
		font-style:normal;
		height: 160px;
		text-align:center;}
	
.col2 { width: 870px;
		margin-top:54px;
		text-align:left;
		margin-left:165px;}

.col3 { width: 870px;
		text-align:center;
		margin-left:165px;}
		
.col4 { width: 870px;
		text-align:left;
		margin-left:165px;
		margin-top:10px;
		margin-bottom:140px;}
/* @end */

/* Slider */

.slider {
  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 700px;
  border-radius: 0px;
}

.slider ul {
  width: 1000%;
  height: auto;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  -moz-animation:slide-animation 15s infinite;
  -webkit-animation:slide-animation 15s infinite;
}

.slider ul:hover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.slider li {
  width: 10%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border-radius: 0px;
}

.slider_caption {
  position: relative;
  height: 40px;
  display: block;
  font-size: 1em;
  bottom: 0;
  padding: 0.5px 20px 0px 20px;
  margin-top: -40px;
  overflow: hidden;
  background-color:rgba(54,44,48,0.6);
  color: #fcfcfc;
  text-shadow: 0px 1px 1px #9d9d9d;
  font-weight: normal;
  border-radius: 0px;
}


@-moz-keyframes slide-animation {
0% { left: 0%;}
29% { left: 0%;}
39% { left: -100%; }
49% { left: -100%;}
59% {  left: -200%;}
69% { left: -200%;}
79% {  left: -300%; }
99% {   left: -300%;}
100% { left: 0%;}
}

@-moz-keyframes slide-animation {
0% { left: 0%;}
29% { left: 0%;}
39% { left: -100%; }
49% { left: -100%;}
59% {  left: -200%;}
69% { left: -200%;}
79% {  left: -300%; }
99% {   left: -300%;}
100% {   left: 0%;} 
}


/* @footer */

#footer {
	clear:both;
	width: 1200px;
	background-image:url(../images/footer.gif);
	height:135px;
}


/* @end */