@charset "utf-8";
body, table {padding: 0px; margin: 0px;}
body { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px;}
img, table, td { border:none; }

body {
	background-color: #b35b3f;
	background-image: url('../pics/bg.jpg');
	background-repeat: repeat-x;
}

td {
	vertical-align: top;
}

h1 {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #820b0b;
	color: #820b0b;
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 15px;
}

.wrap {
	margin: 0 15px 0px 15px;

}

.top_border_left {
	width: 1px;
	height: 165px;
	background: #7f1f17;
	float: left;
	margin-top: 20px;
}

.logo {
	position: absolute;
	width: 170px;
	background-image: url('../pics/logo.jpg');
	background-repeat: no-repeat;
	height: 185px;
	margin-left: 12px;
}

.top {
	height: 185px;
	background-image: url('../pics/top.jpg');
	background-position: top right;
	background-repeat: repeat-x;
}

.langs {
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

.center{
	width: 100%;
	background-image: url('../pics/center_bg.jpg');
	background-repeat: repeat-y;
	border-left: 1px solid #7f1f17;
	border-right: 1px solid #7f1f17;
}

.left_column {
	width: 192px;
	padding-top: 7px;
	color: #fff;
}

.left_column a {
	color: #fff;
}

.left_column_inner {
	margin-left: 15px;
	margin-right: 20px;
}

.content {
	padding-right: 20px;
	padding-top: 7px;
	text-align: justify;
	line-height: 15px;
}

.content img {
	padding: 2px;
	margin: 5px;
}

.content table {
	width: 100%;
	border-collapse: collapse;
}

.content td {
	padding-left: 6px;
	padding-right: 6px;
	border: solid 1px #000;
	text-align: center;
}

.content a {
	color: #6f0202;
	text-decoration: none;
}

.content a:hover {
	color: #000;
	text-decoration: underline;
}

.content td {
	background: none;
}

.content img {
	border: solid 1px #820b0b;
}

.right_column {
	width: 207px;
	padding-top: 15px;
	color: #fff;
	text-align: center;
}

.right_column a {
	color: #fff;
}

.right_column_inner {
	margin-right: 15px;
}

.packer {
	background: #d9c29c;
	background-image: url('../pics/right_column_bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;
}

.bottom {
	text-align: center;
	color: #fff;
	background: #5a1e0e;
	padding: 0px;
	font-size: 9px;
	background-image: url('../pics/bottom_bg.jpg');
	background-repeat: repeat-y;
	height: 14px;
	padding-left: 190px;
}

.bottom a {
	text-decoration: none;
	color: #fff;
}

.bottom a:hover {
	color: #c41818;
}

.bottom_right {
	height: 14px;
	width: 220px;
	float: right;
	background-image: url('../pics/bottom_right_bg.jpg');
	background-repeat: repeat-y;
}

.copyright {
	padding-top: 2px;
}

/* - - - - - - - - - MENU - - - - - - - - -  */
#chromestyle {
	float: left;
}

.chromestyle{
	width: 100%;
}

.chromestyle:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
	background-image: url('../pics/menu_bg.jpg');
	background-repeat: repeat-x;
	height: 23px;
}

.chromestyle ul li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;

}

.chromestyle ul li a{
	padding: 0px 10px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	height: 29px;
}

.chromestyle ul li a:hover{
	color: #efdcc8;
}

.dropmenudiv{
	color: #5a1e0e;
	position: absolute;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: #f9ebdc;
	width: 140px;
	visibility: hidden;
	margin-top: 7px;
	border: 1px solid #e0c2a2;
	border-bottom: 0;
}


.dropmenudiv a{
	font-size: 11px;
	color: #5a1e0e;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e0c2a2;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	padding-left: 12px;
}

.dropmenudiv a:hover{
	color: #a6201f;
}

.table_heading {
	background-color: #820b0b;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.foto_table {
	border: 0;
	width: auto;
	margin: auto;
}

.foto_table td {
	border: 0;
	padding: 3px;
}

.foto_td {
	border: 0;
	width: auto;
}

.foto_td img {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.sub_menu {
	width: auto;
	display: inline;
}

.sub_menu td {
	border: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-right: 30px;
	padding-bottom: 10px;
}

.popup_wrap {
	position: absolute;
	margin: auto;
	width: 100%;
	z-index: 99;
}

.popup {
	margin: auto;
	width: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	z-index: 99;
}

.popup_inner {
	position: absolute;
	margin: 30px 0 60px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 99;
}

.popup_img_border img {
	padding: 5px;
	background-color: #3a3a3a;
	border: solid 1px #858585;
	z-index: 99;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}