body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}


h1{
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #bbbbbb; margin-bottom: 15px;
}

h2{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white; font-weight: bold; margin-bottom: 5px;
}

p{
	font-family: Arial, Helvetica, sans-serif; color: #848484; text-align: justify; margin-bottom: 15px;
}

ul{
	list-style-type: circle;
}

a{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:white; text-decoration: none; cursor:pointer;
}

a:hover{
	text-decoration: underline; cursor:pointer;
}

body {
	background: url(images/header-bg.jpg) repeat-x; 
	background-color: #0c0c0c;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #848484; 
}

#main-wrapper{
	position: relative;
}

.wrapper{
	width: 960px; margin: 0 auto;
}

/**
 * BEGINING OF HEADER
 */
#header{
	background: url(images/header-img.jpg) no-repeat scroll center;
}

#header .wrapper{
	height: 460px;
	position: relative;
}

#header-links{
	float:right;
	margin-top:4px;
	position:absolute;
	top:0px;
	right:0px;
}

#header-links a{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#9a9a9a; text-decoration: none;
}

#header-links a:hover{
	color:#ff0000;
}

#mail{
	float: right; 
	padding-right: 20px;
}

#language{
	float: right;
	margin-top:1px;
}

#logo{
	position: absolute; top:30px; left:0px;
}

#menu{
	position: absolute; right:0px; top: 55px;
}

#menu ul li{
	float: left;
	display: block;
	margin-left: 30px;
}

#menu ul li a{
	display:block;	
	font-family: Arial, Helvetica, sans-serif; color: #9a9a9a; text-decoration:none;
}

#menu ul li a:hover{
	color:#ff0000;
}

#menu ul li a span{
	display: block;
	height: 34px;	 
	line-height: 34px;
	font-size: 12px;
}

#menu ul li a.active{ 
 	padding-right: 24px;
	background: url(images/bg-btn-right.gif) no-repeat right center;	   
}

#menu ul li a.active span {
	padding-left: 24px;
	background: url(images/bg-btn-left.gif) no-repeat left center;
}

#menu ul li a.active:hover{
	color:white;
}

#tagline, #tagline_en{
	position: absolute; top: 135px; left: 490px;
}

#tagline a{
	display: block; 
	background: url(images/offer-btn.png) no-repeat; 
	width: 220px; height: 67px; 
	text-indent: -10000px;
	margin-top: 30px; margin-left: 240px;
}
#tagline a:hover{
	background: url(images/offer-btn-hover.png) no-repeat;
}

#tagline_en a{
	display: block; 
	background: url(images/offer-btn_en.png) no-repeat; 
	width: 220px; height: 67px; 
	text-indent: -10000px;
	margin-top: 30px; margin-left: 240px;
}
#tagline_en a:hover{
	background: url(images/offer-btn-hover_en.png) no-repeat;
}

/*
 * END OF HEADER
 */


#main-content{
	background-color: #0c0c0c; position: relative;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
}

#main-content .wrapper{
	overflow: hidden;
}

#main-content a.go-to{
	color: white; text-decoration: none; 
	float: right; 
	background: url(images/link-arrow.gif) no-repeat right; 
	padding-right: 10px;
}

#main-content a.go-to:hover{
	text-decoration: underline;
}

/******************  CONTENT *************************/
#content{
	overflow: hidden;
	display: block;
	float: left;
	width: 540px; margin-top: 40px;
	margin-bottom: 50px;
}

.left-column{
	width: 260px;
	float: left;
	margin-right: 20px;
}

.right-column{
	width: 260px;
	float: right;
}

.description-item{
	border-bottom: 1px dashed #272727; 
	padding-bottom: 10px;
	padding-top: 20px;
	overflow: hidden;
}

.description-item img{
	float: left; 
	margin-top: 3px; margin-right: 20px;
}

.last-item{
	padding-top: 30px;
	padding-bottom: 20px;
}

.last-item img{
	float: left; 
	margin-right: 10px;
}

.last-item ul{
	margin-left: 20px;
}

.last-item ul li{
	color: #848484; 
	padding-bottom: 10px;
}
/******************  CONTENT *************************/


/******************  SIDEBAR *************************/
#sidebar{
	display: block;
	float: right;
	background: url(images/right-column-bg.jpg) no-repeat left top;
	width: 315px;
	padding: 40px 20px 10px 25px;
	margin-bottom:20px;
}

#sidebar #map{
	display: block;
	text-indent: -10000px;
	background: url(images/map.jpg) no-repeat left top; 
	width: 335px; 
	height: 177px;
}
/******************  SIDEBAR *************************/


/******************  FOOTER *************************/
#footer{
	background-color: black;
	border-top: 1px dashed #292929;
	position: relative;	 
}

#inner-footer .wrapper{
	height: 65px;
	padding: 25px 0;
}

#footer-menu{
	list-style-type:none; margin: 25px 0 0 120px; float: left;
}

#footer-menu li{
	float: left;
	margin-right: 5px;
}

#footer-menu li a{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #8b8b8b; text-decoration: none;
}

#footer-menu li a:hover{
	text-decoration: underline;
}

#inner-footer img{
	float: left;
}

#agency{
	float: right;
}

#agency p{
	margin-top: 25px;
	float: left;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #8b8b8b; 
}


/***************** CONTACT FORM ************************/

#contact-form{
	overflow: hidden; padding-top: 15px;
}

.form-item{
	width: 260px; height: 60px;
	margin-bottom: 15px;
}

#left-inputs{
	margin-right: 20px; width: 260px; float: left;
}

#right-inputs{
	float: right;
}

#contact-form p{
	font-family: Arial, Helvetica, sans-serif; color: #848484; font-size: 12px; margin-bottom: 3px;
}

#contact-form input{
	background-color: #fff; width: 250px; height: 22px; border:none; padding: 5px;
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #343434;
	-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;
}

#contact-form textarea{
	background-color: #fff; width: 530px; height: 100px; border: none; padding: 5px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #343434;
	-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;
}

#message a{
	display: block;
	float: right;
	text-indent: -10000px;
	background: url(images/send-btn.jpg) no-repeat left top; width: 121px; height: 38px;
	margin-top:10px;
}

#message a:hover{
	background: url(images/send-btn-hover.jpg) no-repeat left top; width: 121px; height: 38px;
}

#message_en a{
	display: block;
	float: right;
	text-indent: -10000px;
	background: url(images/send-btn_en.jpg) no-repeat left top; width: 121px; height: 38px;
}

#message_en a:hover{
	background: url(images/send-btn-hover_en.jpg) no-repeat left top; width: 121px; height: 38px;
}

.lightbox img, .light img{border:3px solid #8C0010}
.lightbox img:hover, .light img:hover {border:3px solid #fff}

