@charset "utf-8";
body {
background-color: #000;
background-repeat: no-repeat;
margin-left: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 0px;
background-attachment: fixed;
background-image: url(images/koltiskaback.jpg);
background-position: center top;
text-align: center;
}
p
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #DACFA9;
line-height: 18px;
}
p a:link {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #DACFA9;
line-height: 18px;
text-decoration: none;
}
p a:visited {
text-decoration: none;
color: #E3DBBF;
}
p a:hover {
text-decoration: none;
color: #F8F5ED;
}
p a:active {
text-decoration: none;
color: #DACFA9;
}
h1
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #7AA8C0;
font-weight: normal;
text-align: left;
}
.navback
{
background-image: url(images/koltiskawebnavtop_01_03.jpg);
background-repeat: repeat-y;
font-family: Georgia, "Times New Roman", Times, serif;
color: #8A7631;
font-style: normal;
font-size: 12px;
letter-spacing: 0.14em;
line-height: 24px;
background-position: center;
}
.navback a:link {
text-decoration: none;
color: #8A7631;
font-size: 12px;
}
.navback a:visited {
text-decoration: none;
color: #8A7631;
font-size: 12px;
}
.navback a:hover {
text-decoration: none;
color: #826F2D;
font-size: 12px;
}
.navback a:active {
text-decoration: none;
color: #9A8336;
font-size: 12px;
}
.bottommenu 
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #A7955F;
font-size: 10px;
text-transform: uppercase;
}
.bottommenu a:link {
text-decoration: none;
color: #928250;
}
.bottommenu a:visited {
text-decoration: none;
color: #71653E;
}
.bottommenu a:hover {
text-decoration: none;
color: #827448;
}
.bottommenu a:active {
text-decoration: none;
color: #B0A071;
}
.goback
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #8A7631;
font-style: normal;
font-size: 12px;
letter-spacing: 0.14em;
line-height: 22px;
text-decoration: none;
background-position: center;
}
.goback a:link {
text-decoration: none;
color: #8A7631;
font-size: 12px;
}
.goback a:visited {
text-decoration: none;
color: #8A7631;
font-size: 12px;
}
.goback a:hover {
text-decoration: none;
color: #826F2D;
font-size: 12px;
}
.goback a:active {
text-decoration: none;
color: #9A8336;
font-size: 12px;
}
.copyright 
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #5B5337;
font-size: 10px;
line-height: 20px;
}
.copyright a:link {
text-decoration: none;
color: #5F5937;
}
.copyright a:visited {
text-decoration: none;
color: #8D8552;
}
.copyright a:hover {
text-decoration: none;
color: #8D8552;
}
.copyright a:active {
text-decoration: none;
color: #8D8552;
}
li
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #DACFA9;
line-height: 18px;
}
.smallheading
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #A7955F;
font-weight: bold;
line-height: 18px;
text-decoration: none;
}
.smallheading a:link
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #A7955F;
font-weight: bold;
text-decoration: none;
line-height: 18px;
}
.smallheading a:visited
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #A7955F;
text-decoration: none;
font-weight: bold;
line-height: 18px;
}
.smallheading a:hover
{
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #B8AA7E;
text-decoration: none;
line-height: 18px;
}
#lightbox{
	position: absolute;
	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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 
	
.blueborder
{
border: thin solid #7AA8C0;
}
.prices
{
color: #930;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
