/* ------------------------------------------------------------------------
	Content Redefinition
------------------------------------------------------------------------- */

* { margin: 0; padding: 0; border: 0; } 

body {
behavior:url(/csshover3.htc);
}

body, html { 
	height: 100% !important; 
	overflow: hidden;
	background: #000 url('imglarge.jpg') 50% 50% no-repeat;	
	font: 1.0em/1.2 Arial, Helvetica, Sans-Serif;
	letter-spacing: 0.02em;
	background: #000;
	color: #666;
	/* text-align: left; */
}

a { color: #9db2b9; }
a:hover { text-decoration: none; }
a:focus { outline: none; }

/* ------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------- */

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

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

#fullscreen {
    position:absolute;
    width:1000px;
    height:670px;
	margin:0 auto;
    left:50%;
    top:50%;
    margin-left:-500px;
    margin-top:-335px;
}

.logo {
	position:relative;
	margin: 10px;
	z-index: 2;
}

#content {
    width:840px;
    height:240px;
	margin:0 auto;
	text-align: center;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-420px;
    margin-top:-120px;
}

#titlegallery {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	color: #a87635;
	font-family: Helvetica,'Arial Narrow','Arial MT Condensed Light',sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
}	
ul.gallery {
	list-style: none;
	margin: 0 0 10px 0;
}

ul.gallery li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
}
	
ul.gallery li a {
	padding: 0px;
	display: block;
	border: 2px #fff solid;
	line-height: 0;
}
		
ul.gallery li a:hover { 
	border: 2px #a87635/* #313739 */ solid; 
}
		
ul.textGallery li {
	width: 180px;
	text-align: center;
	padding: 10px 10px 0 10px;
	border: 1px #a87635 solid;
	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: 1px #bdc2c4 solid; 
	padding: 3px; 
}


/* ------------------------------------------------------------------------
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 */

