@charset "utf-8";
/* CSS Document by Sroown and Ultimate */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/img/wooden_pattern.jpg) 0px 0px repeat;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	display: none;
}
h2, h3 {
	font-size: 11px;
}


#navigation {
	position: fixed;
	height: 36px;
	top: 0;
	left: 50px;
	z-index: 100;
	list-style-type: none;
}
#navigation li {
	width: 104px;
	height: 36px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}
#navigation li a {
	width: 104px;
	padding-top: 10px;
	height: 26px;
	display: block;
	background: url(/img/navigation.png) 0px 0px no-repeat;
	text-decoration: none;
	color: #000;
	text-align: center;
}
#navigation li a:hover {
	background: url(/img/navigation.png) 0px -36px no-repeat;
	color: #fff;
}
#navigation li a.hover {
	background: url(/img/navigation.png) 0px -36px no-repeat;
	color: #fff;
}



.contentholder {
	position: absolute;
	width: 1600px;
	height: 800px;
	padding-bottom: 30px;
	background: none !important;
}

.team_member img {
	margin: 10px;
	margin-bottom: 50px;
	float: left;
}

#partners .partner {
	float: left;
	margin: 23px;
	text-align: center;
	width: 170px;
}

.content {
	width: 764px;
	padding-left: 148px;
	padding-top: 270px;
}
.content p {
	padding-bottom: 15px;
}
.content_top {
	width: 764px;
	height: 8px;
	background: url(/img/content-top.png) 0px 0px no-repeat;
}
.content_middle {
	width: 684px;
	background: url(/img/content-middle.png) 0px 0px repeat-y;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.content_bottom {
	width: 764px;
	height: 10px;
	background: url(/img/content-bottom.png) 0px 0px no-repeat;
	clear: both;
}
.copy {
	width: 752px;
	font-size: 9px;
	color: #2e2e2e;
	opacity: .6;
	filter:alpha(opacity=60);
	text-align: right;
	padding-right: 12px;
	padding-top: 3px;
}
.copy a {
	color: #000;
	text-decoration: underline;
}
.copy a:hover {
	color: #000;
	text-decoration: none;
}


.testimonial {
	width: 300px;
	float: left;
	background: url(/img/quotes.png) 0px 0px no-repeat;
	padding-left: 40px;
}
.testimonial cite {
	display: block;
	float: left;
	background: url(/img/quotes.png) top right no-repeat;
	padding-right: 40px;
}
.signature {
	float: right;
	text-align: right;
	font-weight: bold;
	margin-bottom: 30px;
	padding-right: 60px;
}




label {
	display: block;
}
fieldset {
	border: none;
}
form div {
	margin-bottom: 10px;
}

form input, form textarea {
	padding: .5em;
	border: 1px inset #fff;
	opacity: .6;
	filter:alpha(opacity=80);
	font-size: 11px !important;
	font-family: inherit !important;
}
form input.submit {
	border: 1px outset #fff;
	cursor: pointer;
	width: 15em;
}

form .error {
	border-left: 10px solid #f00;
}

div.error {
	padding: 1em;
	border-left: 10px solid #f00;
	margin-bottom: 1em;
	background-color: #fff;
	opacity: .6;
	filter:alpha(opacity=80);
}


/* Gallery */
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;}
#ICameToPlayGallery {
	width: 300px;
	float: left;
	margin-left: 25px;
}
 
/*core classes*/ 
.stripViewer {  
	position: relative;
	overflow: hidden;
	margin: 0;
} 
.stripViewer ul {
	margin: 0;
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float: left;
}

.stripTransmitter {
	float: left;
} 
.stripTransmitter ul { 
	list-style-type: none;
	margin-left: 25px;
	width: 320px;
	padding-top: 10px;
} 
.stripTransmitter ul li { 
	float: left;
	margin: 0;
}

.stripTransmitter a { 
	font: bold 10px Verdana, Arial; 
	text-align: center;
	line-height: 22px; 
	background: #fff; 
	color: #000; 
	text-decoration: none; 
	display: block;
	width: 3em;
	opacity: .6;
	filter:alpha(opacity=80);
} 
.stripTransmitter a:hover, a.current{ 
	background: #000; 
	color: #fff; 
} 
