/* CSS Document */


* { margin, padding: 0;
	background-color:#000000;
}
p, h1, h2, h3, a {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
}
.left {
	text-align: left;
	float: left;
}
.right {
	text-align: right;
	float: right;
}

#container {
	margin: 0 auto;
	display: block;
}
#container,
#imagenav,
#footer {
	width: 830px;
}
	
/*-------------------------------------------- BANNER
*/

#banner {
	height: 35px;
	padding: 0 10px 3px 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #333333;
}
#logo {
	display: block;
	margin: 0;
	opacity: 0.60;
	filter: alpha(opacity=60);
	width: 70px;
	height: 35px;
	background-image: url(img/via_logo.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#logo:hover {
	opacity: 1;	
}
#banner h1 {
	display: none;
	font-size: xx-small;
}

/*-------------------------------------------- MAIN NAV
*/	
#name {
	margin-left: 10px;
	display: compact;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#mainnav #name a {
	color:#666666;
	text-decoration: none;
}
#mainnav #name a:hover {
	color:#999999;
	text-decoration: none;
}

#mainnav {
	margin: 0 0 10px 0;
	text-align: right;
	text-transform: none;
}
#mainnav li, #footer li {
	display: inline;
	margin-left: 10px;
}
#mainnav ul, #mainnav li  {
	margin-top: -1px;
	}
#mainnav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#mainnav ul a:hover {
	color: #999999;
	text-decoration: underline;
}
#mainnav ul a.here {
	text-decoration: underline;
}
/*-------------------------------------------- IMAGE NAV
*/	

#imagenav {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: table;
	height: 25px;
	padding: 5px;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#imagenav a {
	position: relative;
	color: #cccccc;
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
	height: 20px;
	width: 410px;
	background-color: #444444;
}
#imagenav a:hover {
	color:#c3c3c3;
	background-color: #666666;
}
.previous, .next {
	display: table-cell;
	width: 410px;
	background-color: #444444;
}
.previous a {
	background-image: url(img/imagenav_left-up.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 15px;
}
.next a {
	background-image: url(img/imagenav_right-up.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
	position: relative;
	right: 0px;
}



#center {
	text-align: center;
}
.content {

}

.photo {
	margin: 0 auto;
}
.photo img{
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #999999;
}

/* Thumbnails
------------------------------------------*/
.thumbnails {
	display:inline;
}
#mainindex .thumbnails a img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#mainindex .thumbnails a:hover img {
	opacity: 1;
}
#mainindex .thumbnails img {
	text-align: left;
}
.thumbnails a img {
	background-color: #000;
	margin:3px;
    padding:3px;
	border: 1px solid #666666;
    }
.thumbnails a:hover img, .thumbnails a:focus img {
	background-color: #ffffff;
    border:1px solid #333;
    }



#footer {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 5px auto;
	height: 10px;
	border-top: 1px solid #333333;
}
#footer ul, #footer li  {
	margin-top: 2px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #343434;
	text-decoration: underline;
}

/*-------------------------------------------- ABOUT
*/	
#about #content {
	margin: 15px 0 20px 0;
}
#about #col1 {
	float: right;
	right: 0px;
	width: 380px;
}
#about #col1 img {
	float: right;
	margin-top: 1em;
	padding: 6px;
	border: 1px solid #999999;
}

#about #col2 {
	padding: 0 10px;
	width: 430px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	line-height: 1.4 em;
}
#about .section {
	margin-bottom: 1.5em;
}
#about .title {
	font-size: 11px;
	color: #ffffff;
	border-bottom: 1px dotted #cccccc;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#about p {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: -.5em;
}

#about a {
	text-decoration: underline;
}
#about a:hover {
	color: #ffffff;
	text-decoration: none;
}

