@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Hack for Flash Player on Firefox */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.5px; }

* {
margin: 0;
padding: 0;
}

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent; }
	
body {
	line-height: 1; 
	padding: 50px;
	}
	
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	}
	
.boold {
	font-weight: bold;
	line-height: 10px;
}

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	min-width:999px;
	font-size:75.2%;
	line-height: 1.538em;
	background: #d2d6da url("../../images/bg_body.gif") repeat-x top left; } 
	
#wrapper {
	/* background: url("../../images/bg-wrapper.png") repeat-y top center; */
}

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#D84064;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #484747;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	font-size:1em;
	color:#727272;
	margin: 0 0 12px 0; }
 
h1 {
	font-size:2.8em;
	color:#47add9;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:1.8em;
	font-style: italic;
	color:#727272;
	font-weight: normal; }
 
h3 {
	font-size:2.3em;
	color:#D84064;
	font-weight: normal;
	line-height: 150%;
	}

.large {
	padding:45px;
	}
	
.medium {
padding:30px;
}

.thisbold{
font-weight: 600;
}
	
.rest {
	font-weight: 100;
	margin:0; }

h4 {
	font-size:1.5em;
	color:#FFFFFF;
	font-weight: normal;
}

h5 {
	font-size:1em;
	color:#D84064;
	font-weight: normal;
	padding: 5px;
	margin: 0 0 0 0; }
	
.bottom-menu{
margin-left: 45px;
position: absolute;
z-index: 99 !important;
}



.bottom-menu-item{
float: left;
margin-right: 4px;
padding: 10px;
background: #FFF;
}

h6 {
	font-size:1.3em;
	color:#484747;
	margin-top:5px; }

.menu-client{
margin-left:875px;
position:absolute;
z-index:20;
}

.menu-client-item{
float: left;
margin-right: 4px;
padding: 10px;
background: #FFF;
}

.hidden{
left:20px;
position:absolute;
opacity:0;
text-align: right;
}

.see{

}
/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#hd {
padding: 45px 45px 30px;
height: 65px;
background: #1e1d1e;
}

#bd {
background: #EBEBEB;
}

#ft {
bottom: 0;

}

.yui-b {
}

.yui-a {
padding: 60px 0 45px 45px;
}

#spot-a {
background: #d84064;
}

#spot-b {
background: #FFF;
}

.thumb-vid {
margin-right: 20px;
height: 170px
}

.mythumb {
float: left;
margin-bottom: 20px;
}


.mytitle {
float: left;
padding:14px;
background: #1E1D1E;
}

.more {
float: left;
padding:14px;
background: #1E1D1E;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 1260px;
	height:250px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:1000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	cursor:pointer;
	width:300px;
	height:170px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	/*z-index:9999;
	position:relative;*/
}



.wrapper {
	width:100%; }
 
 /* HEADER */
.header {
	position:relative;
	height: 97px;
	width: 988px;
	margin: 0 auto;
	background:#fff url("../../images/bg_header.gif") no-repeat top left; }

.content { 
	width:100%;
	overflow:hidden;
	background:#fff url(../../images/bg_content.gif) repeat-y 50% 0; }

.content-wrapper { 
	margin:0 auto;
	width:988px; }

.sidebar {
	float:left;
	width:266px;
	padding:50px 30px 30px 0;
	margin:0 -1px 0 0;
	overflow:visible;
	height:auto;
	background:#fff url(../../images/bg_sidebar.gif) no-repeat 100% 0; 
	text-align: right;
}

.sidebar-bottom {
	float:right;
	width:631px;
	padding:0 30px 30px 0;
	margin:0 -1px 0 0;
	overflow:visible;
	height:auto;
	background:#fff url(../../images/border.gif) repeat-y 100% 0; }

.footer {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:center; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:25px; /* adjust this position for your logo */
	left:105px;
	margin:0;
	padding:0;
	width:208px;
	height:45px;
	text-indent:-9999px;
	background:transparent url("../../images/logo.gif") no-repeat 0 0; }

.header #nav {
	position:absolute;
	top:21px;
	right:10px;
	margin:0;
	padding:0; }

.header #nav li {
	position: relative;
	float:left;
	width:auto;
	padding:0 5px !important;
	background:transparent; }

.header #nav li a {
	position: relative;
	display:block;
	color:#919394;
	font-size:1.4em;
	border:1px solid #fff;
	padding:15px 10px 10px 10px;
	text-transform:uppercase;
	background:transparent; }

.header #nav li a:hover {
	color:#47add9;
	background:#fff; }

.header ul#nav li.current_page_item a, .header ul#nav li.current_page_ancestor a , .header ul#nav li.current_page_parent a  {
	color:#47add9;
	background:#fff; }

.header #nav ul li a:hover, .header #nav ul li:hover a {
	color:#47add9;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #fff;
	background:transparent;
	z-index: 2; }

.header #nav li ul {
	position:absolute;
	padding:5px 10px;
	margin:0;
	width:190px;
	height:auto;
	top:43px;
	left:5px;
	background:#ffffff;
	border:1px solid #efefef;
	display:none;
	z-index: 1; }

.header #nav li ul li {
	float:none;
	padding:0;
	margin:7px 0; }

.header #nav li ul li a  {
	width:190px;
	font-size:1.3em;
	padding:5px 0;
	text-transform: none;
	border:none !important;
	color:#919394 !important; }

.header #nav li ul li a:hover {
	color:#484747 !important;
	border: none !important; }

#language-chooser {
width:40px;
float:right;
margin:20px;
	 }

/* MAIN-CONTENT */
.main-content {
	width:631px;
	min-height:240px;
	padding:50px 30px 30px 30px ;
	margin:0;
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	overflow:hidden;
	background:#FFFFFF url(../../images/bg_main.gif) no-repeat top left; }

* html .main-content {
	height:240px;
	overflow:visible; }
	
.main-content  {
	float:right; }

.main-content h1 {
	font-size:3.4em;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:0; }

.main-content h2 {
	font-size:5.9em;
	color:#919394;
	font-weight:bold;
	letter-spacing:-6px;
	text-transform:uppercase;
	margin:-13px 0 20px 0; }

/* MAIN CONTENT FOOTER */
.main-content-footer {
	width:629px;
	padding:20px 0 0 0;
	margin:20px 0;
	border-top:1px solid #ebebeb; }

.main-content-footer .grid {
	display:inline;
	float: left;
	position: relative; }

.main-content-footer .col-left,
.main-content-footer .col-right  {
	width:305px;
	float:left;
	margin:0; }

.main-content-footer .col-left {
	margin:0 19px 0 0; }

.main-content-footer .col-left .icon,
.main-content-footer .col-right .icon  {
	width:70px;
	height:100%;
	float:left;
	margin:0 15px 0 0; }

.main-content-footer .col-left .text,
.main-content-footer .col-right .text {
	padding:0 0 0 85px; }

.main-content-footer .col-left p,
.main-content-footer .col-right p {
	margin:5px 0;}

.main-content-footer .col-left a,
.main-content-footer .col-right a {
	margin:5px 0;
	color:#484747;
	font-size: 16px; }

.main-content-footer .col-left a:hover,
.main-content-footer .col-right a:hover {
	margin:5px 0;
	color:#47add9;
	font-weight: 400; }

.infolist {
	margin-bottom:30px;
	width:630px;
	float:left;}

.photo {
	padding:5px;
	background:#F1F1F1;
	float:left;
	margin-top:15px;
	margin-right:15px;}

.photo-projet {
	padding:5px;
	background:#F1F1F1;
	float:left;
	margin-right:15px;}

/* MANAGEMENT TEAM */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left {
	width:150px;
	padding:0;
	float:left; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0 0 0 150px; 
	padding:0; }

.team-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }
	
/* BLOG */
.nomargin {
	margin: 0;
	}
.smallbottom {
	margin-bottom: 10px;
	}

.content-item {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0; }

.content-dets {
	float: right; }

	 .archive .content-dets {
		text-indent:10px;
		padding:0 0 3px 0; }

.content-dets h3 {
	margin:0 0 5px 0; }

.content-dets a {
	font-weight: normal; }

.content-dets li.category {
	padding:0 0 0 20px;
	margin:0;
	background: transparent url("../../images/tag.gif") no-repeat 0 0; }

.content-dets li.comments {
	padding:0 0 0 20px;
	margin:0;
	background: transparent url("../../images/comments.gif") no-repeat 0 0; }

ul.dets {
	margin: 0;
	padding: 0;
	list-style: none; }

.content-body {
	margin: 0;
	padding:0;
	float: left; }

	.archive .content-body a {
		font-weight:normal;
		font-size:16px;
		margin:3px 0 0 0;}

.navigation {
	padding-left: 45px;
	padding-right: 45px;
	text-align:center;}

.content-body h3 {
	margin:0 0 5px 0; }

.entry blockquote {
font-size:10px !important;
font-style:italic;
font-weight:100;
margin:5px 0 20px;
padding:10px 30px;
text-transform:uppercase;}

.entry blockquote:before, .entry blockquote:after { 
	font-size: 22px;
	display: block;
	color:#666; }

.entry blockquote:before { 
    height: 0;
    margin-left: -0.55em;
	content: open-quote; }
	
.entry blockquote:after {
    content: close-quote;
    margin-top: -20px;
    margin-left: 400px; }
    
.entry ul {
	list-style: disc;
	margin-left:30px; }

.entry ol {
	list-style: decimal;
	margin-left:30px; }

#content p {margin-bottom:10px;
}

hr {
color:#CCCCCC;
height:1px;
margin-bottom:20px;
margin-top:20px;
}
/*	-------------------------------------------------------------
	SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.sidebar h2 {
	text-align:right;
	text-transform:none;
	margin:0 0 20px 0; }

.sidebar ul {
	padding:0;
	margin:0 0 20px 0; }

.sidebar ul li {
	display:block;
	padding: 4px 0;
	line-height:1.5em; }

.sidebar ul li a {
	display:block;
	font-size: 1.3em;
	padding:7px 10px 0px 10px;
	text-align: right;
	border-top:1px solid #efefef;
	color: #919394; }

.sidebar ul li a:hover, .sidebar ul li a.selected{
	color: #484747 }

.sidebar ul li:first-child a  {
	padding-top:0;
	display:block;
	border-top:0px solid #efefef; }

/* SEARCH FORM */
.sidebar #searchform {
	width:90%;
	margin:0 0 20px 0;
	padding:0;
	float:right; }

	.sidebar #searchform input {
		float:left;
		width:60%;
		padding:10px;
		margin:0; }

		.sidebar #searchform label {
			display:none;}

.sidebar #searchform input#searchsubmit {
	float:left;
	width:60px;
	height:36px;
	font-weight:bold;
	margin:0 0 0 10px; }
	
/*	-------------------------------------------------------------
	BLOG: META
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.postmetadata { 
	font-size:11px;
	font-style: italic;
	display: block; 
	float:left;}

.postmetadata  {
	background: url(images/comments.gif) no-repeat 0 2px;
	border-top:1px dotted #999999;
	width: 870px;
	padding:19px 45px 0;
	text-align:center;}

div.alt p { 
	padding:0;
	margin:0; }

/*	-------------------------------------------------------------
	IMAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
.image { 
width:210px;
margin-right:15px;
float:left;
	}


/*	-------------------------------------------------------------
	BLOG: COMMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#comment-block {
padding-left: 45px;
padding-right: 45px;
}

.comments {
	position: relative;
	background: #f1f1f1;
	padding:30px; 
	margin: 20px 0; }

.center {
text-align:center;
margin-bottom:0;
border: 1px solid  #f1f1f1;
}

.center:hover {
background:#FFFFFF;
border: 1px solid  #f1f1f1;
}


.smallblock {
text-align:center;
float:left;
width:170px;
padding:20px;
margin-top:15px;
margin-bottom:0;
border: 1px solid  #f1f1f1;
}

.smallblock:hover {
background:#FFFFFF;
border: 1px solid  #f1f1f1;
}

.alternate{
float:right;
width:366px;
padding:20px;}

.infobox{
float:left;
margin-bottom: 15px;
}

.comments p{
margin-bottom:0;
}

.comments  { /* Safari */
  	-webkit-border-radius: 9px; }

.comments , x:-moz-any-link, x:default { /* Firefox 3 */
  	-moz-border-radius: 9px; }

.comments h3 {
	padding:0;
	color:#000;
	font-weight:normal;
	margin:0 0 20px 0;}

.commentlist {
	margin: 0;
	padding: 0; }

.commentlist li {
	position:relative;
	margin: 0 0 70px 0;
	padding: 15px 15px 35px 15px;
	list-style: none;
	border:1px solid #ccc;}

.commentlist cite {
	font-weight: bold;
	font-size:1.4em;
	font-style: italic;
	border:none; }

.commentlist cite a {
	font-weight: bold;}

.commentlist cite span, .commentlist cite span a {
	color:#000;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	border:none; }

.commentlist cite {
	margin:0;
	padding:0; }

.commentlist p {
	font-weight: normal;
	line-height: 1.7em;
	margin:0;
	padding: 10px 0 0 0;
	text-transform: none; }

.commentlist li.bypostauthor {
	background:  #fff; }

.commentlist .comment-meta {
	position: absolute;
	bottom: -25px;
	right: 80px; }

.commentlist .comment-meta, .commentlist .comment-meta a {
	color: #666;
	font-weight:normal;
	font-size:12px; }

.commentlist .avatar {
	position: absolute;
	right: 15px;
	bottom: -20px;
	border: 1px solid #ccc; }

#commentform {
	padding:0;
	margin:0 15px 0px 0; }

#commentform label {
	position:relative !important;
	padding:0;
	margin:0 0 0 10px;
	font-size:10px;
	float:right;
	width: auto !important;
	display:inline !important;
	text-align:left !important; }

#commentform input, #commentform textarea  {
	border:1px solid #ccc;
	background-color: #fff;
	padding:6px;
	width: 35%;
	line-height: 150%;
	font-size: 12px;  }

#commentform textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	width: 100%;
	height: 150px;}

#commentform p {
	width: 100%;
	margin: 5px 0;
	padding: 0; }

#commentform #submit {
  	margin:0 18px 0 0;
  	padding:8px;
  	width: auto;
  	cursor: pointer;
  	display: block;
  	font-size:14px;
  	letter-spacing: normal;
  	text-align: center;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px; } 

/*	-------------------------------------------------------------
	BLOG: GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* text Widget */
.textwidget  {
    padding:27px; }
/* // text Widget */

/* calendar */
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

	#wp-calendar a:hover {
	    display: block;
		border:none;
	    }
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }
/* // calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*	-------------------------------------------------------------
	SCROLL WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.scroll {
	position:relative;
	min-height:137px;
	border:1px solid #efefef;
	margin:0 20px 20px 0;
	float:left;
	background:#fff; 
	width:290px;
	}
	
.scroll h2 {
	margin:18px 0 5px 19px;
	border:none;
	text-align:left;
	font-size:1.4em;
	line-height:1em; }

.scroll ul {
	position:relative;
	width:255px;
	height:91px;
	margin:0 19px;
	list-style:none; }
	
.scroll ul li {
	width:255px;
	height:84px;
	margin:0;
	line-height:1.334em;}

	.scroll ul li a {
		color:#47add9;
		font-size: 13px;
		padding:0;
		margin:0;
		text-align: left;
		border-top:none; }
					
.scroll ul li span {
	display:block;
	margin:0 0 .4em; }

.scroll ol {
	height:22px;
	position:absolute;
	top:0;
	right:15px;
	list-style:none;}

.scroll ol li {
	float:left; }

.scroll ol a {
	display:block;
	width:11px;
	height:22px;
	margin:0 1px;
	padding:0 2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:50% 0; }

.scroll ol li.previous a {
	background-image:url("../../images/icon-arrow-down.gif");}

.scroll ol li.next a {
	background-image:url("../../images/icon-arrow-up.gif");}

.scroll ol li a:hover {
	background-position:50% 100%; }

#scrollSpotlight h2 {
	}

#scrollSpotlight ul {
	width:230px;}

#scrollSpotlight ul li {
	width:230px;} 

#scrollSpotlight ul li a {
	font-size:12px;
	padding:0 0 0 13px;
	background:transparent url("../../images/arrow.gif") no-repeat 1px 3px; }

#scrollSpotlight ul li strong {
	color:#484747;}

#scrollSpotlight li p {
	margin:0 0 .4em;
	line-height:1.25em; }

/* BUTTONS */
.btn-widget {
	border:1px solid #efefef;
	background:#f8f8f8;
	padding:12px 18px; 
	float: right;}

.btn-widget:hover {
	background:#fff;
	cursor: pointer; }



/*	-------------------------------------------------------------
	VARIOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.span1, .span2, .span4, .span5 {
	float:left;
	margin:0 30px 0 0;
	text-align: left;
	width:300px; }

.span2 {
	margin:0 ; }

.span3 {
	float:left;
	text-align: justify;
	padding:10px 0 20px 60px;
	margin:20px 0 0 -10px;
	width:240px;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  }

.span3 p {
	font-size:1.4em;
	text-align: justify;
	font-style:italic;
	line-height:1.5em;
	color:#909090;
	padding:3px 0 3px 0 }

.span3 span {
	padding: 0 0 5px 0;
	font-size:15px;
	color:#666;
	font-style:italic; }
	
	.span3 span a {
		font-weight:bold; }
		
.span4 {
	width:250px; }

.span5 {
	width:320px; }


blockquote { 
	margin:20px 0 20px 15px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	width:100%;
	background:#909090 url("../../images/bg_footer.gif") repeat-x top left; }

.footer-wrapper {
	position:relative;
	width: 948px;
	margin: 0 auto;
	text-align: center;
	padding:30px 20px 10px 20px;
	background:#909090 url("../../images/bg_footer_wrapper.gif") no-repeat top left; }

.footer-wrapper p {
	color:#fff; }

.footer-wrapper a {
	color:#fff;
	font-weight: bold; }
	
/*	-------------------------------------------------------------
	TOOL TIP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.tooltip { 
    display:none; 
    background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
	float:left;
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
	
/*	-------------------------------------------------------------
	EXPOSE SKIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#exposeMask { 
    /* use a custom background color and image on the mask */ 
    background:#123 url(http://static.flowplayer.org/img/player/acme-gray.png) 50px 366px no-repeat; 
}	


/*	-------------------------------------------------------------
	OVERLAY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#myPlayerContainer { 
 
    /* overlay is hidden before loading */ 
    display:none; 
 
    /* standard decorations */      
    border:10px solid #666; 
    
 
    /* for modern browsers use semi-transparent color on the border. nice! */ 
    border:10px solid rgba(82, 82, 82, 0.698); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders)  */ 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
   
} 
 
#myPlayerContainer .close {
   	background-image: url(../../images/close.png); 
    position:absolute; 
    right:-30px; 
    top:-30px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
#myPlayerContainer div { 
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif 
} 
 
#myPlayerContainer h2 { 
    margin:-11px; 
    margin-bottom:0px; 
    color:#fff; 
    background-color:#6D84B4; 
    padding:5px 10px; 
    border:1px solid #3B5998; 
    font-size:20px; 
}

/*	-------------------------------------------------------------
	M E N U
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#menu {
float: right;
height: 50px;
padding-top: 11px;
}

#menu h4 a{

}

#menu h4 a:hover{
color: #D84064;
}


#nav li{
float: left;
margin-right: 20px;
}

#nav{

}

.spacer {
width : 50px;
}

.page_item a {
color: #cccccc;
}

.cat-item a {
color: #cccccc;
}

.current_page_item {
font-weight: 600;
}

.current-cat {
font-weight: 600;
}

.last {
margin-right: 0;
}

.last a{
color: #D84064;
font-style: italic;
}

/*	-------------------------------------------------------------
	C O N T E N T
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content {
padding: 60px 45px 45px;
overflow: hidden;
}

#contentmap {
padding: 60px 45px 45px;
overflow: hidden;
height: 655px;
}

#mycontent {
height: 650px;
width: 290px;
padding:65px 45px 45px;
position:absolute;
z-index:10;
background: #EBEBEB;
}

.myList {
width: 9999em;
}

/*	-------------------------------------------------------------
	S I D E B A R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#sidebar {
padding: 45px;
}

/*	-------------------------------------------------------------
	F O O T E T
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

.left {
padding:10px;
text-align: center;
}

.right {
float: left;
text-align: left;
}

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}

.box{
float: right;
padding-right: 70px;
}

#login-box h5 {
padding-top: 10px;
padding-right: 5px;
float: left;
color: #333;
}

#login-box form input{
float: left;
}


.red {
color:#D84064;
}

.grey {
color: #727272 !important;
}

.mynavigation{
float: left;
width: 100%;
background-color: #FFF;
height: 60px;
margin-top: -1px;
}

.fb_iframe_widget{
margin-top: 10px;
}
/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.mypicture {
background-color: #000;
height: 540px;
position: absolute;
}

.mypicture-blog {
background-color: #D2D6DA;
height: 540px;
}

.mysmallpicture {
float: left;
overflow: hidden;
width: 450px;
height: 250px;
background-color: #D84064;
}

.play {
background:url("../../images/play_btn.png") no-repeat scroll center center transparent;
height:540px;
position:absolute;
width:960px;
}

.visit {
background:url("../../images/link.png") no-repeat scroll center center transparent;
height:540px;
position:absolute;
width:960px;
}

.icon {
opacity:0;
}

.image-over {
	background:url("../../images/play_btn.png") no-repeat scroll center center transparent;
	float:left;
	height:250px;
	opacity:0;
	position:absolute;
	width:450px;
	}

#myflashcontent {
width: 960px;
height: 540px;
}

#myFlashPlayer{
position: absolute;
z-index: 10;
margin: 0;
padding: 0;

}

#myflash{
margin: 0;
padding: 0;
height: 540px;
}

.page {
padding: 45px;
}

.presentation{
float:right;
height:190px;
padding-left:35px;
width:614px;
}

.clients img{
margin-right:14px;
margin-top:29px;
opacity:0.8;
}

.clients{
background: #FFF;
height: 190px;
}

.col1{
width: 270px;
float:left;
margin-right: 30px;
}

.col2{
width: 270px;
float:left;
margin-right: 30px;
}

.col3{
width: 270px;
float:left;
}

.blank{
float: left;
width: 100%;
margin-top: -1px;
}

.separation  {
	border-top:1px dotted #999999;
	width: 870px;
}

#searchform{
width:220px;
padding-top: 10px;
float: right;
}

.placeholder
{
background-color: #D84064;
}

#btnClose{
margin-left:10px;
}

#login-box 
{
background-color:#EBEBEB;
border-color:#999999;
border-style:dotted;
border-width:1px 1px 0;
display:block;
overflow:hidden;
}

.wp-pagenavi {
float:left;
padding-top:22px;
}

.bottom-space{

border-width:0 1px 1px 0 !important;

margin-bottom:45px;
}

.left-part{
float: left;
font-size:12px;
line-height:1.6em;
}

.right-part{
float: right;
font-size:12px;
line-height:1.6em;
}

.title-contact{
font-size:14px;
line-height:2em;
width:290px;
display: block;
}

.contact{
display: block;
height: 95px;
}

#page404{
background:url("../../images/404.jpg") no-repeat scroll left bottom;
height: 700px;
}

.page404
{
margin-top: -43px;
}

#text404 {
background:none repeat scroll 0 0 #FFFFFF;
margin-left:400px;
margin-top:160px;
padding:25px;
position:absolute;
width:400px;
}

#text404 p {
margin-bottom: 0;
}

#post-567{
padding: 45px;
}

