*{padding: 0; margin: 0;}

body, html { 
	height: 100% !important; 
	margin:0;
	overflow: hidden;
}

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	font: 14px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#bgimg {
	position:absolute;
	z-index: -1;
	background: #fff;
}

* html .container { 
	height:100% !important; 
}

#container { 
	position:relative !important;
	height: auto !important;
	margin: 0 auto;
	min-height:100%;
}

a {
	text-decoration: none;
	color: #9c2028;
}

a:hover {
	text-decoration: none;
	color: #b00;
}

h3, b, strong {
	padding: 5px 0;
	color: #9c2028;
}

i {
	color:#aaa;
}

img {
	border:none;
}

/*#logo {
	position: absolute;
	margin:0 auto;
	left:50%;
    margin-left:-216px;
	top: 0;
	z-index: 4;
}*/

#name {
	position: absolute;
	width: 100%;
}

#name span {
	display: block;
	margin: 0 auto;
	text-align: center;
	font: bold 30px/34px 'Arial Narrow','Arial MT Condensed Light',sans-serif;
	color: #fff;
	word-spacing: 20px;
	letter-spacing: 7px;
}

#flags {
	position: absolute;
	float: left;
	margin: 8px 20px;
	z-index: 1;
}

#flags a {
	margin-right: 8px;
}

.button a {
	background: #eee;
	color: #aaa;
	font: bold 13px 'Arial Narrow','Arial MT Condensed Light',sans-serif;
	padding: 3px;
}

.button a:hover {
	background: #9c2028;
	color: #fff;
}

#topbar {
	position: absolute;
	top: 35px;
	background: #9c2028;
	width: 100%;
	height: 30px;
	z-index: 1;
}

/* --------------------------
menu
---------------------------*/
#navigation {
	position: absolute;
	width: 910px;
	top: 0;
	left:50%;
    margin-left:-455px;
	z-index: 1;
}

#menu li {
	position: relative;
	display: block;
	float: left;
	margin: 0 8px;
	text-align: center;
	padding: 0 6px;
}

#menu li:hover {
	background: #fff;
}

#menu li a.menu-sq {
	position: relative;
	display: block;
	font: bold 11px/30px 'Arial Narrow','Arial MT Condensed Light',sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited, #menu li a {
	color: #fff;
}

#menu li a:hover {
	color: #333;
}

.page {
	position:absolute;
    width:100%;
    height: 400px;
	margin:0 auto;
    top:50%;
    margin-top:-190px;
	z-index: 0;
}

.gal {
	position: absolute;
	background: #eee;
	width: 790px;
	height: 100%;
	top: 0;
	left:50%;
    margin-left:-395px;
	padding-left: 20px;
	z-index: 1;
}

iframe.content {
	position: absolute;
	width: 790px;
	height: 100%;
	top: 0;
	left:50%;
    margin-left:-395px;
	z-index: 1;
	background: trasparent;
}
	
#player {
	margin-top: 24px;
	width:200px; 
	height:50px;
}

#social {
	position: absolute;
	width: 218px;
	float: right;
	height: 30px;
	top: -34px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

#social img {
	margin: 0 10px;
}

/* --------------------------
Mailing List 
-------------------------- */
#mailinglist {
	position: absolute;
	background: #f0f0f0;
	width: 110px;
	float: left;
	height: 22px;
	top: 0px;
	z-index: 2;
}

/*#mailinglist #fields_email {
	background: none;
	border: none;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0 0 6px;
	width: 67%;
}*/

#mailinglist .submit {
	border: none;
	color: #333;
	padding: 2px 6px;
	font-weight: bold;
	font-family: Helvetica, Arial sans-serif; 
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#mailicon {
	background: transparent url('../img/yellow_mail.png') no-repeat top left;
	width: 219px;
	height: 20px;
	display: block;
	position: absolute;
	left: 5px;
	top: -20px;
	color: #333;
	padding: 2px 4px;
	font-weight: bold;
	font-family: Helvetica, Arial sans-serif;
	padding: 0 0 0 25px;
}

/* --------------------------
Box ticker
---------------------------*/
#newsticker { 
	position: absolute;
	overflow: hidden;
	clear: both;
	float: right;
	top: 276px;
	right: 220px;
	width: 290px;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px #000;
	display: block;
	padding: 0;
	z-index: -1;
}

#newsticker a { 
	color: #fdc300;
}

#newsticker .date {
	font-size: 11px; 
	color: #ccc;
}

.jcarousel { 
	width: 100%;
	display: block;
	clear: both;
	padding: 0 10px;
	background: transparent url('../img/ml_px.png') repeat top left !important;
}

/* --------------------------
	Footer
--------------------------- */
#footer {
	position:relative !important;
	min-width: 800px;
	margin: 0 auto;
	margin: -20px auto 0;
	height: 14px;
	border: 0 none;
	padding: 0;
	background: #eee;
	text-align: center;
	font-size: 12px;  
	color: #666;
	padding: 2px 20px 5px;
	z-index: 6;
}

#footer a {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: none;
	color: #aaa;
}

/* --------------------------
Miscellaneous
--------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --------------------------
	Layout Gallery
--------------------------- */
ul.gallery {
	list-style: none;
	margin: 100px 0 10px 0;
}

ul.gallery li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	height: 200px;
}

ul.gallery li a {
	padding: 0;
	display: block;
	line-height: 0;
}
		
ul.gallery li a:hover { 
	border: none;
}
		
ul.textGallery li {
	width: 200px;
	text-align: center;
	padding: 10px 10px 0 10px;
	border: none;
	margin: 0 5px 5px 0;
	font-size: 0.8em;
}
ul.textGallery li:hover { 
	background: #edeeef; 
}

ul.textGallery li img { 
	display: block; 
	margin: 0 auto 10px auto; 
	border: none;
	padding: 3px; 
}

