/*Reset CSS definitions*/
@import url("reset.css");

/*General*/
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	color:#0F0F0F;
	background:#000;
}

h1,h2,h3,h4,h5,h6 { 
	font-family:"Myriad Pro", Arial; 
	font-weight:normal;
	color:#000; 	
}

h1 { 
	font-size:22px; 
	margin-bottom:15px; 
	margin-top:5px;
}

h2 { 
	color:#fff; 
	font-weight:bold; 
	font-size:25px; 
	margin-bottom:8px; 
	margin-top:8px;
}

h3 {
	font-weight:bold; 
	font-size:14px; 
	margin-bottom:2px; 
	margin-top:14px;	
}

a { 

}

a:hover { 

}

table {
	border: none;
}

td {
	padding: 5px;
	border: 1px Solid #ccc;
}

div.highslide-gallery table td {
	border: 1px solid white !important;
}

/* LAYOUT
------------------------------------------------------------*/
div#site {
	width:960px;
	margin:0 auto;
	background:#fff url('images/body.jpg') left top no-repeat;
	overflow:auto;
}

div#header {
	position:relative;
	padding-left:383px;
	padding-top:57px;
	margin-bottom:270px;
}

div#header-image {
	position:absolute;
	width:570px;
	height:270px;
}

div#header-overlay {
	position:absolute;
	width:570px;
	height:270px;
	background:url('images/header-overlay.png') left top no-repeat;
	z-index:100;
}

div#content_buttons {
	width:555px;
	float:right;
	margin-bottom:6px;
}

div#no_content_buttons {
	clear:both;
	margin:4px 22px;
	padding-bottom:4px;
	border-top:1px dotted #888;
	font-size: 0.95em; 
	text-align: justify;
	color:#888;
}

div#content_buttons a {
	display:block;
	width:555px;
	height:43px;
	background:url('images/but_offerte.gif') left top no-repeat;
}

div#content_buttons a:hover {
	background-position:left -43px;
}

div#content { 
	width:527px;
	float:right;
	padding:20px 25px;
	margin-bottom:6px;
	min-height:300px;
	padding-bottom:0;
	overflow:hidden;
}

div#content p { 
	margin-bottom:8px;
	text-align:justify;
}

div#column_left {
	width:343px;
	float:left;
	padding-left:23px;
}

div#column_left_wrapper {
	overflow:auto;
	height:auto;
	width:343px;
	background:#39B5F0 url('images/menu-bg.gif') left bottom no-repeat;
}

ul#menu {
	width:150px;
	float:right;
}

div#information {
	padding-top:150px;
	padding-left:14px;
	width:175px;
	float:left;
	color:#fff;
}

div#information a {
	color:#fff;
}

span.bold {
	display:inline-block;
	font-weight:bold;
	width:20px;
}

span.copyright {
	margin-top:12px;
	display:block;
	font-size:11px;
}

span.rights {
	display:block;
	font-size:11px;
}


/* MENU
------------------------------------------------------------*/
#menu li {
	padding-bottom:6px;
}

#menu li a {
	display:block; 
	color:#fff; 
	font-family:Verdana, Arial; 
	font-size:11px; 
	font-weight:bold;
	text-decoration:none;	
	padding:5px 0 5px 14px;
	text-transform:capitalize;
	background:#029CCD;
}

#menu li a:hover { 
	background:#02779D;
}

#menu li.menu-current a	{
	background:#0E1D22;
	color:#00B7F1;
}

/* SEARCH
------------------------------------------------------------*/
div#search h6 {
	font-weight:normal;
	color:#539973;
	font-size:15px;
}

div#search input#string {
	border:1px solid #249D5A;
}

div#search input#button {
	background:#249D5A;
	border:1px solid #249D5A;
	color:#fff;
}

div#search input#button:hover {
	cursor:pointer;
}

/* LINKS
------------------------------------------------------------*/
#content a { 
	color:#000;
	text-decoration:underline;
}

#content a:hover { 
	color:#00A3D9;
}

div#footer div.email a {
	color:#000;
}

/* FORMS
------------------------------------------------------------*/

/* VARIOUS
------------------------------------------------------------*/
#content ol { 
	margin:10px 20px; 
	list-style-type:decimal;
}

#content ul { 
	margin:10px 20px; 
	list-style-type:disc;
}

#content table td {
	border-color: none;
}

#content table.fotos td { 
	border:none;
}

#content table.fotos td a { 
	border:none; 
	text-decoration:none;
}
