/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2010			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	background-color:#FFF;
	color:#666;
	background: #EFEFEF;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
	width:960px;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#BF8056;
	text-decoration:none;
	outline:none;
}

a:hover, .active {
	color:#333;
}

h1 {
	color:#666;
	font-size:18px;
	margin-bottom:10px;
	border-left:2px solid #BF8056;
	padding: 0px 10px;
	text-transform: uppercase
}

h2 {
	color:#666;
	font-size:14px;
	font-weight: normal;
	margin-bottom:5px;
	border-left:2px solid #BF8056;
	padding: 0px 10px;
	text-transform: uppercase
}

h3 {
	color:#AAA;
	font-size:13px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom:1px solid #CCC;
}

hr {
	color:#FFF;
	background-color:#FFF;
	border:0px;
	border-top:1px dotted #CCC;
	margin:5px 0 10px 0;
}

.image-alignleft {
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}

.image-alignright {
	float:right;
	margin-left:5px;
	margin-bottom: 5px;
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

input, select, textarea {
	border:1px solid #EEE;
	padding: 2px;
	margin-bottom: 3px;
}

.button span {
	display:inline;
	width:auto;
}

	.button-left {
		background-image:url(../images/btn_left.jpg);
		color:#FFFFFF;
		background-position:left top;
		background-repeat:no-repeat;
		padding:5px 5px;
		height:13px;
		line-height:13px;
		font-size: 2px;
		width:2px;
	    display:block;
	    float:left;
	}
	
	.button-right {
		background-image:url(../images/btn_right.jpg);
		color:#FFFFFF;
		background-position:right top;
		background-repeat:no-repeat;
		padding:5px 5px;
		height:13px;
		line-height:13px;
		font-size: 2px;
		width:2px;
	    display:block;
	    float:left;
	}
	
	.button-middle {
		background-image:url(../images/btn_center.jpg);
		color:#333;
		background-position:left top;
		background-repeat:repeat-x;
		padding:5px 5px;
		height:13px;
		line-height:13px;
		text-transform:none;
	    display:block;
	    float:left;
	}
	
	a:hover .button-left {
		background-position:left bottom;
		color:#000;
	}
	
	a:hover .button-right {
		background-position:right bottom;
		color:#000;
	}
	
	a:hover .button-middle {
		background-position:left bottom;
		color:#000;
	}
	
.button-plus {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right
}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	clear:both;
	height:114px;
	position: relative;
}

	/* ------------------------------- */
	/* -- HEADER - TOPMENU			-- */
	/* ------------------------------- */
	
	div#header div#topmenu {
		float: right;
		padding-top: 5px;
	}
	
	div#header div#topmenu ul {
		list-style: none
	}
	
	div#header div#topmenu ul li {
		display:inline;
	}
	
	div#header div#topmenu ul li a {
		display:block;
		float:left;
		text-transform: uppercase;
		font-size: 10px;
		padding: 0px 10px;
		border-left:0px solid #666;
		color:#666;
	}
	
	div#header div#topmenu ul li a:hover, div#header div#topmenu ul li .active {
		color:#FFF;
		border-left:0px solid #BF8056;
	}
	
	/* ------------------------------- */
	/* -- HEADER - LOGO				-- */
	/* ------------------------------- */
	
	div#header div#logo {
		padding-top:10px;
	}
	
	div#header div#logoprint {
		display:none
	}

/* ------------------------------- */
/* -- MENU						-- */
/* ------------------------------- */

div#menu {
	height:39px;
}

div#menu ul li {
	display: inline;
	margin:0px;
}

div#menu ul li a {
	display:block;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	padding:0px 35px;
	margin:10px 0px;
	text-align:center;
	height:17px;
	color:#999;
	border-left:2px solid #000;
}

div#menu a:hover, div#menu .active {
	color:#000;
	border-left:2px solid #BF8056;
}

/* ------------------------------- */
/* -- FLASH						-- */
/* ------------------------------- */

div#flash {
	clear:both;
	height:200px;
	position: relative;
	border:0px;
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	height:auto !important;
	height:100px;
	min-height: 100px;
	position:relative;
	background-image: url(../images/background_page.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
	
	/* ------------------------------- */
	/* -- MAIN - CONTENT			-- */
	/* ------------------------------- */
	
	div#main div#breadcrumb {
		clear:both;
		background-image:url(../images/top2.gif);
		background-repeat: no-repeat;
		background-position: top left;
		height:11px;
		font-size: 10px;
		padding: 5px 10px 0px 190px;
		text-transform: uppercase;
	}
	
	div#main div#content {
		clear:both;
		display: table;
	}
	
	/* -------------------- search */
	
	div#search {
		border:1px solid #CCC;
		padding: 5px;
		background: #EEE
	}
	
	div#search table td {
		padding: 2px 5px;
	}
	
	.result {
		width: 100%;
	}
	
	.result td {
		padding: 3px;
		border-bottom:1px dashed #DDD;
	}
	
	/* -------------------- left */
	
	div#main div#content div#left {
		display:table-cell;
		float:left;
		width:160px;
		padding:10px;
		font-size:13px;
	}
	
	div#left ul {
		list-style:none;
	}
	
	div#left ul li {
		list-style:none;
	}
	
	div#left ul li a {
		display:block;
		padding: 0px 10px;
		font-size:13px;
		line-height:13px;
		height:13px;
		margin:0px;
		margin-bottom:5px;
		border-left:2px solid #BF8056;
		color:#666;
	}
	
	div#left ul li a:hover, div#left ul li .active {
		border-left:2px solid #BF8056;
		color:#BF8056;
	}

	/* -------------------- center */
	
	div#main div#content div#center {
		display:table-cell;
		float:left;
		width:525px;
		padding:10px;
	}
	
	div#center ul {
		margin-left:20px;
	}
	
	div#center blockquote {
		padding: 10px;
		width:450px;
		font-style: italic;
		background: #EEE;
	}
	
	/* -------------------- right */
	
	div#main div#content div#right {
		display:table-cell;
		float:left;
		width:235px;
		color: #FFF;
	}
	
	div#right h2 {
		color:#FFF;
	}
	
	div#right .youtube {
		background: #333;
		padding: 10px 5px;
	}
	
	div#right .youtube h2 {
		font-size: 11px;
	}
	
	div#right .box {
		padding: 10px 5px;
	}
	
	div#right .box input {
		width:205px;
	}

/* PARTNERS */
#listpartners{
  /*width:408px;*/
  height:400px;
  background:url(../images/bg_map.jpg) 150px 0 no-repeat;
  font-size:90%;
}

#toplist{
  width:187px;
  height:14px;
  background:url(../images/selectbox_top.gif) 0 0 no-repeat;
}
.listcontinent{
  display:block;
  width:187px;
  height:14px;
  font-variant: small-caps;
  background:#333;
  border-top:1px solid #ddd;
  padding:4px 0;
}
.listcontinent a{
  margin-left:5px;
}
.listcontinent a:hover, .listcontinent a.active {
	color:#BF8056;
}
#listpartners ul{
  list-style-type:none;
}
#listpartners ul li{
  width:157px;
  border-left:2px solid #BF8056;
  padding-left:5px;
  margin:2px 0;
}
#bottomlist{
  border-top:1px solid #ddd;
  width:187px;
  height:14px;
  background:url(../images/selectbox_bottom.gif) 0 0 no-repeat;
}
#infopays{
  position: absolute;
  left:400px;
  width:300px;
}


/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	margin:0 auto 0 auto;
	position: relative;
	text-align: center;
	width:960px;
	height:16px;
	font-size: 10px;
	padding: 30px 10px 3px 10px;
	color:#666;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
