*{margin:0; padding:0;}

.clearer{
	line-height:1px;
	clear:both;
}
body{
text-align:center;
font:13px/18px Tahoma, Verdana, Arial, Sans-Serif;
background-color: white;
color: #555;
background: #915324 url(../img/bodyBakgr.gif) top center repeat-x;
}

a{
color:#666;
text-decoration:none;
}

p {margin:5px 0 10px 0;}

.clearer{
clear:both;
line-height:1px;
}

#page{
	position:relative;
text-align:left;
width:870px;
margin:0 auto;
/*border-left:1px solid blue;
border-right:1px solid blue;*/
height:404px;
}
	

#nav{
position:absolute;
top:78px;
right:0;
border-bottom:1px solid #bc7245;
width:670px;
text-align:right;
}

#nav ul{
	margin:0 0 0 auto;
	width:650px;
	list-style:none;
/*	border:1px solid blue;*/
	height:27px;
}

#nav ul li {
	display:inline;
	padding:10px 15px 10px 15px;
	background: #ffffff url(../img/navLiBakgr.gif) bottom center repeat-x;
/*	margin-right:1px;
	border:1px solid red;*/
}


#logo{
	width:306px;
	float:left;
}

h1{
	padding-top:170px;
	width:310px;
	float:left;
}

#mainUpper{

}
.texti{
position:absolute;
top:250px;
padding-left:310px;
padding-right:50px;
}

#pageLower{
width:870px;
margin:0 auto;
/*border-left:1px solid red;
border-right:1px solid red;*/
color:#FFF;
}

.pageInner{
padding:20px 30px;
text-align:left;
}

h2{
	font-weight:normal;
	margin:0 0 10px 0;
}

#pageLower img{
	background: #ffffff url(../img/screenshotBakgr.gif) top left repeat-x;
	padding:8px 16px 16px 8px;
	margin:5px 15px;
}

.utlitNav{

}

.utlitNav a{
color:#FFF;
text-decoration:none;
}

.utlitNav p.next{
width:200px;
float:right;
text-align:right;
padding-right:30px;
}

.utlitNav p.prev{
width:200px;
float:left;
text-align:left;
}

#footer{
padding:20px;
text-align:center;
color:#d1a88d;
font-size:11px;
}

/* Lightbox
---------------------------------------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://skinn.vefrun.com/lightbox/is/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; border:0px solid red;}
#nextLink { right: 0; float: right; border:0px solid blue;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://skinn.vefrun.com/lightbox/is/images/prevlabel.gif) left 15% no-repeat; border:0px solid green;}
#nextLink:hover, #nextLink:visited:hover { background: url(http://skinn.vefrun.com/lightbox/is/images/nextlabel.gif) right 15% no-repeat; border:0px solid yellow;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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