@charset "UTF-8";
/** Main layout **/
html,body {
	/**background: #E8EAEB url(/public/images/bg.jpg) repeat-x scroll 0 0;**/	
	background: #f0f0f0 !important;
	margin-top:0px;
	font-family:Arial,Myriad,Helvetica,clean,sans-serif;
	font-size:10px;
	font-variant:small-caps;
	color:#1A1A1A;
	outline: none;	
	letter-spacing: 1px;
	text-align:left;
	margin:0 auto;
}

body {
    padding: 0 30px;
    margin: auto;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul,ol {
	padding: 0 0 0 0;
}

a {
	text-decoration:none;
	color:inherit;
	outline-style: none;
	outline:0;
}

a:hover {
	color: #fff;
}

fieldset fieldset {
	border:none;
}

a img {
	border:none;
}
/** Header **/

#header {
	position:relative;
	width:100%;
	height:100px;
}

#logo {
 	display: block;
    height: 49px;
    margin-left: 20px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -4px;
    text-shadow: 1px 2px 2px #000;			
}

#logo span {
    color: #f00;
    font-size: 70%;
}

#langs {
	position:absolute;
	right:20px;
	top:10px;
	width:150px;
}

div#gdmenu {
	padding: 20px;
}


/** Main Content **/

#main {
	position:relative;
	float:left;
	width:100%;
	min-height:400px;
}

#content {
	position:relative;
	float:left;
	width:70%;
}

/** Scrollable part **/
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
	clear:both;
	height:590px;
	vertical-align:middle;	
}

div.scrollable {
    position:relative;
    overflow:hidden;
    height:590px;
	width:507px;
}

div.scrollable div.items div.pict {
	float:left;
	margin : 20px 1px 20px 1px;
	padding:2px;
	cursor:pointer;
	width:500px;
	height:500px;
}

a.left {
	background-position:0 0;	
	left:0;
}

a.left:hover {
	background-position:0 -32px;	
}

a.browse {
	background:url("../images/carousel.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:33px;
	margin-top:-15px;
	outline:0 none;
	position:absolute;
	text-indent:-9999px;
	top:50%;
	width:31px;	
}

a.right {
	background-position:0 -65px;	
	right:0;
}

a.right:hover {
	background-position:0 -97px;	
}

div.pict h1 {
	font-size:3em;
}
div.pict h2 {
	font-size:2em;
}

div.pict div {
	width:80%;
	text-align:center;
}

div.menu h1 a {
	padding:0 40px 0 40px;
}

h1.ui-state-default {
	padding-left:10px;
}
/* you may want to setup some decorations to active the item */ 
div.items div.active {  
    background-color:#fff; 
}

/** Footer **/

#footer {
    border-top: 1px solid #45597A;
    padding: 30px 0px;
    text-align: center;
    color: #869AB1;
    margin-top: 30px;
}

#footer a {
    color: #869AB1;
    font-weight: bold;
}
