body{
	background-color: black;
	color: white;
	font-family: tahoma, arial;
	font-size: 11px;
	margin: 0px;
	width: 100%;
	height: auto;	
}

table{
	color: white;
}	

div#header{
	width: 100%;
	height: 200px;
	background: url(../includes/rotate.php) center center no-repeat;	
	overflow: hidden;
}

div#header_index{
	width: 100%;
	height: 430px;
	background: url(../includes/rotate.php) center center no-repeat;	
	overflow: hidden;
}

	div#menu{
		margin-top: 20px;
		margin-bottom: 20px
		width: auto;
		height: auto;
		background-color: #000;	
		padding-left: 60px;
		padding-right: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		float: left;
		font-size: 13px;
		text-transform: uppercase;
	}
		
		div#menu img{
			float: left;
			margin-right: 10px;
		}
	
		div#menu div{
			margin-left: 10px;
			margin-right: 10px;
			height: auto;
			width: auto;
			float: left;
			padding-top: 8px;
			cursor:hand;
		}
		
		div#menu a{
			color: white;
			text-decoration: none;	
		}
		
		div#menu div#language a{
			font-size: 10px;
			color: red;
			text-transform: uppercase;
			text-decoration:none;
		}
	
	div#products_index{
		margin-top: 50px;
		width: 100%;
		height: auto;
		padding-top: 1px;
		padding-bottom: 1px;
		float: left;
	}
	
		div#products_index #title{
			padding-left: 100px;
			padding-right: 10px;
			padding: 3px;
			padding-left: 30px;
			text-transform: uppercase;
			overflow: hidden;
		}
		
		div#products_list{
			width: 100%;
			height: 212px;
			padding: 3px;
			background-color: black;
		}
		
			div#products_list img{
				border:0px;	
				margin-left: 40px;
				margin-right: 40px;
			}
	
div#news_index{
	margin-top: 0px;
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 1px;

}
	div#news_index #title{
		padding: 3px;
		width: auto;
		height: auto;
		padding-left: 30px;
		text-transform: uppercase;
		overflow: hidden;
		float: clear;
		background-color: white;
	}
	
	div#news_index #pages_list{
		padding: 3px;
		padding-left: 300px;
		width: auto;
		height: auto;
		text-transform: uppercase;
		overflow: hidden;
		float: clear;
		background-color: #0291FF;
	}
	
		div#news_index #pages_list a{
			margin-right: 15px;
			color: white;
			text-decoration: none;	
		}
	
	div#news_index #boardstype_list{
		padding: 3px;
		width: auto;
		height: auto;
		text-transform: uppercase;
		overflow: hidden;
		float: clear;
		background-color: #FF3503;
		text-align: right;
	}
	
		div#news_index #boardstype_list a{
			margin-right: 15px;
			color: white;
			text-decoration: none;
			font-weight: bold;
		}

	table.products{
		font-size: 11px;	
	}
	
		table.products img{
			margin: 3px;
		}
		
div#footer, div#footer a{
	margin-top: 50px;
	text-align: center;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

img.turnon{
   	opacity:0.5;
    filter:alpha(opacity=50);
    margin: 3px;
}

#gallery img{
	border: 0px solid white;	
}

table.parameters{
	font-size: 13px;
	color: white;
}
	
	table.parameters .left{
		border: 0px solid white;
		background-color: #BB0000;
		text-align: right;
		padding-right: 5px;
		color: white;
		text-weight: bold;
	}
	
	table.parameters TD{
		border: 1px solid #333;
	}
	
	table.parameters TD.title{
		font-size: 15px;
		font-weight: bold;
		background-color:red;
		color: white;
		border: 1px solid white;
	}

table.selection_chart{
	text-align: center;	
}

	table.selection_chart td{
		border: 0px solid #ccc;	
	}
	
	table.selection_chart a{
		color: white;	
	}
	
	table.selection_chart td.ok{
		border-bottom: 1px solid #ccc;	
	}
	table.selection_chart td.r-b{
		border: 1px solid #333;

	}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}		

.title_white{
	font-size: 19px;
	color: white;
	text-transform: uppercase;	
}

.title_desc_white{
	font-size: 10px;
	color: white;	
}

.title_black{
	font-size: 19px;
	color: black;
	text-transform: uppercase;	
}

.title_desc_black{
	font-size: 10px;
	color: black;	
}

.more{
	color: red;
	font-weight: bold;
	text-decoration: none;	
}