-------------------------------------------------------------- */

.tleft        { text-align: left; }
.tcenter      { text-align: center; }
.tright       { text-align: right; }
.fleft        { float: left; }
.fright       { float: right; }

.height-350 { height : 350px; }

/* Generic settings
-------------------------------------------------------------- */

body {
	background : #ffffff url('/img/bg.gif') top repeat-x;
	font-family : Lucida Grande,Arial,Verdana,Sans-Serif;
	font-size : 11px;
	color : #4b4a4a;
	margin:27px 0;
}

.container {
  width: 978px;
  margin: 0 auto;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 6px;
	color: #0660a7;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

a {
	text-decoration : none;
	color : #0660a7;
}

/* a:focus, a:active { outline: 0; } */

ul {
	list-style : none;
}

/*
.separator {
	clear : both;
	border-bottom : 1px dotted #999;
	padding-bottom : 10px;
	margin-bottom : 20px;
}

.intro {
	margin-bottom : 20px;
}

/*p a {
	padding : 0 !important;
	background : none !important;
}

img.fleft  {
	margin : 5px 10px 0 0;
}*/




/* Header
-------------------------------------------------------------- */
.header {
	height: 75px;
	padding: 25px 25px 0;
	position: relative;
}

.header a,
.header h1 {
	float: left;
}

.header h1 {
	font-style: italic;
	color: #0660a7;
	padding: 31px 0 0 25px
}

.mainmenu {
	padding-right: 6px;
	position: absolute;
	top: -27px;
	right: 0;
}

.mainmenu li {
	float: left;
}

.mainmenu li a {
	color: #ffffff;
	padding: 0 28px 0 24px;
	background: url('/img/header/mainmenu.gif') no-repeat center left;
	line-height: 27px;
}

.mainmenu li.s a,
.mainmenu li a:hover {
	color: #ccdbee;
}

.header .path {
	background: url('/img/bubble/small.png') no-repeat;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	width: 132px;
	height: 38px;
	text-align: center;
	line-height: 31px;
	float: right;
	margin-top: 6px;
}

/* langmenu */
#langmenu  {
	background: url(/img/header/langmenu/btn.png) no-repeat left 31px;
	padding: 31px 0 0 25px;
	color: #4B4A4A;
	float: right;
}

#langmenu:focus {
	outline: none;
}

#langmenu.s {
	background-image: url(/img/header/langmenu/btn_hover.png);
}

#langbox {
	position: absolute;
	display: none;
	overflow: hidden;
}

#langbox ul{
	background: #fff;
	background: rgba(211, 211, 211, .4);
	border: 1px solid lightGrey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0;
}



#langbox li a {
	float: none;
	color: #4B4A4A;
	padding: 0 10px;
	display: block;
	_width: 50px;
}

#langbox li a:hover {
	background: #808080;
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */

.footer {
	padding: 13px 25px;
	color: #4b4949;
}

/* Content
-------------------------------------------------------------- */
.content {
	padding: 10px 24px;
	border: 1px solid #ebebeb;
	border-top-style: none;
	border-bottom-style: none;
	float: left;
	width: 928px;
}

.bottom {
	background: url('/img/content/bgbottom.png') no-repeat;
	height: 10px;
	font-size: 0;
}

h1.pageinfo {
	font-size: 16px;
	font-weight: bold;
	color: #0660a7;
	background: url('/img/content/bgtop.png') no-repeat;
	padding: 14px 30px 0;
}


/* Home
********** */
.home {
	background: url('/img/homebg.png') no-repeat;
	padding: 0 25px;
	height: 457px;
	border: none;
	float: none;
}


.home h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}

.home .map {
	width: 578px;
	height: 100%;
	background: url('/img/map/bg.png') no-repeat center 100px;
}

.home .map h1 {
	background: url('/img/bubble/big.png') no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 58px;
	height: 70px;
	text-align: center;
	padding: 15px 0;
}

.continent {
	width: 135px;
	color: #ffffff;
	position: absolute;
}

.continent .title {
	padding: 4px 10px 0;
	line-height: 16px;
	font-weight: bold;
	cursor: pointer;
	background: url('/img/map/boxtop.png') no-repeat top;
	_background-image: url('/img/map/boxtop.gif');
}

.continent ul {
	display: none;
	padding: 0 10px;
	background: url('/img/map/boxbody.png') repeat;
	_background: #386ab0;
}

.continent ul li:first-child {
	padding-top: 4px;
}

.continent a {
	color: #ffffff;
	display: block;
	width: 115px;
}

.continent .bottom {
	height: 4px;
	font-size: 0;
	background: url('/img/map/boxbottom.png') no-repeat bottom;
	_background-image: url('/img/map/boxbottom.gif');
}

.europe {
	margin: 38px 0 0 238px;
}

.north_america {
	margin: 62px 0 0 27px;
}

.latin_america {
	margin: 193px 0 0 81px;
}

.asia {
	margin: 78px 0 0 378px;
}

.oceania {
	margin: 215px 0 0 443px;
} 

.home .text {
	width: 325px;
	padding: 16px 0 0 25px;
}


/* items
************ */
.item {
	margin-bottom: 10px;
	padding: 0 5px;
}

.home .item {
	margin: 0;
	padding: 0;
}

.item .img {
float:left;
width:100px;
}


/* Contact
************ */
.office {
	background: #f9faf9;
	margin: 2px 0; 
	padding: 0 5px;
	color: #0374b4;
}

.office h3 {
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	cursor: pointer;
}

.office .body {
	background: url('/img/content/bgoffice.gif') repeat-x left 5px;
	display: none;
}

.office p {
	padding: 15px 0 0;
	font-weight: bold;
}


/* Links
************ */
.links h2 {
	margin: 15px 0 6px;
}

.links ul li a{
	color: #4b4a4a;
	background: url('/img/bullet/grey_arrow.gif') no-repeat left center;
	padding: 0 12px;
	display: inline-block;
	width: 300px;
}

/* Facebook */
.facebook_imgbig{
	left:500px;
	position:relative;
	top:-290px;
	width:316px;
}
.facebook_imgbig img{
	position:absolute;

}

.facebook_comp {
margin-top:60px;
}
