@charset "utf-8";

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura-lt-light-webfont.eot');
    src: url('../fonts/futura-lt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-lt-light-webfont.woff') format('woff'),
         url('../fonts/futura-lt-light-webfont.ttf') format('truetype'),
         url('../fonts/futura-lt-light-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */
html {
	height: 100%;		
}
 
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	font: 13px "Futura", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-align: justify;
}

a {
	color: #000000;
	outline: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

/* Div Styles */

#page {
	position: relative;
	width: 895px;
	margin: 130px auto 0 auto;
	overflow: hidden;
}

#col_left {
	position: relative;
	float: left;
	width: 283px;
	margin: 0;
	overflow: hidden;
}

#col_right {
	position: relative;
	float: right;
	width: 612px;
	margin: 174px 0 0 0;
	overflow: hidden;
}

#header {
	position: relative;
	background: url(../images/header.jpg) no-repeat left top;
	width: 612px;
	height: 68px;
	padding-bottom: 5px;
	border-bottom: #ffcc00 13px solid;
	margin: 15px 0 0 0;
	overflow: hidden;
}

#menu {
	position: relative;
	width: 612px;
	margin: 0;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	width: 612px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	width: 204px;
	height: 18px;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	width: 100%;
	height: 18px;
	text-decoration: none;
	text-align: center;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	border-color: #000;
	border-style: solid;
	border-width: 0 1px;
	letter-spacing: 0.1em;
}

#menu ul li a:hover {
	color: #ffcc00;
}

#menu ul li a.first {
	text-align: left;
	border: none;
}

#menu ul li a.last {
	text-align: right;
	border: none;
	letter-spacing: 0.15em;
}

#content {
	position: relative;
	width: 612px;
	min-height: 50px;
	padding-top: 20px;
	overflow: hidden;
}

#content div#text {
	position: relative;
	width: 612px;
}

#footer {
	position: relative;
	background: transparent url(../images/line.png) no-repeat left 50%;
	width: 608px;
	height: 25px;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-align: right;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
}

#gallery {
	position: relative;
	width: 450px;
}

#gallery a img {
	margin: 0 1px 1px 0;
}

#gallery a:hover {
	-moz-opacity: 0.55;
	opacity: 0.55;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=55);
}

#gallery div.blank {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	width: 68px;
	height: 68px;
	margin: 0 1px 1px 0;
}

/* Sous Menu Styles */

#sous_menu {
	position: relative;
	float: left;
	width: 260px;
	min-height: 100px;
	margin: 33px 0 0 0;
}

#sous_menu ul.navigation { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	color: #000; 
	width: 260px; 
	font: 18px "Futura", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
}

#sous_menu ul.navigation a, #sous_menu ul.navigation span { 
	display: block;
	margin-bottom: 2px;
	color: #000;
	width: 260px;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	text-align: right;
}
 
#sous_menu ul.navigation .toggleSubMenu a, #sous_menu ul.navigation .toggleSubMenu span { 
	color: #000;
} 

#sous_menu ul.navigation .open a, #sous_menu ul.navigation .open span { 
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sous_menu ul.navigation a:hover { 
	text-decoration: none;
} 

#sous_menu ul.navigation a.active {
	text-decoration: none;
} 

#sous_menu ul.navigation .subMenu {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#sous_menu ul.navigation ul.subMenu a { 
	background: none;
	width: 260px;
	padding: 0;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#sous_menu ul.navigation ul.subMenu a:hover {
	color: #000;
}

#sous_menu ul.navigation ul.subMenu a.active {
	font-weight: bold;
}

/* Titles Styles */

h1 {
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000000;
	margin: 0 0 7px 0;
	padding: 0;
	clear: both;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	color: #FFFFFF;
}

h2 {
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000000;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Futura", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000000;
	margin: 0;
	padding: 0;
}

/* Button Styles */

a.more {
	display: block;
	background: url(../images/button.png) no-repeat left top;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
}

a.more:hover {
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}

a.button {
	display: block;
	clear: both;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	line-height: 13px;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #5c5c5c 1px solid;
	font-size: 13px;
	font-weight: bold;
    height: 13px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 5px;
	cursor: pointer;
	background: transparent url(../images/bg_button.png) no-repeat left top;
	-moz-box-shadow: 0px 0px 5px 0px #111111;
	-webkit-box-shadow: 0px 0px 5px 0px #111111;
	-o-box-shadow: 0px 0px 5px 0px #111111;
	box-shadow: 0px 0px 5px 0px #111111;
}

a.button:hover {
	background-position: left -23px;
}

a.button.absolute {
	position: absolute;
	top: 15px;
	right: 15px;
}

/* Form Styles */
	
form.expose {
	clear: both;
	padding: 0;
	margin: 15px 0 10px 0;
	text-align: center;
	color: #FFFFFF;
}

form.expose label, input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

form.expose input {
	width: 225px;
	margin: 0 0 10px 0;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #444444;
	-moz-box-shadow: inset 1px 1px 1px 0px #151515;
	-webkit-box-shadow: inset 1px 1px 1px 0px #151515;
	-o-box-shadow: inset 1px 1px 1px 0px #151515;
	box-shadow: inset 1px 1px 1px 0px #151515;
	border: #5F6060 1px solid;
	color: #FFFFFF;
}

form.expose input:focus, form.expose textarea:focus {
	border: #999999 1px solid;
}

form.expose input.input {
	width:30px;
	margin: 2px 0 2px 1px;
}

form.expose input.check {
	width:20px;
	margin: 7px 0 2px 4px;
}

form.expose input.button {
	display: block;
	width: auto;
	height: 23px;
	margin: 10px 0 0 91px;
	border: #5c5c5c 1px solid;
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px 5px 30px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000000;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent url(../images/bg_button.png) no-repeat left top;
	-moz-box-shadow: 0px 0px 5px 0px #111111;
	-webkit-box-shadow: 0px 0px 5px 0px #111111;
	-o-box-shadow: 0px 0px 5px 0px #111111;
	box-shadow: 0px 0px 5px 0px #111111;
}

form.expose input.button:hover {
	background-position: left -23px;
}

form.expose textarea {
	width: 550px;
	height: 150px;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #444444;
	-moz-box-shadow: inset 1px 1px 1px 0px #151515;
	-webkit-box-shadow: inset 1px 1px 1px 0px #151515;
	-o-box-shadow: inset 1px 1px 1px 0px #151515;
	box-shadow: inset 1px 1px 1px 0px #151515;
	border: #5F6060 1px solid;
	color: #FFFFFF;
}

form.expose select {
	display: block;
	float: left;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border-color: #999999 #DDDDDD #DDDDDD #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

form.expose label {
	text-align: right;
	width: 70px;
	padding: 3px 20px 0 0;
	line-height: 15px;
	text-shadow: 1px 1px 0 #151515;
}

form.expose p {
	margin-left: 100px;
	margin-bottom: 5px;
}

form.expose br {
	clear: left;
}