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

body{
	background:url(../img/background.png) repeat-x #333333;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top:20px;
}

img{
	border:0px;
}

a:link {text-decoration: none; color:#900; }
a:visited {text-decoration: none; color:#900; }
a:active {text-decoration: none; color:#900; }
a:hover {text-decoration: none; color:#900; }

#container{
	background-color:#FFFFFF;
	width:954px;
	margin: 35px auto auto auto;
	overflow:hidden;
}

#header{
	background:url(../img/header.jpg) no-repeat top left;
	width:954px;
	height:47px;
}

#logo{
	background:url(../img/logo.jpg) no-repeat top left;
	width:954px;
	height:146px;
}

#login{
	width:200px;
	margin:78px 5px 0 0;
	float:right;
}

#search	{
	float:right;
	width:220px;
	border:0 none;
	margin: 5px 0 0 0;
}

.search_field	{
	background: url(../img/field_search.png) no-repeat top left;
	padding:3px 0 0 5px;
	height:19px;
	width:175px;
	border: 0 none;
	margin: 0 0 0 5px;
	font-size:10px;
}

.login_username{
	background:url(../img/field_forum_username.jpg) no-repeat top left;
	padding:3px 0 0 5px;
	height:19px;
	width:175px;
	border:0px;
	font-size:10px;
}

.login_password{
	background:url(../img/field_forum_password.jpg) no-repeat top left;
	padding:3px 0 0 5px;
	height:19px;
	width:175px;
	border:0px;
	font-size:10px;
}

.button_search{
	background:url(../img/button_go.gif) no-repeat top left;
	height:19px;
	width:19px;
	border:0 none;
	margin:0px;
}

.button_login{
	background:url(../img/button_login.jpg) no-repeat top left;
	height:20px;
	width:56px;
	border:0px;
}

.button_register{
	background:url(../img/button_register.jpg) no-repeat top left;
	height:20px;
	width:71px;
	border:0px;
}

#footer{
	background:url(../img/footer.jpg) no-repeat bottom left;
	width:954px;
	height:30px;
	float:left;
}

#left_column{
	width:215px;
	float:left;
}

			.left_box{
				background:#E4E4E4;
				width:214px;
				margin-left:1px;
			}
			
			#poll_header{
				background:url(../img/title_poll.jpg) #E4E4E4 no-repeat;
				height:35px;
				width:214px;
			}
			
			#sponsor_header{
				background:url(../img/title_sponsor.jpg) #E4E4E4 no-repeat;
				height:35px;
				width:214px;
			}
			
			#left_column span{
				display:none;
			}

#middle_column{
	width:510px;
	float:left;
	margin-left:14px;
}

#right_column{
	width:215px;
	float:left;
}

			.right_box{
				background:#E4E4E4;
				width:214px;
				margin-right:1px;
			}
			
			#members_header{
				background:url(../img/title_members.jpg) #E4E4E4 no-repeat;
				height:35px;
				width:215px;
			}
			
			#results_header{
				background:url(../img/title_results.jpg) #E4E4E4 no-repeat;
				height:35px;
				width:215px;
			}
			
			#threads_header{
				background:url(../img/title_threads.jpg) #E4E4E4 no-repeat;
				height:25px;
				width:215px;
			}

			#right_column span{
				display:none;
			}

.field_username{
	background:url(../img/field_username.jpg) no-repeat top left;
	height:19px;
	width:200px;
	border:0 none;
	padding:3px 0 0 5px;
	font-size:10px;
}

.field_email{
	background:url(../img/field_email.jpg) no-repeat top left;
	height:19px;
	width:200px;
	border:0 none;
	padding:3px 0 0 5px;
	font-size:10px;
}

.form{
	background:url(../img/form.jpg) no-repeat top left;
	height:150px;
	width:350px;
	border:0 none;
	padding:3px 0px 0px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.button_post{
	background:url(../img/button_post.jpg) no-repeat top left;
	height:20px;
	width:100px;
	border:0px;
}

#server_header{
	background:url(../img/title_server.jpg) top no-repeat;
	width:500px;
	height:25px;
}

/*---------------------------------- slider -------------------------------*/

#slidebox{
	background: url(../img/title_slider.jpg) top no-repeat;
	width:500px;
	height:100%;
	overflow:hidden;
}

	/*jQuery slideviewer */
	.svw {width:500px; height:100px; }
	.svw ul {position: relative; margin: 10px 0 0 0; }
	
	.stripViewer {  
	position: relative; 
	overflow: hidden;  
	border: 1px solid #000000;  
	margin-top:25px; 
	} 
	.stripViewer ul { 
	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: 200px;
	float:left;
	} 
	.stripTransmitter ul { 
	margin: -123px 0 0 435px; 
	padding: 0; 
	position: absolute; 
	list-style-type: none; 
	} 
	.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
	} 
	.stripTransmitter a{
	font: bold 10px Trebuchet MS; 
	text-align: center; 
	height: 16px;
	width:16px;
	background: url(../img/slider_number.png) no-repeat; 
	color: #000000; 
	text-decoration: none; 
	display: block;
	} 
	.stripTransmitter a:hover, a.current{ 
	color: #d20408; 
	}
