/* CSS Document */
/*
	Author: Data#Cross - www.datacross.be
	Date: 	27/07/2009	
*/
html {
	background: #FFFFFF;
	height:100%;
	
}
h1,em,strong,div,i,u,embed,object,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
a{
	color:#AD5E4F;
}
body{
	margin: 0px auto;
}
#container {
	height:100%;
	background: url(/images/header.jpg) no-repeat center top;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	height: 100%;
	vertical-align:middle;	 
}

/*-- HEADER*/	
#header{
	height:104px;
	width:738px;
	margin-left:17px;
	border-bottom: 3px solid #999999;
}

/*-- Quick navigation*/
#header #quicknav{
	height:67px;
	width:136px;
	float:right;
	margin-top:10px;
	background-color:#999999;
	clear:both;

}

#header  a.login:hover, #header  a.startpage:hover{
	font-weight:bold;
	text-decoration:underline;
	
}
#header  a.login{
	display:block;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding-right:19px;
	margin-top:10px;
	height:14px;
	clear:right;
	background: url(/images/login.jpg) no-repeat left center;
	padding-left: 25px;
	padding-top: 4px;
}
#header  a.startpage{
	display:block;
	font-weight:bold;
	text-decoration:none;
	float:right;
	padding-right:19px;
	margin-top:10px;
	height:27px;
	clear:right;
	background: url(/images/startpage.jpg) no-repeat left center;
	padding-left: 37px;
	padding-top: 12px;
}
#header #topnav{
	float:right;
	margin:0px;
	padding:0px;
	padding-right:14px;
	clear:right;
}
#header #topnav li{
	float:right;
	display:block;
	height:inherit;
	list-style:none;
	margin: 0px 0px 0px 5px;
	padding:0px;
	background-color:#666666;
}
#header #topnav li a{
	display:block;
	float:left;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	background: url(/images/bg-topnav.jpg) repeat-x left top;
	height:21px; /*27px height - 1px border - 5 padding top*/
	padding-left:14px;
	padding-right:14px;
	color:#333333;
	padding-top:5px;
	text-decoration:none;
	font-size:12px;
}

#header #topnav li a.active, #header #topnav li a:hover{
	background: url(/images/bg-topnav-active.jpg) repeat-x left top;
}

#content-container{
	width:747px;
	min-height:420px;
	margin-left:17px;
	height:auto;
	clear:both;
}
#content{
	background: url(/images/bg-subnav-shadow.jpg) no-repeat 0px 0px;
	padding-right:9px;
}

#content #subnav{
	float:left;
	margin:0px;
	padding:0px;
	height:32px;
	display:block;
	clear: left;
	
}
#content  #rightnav{
	width:140px;
	padding-left:39px;
	float:right;
	background: url(/images/bg-rightnav.jpg) no-repeat left top;
	/*text-align:center;*/
}
#content #rightnav a img{
	border: 1px solid #666666;
	margin-bottom:9px;
}
#content #rightnav .title{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	display:block;
	width:117px;
	height:20px;
	padding-top:8px;
	border-bottom: 1px solid #666666;
	margin-bottom:9px;
	text-align:center;
}

#content #subnav li{
	float:left;
	display:block;
	height:inherit;
	list-style:none;
	margin: 0px 5px 0px 0px;
}

#content #subnav li a{
	display:block;
	float:left;
	background: url(/images/bg-subnav.jpg) repeat-x left top;
	height:24px; /*32px height - 10 padding top*/
	padding-left:14px;
	padding-right:14px;
	color:#333333;
	padding-top:8px;
	text-decoration:none;
	font-size:11px;
}
#content #subnav li a.active, #content #subnav li a:hover{
	background: url(/images/bg-subnav-active.jpg) repeat-x left top;
	color:#FFFFFF;
}
#content #context{
	clear:left;
	padding-top:13px;
	line-height:20px;
}
#content #context.home{
	width:556px;
}
#content #context p{
	margin-top:0px;
	margin-bottom:10px;
}
#content #context table{
	border-collapse:collapse;
	margin-bottom:10px;
}
#content #context table td{
	padding:5px;
	border:solid 1px #CCCCCC;
}
#content #context table th{
	padding:5px;
	border:solid 1px ;
	background-color:#666666;
	color:#FFFFFF;
}
.carrousel{
	margin-bottom:10px;
}
#content #context strong.title{
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	font-size:14px;
	font-style:italic;
	color:#AD5E4F;
	
}
#content #context h1{
	font-size: 16px;
	font-weight: bold;
	background: url(/images/bg-title-h1.jpg) no-repeat 0px 0px;
	padding-left:63px;
	min-height:27px;
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:0px;
	padding-top:0px;
	display:block;
}
#content #context img.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#F7F7F7;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
#content #context img.left-none{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding: 5px;
	border: none;
	background-color:inherit;
}
#content #context img.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#F7F7F7;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
#content #context img.right-none{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding: 5px;
	border: none;
	background-color:inherit;
}
#content #context p.downloads .title{
	display:block;
	clear:left;
	font-weight:bold;
	margin-bottom:5px;
}
#content #context p.downloads a{
	background: url(/images/bg-download.jpg) no-repeat left 4px;
	height: 16px;
	padding-left: 30px;
	display:block;
	float:left;
	clear:left;
	margin-bottom:3px;
}
#footer{
	height:41px;
	background: url(/images/bg-footer.jpg) no-repeat left top;
	width:755px;
	/*margin-top:10px;*/
	margin-left:9px;
	padding-top:20px;
	font-size:11px;
	color:#666666;
	clear:both;
}
#footer .left{
	float:left;
	display:block;
	padding-left:20px;
	
}
#footer .right{
	float:right;
	display:block;
	padding-right:20px;
}
/*Photo book*/
.thumbs{
	width:336px; /*344 - 8*/ 
	float:left;
	margin-bottom:10px;
}
.preview{
	width:390px;
	float:right;
	border: 1px solid #D9D9D9;
	text-align:center;
	background: url(/images/bg-preview.jpg) repeat-x;
	padding-top:8px;
	padding-bottom: 8px;
}
.thumbs a.thumb{
	display:block;
	width:88px; /*104 - 2px border - 16px padding*/
	height:65px; /*83 - 16px padding - 2px border*/
	border: 1px solid #D9D9D9;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	padding:8px;
	background: url(/images/bg-thumb.jpg) repeat-x;
	text-align:center;
}
.thumbs .wrapper{
	width:100%; /*104 - 2px border - 16px padding*/
	height:100%; /*83 - 16px padding - 2px border*/
	overflow:hidden;
	position:relative;

}
.thumbs a img{
	border:none;
	position:relative;
	margin:0px;
	padding:0px;
}
.thumbs a.thumb:hover, .thumbs a.selected{
	border: 1px solid #A75E52;
	background: url(/images/bg-thumb-active.jpg) repeat-x;
}
.pb-navigation{
	float:left;
	width:336px;
	clear:left;
}
.pb-navigation .left{
	background:  url(/images/bg-pb-left-nav.jpg) no-repeat;
	height: 46px;
	display:block;
	float:left;
	border:none;
	padding-left:30px;
	color:#999999;
	text-decoration:none;
}

.pb-navigation a.left:hover{
	background: url(/images/bg-pb-left-nav.jpg) no-repeat 0px -46px;
	height: 46px;
	display:block;
	float:left;
	border:none;
	color:#E1B80E;
	text-decoration:none
}
.pb-navigation .right{
	background:  url(/images/bg-pb-right-nav.jpg) no-repeat right 0px;
	height: 46px;
	display:block;
	float:right;
	border:none;
	padding-left:30px;
	color:#999999;
	text-decoration:none;
	width:120px;
}

.pb-navigation a.right:hover{
	background: url(/images/bg-pb-right-nav.jpg) no-repeat right -46px;
	height: 46px;
	display:block;
	float:right;
	border:none;
	color:#E1B80E;
	text-decoration:none
}

.pb-navigation .left-disabled{
	background: url(/images/bg-pb-left-nav.jpg) no-repeat 0px -92px;
	height: 46px;
	display:block;
	float:left;
	border:none;
	padding-left:30px;
	color:#CCCCCC;
	text-decoration:none;
}

.pb-navigation .right-disabled{
	background: url(/images/bg-pb-right-nav.jpg) no-repeat right -92px;
	height: 46px;
	display:block;
	float:right;
	border:none;
	padding-left:30px;
	color:#CCCCCC;
	text-decoration:none;
	width:120px;
}

