/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Aral,sans-serif;
	line-height: 13px;
	color:#96979a;
	height:100%;
}

img {border:0}
table#gallery{height:100%;}
table#gallery tr{vertical-align:middle;}
table#gallery td img{ margin-left: 10px; }

div.collapse{ margin: 0;}	
div.collapse-container{padding:0px;}

a:link {
	text-decoration: none
}

a:active {
	text-decoration: none
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus{-moz-outline-style: none;}

#menu {
	background-color: #FFF;
	position: fixed;
	top: 0px;
	bottom: 0;
	left: 0px;
	width: 240px;
	height: 100%;
	overflow: auto
}

#leftScroll {
	background: #FFF url('/gfx/left.png') center center no-repeat;
	position: fixed;
	top: 0px;
	left: 240px;
	width: 38px;
	height: 100%;
	overflow: auto
}

#rightScroll {
	background: #FFF url('/gfx/right.png') center center no-repeat;
	position: fixed;
	top: 0px;
	bottom: 0;
	right: 0px;
	width: 38px;
	height: 100%;
	overflow: auto
}

#menu h3 {font-size: 11px;padding:0;font-weight:normal;}

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

#menu #logo {
	margin: 0 0 20px 0;
}

#menu img {
	margin: 5px 0 ;
}
#menu li { 
	font-size:11px;
	padding:0 0 5px 0;
}

#menu li li { 
	font-size:11px;
	padding:0 0 1px 0;
}

.bullet {
	width:4px;
	height:8px;
	float:left;
	margin:3px 4px 0 0;
}

#infos{
	position: fixed;
	background:#FFF;
	font-size:13px;
	color:#96979a;
	top: 0px;
	right: 0px;
	width:100%;
	padding:5px 35px 5px 5px;
	text-align:right;
}

#content {
	height: 100%;
	position:absolute;
	top:0;

}

.container {
	padding: 20px 20px 0 20px;
}


#pageContainer {
	padding: 177px 20px 20px 240px;
}

#contact {
	float:left;
	padding: 0 20px;
}
#contact a {
	color:#96979a;
}

#newsletter {
	float:right;
}

.fieldname {
	float:left;
	padding:5px 0;
}
.field {
	padding:2px 0;
	float:right;
}
.field input {
	background:#FFF;
	border:1px solid #96979a;
}

.clear{
	clear:both
}

#contactMenu {
	display:block;
	text-indent:-999px;
	margin:20px 0 20px 0;
	width:118px;
	height:84px;
}

#contactMenu.inactive {
	background: url(/gfx/menu-contact.png) no-repeat;
}

#contactMenu.inactive:hover {
	background: url(/gfx/menu-contact-up.png) no-repeat;
}

#contactMenu.active {
	background: url(/gfx/menu-contact-active.png) no-repeat;
}

#contactMenu.active:hover {
	background: url(/gfx/menu-contact-active.png) no-repeat;
}

.imgdesc {font-size:10px;padding:3px 0 0 10px;height:12px}