@charset "UTF-8";
/* CSS Document */
body {
	background: #021d27 url(img/bg.jpg) repeat top;
	font: 300 11pt/16pt 'Yanone Kaffeesatz', Arial, san-serif;
	color: #0B1B15;
	margin:0;
	padding:0;
}
img {border: 0px;}
.rule {border-top: 1px solid #CCC;margin:20px auto;}
.bio {
	background:#EAEAEA;
	font: 300 11pt/16pt 'Yanone Kaffeesatz', Arial, san-serif;
	letter-spacing:normal;}
/* LAYOUT */
#wrap {
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
}
#header {
	position: relative;
	width: 925px;
	height:100px;
	margin: 25px auto 10px auto;
}
#nav {
	margin-top:10px;
	width:700px;
	color:#CCC;
	text-align:right;
}
#border {background:url(img/border.png) repeat-x top;width:100%}
#tagline {
	margin-top:7px;
}
#content {
	position:relative;
	display:block;
	width:100%;
	min-height:300px;
	height:auto;
	margin:0 auto;
	padding:0;
	background: #EAEAEA;
	-moz-box-shadow:0 0 12px #000;
	-webkit-box-shadow:0 0 12px #000;
	box-shadow:0 0 12px #000;
}
.colFull {
	position: relative;
	width:925px;
	min-height:100px;
	margin: 25px auto 0 auto;
}
.colFull p {margin: 10px 0;}
.colL {
	position: relative;
	float:left;
	left:0;
	width:550px;
	min-height:200px;
}
.colR {
	position: relative;
	float:right;
	right:0;
	width:299px;
	padding:0 0 0 25px;
	border-left: 1px solid #CCC;
	min-height:200px;
}
.half {width:45%;float:left;}
.establishments {
	width:100%;
	margin: 25px auto;
	letter-spacing:normal;
}
.establishments_block {
	float:left;
	padding-right:25px;
	margin:0 25px 10px 0;
	border-right: 1px solid #CCC;
	width:250px;
	text-align:justify;
}
.establishments_block img {padding:10px;}
.block {
	float:left;
	margin-right:35px;
}
#footer {
	position: relative;
	display:block;
	width:100%;
	height:30px;
	margin:-5px 0 10px 0;
	padding-top:10px;
	color: #E1E1AE;
	text-align:center;
	letter-spacing:normal;
	background: url(img/border-blue.png) repeat-x top;
	z-index:-1;
}
#footer a{font-size:90%;color:#E1E1AE;}

input#6_letters_code{
    color: #000!important;
    font-size: 15px!important;}



/* TEXT TREATMENTS */

a:link {
	color: #094F66;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:.5pt;
}
a:visited {
	color: #094F66;
	text-decoration: none;
	}
a:active {
	color: #094F66;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
#nav a {
	color: #E1E1AE;
	font: 300 13pt/18pt 'Yanone Kaffeesatz', Arial Narrow, Arial, sans-serif;
	text-decoration:none;
	letter-spacing:1pt;
	margin-left:25px;
	text-align:right;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
.pSpecial {
	color:#000;
	font: 300 11pt/16pt 'Yanone Kaffeesatz', Arial Narrow, Arial, sans-serif;
	margin:10px 0;
	text-align:left;
}
.lgText {
	color:#094f66;
	font: normal 24px/24px 'Yanone Kaffeesatz', Arial Narrow, Arial, sans-serif;
	text-transform:uppercase;
}
.smText {
	font: normal 16pt/16pt 'Yanone Kaffeesatz', Arial Narrow, Arial, sans-serif;
}

/* SLIDESHOW */
#slideshow { 
    position: relative; 
	display:block;
	width:635px; 
    height:325px;
}
#slideshow > div { 
    position: absolute; 
}
/* FORM */
input, textarea { 
	padding: 8px;
	border: 0;
	color: #CCC;
	font: 10px Arial, Tahoma, sans-serif;
	width: 200px;
	height:25px;
	-moz-box-shadow:0 0 2px #222;
	-webkit-box-shadow:0 0 2px #222;
	box-shadow:0 0 2px #222;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background:#FFF;
}

textarea { 
	width: 80%;
	min-width:200px;
	max-width:200px;
	height: 60px;
	max-height:120px;
	min-height:60px;
	overflow:auto;
	}
textarea:hover, input:hover { 
	-moz-box-shadow:0 0 4px #094F66;
	-webkit-box-shadow:0 0 4px #094F66;
	box-shadow:0 0 4px #094F66;
}
textarea:focus, input:focus { 
	-moz-box-shadow:0 0 8px #663700;
	-webkit-box-shadow:0 0 8px #663700;
	box-shadow:0 0 8px #663700;
}
.submit {
	padding: 5px;
	width:60px;
	background: #000;
	color: #FDB913;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
}
.reset {
	padding: 5px;
	background: #000;
	color: #BAAD9E;
	width:60px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
}
.subscribe {
	width:70px;
	height: 25px;
	padding: 5px;
	background: #FFF;
	color: #094f66;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
}
.contactForm input { 
	padding:5px;
	height:25px;
	border: 0;
	color:#666;
	font: 10px Arial, Tahoma, sans-serif;
	width: 200px;
	-moz-box-shadow:0 0 2px #222;
	-webkit-box-shadow:0 0 2px #222;
	box-shadow:0 0 2px #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#FFF;
	margin-bottom:10px;
}
.contactForm textarea { 
	padding:5px;
	border: 0;
	color:#666;
	font: 10px Arial, Tahoma, sans-serif;
	width: 500px;
	max-width:500px;
	min-width:500px;
	height: 50px;
	max-height:200px;
	min-height:25px;
	-moz-box-shadow:0 0 2px #222;
	-webkit-box-shadow:0 0 2px #222;
	box-shadow:0 0 2px #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#FFF;
	margin-bottom:10px;
}

div#employees-area {
    margin-top: 10%;
}

#employees-area form {
    margin-top: 100px;
        margin-bottom: 100px;
}

#employees-area form input {
    font-size: 18px!important;
    color: #005272;
    width: auto!important;
    padding: 5px;
    border-radius: 20px;
    height: auto!important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#employees-area form input:hover{
	opacity: 0.8;
	cursor:pointer;
}

a#employees-goback{
background-color: #005272;
color: #fff;
padding: 10px;
text-decoration: none;
}

a#employees-goback:hover{
opacity: 0.8;
	cursor:pointer;

}
