@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin:	0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
	line-height: 170%;
}

a {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #666666;
}
.text {
	margin: none;
	color: #fff;
}
.footertxt {
	color: #666666;
	font-size: 11px;
}
#wrapper {
}
#header {
	/*margin-top: 10px;*/
	height: 73px;
	background: url(images/slice.gif) repeat-x;
	/*background: url(images/header.jpg) no-repeat;*/
}
.menu {
	list-style: none;
	height: 20px;
	padding: 0px;
	margin-left: 38px;
}
.menu li {
	display: block;
	overflow:hidden;
	float: left;
	margin: 0 21px 0 0px;
}
.divider {
	background: url(images/pixel.png) repeat-x;
	height: 1px;
}
#contact {
	margin: 25px 0 0 38px;
}
#contactform {
	margin: 0 0 25px 38px;
	float: left;
}
#footer {
	background-color: #eee;
	padding: 12px 0 12px 38px;
}
/*.input {
	margin-bottom: 5px;
}*/
.textarea {
	margin-bottom: 10px;
}

/**/
/**/
/*SlideViewer Gallery*/
/**/
#gallery {
	margin: 18px 0 20px 38px;
	width: 887px;
	height: 592px;
	padding-bottom: 50px;
}

/*preload classes*/ 
.svw {
	width: 887px; 
	height: 592px; 
	/*background: #000;*/
} 
.svw ul {
	position: relative; 
	left: -999em;
} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter { 
	overflow: auto; 
	width: 1%;
	margin: 0 0 28px 31px;
} 
.stripTransmitter ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li { 
	width: 20px; 
	float:left; 
	margin: 0 0 5px 0; 
} 
.stripTransmitter a { 
	text-align: center; 
	line-height: 22px; 
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current { 
	color: #666666; 
} 
