@CHARSET "UTF-8";

@font-face {  
  font-family: Coolvetica;  
  src: url("coolveti/coolvetica_rg.otf") format("opentype");  
}  
 
html, body, h1, h2, h3, h4, ul, li, p {
    padding: 0; margin: 0;
	font-family: Coolvetica, helvetica, verdana, helvetica, sans-serif;  
}
html, body {
    height: 100%;
    background: url("../img/background.png") repeat;
}

body {
	text-align: center;
	background: url("../img/gradient_top.png") repeat-x;	
	font-size: 12px;
}
a {
	text-decoration: none;	
}
/*removing the strange borders under FF*/
a:active, a:focus {outline: none;}

img, a img {
    border: none;   
}
ul {
	list-style-type: none;	
}
.small {
	font-size: 0.5em;	
}

/* round corners */
#footer_cloud, #footer_cloud form input, #footer_cloud form textarea {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}

/* common styles */
h2, h3, h4 {
	clear: both;	
}

h2 {
	font-size: 24pt;
	color: #89c6d9;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 16pt;
	color: #8f8f8f;	
	margin: 10px 0 5px 0;
}
h4 {
	font-size: 12pt;	
	color: #89c6d9;
	margin: 10px 0 5px 20px;	
	border-bottom: 1px solid #dedede;
}
p {
	padding: 5px 20px;
	color: black;
	font-family: Tahoma, verdana, sans-serif;
}
p a {
	color: #ff3104;;
	text-decoration: none;	
}
p a:hover {
	text-decoration: underline;
	background: #fbdcd6;
}

/* back to top */
a#back_to_top {
	position: fixed;
	text-indent: -9999px;
	right: 30px;
	top: 200px;
	background: url("../img/back_to_top.png");
	width: 28px;
	height: 135px;	
}

/* layout */
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url("../img/gradient_top.png") repeat-x;
}

div#header {
	height: 200px;
	width: 100%;
	position: relative;
}
div#header h1#logo {
	width: 114px;
	height: 153px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 80px;
	top: 0;
	background: url("../img/logo.png");
}
div#header h1#logo a {
	width: 100%;
	height: 100%;
	display: block;
}
div#header ul#main_menu {
	float: left;
	position: absolute;
	bottom: 35px;
	left: 200px;
}
div#header ul#main_menu li {
	float: left;
	display: block;
	padding-bottom: 13px;
	margin-left: 30px;
	border-bottom: 1px solid transparent;
}
div#header ul#main_menu li a {
	font-size: 1.5em;
	line-height: 80%;
	color: #89c6d9;
}
.important, .important a {
	color: #ff3104 !important;
}
div#header ul#main_menu li.important:hover, div#header ul#main_menu li.important.selected {
	border-bottom: 1px solid #ff3104;
}
div#header ul#main_menu li:hover, div#header ul#main_menu li.selected {
	border-bottom: 1px solid #89c6d9;
}
div#header ul#lang_menu {
	position: absolute;
	float: left;
	right: 80px;
}
div#header ul#lang_menu li {
	float: left;
	margin-left: 5px;
}

/* LANG MENU */
div#header ul#lang_menu li a {
	color: #ff3104;;
	text-decoration: none;	
	font-family: Tahoma, verdana, sans-serif;
}
div#header ul#lang_menu li a:hoover {
	text-decoration: underline;
	background: #fbdcd6;
}

div#header ul#lang_menu li a.selected {
	text-decoration: underline;
}


div#content {
	text-align: left;
	margin: 0 80px 0 80px;
}
div#content ul {
	padding-left: 20px;
	list-style-position: inside;
	color: #89c6d9;
	line-height: 1.5em;
	list-style-image: url("../img/star.png");
}

div#content ul.services {
	font-size: 16pt;
}

div#pictures {
	margin: 0 auto;
	width: 670px;
	padding: 0;
}

/* footer */
div#footer {
	margin-top: 100px;
	font-size: 12px;
}
div#footer div#footer_cloud {
	width: 100%;
	border: 1px solid #ff3104;
	background: white;
}
div#footer div#footer_cloud table {
	width: 90%;
	border-collapse: collapse;
	margin: 10px auto 0 auto;
	text-align: left;
	color: #000;
}
div#footer div#footer_cloud p.tags {
	color: #ff3104;
	line-height: 180%;
}
div#footer div#footer_cloud > table thead tr th {
	border-bottom: 1px solid #ff3104;
	font-size: 29px;
	color: #ff3104;
	white-space: nowrap;
}
div#footer div#footer_cloud > table form input,
div#footer div#footer_cloud > table form textarea  {
	border: 1px solid #ccc;
	background: rgb(251, 251, 251);
	width: 300px;
	height: 20px;
}
div#footer div#footer_cloud > table form textarea  {
	height: 60px;
}
div#footer div#footer_cloud > table form td {
	text-align: left;
	padding: 5px;
}
div#footer div#footer_cloud > table form button {
	float: right;
	border: none;
	background: none;
	color: #ff3104;
	font-family: inherit;
	position: relative;
	top: -3px;
	font-size: 12px;
	cursor: pointer;
}
div#footer span.logo {
	text-indent: -9999px;
	display: block;
	width: 103px;
	height: 54px;
	background: url("../img/logo_footer.png");
	position: relative;
	top: -1px;
	left: 30px;
}
.contact {
	font-family: Tahoma, verdana, sans-serif;
	font-size: 12px;
}
.contact td {
	font-size: 12px;
}

/* custom styles */
img.note {
	float: right;
}

/* ====== WICKET ===== */
.feedbackPanelERROR {
	padding: 5px 20px;
	color: red;
	font-family: Tahoma, verdana, sans-serif;
}

/*wicket */
.feedbackPanelINFO {
	padding: 5px 20px;
	color: green;
	font-family: Tahoma, verdana, sans-serif;
}
