/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 778px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo * {
	margin: 25px 0 0 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 100px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 101px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	padding: 5px 19px;
	background: #2F1A1A url(../images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #FFFFFF;
	border-left: #7A6D6D;
}

/* SLIDES MAIN*/
#slideshow {
	width: 930px;
	background-color: #fff;
	height: 440px;
	color: #666;
}

#slideshow ul {
	margin: 0 auto;
	list-style-type: none;
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* SLIDE NAVIGATION */
#slideshow .slides-nav li {
	float: right;
}

#slideshow .slides-nav li a {
	display: block;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	padding: 15px 10px;
	outline: none;
}

#slideshow .slides-nav li a:hover {
	color: #900;
}

/* SLIDES CONTENT */
#slideshow .slides {
	overflow: hidden;
	padding: 10px;
	width: 920px;
	min-height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	background: url(../images/contentbg.jpg) center no-repeat; 
}


#slideshow .slides li {
	width: 920px;
	float: left;
	word-wrap: break-word;
}

#slideshow .slides a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

#slideshow .slides h2 {
	color: #900;
	margin-top: 0;
	font-weight: 100;
	text-transform: uppercase;
}

#slideshow .slides .list {
	font-size: small;
}

#slideshow .slides a img {
	border: none;
}

#slideshow .slides a:visited img {
	border: none;
}


/* Footer */

#footer {
	clear: both;
	width: 930px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/img6.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}

/* MISC */
.map {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.left {
	float: left;
	clear: right;
	margin-left: 25px;
}

.left a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

.contact {
	margin-left: 50px;
	margin-top: 20px;
}