html, body, #bg, #bg table, #bg td {
    padding: 0; 
	border:medium none;
	font-family: Tahoma, serifSansSerifMonospace ;
	height:100%;
	line-height:115%;
	width:100%;
	overflow:hidden;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
	z-index:40;
}

#intro {
    padding-bottom: 10px;
	position: relative;
	z-index:50;
}

#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
	z-index:50;
}

#menu {
	width:960px;
	height:25px;
	position:relative;
	z-index:50;
	background: url("../images/bg_menu.png") repeat-x scroll 0 0 transparent;
	margin-bottom:15px;
}

#logo {
	position:relative;
	z-index:50;
}
#logo a img{
	border:none;
}

#breadcrumbs {
	padding-right:25px;
	width:935px;
	height:23px;
	padding-top:2px;
	position:relative;
	z-index:50;
	background-color:#000;
	margin-bottom:5px;
	text-align:right;
	color:#fff;
	text-decoration:underline;
	font-size:13px;
}

#footer {
	width:935px;
	height:22px;
	padding-top:3px;
	padding-left:25px;
	position:relative;
	z-index:50;
	background-color:#000;
	margin-top:5px;
	font-size:11px;
	color:#fff;
}
#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#content_text {
	letter-spacing:0.5px;
	font-size:12px;
	line-height:140%;
}
#box1 {
	width:290px;
	float:left;
	height:300px;
}

#box2 {
	width:290px;
	float:left;
	padding-left:20px;
	height:300px;
}

#box3 {
	width:290px;
	height:300px;
	float:right;
}

#img_left {
	width:600px;
	height:300px;
	float:left;
}

h1 {
	font-size:14px;
	font-weight:bolder;
	margin:0;
}
h2 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-bottom:15px;
}
h3 {
	font-size:10px;
	font-weight:bold;
	margin:0;
	line-height:100%;
}
h4 {
	font-size:12px;
	font-weight:normal;
	margin:0;
}
h4 a {
	color:#000;
	text-decoration:none;
}
h4 a:hover {
	text-decoration:underline;
}

h6 {
	margin-top:-10px;
	margin-bottom:0;
	padding:0;
	font-size:10px;
}

p {
	margin:0;
}

p.lh {
	line-height:110%;
}
.scroll {
    height: 380px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 960px;
}
#content_scroll {
	height:350px;
	padding: 25px;
	background-color: #FFFFFF;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding:3px 0px 0px 15px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	padding:11px 15px 4px 10px;
    color: #fff;
    text-decoration: none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

ul.navigation a:hover {
    background-color: #000;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}


.hide {
    display: none;
}




/*


*/

#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}
#bg td {
	text-align:center;
	vertical-align:middle;
}
#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
	position:relative;
	z-index:-1;
}

#trame {
	position:absolute;
	top:0;
	left:0;
	z-index: 15;
	height:10000px;
	width:10000px;
	margin:-50px;
	background-color: transparent;
}


/* jQuery lightBox plugin - Gallery style */

.gallery {
	background-color: #444;
	padding: 10px;
	width: 270px;
	height:280px;
}
.gallery ul { list-style: none; padding-left:8px; }
.gallery ul li { display: inline; }
.gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 10px;
}
.gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 10px;
	color: #fff;
}
.gallery ul a:hover { color: #fff; }
