@charset "utf-8";
/* CSS Document */
/* Reset all browser styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Body */
body {
	background: #fff url(../images/body_back.gif) 0 0 repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
	color: #737373;
}

#master {
	width: 753px;
	margin: 0 auto;
	min-height: 620px;
	background: url(../images/master_back.gif) 0 39px no-repeat;
	margin-bottom: 5px;
}

/* Header */
#header {
	width: 753px;
	height: 135px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 500px;
	height: 105px;
	color: #fff;
}

ul#lang {
	position: absolute;
	top: 0;
	right: 20px;
}

ul#lang li {
	float: left;
	padding: 5px;
	margin-right: 3px;
	background: #948c75;
}

ul#lang li a {
	color: #fff;
	text-decoration: none;
}
ul#lang li.active a {
	font-weight:bold;
}

ul#lang li a:hover {
	color: #000;
}

/* Footer */
#footer {
	width: 753px;
	margin: 0 auto;
	background: url(../images/footer_back.gif) center top no-repeat;
	padding-top: 10px;
}

#footer ul {
	margin-left: 30px;
}

#footer ul li {
	float: left;
	padding-right: 15px;
}

#footer ul li a {
	color: #b99670;
}

#footer ul li a:hover {
	color: #464646;
}

/* Left Column */
#leftColumn  {
	float: left;
	width: 498px;
	margin-left: 6px;
}

#leftColumn h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px 10px;
}
#leftColumn h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 3px 10px;
}

#leftColumn p {
	margin: 3px 0 3px 10px;
}
#leftColumn ul {
	list-style-type:disc;
	margin-left:45px;
}
#leftColumn strong {
	font-weight:bold;
}

/* Right Column */
#rightColumn {
	float: right;
	width: 200px;
	margin: 20px 25px 10px 0;
}

ul#countryList {
	background: #d2b391;
	padding: 10px;
}

ul#countryList li {
	margin-bottom: 5px;
	line-height:1;
}

ul#countryList li a {
	display: block;
	text-decoration: none;
	color: #464646;
	font-size: 15px;
	background: #d9ceb2;
	padding: 8px;
}
ul#countryList li.active a {
	font-weight:bold;
}
ul#countryList li a:hover {
	background: #cfc5aa;
}

 /*CONTACT*/
.csc-mailform-field { clear: both; margin-bottom: 5px; } 
.csc-mailform input { background:#fff!important; border: 1px solid #ccc; width: 220px; padding: 1px 4px; } 
.csc-mailform textarea { border: 1px solid #ccc; overflow: auto; padding: 1px 4px; width: 220px; } 
.csc-mailform label { float: left; width: 120px; text-align: right; padding:3px 10px 0 0; }
.csc-mailform-submit { margin-left: 130px; color: #666; cursor:pointer; width:auto!important; }