/*Basic styles for Group Rondot site 
www.twinfishdesign.com 
-------------------------------------*/

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #343434;

}

#wrap {
	width: 907px;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../assetts/wrap_background.gif) repeat-y;
}

/* getting the div to expand to full height of viewport */
*html #wrap {
	height: 100%;
}

#body p {
	font: 0.75em/1.75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#topbar {
	float: left;
}

#header {
	height: 234px;
	background: url(../assetts/logo.jpg) no-repeat;
	border-left: 1px solid #838282;
}

#address {
	margin-right: 87px;
}

#address p {
	color: #fff;
	font: 0.7em/1.2em Verdana, Lucida, "Lucida Grande", sans-serif;
	text-align: right;
		
}

#content {
	margin-top: 35px;
	width: 731px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-left: 87px;
	margin-right: 87px;
}

.flags {
	float: right;
	margin-top: 5px;
	margin-right: 87px;
	display: inline;
}

.clear {
	clear: both;
}

#imageload {
	visibility: hidden;
	position: absolute;
	top: -100px;
}

#content img {
	float: right;
}

/*navigation
------------*/

#navigation {
	float: left;
	display: inline;
	margin-left: 87px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 9px 0 0;
}

#navigation li {
	display: inline;
}

#navigation li.norm a {
	background: url(../assetts/nav.png) repeat-x;
}

#navigation li.start a {
	background: url(../assetts/start.png) no-repeat left top;
}

#navigation li.end a {
	background: url(../assetts/end.png) no-repeat right top;
	border-right-style: none;
}

#navigation  a {
	color: #000;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #b6b6b6;
	float: left;
	display: inline;
	height: 40px;
	width: 121px;
	font: bold 0.7em/40px Helvetica, Arial, Geneva, sans-serif;
}

#navigation li.norm a:hover {
	background: url(../assetts/navon.png) repeat-x;
}

#navigation li.start a:hover {
	background: url(../assetts/starton.png) no-repeat;
}

#navigation li.end a:hover {
	background-image: url(../assetts/endon.png);
}

#header div.flags a img {
	border: 0;
	outline: none;
}

#address p a {
	color: #fff;
}

#address p a:hover {
	text-decoration: none;
}

/* body section 
----------------*/

#body   {
	width: 350px;
	padding-bottom: 30px;
	float: left;
	color: #fff;
	display: inline;
}

#content h1 {
		font: bold 1.2em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	margin-bottom: 30px;
}

#body   
#body p {
	font: 0.75em/1.75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#body div.contactpane p {
	float: left;
	width: 350px;
	margin-top: 0;
}

#image {
	width: 321px;
	float: right;
	margin-top: 45px;
}

#image img {
	float: right;
}

/* footer section 
-----------------*/

#footer {
	position: absolute;
	bottom: 0;
	width: 731px;
	margin-left: 87px;
	height: 19px;
	margin-bottom: 25px;
	border-top: 1px solid #fff;
	background-color: #000;
}

#footer ul {
	list-style: none;
	padding: 0 5px 0 0;
	float: right;
	margin: 0;
}

#footer li {
	float: left;
	display: inline;
}

#footer li a {
	display: inline;
	text-decoration: none;
	text-align: center;
	padding-left: 20px;
	color: #fff;
	font: 0.7em/1.6em Verdana, Lucida, "Lucida Grande", sans-serif;
}

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

#footer ul li.tfd a {
	background: url(http://www.groupe-rondot.com/assetts/tfd.gif) no-repeat left;
	padding-left: 12px;
	line-height: 18px;
	margin-left: 19px;
}

/* History Page 
---------------*/

div.historypane {
	width: 350px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	float: left;
	background: url(../assetts/history-arrow.jpg) no-repeat 0 bottom;
}

#body div.historypane img {
	width: 107px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.historypane h2 {
	width: 230px;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.historypane p {
	width: 230px;
	float: left;
	margin-top: 5px;	
}

/* Companies page 
------------------*/

#body div.bubble div.comp_info img {
	margin-right: 10px;
}

#body div.bubble {
	width: 731px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

#body div.bubble img {
	float: left;
}

#body div.bubble div {
	float: left;
	width: 265px;
}

#body div.bubble div.comp_info {
	float: right;
	width: 500px;
}

#body div.bubble div.comp_info h2 {
	margin-top: 5px;
	font: 1.2em Verdana, Lucida, "Lucida Grande", sans-serif;
}

#body div.bubble div.comp_info p a {
	color: #fff;
}

#body div.bubble div.comp_info p a:hover {
	text-decoration: none;
}


/* News page 
------------*/

#body div.newsitems {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

#body div.newsitems h2 {
	margin-bottom: 0;
	font: 1.2em Verdana, Lucida, "Lucida Grande", sans-serif;
}

#body div.newsitems p.date {
	margin-top: 0;
	font-size: 0.7em;
}

#body div.newsitems p a, #content a {
	color: #fff;
}

#body div.newsitems p a:hover, #content a:hover {
	text-decoration: none;
}

#body div.newsitems img {
	float: right;
	padding-left: 15px;
}

 /* Our expertise page 
 ---------------------*/
#body h2 {
	font: 1.2em Verdana, Lucida, "Lucida Grande", sans-serif;
}

/* Contact us page 
------------------*/

#body div.contactpane img {
	float: left;
	display: inline;
	margin-right: 25px;
}

div.contactpane {
	width: 500px;
	float: left;
	display: inline;
	margin-bottom: 35px;
}

#body div.contactpane h2 {
	margin-top: 0;
}

#body div.contactpane p a {
	color: #fff;
}

#body div.contactpane p a:hover {
	text-decoration: none;
}

