body { 
	margin: 0;
	padding: 0;
	background-color: black;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img { border: 0; }

#header {
	width: 100%;
	height: 210px;
	background-color: #fce7cd;

}

#headerImage {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../images/headerBackground.jpg) center bottom no-repeat;
}

#navigation {
	width: 100%;
	height: 20px;
	padding: 0;
	padding-top: 8px;
	background-color: #000;
	text-align: center;
}

#navigation a { 
	font: 15px  Trebuchet MS, Tahoma, Verdana;
	font-weight: bold;
	display: inline;
	margin: 0 17px;
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #d6bb98;
}

.menuBottomBg {
	width: 100%;
	height: 40px;
	background: #080400 url(../images/menuBottomBg.jpg) center top no-repeat;
}

#mainContentWrapper {
	width: 100%;
	min-height: 600px;
	height: 100%;
	background: #010200 url(../images/cavebg.jpg) top center no-repeat;	

}

#columnWrapper {
	width: 962px;
	min-height: 680px;
	margin: 0 auto;
	background-color:#000;
	padding: 0;
}

div#menu {
	width: 219px;
	min-height: 680px;
	background-color: #000;
	float: left;
}

div#contentWrapper {
	width: 556px;
		height: auto;
	float: left;
	background-color: #fff;
}

div#contentWrapperInner {
	width: 743px;
	height: auto;
	float: left;
	background-color: #fff;
}



div#subContent {
	width: 187px;
	float: left;
	background-color: #000000;
}

#footer {
	width: 100% !important;
	background: #1e1e1e url(../images/footerBg.gif) center top repeat-x;
	height: 140px;
	text-align: center;
	font: 12px bold Trebuchet MS, Tahoma, Verdana;
	color: #8e8e8e;
	padding-top: 30px;
	margin: 0 auto;
	text-align:center;
}

#footer a { 
	font: 12px Trebuchet MS, Tahoma, Verdana;
	font-weight: bold;
	display: inline;
	margin: 0 14px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #dedede;
}

/* --- MENU DIV ---*/

.search {
	background:url(../images/searchBg.jpg) top left repeat-x;
	padding: 15px 10px 15px 24px;
}

.fastLinks {
	background-color: #171717;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dashed #333333;
	font: 20px  Trebuchet MS, Tahoma, Verdana;
	font-weight: bold;
	color: #fff;
}

#menu ul {
	background-color:#000000;
	padding: 0;
	margin: 0;
}

#menu li {
	background-color: #131313;
	list-style: none;
	padding: 0;
	margin: 4px 0px;
	padding: 2px 0px 4px 20px;
	border-left: 5px solid #202020;
}

#menu li:hover {
	border-left: 5px solid #434343;
}
	
#menu li a {
	color: #f7f4ee;
	font: 10px Trebuchet MS, Tahoma, Verdana;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

input, form {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100px;
	float: left;
}

.search a {
	display: block;
	float: left;
	font: 11px normal Trebuchet MS, Tahoma, Verdana;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

.search a:hover {
	color: #6a5c5c;
}

/* --- CONTENT DIV ---*/

.mainContentTitle {
	width: 531px;
	padding: 5px 0px 4px 25px;
	background-color: #fce7cd;
	float: left;
	font: 20px  Trebuchet MS, Tahoma, Verdana;
	font-weight: bold;
	color: #4c3f2e;
}

#content {
	width: 521px;
	background-color: #fff;
	padding: 20px 15px 19px 20px;
	color: #666666;
	font: 13px normal Trebuchet MS, Tahoma, Verdana;
	line-height: 21px;
}
#content a {
	color: #917d63;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover  {	
	color: #4c3f2e;
	text-decoration: underline;
}

.leftimg {
float: left; margin-right: 10px; border: 3px solid #917d63;
}
.leftimg:hover {
	border: 3px solid #4c3f2e;
}



#contentInner {
	width: 703px;
	background-color: #fff;
	padding: 20px 15px 19px 20px;
	color: #666666;
	font: 13px normal Trebuchet MS, Tahoma, Verdana;
	line-height: 21px;
}
#contentInner img  {
	color:#917d63;
	border:#917d63 solid;
	}
#contentInner a {
	color: #660000;
	text-decoration: underline;
}
#contentInner a:hover  {
	color: #CC0000;
	text-decoration: underline;
}
.mainTitle  {
	font: 18px bold Trebuchet MS, Tahoma, Verdana;
	color: #4c3f2e;
	text-decoration: none;
	display: block;
	margin: 8px 0px;
}


.mainTitle a {
	font: 18px bold Trebuchet MS, Tahoma, Verdana;
	color: #4c3f2e;
	text-decoration: none;
	display: block;
	margin: 8px 0px;
}


.mainTitle a:hover { 
	color: #917d63;
}

.data {
	font: 11px bold Trebuchet MS, Tahoma, Verdana;
	color: #666666;
}

.moreButton a {
	width: 74px;
	height: 24px;
    font: 10px bold "Trebuchet MS", Tahoma, Verdana !important;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/moreBg.gif) no-repeat left top;
	padding: 3px 0px 5px 8px;
	display: block;
	margin: 8px 0px;
}

.moreButton a:hover {
	background: url(../images/moreBgOver.gif) no-repeat left top;
	text-decoration: none !important;
}

 hr {
	color: #fff;
	border: #fff;
	margin: 20px 0;
	display: block;
}

.paging { 
	width: 530px;
	float: left;
}

.paging a {
    font: 12px bold Trebuchet MS, Tahoma, Verdana;
	color: #4c3f2e;
	text-decoration: none;
}


.paging a:hover { 
	text-decoration: underline;
}

.supportLinks {
	width: 120px;
	border: 1px solid #4c3f2e;
	float: right;
	text-align: center;
}
	

.supportLinks a {
    font: 10px bold "Trebuchet MS", Tahoma, Verdana !important;
	color: #4c3f2e;
	text-decoration: none;
	text-transform: uppercase;
	display: inline;
	margin: 0 5px;
}

.supportLinks a:hover { 
	text-decoration: underline;
}	

.supportLinks img {
	border: 0 !important;	
	margin: 0 !important;
	padding: 0 !important;
}


.resultsTitle {
	font: normal 19px Trebuchet MS, Tahoma, Verdana;
	color: #666666;
}

.resultsKeyword {
	font: italic 19px Trebuchet MS, Tahoma, Verdana;
	color: #666666;
}

.titleCategory {
	font: italic bold 13px Trebuchet MS, Tahoma, Verdana;
	color: #666666;
}

.gallery {
	margin: 0;
	clear: both;
	height: auto;
	
}
.gallery img { 
	margin-top: 20px;
	
 }
 
 .download { 
	text-decoration: none; 
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #0C2332;
	padding: 5px 0px 5px 0px; 	}
	
.download a {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	text-decoration: none; }
	
.download a:hover {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline; }
	
/* --- SUB CONTENT DIV ---*/

.lang { 
	width: 157px;
	height: 29px;
	background-color:#000;
	padding-left: 20px;
	padding-top: 5px;
	float: left;
}



.lang a {
	color: #dedede;
	text-decoration: none;
	font: 10px bold Trebuchet MS, Tahoma, Verdana;
}

.lang a:hover {
	color: #6a5c5c;
}
	
.lang a img {
	border: 0;
}

.batBg {
	background: url(../images/batBg.gif) left top no-repeat;
	height: 98px;
}

.projectsTitle {
	color:#FFFFFF;
	font-weight:bold;
	font: 20px  Trebuchet MS, Tahoma, Verdana;
	background-color: #171717;
	padding: 40px 10px 13px 20px;
	border-bottom: 1px dashed #333333;
}

.news {
	width: 157px;

	color: #939598;
	font: 11px Trebuchet MS, Tahoma, Verdana;
	line-height: 16px;
	display:block;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px dashed #333333;
}
	
.news a {
	color: #fff;
	text-decoration: none;
	font: 11px bold Trebuchet MS, Tahoma, Verdana;
}

.news a:hover {
	text-decoration: underline;
}
	#corner{
	width:79px;
	height:79px;
	position:absolute;
	background-image:url(../images/corner_01.png);
	background-repeat:no-repeat;
	right:0px;
	top:0;
	padding: 0;
	z-index: 9999999;
}
.cornerIcon{
	float:right;
	margin:5px;
}

	.small_text{
	color: #666666;
	font: 11px Trebuchet MS, Tahoma, Verdana;
	}
	.u_grey_text{
	color: #666666;
	font: 13px Trebuchet MS, Tahoma, Verdana;
	line-height: 21px;
	}
.u_red_text{
	color: #CC0000;
	font: 13px Trebuchet MS, Tahoma, Verdana;
	line-height: 21px;
	}
.u_bleu_text{
	color: #0066FF;
	font: 13px Trebuchet MS, Tahoma, Verdana;
	line-height: 21px;
	}
