@charset "utf-8";
/* Reset */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 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 */

/* Corners */
.jquery-corner div {
	border-color: #d5c38a !important;
}

/* Body */
body {
	background: #fff6db url(../images/body_back.gif) 0 0 repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000;
}

#master {
	margin: 0 auto;
	width: 955px;
	background: url(../images/waves.png) 0 0 no-repeat;
}

/* Header */
#header {
	margin: 0 auto;
	width: 955px;
	height: 123px;
	text-align:center;
	position:relative;
}

a#logo {
	margin:0 auto;
	width:362px;
}

ul.lang {
	float:right;
	position:absolute;
	right:5px;
	top:15px;
}
ul.lang li {
	display:inline;
}

/* Menu */

#engBody #menu ul li a {
	margin: 10px 29px !important;
}
#frBody #menu ul li a {
	margin: 10px 24px !important;
}
#esBody #menu ul li a {
	margin: 10px 24px !important;
}
#menu {
	margin: 0 auto;
	width: 955px;
	height: 38px;
	background: url(../images/menu_back.gif) 0 0 no-repeat;
	overflow:hidden;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	float: left;
	display: block;
	margin: 10px 20px;
	_margin:10px 17px;
}
#menu ul li a:hover, #menu ul li.active a {
	color: #cab677;
}

/* Content */
#content {
	margin: 0 auto;
	width: 955px;
	margin-top: 16px;
}

#leftColumn {
	width: 656px;
	float: left;
	background: url(../images/content.gif) 0 0 repeat-x;
}

#rightColumn {
	width: 278px;
	float: right;
	background: url(../images/content.gif) 0 0 repeat-x;
}

/* Footer */
#footer {
	border-top: 1px solid #864836;
	margin-top: 16px;
	font-size: 10px;
	position: relative;
}

#footer ul {
	margin-left: 15px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	float: left;
	display: block;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

span.copyright {
	position: absolute;
	right: 15px;
}

/* General styles */
h1 {
	color: #864836;
	font-size: 20px;
	padding: 15px;
	line-height:normal;
}

h2 {
	color: #864836;
	font-size: 18px;
	padding: 0 0 0 15px;
	font-weight: normal;
	line-height:normal;
}

p {
	padding: 0 15px 15px 15px;
}

ul.subMenu {
	margin: 16px 0 0 15px;
}

ul.subMenu li {
	margin-bottom: 3px;
}

ul.subMenu li a {
	display: block;
	background: url(../images/rightmenu.gif) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	width: 234px;
	padding: 3px 0px 6px 15px;
}

ul.subMenu li a:hover {
	color: #cab677;
}

#rightColumn fieldset {
	padding: 0 15px;
}

#rightColumn label {
	float: left;
	display: block;
	width: 85px;
}

#rightColumn .inp {
	border: none;
	margin-bottom: 4px;
	width: 160px;
	*width: 150px;
}

#rightColumn .btn {
	border: none;
	background: #864836;
	color: #fff;
	padding: 2px;
	margin-left: 85px;
}

.helen {
	float: right;
	padding: 0 0 15px 0;
}

#leftColumn ul {
	list-style-type:circle;
	padding:0 0 15px 40px;
}
#leftColumn a {
	color:#864836;
	text-decoration:none;
}
#leftColumn a:hover {
	text-decoration:underline;
}
#leftColumn ul li a {
	color:#864836;
	font-weight:bold;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	text-decoration:underline;
}

 /*CONTACT*/
.csc-mailform-field, .contact_table div { clear: both; margin-bottom: 5px; } 
.csc-mailform input, .contact_table input { background:#fff!important; border: 1px solid #ccc; width: 350px; padding: 1px 4px; } 
.csc-mailform textarea, .contact_table textarea { border: 1px solid #ccc; overflow: auto; padding: 1px 4px; width: 350px; } 
.csc-mailform label, .contact_table label { float: left; width: 160px; text-align: right; padding:3px 10px 0 0; }
.csc-mailform-submit, .contact_table .submit input { margin-left: 170px; color: #666; cursor:pointer; width:auto!important; }

.newsletterbox h2 {padding:15px;}
.tipbox h2{padding:15px;}

#footer a {text-decoration:none; color:#864836; font-weight:bold;}
#footer a:hover {text-decoration:underline;}

/* Limbi */
ul.limbi li {
	list-style-type: none;
	float: left;
	width: 33%;
	position: relative;
}

ul.limbi li span {
	position: absolute;
	left: 85px;
	top: 25px;
	font-weight: bold;
	float: left;
	_position: relative;
	_left:0;
	_top:0;
}

ul.clients li {
	list-style-type: none;
	float: left;
	width: 30%;
	position: relative;
	padding-bottom:20px;
	height:100px;
	padding-right:10px;
}

ul.clients li span {
	font-weight: bold;
	text-align:center;
	color:#864836;
}
#rightColumn div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt  {
	padding-left:40px;
}

.bodytext .detail {font-size:9px; }

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear:both;
	margin:0 0 5px 0;
	overflow:hidden;
	display:inline-block;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	display:block;
}
.tx-powermail-pi1 .powermail_submit {
	margin-left: 170px; 
	color: #666; 
	cursor:pointer; 
	width:auto!important;
	border: 1px solid #ccc;
	background:#fff!important; 
	padding: 1px 4px;
}
.tx-powermail-pi1 label {
	display:block;
	float:left;
	padding:3px 10px 0 0;
	text-align:right;
	width:160px;
}
.tx-powermail-pi1 .powermail_text {
	background:#fff!important; 
	border: 1px solid #ccc; 
	width: 330px; 
	padding: 1px 4px; 
	float:left;
}
.tx-powermail-pi1 .powermail_mandatory_js {	
	width:510px;
	text-align:right;
	color:#864836;
	padding-top:3px;
}
.tx_powermail_pi1_fieldwrap_html_textarea textarea  {
	background:#fff!important; 
	border: 1px solid #ccc; 
	width: 330px; 
	padding: 1px 4px; 
	float:left;
}
.tx_powermail_pi1_fieldwrap_html_label {
	padding:0 15px 15px;
}
#tx-powermail-pi1_fieldset_11 {
	padding-bottom:10px;
}
*html .tx-powermail-pi1 .powermail_mandatory_js {margin-right:10px}