*{
	margin: 0;
	padding: 0;
}

html{
	height: 101%
}

header{
	position: fixed;
	background: #000000;
	height: 100px;
	width: 100%;
	z-index: 99;
}

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #f2f2f3;
	font-size: 13px;
	line-height: 21px;
	color: #000000;
}

#container{
	width: 960px;
	margin: auto;
}

#logo{
	position: fixed;
	float: left;
	margin-top: 20px;
	margin-left: 270px;
	z-index: 100;
}

h1{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight:normal;
	line-height: 30px;
	letter-spacing: -0.05em;
	margin-top: 10px;
}


/* NAVIGATION */
nav{
	position: fixed;
	float: left;
	text-transform: uppercase;
	width: 205px;
	margin-top: 140px;
	margin-left: 45px;
	border-top: solid #000000 1px;
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 12px;
	letter-spacing: 0.09em;
	line-height: 27px;
}

ul.nav{
	margin-top: 15px;
	list-style-type: none;
}

li.main{
	margin-bottom: 15px;
}

.subnav{
	margin-left: 15px;
	list-style-type: none;
	margin-bottom: 15px;
}

ul.nav a{
	display: block;
	color: #000000;
  	text-decoration: none;
}


.selected,
ul.nav a:hover{
	color: #f93c17;
	font-size: 12px;
}


/* SECTION */
section{
	float: left;
	width: 660px;
	margin-top: 140px;
	margin-left: 265px;
}

section a{
	color: #000000;
	text-decoration: none;
}

section a:hover{
	color: #f93c17;
}

section .main{
	margin-left: 10px;
	width: 640px;
	border-top: solid #000000 1px;
}

section .left{
	float: left;
	width: 425px;
}

section .right{
	float: right;
	width: 200px;
	margin-top: 20px;
}

.main-image{
	margin-left: 10px;
	margin-bottom: 40px;
}

.main-image li{
	min-height: 75px;
	list-style-type: none;
}

.main-image li img{
	position: absolute;
	-webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
	opacity: 1;
}

.main-image li img:first-child{
	opacity:0;
}

.main-image li:hover img{
	opacity: 0;
}

.main-image li:hover img:first-child{
	opacity: 1;
}

.right-thumb{
	margin-bottom: 20px;
}

.thumbs{
	padding: 8px;
}


/* COPYRIGHT */
#copyright{
	float: right;
	border-top: solid #000000 1px;
	width: 640px;
	font-size: 11px;
	margin-top: 50px;
	margin-right: 45px;
	padding-bottom: 30px;
}



/* BACK TO TOP */


#back-top a,
#back-top span{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: block;
	color: #000000;
  	text-decoration: none;
}

#back-top a:hover span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: block;
	color: #f93c17;
	font-weight: bold;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:300px;
    margin-left:10px;
    margin-bottom:40px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}