@charset "utf-8";
/* CSS Document */

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white_text_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white_text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.bodytext_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #898989;
	text-decoration: none;
}
.imageborder {
	border: 1px solid #707070;
}


/*gallery css*/

* {margin:0; padding:0}
body {font:12px Verdana, Arial, Helvetica, sans-serif;  }
#gallery {
	position:relative;
	width:430px;
	height:300px;
}
#images {border:2px solid #9ac1c9; height:300px; }

#image {
	position:relative;
	width:440px;
	height:300px;
	padding:0px;
	background:#1F1F20 url(images/loading.gif) center center no-repeat
}

#image img {position:absolute; top:5px; left:5px}

#thumbwrapper {
	margin-top:10px;
	padding:5px 0;
	width:435px;
	height:50px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:50px;
	width:435px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:50px;
	width:1000px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}


a.sidenav:link {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
a.sidenav:visited {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
a.sidenav:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
a.sidenav:active {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}
