body {
	padding: 0;
	margin: 0;
	background-color: #2F383C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing:2px;
}
img {
	border: none;
}



#header {
	width: 860px;
	margin: auto;
	position:relative;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom:15px;
}
#header .logo {
	position:absolute;
	display:block;
	width:197px;
	height:73px;
	left:0px;
	top:0px;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}


#nav-top {
	
	width:530px;
	float:right;

}
ul.menu {

	width:auto;
	position:relative;
	display:block;
	height:25px;
	font-size:10px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
		float:left;

}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
	list-style-type:none;
		margin-left:10px;
}

ul.menu li a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:20px;
	font-weight:bold;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;


	
}

ul.menu li a:hover,.current {
	
	font-weight:bold;
	background-color: #af1e16;
	text-decoration:none;
}

ul.menu .current a {
	color:#046188;
	font-weight:bold;
	background-color: #FFFFFF;

}













#nav-top ul{
float:right; }


















#wrapper {
	position: absolute;
height: 700px;
	width: 100%;
	left: 0px;
	top: 15%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fd_home.png);
	background-repeat: no-repeat;
	background-position: center center;
 }

#containerwrap {
	width: auto;
/*	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:30px;*/
}
#container {
	width: 860px;
	margin: auto;
	position:relative;

}

.thumbs {
	border: 6px solid #FFFFFF;
}





#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 15px;
	padding-top:5px;
}











/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
/*	background: url(images/dock-bg2.gif);*/
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: medium solid #FFFFFF;
	margin-right:20px;
}
.dock-item img {
	border: none; 
/*	margin: 5px 10px 0px; */
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none;
	width: 100%;
	border: medium solid #FFFFFF;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;		
}
