@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	width: 960px;
	height: auto;
	padding: 0 80px 0 0;
}
span, p {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ed2024;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	width:832px;
}
.logo, .logo a {
  display: block;
  float: left;
  border: none;
  top: 38px;
  position: relative;
  left: 10px;
}
#header {position: relative; bottom: 50px;}
/*#container {margin: 0 auto; position: relative; top: 20px; left: 40px;}*/
#nav-contact {
	position: relative;
	top: 126px;
	left: 10px;
	text-align: right;
}
.social {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.social a {
	color: inherit;
	text-decoration: none;
}
.social img {
	padding: 0 6px 0 0;
}
#nav {
	position: relative;
	margin: 0 0 0 140px
}
ul#list-nav {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style:none;
	padding:0;
	width:960px;
}
ul#list-nav li {
	display:inline;
}
ul#list-nav li a {
	text-decoration:none;
	text-transform:uppercase;
	padding:4px 34px;
	background:#ed2024;
	color:#eee;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
}
ul#list-nav li a.current, ul#list-nav li a:hover {
	background: #000;
	color: #FFF;
}
#slideshow {
	position:relative;
	width:837px;
	height:367px;
	right:2px;
	bottom: 20px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#slideshow IMG.active {
	z-index:10;
}
#slideshow IMG.last-active {
	z-index:9;
}
#content {
	clear: both;
	margin: 10px 0 0 142px;
}
#content ul li {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #ed2024;
	text-decoration: underline;
}
#content span.red {
	font-weight: bold;
	color:#ed2024;
}
.footer {
	background: #ed2024;
	text-align: center;
	margin-top: 20px;
	width:832px;
}
.footer span {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

.clear {clear: both;}
