@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	margin:0;
	font-family: "Lucida Sans",Arial, Helvetica;
	font-size:12px;
	background:#DFDFDF;
	color:#333;
	text-align:justify;
}

a:link { color:#0099FF; text-decoration:none; }
a:visited { color:#0099FF; text-decoration:none; }
a:hover { color:#0099FF; text-decoration:underline; }
a:active { color:#0099FF; text-decoration:none; }

img { border:0; }


/* GLOBAL CONTAINER */
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

/* TOP BAR */
#topbar {
	position:relative;
	background:url(../images/bg_topbar.png) repeat;
	width:100%;
	height:30px;
}
#topbar .content {
	margin:auto;
	display:block;
	width:900px;
}
#topbar .logo {
	float:left;
	margin-top:7px;
}
#topbar .navbar {
	float:right;
}
#topbar .navbar img {
	margin-top:4px;
	padding:6px;
	border:0;
}

/* TOP */
#top {
	position:relative;
	background:url(../images/bg_top.png) repeat;
	width:100%;
	height:113px;
}
#top .content {
	margin:auto;
	display:block;
	width:900px;
}
#top .logo {
	float:left;
}
#top .search {
	float:right;
	margin-top:30px;
	disply:inline;
}
#top .search .input {
	background:url(../images/search_field.png);
	width:132px;
	height:21px;
	color:#000000;
	font-size:small;
	border:0;
	padding-left:3px;
	float:left;
}
#top .search .image {
	float:right;
}


/* CONTENT */
#content {
	position:relative;
	background:#E6E6E6;
	width:100%;
	margin:0px;
}
#content .content {
	margin:auto;
	display:block;
	max-width:910px;
	padding-top:20px;
}

/* NAVBAR */
#content .content .navbar {
	background:url(../images/bg_navbar.png) no-repeat;
	height:56px;
	width:557px;
	position:absolute;
	margin-left:350px;
	margin-top:-60px;
	padding-top:10px;
}
#content .content .navbar ul{
	display:inline;
	margin-left:-20px;
	/margin:0;
	/margin-left:15px;
	/list-style:none;
	/list-style-type:none;
	text-align:center;
}
#content .content .navbar li{
	display:inline;
	width:83px;
	height:36px;
	font-size:16px;
}
#content .content .navbar li a{
	display:inline-block;
	color: #FFF;
	width:83px;
	height:27px;
	padding-top:9px;
}
#content .content .navbar li a:hover{
	display:inline-block;
	width:83px;
	height:27px;
	padding-top:9px;
	color:#FFF;
	background:url(../images/bg_menu_li.png);
	text-decoration:none;
}

/* BLOC HOME */
#content .home {
	position:relative;
	width:910px;
}
#content .home h1 {
	font-size:20px;
	font-weight:bold;
}
#content .home p {
}

/* BLOC STANDARD */
#content .content .bloc {
	width:710px;
}
#content .content .bloc .bloc_top {
	background:url(../images/bloc_top.png) no-repeat;
	height:5px;
	margin-top:10px;
	position:relative;
}
#content .content .bloc .bloc_middle {
	background:url(../images/bloc_middle.png) repeat-y;
	float:left;
}
#content .content .bloc .bloc_middle h1 {
	background:url(../images/bg_portfolio_slider_title.png) no-repeat;
	height:40px;
	width:700px;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:8px 0px 0px 20px;
	color:#FFF;
	text-shadow: #005893 0px 1px 0px;
}
#content .content .bloc .bloc_middle h2 {
	margin-left:20px;
}
#content .content .bloc .bloc_middle .text {
	padding:0;
	margin:10px 20px 10px 20px;
}
#content .content .bloc .bloc_middle p {
	padding:0;
	margin:0;
}
#content .content .bloc .bloc_middle li {
	font-family: Arial, sans-serif;
	font-weight:bold;
	list-style-type: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 15px;
	margin:0px;
}
#content .content .bloc .bloc_middle .image {
	padding:5px;
	margin:20px;
/*	border:#999 5px solid;
	background:#FFFFFF;*/
	text-align:center;
	
}
#content .content .bloc .bloc_bottom {
	background:url(../images/bloc_bottom.png) no-repeat;
	height:5px;
	position:relative;
	clear:both;
}
#content .content .chemin {
	position:relative;
	padding-left:6px;
}

#content .content .subpage {
	border:#CCC 1px solid;
	background:#F3F3F3;
	position:absolute;
	padding:5px;
	width:190px;
	margin-top:10px;
	margin-left:720px;
	text-align:left;
	font-weight:bold;
}
#content .content .subpage ul {
	display:block;
	padding:0;
}
#content .content .subpage li {
	display:block;
	padding:7px;
}


/* BOTTOM */
#bottom {
	position:relative;
	background:url(../images/bg_bottom.png) repeat;
	height:214px;
}
#bottom .content {
	margin:auto;
	display:block;
	width:900px;
	text-align:left;
}
#bottom .content .news h1 {
	font-size:20px;
	color:#B6AEA5;
	margin-left:50px;
}
#bottom .content .news {
	background:url(../images/quote_bg.png);
	color:white;
	width:700px;
	height:190px;
	float:left;
}
#bottom .content .news:a {
	color:#CCC;
	text-decoration:none;
}	
	
#bottom .content .hr {
	float:right;
	display:inline;
	margin-top:20px;
	margin-right:20px;
}
#bottom .content .socialblock {
	width:150px;
	float:right;
	margin-top:20px;
	diplay:inline_block;
}
#bottom .content .socialblock img {
	padding:5px;
}

/* FOOTER */
#footer {
	position: absolute;
	background: #2c2A28;
	height:80px;
	width:100%;
	padding-bottom:0;
}
#footer .content {
	margin:auto;
	display:block;
	width:900px;
	text-align:left;
	color:#999999;
}
#footer a:link { color: #0099FF; text-decoration:none; }
#footer a:visited { color: #0099FF; text-decoration:none; }
#footer a:hover { color: #0099FF; text-decoration:underline; }
#footer a:active { color: #0099FF; text-decoration:none; }


/* PORTFOLIO */
#thumbnail {
	display:block;
	margin:auto;
	margin-left:20px;
}
#thumbnail .container{
	float:left;
	border:#CCCCCC 3px solid;
	width:300px;
	margin:10px;
	background:white;
}
#thumbnail img {
	border:none;
	width:300px;
}
#thumbnail .title {
	color:#333333;
	font-weight:bold;
	font-size:12px;
	text-algin:center;
	background:#CCCCCC;
	padding:5px;
}

/* CONTACT PAGE */
.alert {
	width:350px;
	margin: 10px 0 1px 0;
	padding:5px;
	background:#FF0000;
	color:#FFF;
	font-weight:bold;
}

.confirm {
	width:350px;
	margin: 10px 0 1px 0;
	padding:5px;
	background:#99CC00;
	color:#FFF;
	font-weight:bold;
}

.contact_details{
	float:left;
	width:35%;
	padding-left:20px;
	padding-right:20px;	
	text-align:justify;
	border-right:#CCCCCC 1px solid;
}

.contact_form {
	float:right;
	padding-right:10px;
	width:55%;
}

#content .input {
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	color: #FFFFFF;
	border: #000000 1px solid;
	width:350px;
	margin-bottom:10px;
	padding:4px;
}
#content submit { background: #0099CC; }
#content textarea {
	background: #666666;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:350px;
	height:80px;
	padding:4px;
	color:#FFFFFF;
	border:#000000 1px solid;
}

/* SEARCH */
.search_category {
	color:grey;
	font-size:x-small;
}