/* Reset Styles ***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0pt none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	vertical-align:baseline;
}
*:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}
body {
	background:white none repeat scroll 0%;
	color:black;
	line-height:1;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
table {
	border-collapse:separate;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong {
	font-weight: bold;
}

/* Typography and General styles *********************************************************/
body {
	font-family:Georgia,"Times New Roman",serif;
	font-size:12px;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	color:#555;
	background: #F8F8F8 url(./img/bg.jpg) repeat-x top left;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Thesis Sans","Myriad Pro","Lucida sans",Verdana,sans-serif;
	font-size:1.2em;
	/*font-size-adjust:none;
	font-stretch:normal;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
}
p {font-size:110%;line-height:1.6em;margin:0.5em 0pt 0pt;text-align:justify;}
h1 {font-size:1.8em;line-height:1.3em;color:#111;}
h2 {font-size:1.6em;line-height:1.3em;margin:0pt;padding:0pt;}
h3 {font-size:1.4em;line-height:1.6em;margin:0pt;padding:0pt;color:#FF6900;}
h4 {font-size:1.2em;line-height:1.6em;margin:0pt;padding:0pt;}
h5 {font-size:1.1em;font-style:italic;margin:0pt 0pt 0.5em;padding:0pt;}
ul {	list-style :  url(./img/arrow.gif) inside;margin-left:20px;margin-top:18px;}
ul li {margin-bottom:4px;color: #666;font-style:italic;}
a:link, a:visited {text-decoration:none;color:#FF6900;}
a:hover, a:active {background-color:#FF6900;color:#fff;}
.right {float:right;margin-left:10px;}
.left {float:left;margin-right:10px;}
.clear {clear:both;}
.centre {text-align:center;}

/* WRAP ***********************************************************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 920px;
}

/* HEADER *********************************************************/
#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 920px;
	height: 80px;
	background: transparent;
	/*background: #F8F8F8  url(./img/bg.jpg) repeat-x top left;*/
}

	#header #logo {
		float: left;
		position: relative;
		margin: 8px 0 0 15px;
		padding: 0;
	}
	
	#header #logo a {
		text-indent: -9999px;
		display : block;
		background-image: url(./img/logo-synergie-media.jpg);
		width: 284px;
		height: 48px;
	}
	

	/* Safari NAV Styles */
	#header .nav {
		float: right;
		position: relative;
		top: 25px;
                right : 5px;
		line-height: 1em;
		padding: 0;
	}

	/* Overiding previous NAV styles - For all browsers other than Safari */
	html>body #header .nav {
	   float: right;
		position: relative;
		top: 25px;
                right : 5px;
		line-height: 1em;
		padding: 0;
	}

		#header .nav ul {
			margin: 8px 0 0 0;
			padding: 0;
			list-style: none;
		}

		#header .nav ul li {
			float: left;
			margin: 0;
			padding: 0;
			margin-top: 2px;
			font-style : normal;
		}

		#header .nav ul li a {
			margin: 0 20px 0 0;
			padding: 0;
			color: #fff;
			font-family : "Thesis Sans","Myriad Pro","Lucida sans",Verdana,sans-serif;
			font-weight: normal;
			font-size: 100%;
			text-decoration: none;
			text-transform: uppercase;
			background : none;
			
		}

		#header .nav ul li.current_page_item a {
			position: relative;
			margin: 0 20px 0 0;
			padding: 5px 0 0 0;
			border-top : 3px solid #fff;
			color: #fff;
		}

		#header .nav ul li a:hover {
			position: relative;
			margin: 0 20px 0 0;
			padding: 5px 0 0 0;
			border-top : 3px solid #fff;
			color: #fff;
		}
 
                #header .nav ul li #lang a {
                        margin: 0 3px 0 0;
                        border:none;
                        position: relative;
                        top:2px;                        
                }

/* MAIN CONTENT LAYOUT ********************************************/
#content {
	float: left;
	margin: 50px 0 35px 0;
	padding: 0 15px;
	width: 890px;
	min-height : 600px;
	
}
	/* Primary Column */
	#primary {
		float: left;
		margin: 0;
		padding: 0 20px 0 0;
		width: 500px;
	}
	
		#primary h2 {
			color: #FF6600;
			font-family:Georgia,"Times New Roman",serif;
			margin-top : 20px;
		}
		
		.slogan {
			font-size: 2em;
			line-height: 1.2em;
			margin-bottom:30px;
			text-align : justify;
			font-style : italic;
		}		
		
		span.orange{
			font-weight: bold;
			color: #FF6600;
		}
		
		.grey {
			color: #888888;
			letter-spacing : -1px;
			padding : 0px;
			font-size : 1.4em;
			font-style: italic;
			line-height:1.6em;
			margin:0px;
			text-align:justify;
		}
		
		.space {margin:1.5em 0 0 0;}
		
		
		/* Portfolio */
		.work{
			border-bottom : 1px #eee solid;
			margin-bottom : 20px;
			padding-bottom : 12px;
			font-size : 0.9em;
			text-align:justify;
		}
	
		.work h2{
			margin-bottom : 18px;
		}

		.work img{
			margin-bottom : 5px;
			padding : 5px;
			background-color : #f2f2f4;
		}
		
		/* Services  */
		#services p{
			margin-top : 18px;
		}

		img.service{
			margin-top : 18px;
			margin-bottom : 5px;
			padding : 5px;
			background-color : #f2f2f4;
		}
		
		/* Profiles  */
		.round {
		  height : auto;
		  position : relative;
		  margin-bottom : 40px;
		}

		.round img{
			position: relative;
			top:-12px;
		}

		.tr, .bl, .br {
			position : absolute;
			width : 11px;
			height : 11px;  /* corner images are 40x40 */
			display : block;
			margin-bottom : -1px;  /* this is for IE */
		}
			/*------- Younes --------*/
			#younes {
				background : #fff url(./img/hcard-bg.gif) repeat-y -4px -2px;
				padding : 5px 40px 10px 20px;
			}

			#younes .tr {
			  background : transparent url(./img/topright.gif) no-repeat;
			  top : -2px;
			  right : -2px;
			}
			

			#younes .bl {
			  background : transparent url(./img/bottomleft.gif) no-repeat;
			  bottom : -1px;
			  left : -2px;
			}
		

			#younes .br {
			  background : transparent url(./img/bottomright.gif) no-repeat;
			  right : -2px;
			  bottom : -1px;
			}
			

			#younes h3{
				display : block;
				height : 96px;
				width : 29px;
				text-indent : -9999px;
				background : transparent url(./img/founder.gif) no-repeat;
				position : absolute;
				left : 471px;
				top:0px;
			}
			
			
			/*------- Ahmed --------*/
			#ahmed {
				background : #fff url(./img/hcard-ahmed-bg.gif) repeat-y -6px -2px;
				padding : 5px 40px 10px 20px;
			}

			#ahmed .tr {
			  background : transparent url(./img/topright-ahmed.gif) no-repeat;
			  top : -1px;
			  right : -1px;
			}
			

			#ahmed .bl {
			  background : transparent url(./img/bottomleft-ahmed.gif) no-repeat;
			  bottom : 0px;
			  left : -1px;
			}
			

			#ahmed .br {
			  background : transparent url(./img/bottomright-ahmed.gif) no-repeat;
			  right : -1px;
			  bottom : 0px;
			}
			
			
			#ahmed h3{
				display : block;
				height : 190px;
				width : 29px;
				text-indent : -9999px;
				background : transparent url(./img/creative-director.gif) no-repeat;
				position : absolute;
				left : 471px;
				top:0px;
			}
			
			
			/*------- Mehdi --------*/
			#mehdi{
				background : #fff url(./img/hcard-mehdi-bg.gif) repeat-y -2px -2px;
				padding : 5px 20px 10px 40px;
			}

			#mehdi .tl {
			  background : transparent url(./img/topleft-mehdi.gif) no-repeat;
			  top : -1px;
			  left : -1px;
			}
			

			#mehdi .bl {
			  background : transparent url(./img/bottomleft-mehdi.gif) no-repeat;
			  bottom : 0px;
			  left : -1px;
			}
			

			#mehdi .br {
			  background : transparent url(./img/bottomright-mehdi.gif) no-repeat;
			  right : -1px;
			  bottom : 0px;
			}
			

			#mehdi h3{
				display : block;
				height : 147px;
				width : 29px;
				text-indent : -9999px;
				background : transparent url(./img/chief-editor.gif) no-repeat;
				position : absolute;
				right : 471px;
				top:0px;
			}
			
			
			.round img{
				margin-top : 20px;
			}
			
		/* Contact Form */
		.contactform {
			position: static;
			overflow: hidden;
			width: 95%;
			margin-top:50px;
		}
		
		.contactleft {
			width: 25%;
			white-space: pre;
			text-align: left;
			clear: both;
			float: left;
			display: inline;
			padding: 4px;
			margin: 5px 0;
		}

		.contactright {
			width: 70%;
			text-align: left;
			float: right;
			display: inline;
			padding: 4px;
			margin: 5px 0;
		}

		.contacterror {
			border: 1px solid #ff0000;
		}

		#contactsubmit {
			background : #FF6600;
			border : #EFA508 2px solid;
			color: #fff;
			float:right;
			margin-right:30px;
			padding:3px 8px;
		}
		
	/* Secondary Column */
	#secondary {
		float: right;
		margin: 0;
		padding: 15px 0 0 20px;
		width: 340px;
		border-left : 1px #eee solid;
	}
	
	#secondary-noborder {
		float: right;
		margin: 0;
		padding: 15px 0 0 20px;
		width: 340px;
	}

		#secondary #latest h2{
			margin-bottom : 18px;
		}
		.noborder{border:none;}
		
				#secondary .recrute {margin-bottom:20px;}
		
		#fix {position : fixed;}
		#fix a:link,#fix a:visited{color:#555;background:none;}
		#fix a:hover,#fix a:active{color:#FF6900;background:none;}

/* FOOTER *********************************************************/
#footer {
	clear : both;
	margin: 0;
	padding: 0;
	background : #333 url(./img/footer_bg.gif) repeat-x;
	width : 100%;
	min-height : 60px;
	
}

#footer p{
	padding-top : 30px;
	text-align : center;
	color : #fff;
	font-size : 0.9em;
}