html {
	background:#222222;
}
body {
	min-width:1200px;
	margin:20px 0 100px 0;
	color:#000;
	font:12px Arial, Helvetica,  "Trebuchet MS", sans-serif;
}
a
{
	color:#666666;
	text-decoration:none;
}
a:hover,
a:active
{
	color:#FF66FF;
}
img {
	border-style:none;
}


#wrapper {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	background:#666666;
}
body.home #wrapper {
	background:transparent;
}
#header {
	padding:0 0 50px 0;
	background:#222222;
}
.logo {
	margin:0 0 40px 0;
	background:url(../images/sophie_jaton_logo.png) no-repeat;
}
.logo a {
	height:31px;
	display:block;
	font-size:20px;
	font-weight:normal;
	padding:5px 0 0 220px;
}
#main {
	padding:15px;
	min-width:920px;
	min-height:467px; /* image height */
}
body.home #main {
	padding:0;
}


/* BEGIN: main_menu */
#module_main_menu
{
	float:left;
}
.module_main_menu ul.menu
{
	text-transform:lowercase;
}
.module_main_menu li
{
	display:inline;
	padding:0;
	font-size:20px;
	min-height:20px;
	color:#666666;
}
.module_main_menu li.separator
{
	padding:0 10px 0 10px;
}
.module_main_menu a.menu_item
{
	display:inline;
	cursor:pointer;
	color:#666666;
}
.module_main_menu a.menu_item > .body
{
	float: none;
}
.module_main_menu a.menu_item:hover,
.module_main_menu a.menu_item:active,
.module_main_menu li.menu_item.selected > a.menu_item
{
	color:#FF66FF;
}
/* END: main_menu */


#module_download
{
	float:right;
	margin:6px 0 0 0;
}
#module_download p
{
	margin:0;
}
#module_download a
{
	padding:0 10px 0 0;
	background:url(../images/download_icon.png) no-repeat center right;
	font-weight:bold;
}
#module_download a:hover,
#module_download a:active
{
	background-image:url(../images/download_icon_active.png);
}


/* BEGIN : Gallery */
.module_gallery
{
	clear:					both;
}


.gallery_images
{
	width:950px;
	float:left;
	padding:0;
}
.gallery_images_thumb
{
	margin:					0 15px 15px 0 !important;
}
.gallery_images_thumb a img
{
	border:					0 !important;
}
.gallery_images_thumb a:hover img
{
	border:					0 !important;
}


.gallery_image_public_view
{
	height:467px; /* image height */
}
.gallery_image_public_view a
{
	color:#333333;
}
.gallery_categories
{
	float:left;
	width:200px;
	padding:0 20px 0 0;
}
.gallery_categories ul
{
	padding:0;
	margin:0 0 0 20px;
	list-style:none;
}
/* NO indention for first level */
.gallery_categories > ul
{
	margin:0;
}
.gallery_categories a
{
	display:block;
	padding:5px 0 5px 0;
	font-weight:bold;
	color:#333333;
}
.gallery_categories a:hover[href],
.gallery_categories a:active,
.gallery_categories li.selected a
{
	color:#FF66FF;
}
.gallery_image_details_image_container
{
	float:left;
	padding:0 20px 0 0;
}
.gallery_image_details_text_container
{
	float:right;
	width:200px;
}
.gallery_image_details_text_container .nav
{
	width:100%;
	padding:0 0 20px 0;
}
.gallery_image_details_text_container .nav:after
{
	content:"";
	clear:both;
	display:block;
}
.gallery_image_details_text_container .image_index
{
	float:left;
	border-right:1px solid #000000;
	padding:0 10px 0 0;
}
.gallery_image_details_text_container .index
{
	float:left;
	border-right:1px solid #000000;
	padding:0 10px 0 10px;
}
.gallery_image_details_text_container .previous_image
{
	float:left;
	display:block;
	width:7px;
	height:11px;
	padding:0 5px 0 10px;
	background:url(../images/previous_image.png) no-repeat 10px 3px;
	text-indent:-9999px;
}
.gallery_image_details_text_container .next_image
{
	float:left;
	display:block;
	width:7px;
	height:11px;
	padding:0 10px 0 5px;
	background:url(../images/next_image.png) no-repeat 10px 3px;
	text-indent:-9999px;
}
.gallery_image_public_view .image_name
{
	padding:0 0 30px 0;
}
.gallery_image_public_view .image_description
{
	padding:10px 0 10px 0;
	border-top:1px solid #000000;
}
.gallery_image_public_view .my_contact
{
	padding:10px 10px 10px 15px;
	background:url(../images/next_image.png) no-repeat 0px 13px;
	border-top:1px solid #000000;
}
/* END : Gallery */


img.left
{
	float:left;
	margin-right:40px;
}


#partner
{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	padding:25px 0 0 0;
	font-weight:bold;
}
#powered_by
{
	display:none;
}

