body
{
	background-image: url('../img/template/bg.gif');
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #b6b695;
}
input, select
{
	font-size: 11px;
	color: black;
}
a, 
a:visited
{
	color: #e56507;
/*	visisted -> color: #931518 */
}
#header
{
	background-image: url('../img/template/header_bg.png');
	background-repeat: repeat-x;
	height: 185px;
}
#global_container
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -320px;
}
#main_wrapper
{
	width: 800px;
	min-height: 600px;
	background-color: #111111;
}
#lang_box
{
	float: right;
	margin: 10px;
	height: 90px;
}
#lang_box a,
#lang_box a:visited
{
	color: #b6b695;
	text-decoration: none;
	margin: 5px;
}
#logo
{
	float: left;
}
#top_menu
{
	float: right;
	background-image: url('../img/template/small_square.gif');
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 10px;
}
#top_menu a, 
#top_menu a:visited
{
	color: #b6b695;
	text-decoration: none;
	margin: 5px;

}
#lang_box a.active,
#top_menu a.active
{
	color: #931414;
}
a.rollover
{
	color: #b6b695;
	text-decoration: none;
}
a.rollover:hover
{
	color: #e56507;
	text-decoration: underline;
}
#red_stripe,
.grey_stripe
{
	background-color: #931518;
	height: 5px;
	overflow: hidden;
}
.grey_stripe
{
	background-image: url('../img/template/active_menu_stripe.gif');
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 122px;
	float: right;
/*	margin-right: 105px;
	margin-right: 111px;
	margin-right: 122px;
	margin-right: 114px;*/
}
#gradient
{
	background-image: url('../img/template/menu_gradient.png');
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 20px;
}
#flash_container
{
	width: 345px;
}
#flash_content
{
	float: left;
	border: 1px solid #919175;
	border-left: none;
	border-top: none;
	width: 340px;
	min-height: 225px;
	height: 225px;
	overflow: hidden;

}
#flash_content_corner
{
	position: absolute;
	display: block;
	margin-top: 212px;
	margin-left: 327px;
	z-index: 1;
}
#text_container
{
	width: 452px;
	float: right;
}
#text_content
{
	background-color: #474739;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 5px;
	border: 1px solid #919175;
	border-right: none;
	border-top: none;
	min-height: 200px;
}
#text_content p
{
	margin-top: 0px;
}
#text_content_corner
{
	position: absolute;
	margin-top: -14px;
}
#bottom_blocks
{
	margin-top: 10px;
	padding-left: 4px;
}
.block
{
	width: 260px;
	float: left;
	margin: 2px;
}
.block h1
{
	font-size: 10px;
	text-transform: uppercase;
	color: #313123;
	padding: 0px;
	margin: 0px;
	background-image: url('../img/template/block_title_bg.png');
	background-repeat: repeat-x;
	height: 16px;
	overflow: hidden;
	padding-top: 3px;
}
.block h1 span
{
	background-image: url('../img/template/block_title_arrow.png');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.block p,
.block form,
.block div
{
	margin: 0px;
	border: 1px solid #474739;
	padding: 10px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url('../img/template/small_square.gif');
	background-repeat: no-repeat;
	background-position: 7px 17px;
	min-height: 113px;
}
.block p img
{
	border: 1px solid #919175;
	float: right;
	margin-left: 15px;
	padding: 3px;
	max-height: 90px;
}
.block p a.left	
{
	display: block;
	float: left;
	padding-top: 5px;
	clear: none;
}
.block p a.right	
{
	display: block;
	float: right;
	padding-top: 5px;
	clear: both;
}
.block form input,
.block form select
{
	margin-bottom: 10px;
	font-size: 11px;
}
#footer, #copyright
{
	text-align: center;
	padding: 5px;
}
#copyright
{
	color: #cccccc;
}
.cleaner
{
	display: block;
	clear: both;
	height: 0px;
}
.paypal
{
	cursor: pointer; 
	margin: 3px;
	margin-left: 45px;
}
