* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	padding-bottom: 30px;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
}
img{
	border:none
}
a:focus {
	outline: none;
}
a{
	color: #003366;
}
a:hover{
	color: #000000;
}
.clearer {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
/* ---------------------------------------------------------------------------------------- */

#main {
	display: block;
	left: -1px;
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center}

#mainBox {
	height: 550px;
	width: 950px;
	left: 50%;
	margin-left: -470px;
	position: absolute;
	top: -270px;
	background-color: #FFFFFF;
	text-align: left;
}
#mainBoxContent {
	position: relative;
	height: 550px;
	width: 950px;
}
#footer{
	font-weight: bold;
	color: #666666;
	position: absolute;
	left: 50px;
	bottom: 10px;
}
/* ---------------------------------------------------------------------------------------- */
#lang{
	position: absolute;
	left: 53px;
	top: 200px;
}
#lang li{
	list-style-type: none;
}
#lang li a{
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
#lang li a:hover{
	color: #666666;
}
/* ---------------------------------------------------------------------------------------- */

#menu{
	height: 100px;
}
#menu ul{
	margin-left: 50px;
}
#menu ul li{
	list-style-type: none;
	margin-top: 50px;
	float: left;
	margin-right: 35px;
}
#menu ul li a{
	font-size: 16px;
	text-decoration: none;
	display: block;
	color: #003366;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#menu ul li a:hover{
	background-color: #003366;
	color: #FFFFFF;
}
#menu ul li .selected{
	background-color: #003366;
	color: #FFFFFF;
}
#menu ul li .selected:hover{
	background-color: #666666;
	color: #FFFFFF;
}
#menu h1{
	font-size: 70px;
	color: #003366;
	display: block;
	padding-top: 40px;
	padding-left: 50px;
	line-height: 60px;

}

/* ---------------------------------------------------------------------------------------- */

.entraButton{
	display: block;
	height: 550px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.entraButton span{
	display: none;
}

/* ---------------------------------------------------------------------------------------- */

#content{
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 12px;
}
#content #colSx{
	width: 150px;
	float: left;
}
#content #colDx{
	float: right;
	width: 680px;
}

/* ---------------------------------------------------------------------------------------- */

#content #colSx ul{
}
#content #colSx ul li{
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
	list-style-type: none;
}
#content #colSx ul li a{
	color: #003366;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content #colSx ul li a:hover{
	color: #FFFFFF;
	background-color: #003366;
}
#content #colSx ul li .selected{
	color: #FFFFFF;
	background-color: #003366;
}
/* ---------------------------------------------------------------------------------------- */
#content #colSx ul li ul{
}
#content #colSx ul li ul li{
	list-style-type: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#content #colSx ul li ul li a{
	font-weight: normal;
	width: auto;
}
#content #colSx ul li ul li a:hover{}
#content #colSx ul li ul li .selected{}
/* ---------------------------------------------------------------------------------------- */
.highslide {
	cursor: url(../javascripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px none #FFFFFF;
}
.highslide:hover img {
	border: 1px none #999999;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	font-size: 11px;
	padding: 5px;
	color: #666666;
	height: 30px;
	background-color: #FFFFFF;
	position: relative;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../javascripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../javascripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../javascripts/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../javascripts/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ---------------------------------------------------------------------------------------- */

#thumbs{
	height: 390px;
	width: 680px;
}
#thumbs li{
	float: left;
	height: 390px;
	list-style-type: none;
}
#thumbs li label{
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
#thumbs li a{}
#thumbs li a img{
	display: block;
	margin-bottom: 5px;
}
#thumbs li .item{
	height: 130px;
	padding-left: 40px;

}
/* ---------------------------------------------------------------------------------------- */

#thumbs2{
	height: 390px;
	width: 680px;
}
#thumbs2 li{
	float: left;
	height: 390px;
	list-style-type: none;
}
#thumbs2 li a{
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#thumbs2 li a:hover{
	color: #FFFFFF;
	background-color: #003366;
}
#thumbs2 li .item{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;

}
/* ---------------------------------------------------------------------------------------- */

#thumbs3{
	height: 390px;
	margin-right: 5px;
	margin-left: 5px;
}
#thumbs3 li{
	float: left;
	height: 130px;
	list-style-type: none;
	margin-right: 47px;
}
#thumbs3 li label{
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
#thumbs3 li a{}
#thumbs3 li a img{
	display: block;
	margin-bottom: 5px;
}
#thumbs3 li .item{
	height: 130px;

}
/* ---------------------------------------------------------------------------------------- */
#bio{
	position: relative;
	color: #003366;
	font-weight: bold;
}
#bioSx{
	position: absolute;
	left: 240px;
	top: 0px;
	width: 280px;
}
#bioDx{
	width: 280px;
	position: absolute;
	top: 0px;
	left: 580px;
}
#link1{
	background-image: url(../images/ico-video.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #CC0000;
	text-decoration: none;
	padding-right: 30px;
	font-weight: bold;
}
#link1:hover{
	color: #999999;
}
/* ---------------------------------------------------------------------------------------- */
#mostre{
	color: #003366;
	font-weight: bold;
	padding-left:5px;
	overflow: auto;
	height: 400px;
}

