@font-face {
	font-family: 'Gravur';
	src: url('body/fonts/gravuconlig-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GravurBold';
	src: url('body/fonts/gravuconbol-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a img {
	border: none;
}

p {
	padding:0 0 10px 0;
	margin:0 0 0 0;
}

#clear{
	height:3px;
	display:block;
}

#custom_clear{
	float:left;
	display:block;
}

/* main layout */
body {
	background:#171814;
	color: #000;
	font-family:  "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-style:normal;
}

#wrapper {
	background-color: #FFFFFF;
	width: 1080px;
	margin: 0 auto 0 auto;
	/*border-right: 1px solid #666666;
	border-left: 1px solid #666666;*/
}

#header {
	background-color: #FFFFFF;
 	margin: 0 65px 0 65px;
	width: 960px;
	height: 150px;
}

#content {
	background-color: #FFFFFF;
	margin: 0 65px 0 65px;
	width: 960px;
	border-top: 1px double #A5A5A5;
	overflow:hidden;
	font-size: 16px;
	line-height: 16px;
}

#content a{
	color: #2EAADC;
}

#header .logo {
	float:left;
	margin-top:30px;
	width:300px;
}

#header .logo a{
	border:none;
}

#header #big_title{
	color:#000;
	font-family: "Gravur", Helvetica, Arial;
	font-size:24px;
	line-height:24px;
	width: 960px;
	float:left;
	margin-top:	25px;
	margin-bottom:25px;
	text-align:left;
}

#access {
	font-family: "GravurBold", Helvetica, Arial;
	font-size:17px;
	text-transform:uppercase;
	display: block;
	float: right;
	margin-left:40px;
	margin-top:40px;
	text-align:right;
}

#access #header,
div.menu {
}
#access #headerr ul,
div.menu ul {
	list-style: none;
}
#access #header li,
div.menu li {
	margin-left:25px;
	float:left;
	position:relative

}
#access a {
	color: #000000;
	display: block;
	text-decoration: none;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #2EAADC;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a {
	color: #2EAADC;
}
#access ul li.current_page_item a{
color: #000000;
}

#access ul li a:hover {
	color: #2EAADC;
}

#home_entry{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px double #A5A5A5;
	float:left;
	display:block;
}

#content_column {
	float:left;
	width:400px;
}

#entry_date{
	float:left;
	background-color:#000;
	color:#FFF;
	font-family:"GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	line-height:12px;
	font-size:12px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 3px 1px 3px;
}

#title {
	width:330px;
	color: #000;
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 16px;
	margin-top:20px;
}

#entry_text{
	width:330px;
	font-family:"Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:16px;
	line-height:20px;
	color:#999;
	font-style:normal;
	padding-right:70px;
	text-align:justify;
}

#entry_text p {
padding:0 0 0px 0;
margin:0 0 0 0;
}

#entry_text a:link,
#entry_text a:visited {
	color: #000;
	text-decoration: none;
}
#entry_text a:active,
#entry_text a:hover {
	color: #2EAADC;
}

#black_btn a:link,
#black_btn a:visited{
	float:left;
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height:14px;
	background-color: #000000;
	color: #ffffff;
	border:none;
	padding: 2px 3px 2px 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	}
#black_btn a:active,
#black_btn a:hover {
	background-color: #2EAADC;
}

#black_btn_clear{
	height:7px;
	display:block;
}

#black_btn a:active,
#black_btn a:hover {
	background-color: #2EAADC;
}

#side_attachment {
	float:left;
	width: 500px;
	height:322px;
	overflow: hidden;

}
#small_side_attachment {
	float:left;
	width: 500px;
	height:200px;
	overflow: hidden;

}
#attachment_img{
	float:left;
}

#centerImg{
  text-align:center;
}

#attachment_hover{
	float:left;
	width:500px;
	height:322px;
	margin-top:-322px;
	opacity:0;
}
#attachment_hover:hover{
	opacity:100;
}

#nav-below {
	float:left;
	margin-top:55px;
	width:960px;
	height:20px;
	color: #000000;
}

#nav-below-proj {
	float:left;
	margin-top:47px;
	width:960px;
	height:20px;
	color: #000000;
}


a:link #nav-previous ,
a:visited #nav-previous {
	float:left;
	font-family: "GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #000000;

	border:none;
	text-decoration: none;
}
a:hover #nav-previous,
a:active #nav-previous {
color: #2EAADC;
}

a:link #nav-next ,
a:visited #nav-next {
	float:right;
	font-family: "GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #000000;
	border:none;
	text-decoration: none;
}

a:hover #nav-next,
a:active #nav-next {
color: #2EAADC;
}
#slides{
	/* jQuery changes the height later on to the last image height. */
	height:400px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:960px;
	overflow:hidden;
}

.slide{
	float:left;
}

#slides_menu{
	text-align:center;
	/* This is the container for the thumbnails */
}

#slides_menu ul{
	padding:0;

}

#slides_menu li{
	/* Every thumbnail is a li element */
	width:10px;
	margin: 0 1px 0 1px;
	display:inline-block;
	list-style:none;
	height:11px;
	overflow:hidden;
	background:url(body/images/bullets2.png) no-repeat;
	background-position:center center;
	border:0px;
}

#slides_menu li.inact:hover{
	border:0px;
	background-position:top center;
	/* The inactive state, highlighted on mouse over */

}

#slides_menu li.act{
	/* The active state of the thumb */
	border:0px;
	background-position:bottom center;
}


#slides_menu li.act:hover{
	/* The active state of the thumb */
	border:0px;
	background-position:top center;
}

#slides_menu li.act a{
	border:0px;
	background-position:bottom center;
}


#slides_menu li a{
	border:0px;
	display:block;
	height:11px;

}
#top_left_column{
	margin-top:40px;
	float:left;
	width:430px;
	text-align:justify;
}

#about_us {
	float:left;
	font-family:"Gravur", Helvetica, Arial;
	font-size:16px;
	line-height:20px;
	color:#999;
	padding: 0 60px 0 0;
	margin-top:-5px;
	font-style:normal;
}

#about_us a{
	color:#000000;
	text-decoration:none;
}

#about_us a:visited{
	color:#000000;
	text-decoration:none;
}

#about_us a:hover{
	color:#2EAADC;
	text-decoration:none;
}

#studio_slideshow{
	width:460px;
	overflow:hidden;
	margin-top:60px;
}

#studio_slides{
	/* jQuery changes the height later on to the last image height. */
	float:left;
	height:300px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:460px;
	overflow:hidden;
	margin-bottom:15px;
}

.stdimg{
	float:left;
}


#whatwedo{
	float:left;
	width: 975px;
	border-top: 1px dotted #A5A5A5;
	margin-top:20px;
	padding-top: 49px;
}

#whatwedo #wwditem{
	float:left;
	width: 300px;
	margin-right:15px;
	margin-top:10px;
}

#whatwedo #wwditem p{

}

#wwditem #wwdpicto{
	margin-bottom:20px;

}

#wwditem #wwdtitle{
	color:#2EAADC;
	font-family:"GravurBold", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom:25px;
}

#wwditem #wwdtext{
	font-family:"Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size:16px;
	line-height:21px;
	color:#999;
	font-style:normal;
	padding: 0 35px 0 0;
	text-align:justify;

}

#wwditem #wwdtext i{
	font-family:"Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;	font-size:12px;
	line-height:16px;
	color:#999;
	font-style:italic;
	padding: 0 35px 0 0;

}

#third_row{
	float:left;
	width: 975px;
	border-top: 1px dotted #A5A5A5;
	margin-top:47px;
}


#services{
	float:left;
	width: 310px;
	margin-right:15px;
	margin-top:57px;
}
#small_title{
	font-family:"GravurBold", Helvetica, Arial;
	font-size:16px;
	line-height:21px;
	color:#000;
	padding: 0 35px 5px 0;
}
#contact_row{
float:left;
width:975px;
}

#contact_column{
	margin-top:57px;
	float:left;
	width: 310px;
	font-family:"Gravur", Helvetica, Arial;
	font-size:16px;
	line-height:18px;
	margin-right:15px;
	color:#999;

}
#contact_column .minititle{
	color:#000;
	font-family:"GravurBold", Helvetica, Arial;
	margin-bottom:-23px;
}

#contact_column a{
	color:#999;
	text-decoration:none;
}

#contact_column a:visited{
	color:#999;
	text-decoration:none;

}

#contact_column a:hover{
	color:#2EAADC;
}
#footer {
	width: 1080px;
	height:180px;

	background-color:#000;
}

#back_to_top{
	width:61px;
	height:30px;
	float:left;
	margin-left:515px;
	margin-top:-27px;
}

#footer_left_column{
	float:left;
	margin:20px 0px 0px 65px;
	width:450px;
	font-size:14px;
	line-height:16px;
}

#copyright_info{
	float:left;
	width:450px;
	margin-top:0px;
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color:#999999;
	font-size:14px;
	line-height:16px;
}

#footer_right_column{
	float:right;
 	margin:20px 65px 0 65px;
	width:310px;
	color:#999999;
}

#footer_address{
	margin-top:3px;
	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color:#FFF;
	font-size:14px;
	/*text-transform:uppercase;*/
	margin-bottom:16px;
	color:#999999;
}

#footer_contact{

	font-family: "Gravur", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color:#FFF;
	font-size:14px;
}

#footer_contact a, a:visited, a:active{
	color:#FFF;
	text-decoration:none;
}

#footer_contact a:hover{
	color:#2EAADC;

}

