@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#997d67;
	font-family:Verdana, Arial, sans-serif;
}

a {
	text-decoration:none;
	color:#3e5ab5;
}

a:hover {
	text-decoration:underline; 
}

h1 {
	font-size: 14pt;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #645447;
	letter-spacing: 1px;
	padding: 15px 0px 10px 0px;
}

h2 {
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #645447;
	letter-spacing: 1px;
	font-weight: normal;
	padding:6px 0;
}

h3 {
	font-size: 11.5pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #645447;
	letter-spacing: 1px;
	font-weight: normal;
	padding:5px 0;
}

p {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 150%;
	padding-bottom: 12px;
	padding-right:18px;
}
p.first {
	font-size: 12pt;
	color: #133350;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
}

table {
	font-size:13px;
	color:#555555;
	line-height:16px;
}

td, th {
	padding:9px;
	border:1px #888 solid;
}

th {
	font-size:14px;
}

/* Header */
.header {
	height:130px;
	position:relative;
}

.logo {
	position:absolute;
	width:408px;
	height:130px;
	left:0;
	top:0;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}

.contactLogo {
	position:absolute;
	width:164px;
	height:130px;
	right:136px;
	top:0;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}

/* Main Body */
.mainTop {
	height:63px;
	background-image:url(images/bg-main-top.png);
	background-repeat:no-repeat;
	z-index:100;
}

.womanBody {
	position:absolute;
	width:418px;
	height:1074px;
	right:-164px;
	top:-130px;
	background-image:url(images/body.png);
	background-repeat:no-repeat;
}

.womanBodyTransparent {
	position:absolute;
	width:418px;
	height:1074px;
	right:-164px;
	top:-130px;
	background-image:url(images/body-transparent.png);
	background-repeat:no-repeat;
}

.main {
	min-height:870px;
	height:auto;
	background-image:url(images/bg-main-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	z-index:5;
}

/* Sidebar */
.sidebar {
	float:left;
	width:265px;
	min-height:500px;
	overflow:hidden;
	padding-bottom: 20px;
}
.banner {
	margin: 10px 0 0 23px;
}
/* Submenu */
.subMenu {
	border:0;
	margin:30px 30px;
}

.subMenu > ul > li {
	background-image:url(images/bg-submenu.png);
	background-repeat:repeat-x;
    line-height: 16px;
    padding: 11px 0 11px 10px;
   	vertical-align:middle;
	font-size:14px;
}

.subMenu > ul > li:first-child {
	background-image:none;
}

.subMenu > ul > li > a {
	font-family:Verdana, Geneva, sans-serif;
	color:#686450;
}

.subMenu li a {
	color:#486076;
}

.subMenu > ul > li > ul{
	overflow:hidden;
	height:0px;
}

.subMenu > ul > li > ul > li{
	padding-left:15px;
	font-size:15px;
	background-color:#eaf1fe;
	font-family:Verdana, Geneva, sans-serif;
	list-style:inside url(images/empty.png);
}

/* Contact form */
.contactBig {
	width:310px;
	height:250px;
	margin:15px 0 0 0;
	padding:15px;
	background-color:#e7dfd4;
}

.formTitle {
	float:left;
	margin:0 0 0 15px;
	width:40px;
	height:19px;
	line-height:33px;
	vertical-align:middle;
}

.contact {
	width:222px;
	height:304px;
	margin:10px 0 0 23px;
	background-image:url(images/bg-contact.png);
	background-repeat:no-repeat;
}

.contactTitle {
	width:222px;
	height:38px;
	background-image:url(images/contact-title.png);
	background-repeat:no-repeat;
}
div.notification.success {
	color: #857865;
    font-size: 12px;
    padding: 10px 20px;
	display: none;
}
.contactForm input[type="text"], .contactForm textarea {
	background-image: url("images/bg-contact-input.png");
    background-repeat: repeat-x;
    border: 0 none;
    color: #888575;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 12px 17px;
    padding: 7px 10px;
    vertical-align: middle;
    width: 167px;
}
.contactForm.two input[type="text"], .contactForm.two textarea {width: 256px;}
.contactForm input[type="text"] {
	height:19px;
}

.contactForm textarea {
	height:61px;
	overflow:auto;
}
.contactForm span {
	clear: both;
    color: #857865;
    display: block;
    float: left;
    font-size: 11px;
    margin: -12px 0 2px 12px;
}
.contactForm input[type="submit"] {
	clear:both;
	cursor: pointer;
	display:block;
	border:0;
	height:27px;
	width:74px;
	margin:0 auto;
	background-image:url(images/bg-submit.png);
	background-repeat:no-repeat;
}

.mailSuccess {
	border:1px #ccc solid;
	padding:8px 10px;
	margin:8px;
	background-color:#eee6da;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	text-align:center;
}

#contactform input.error, #contactform textarea.error {
	border: 1px solid #A20505;
}

/* Content */
.content {
	position:relative;
	float:left;
	width:550px;
	margin:0 0 30px 0;
}

.content ul{
	margin:7px 0;
}

.content li{
	width:80%;
    padding: 0 5px 5px 10px;
	font-size:12px;
	line-height:15px;
    list-style: disc outside none;
    margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
}

/* Footer */
.footer {
	padding:10px;
	clear:both;
	min-height:50px;
	font-size:12px;
}

.footer p, .footer a{
	margin:0;
	padding:0;
	color:#bbb;
	line-height:14px;
	vertical-align:top;
}

/* Special fit */
.frenchLink {
	font-size:18px;
	font-weight: bold;
}

.contentImg {
	background-color:#f6f4f1;
	padding:6px;
	border:1px #aaa solid;
	margin-left:8px;
	margin-top:8px;
}

u {
	text-decoration:none;
	font-weight:bold;
}

.figure {
	width:60%;
	padding:0;
	margin:0 auto;
	line-height:13px;
	font-size:12px;
}

/*Intro Video on the index page*/
a.intro-video  img {
	border:3px solid rgba(238, 238, 238, 0.9);
	opacity:0.8;filter:alpha(opacity=80);
	margin-right:5px;
}