/* kbi stylesheet ver sp09 */

/* structure */

/* Show only to IE PC \*/

html {
	height: 100%;
	}

body {
background: #ececed;
	background-image: url(bkgimg11.png);
	background-repeat: repeat-x;
	}
*{margin:0;padding:0}	
	
#nameimg {
position: absolute;
top: 0px;
left: 0px;
	background-image: url(nameimg5.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 440px;
	}

	
#wrapper {
position: absolute;

padding: 0px;
	left: 340px;
	color:#555;
	font:80%/140% trebuchet ms, helvetica, sans-serif;
	width:1225px;
    min-height: 100%;
    height: auto /* important */;
    
    margin: 0 auto -4em;
}	
	
	a {
	color:#94877d;
	text-decoration: none;
	outline: none;
	
	border: none;}
	
	a:hover {
	color:#a3eefc;
	}
	
	.caption {
	color:#888888;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 200px;
	font-weight: bold;
	letter-spacing: .1em;
	border: none;
	margin: 0px 0px 0px 25px; /*top right bottom left - controls caption*/
	}
	
.move {
	font-size: x-large;
	/* position: fixed;
	top: 440px;
	left: 300px;
	width: 130px; */
	top: 15px;
	border: none;
	outline: none;
	}

.move img { /*kills nav img borders in ff and ie */
	outline: none;
	border: none;
	text-align: center;
	margin: 20px;
	}
	
	
	

	
#big {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	}

#big img { /*kills lg img borders in ff and ie */
margin: 25px 0px 15px 25px; /*top right bottom left - controls image*/
	border: 1px solid #888888;
	outline: none;
	}

	#big .move img { /*kills lg img borders in ff and ie */
margin: 5px 0px 15px 25px; /*top right bottom left - controls image*/
	outline: none;
	border: none;
	}

	
.galleria_container {
	position: absolute;
	left: 180px;
	background-color: #2f3036; /*colors background for image */
	margin:0px; /*top right bottom left */
	padding: 0px 0px 0px 0px;
	height:auto;
	width: 400px;
	float: right;
	border: none;
	outline: none;
	}
	
.galleria_container img{
	margin: 0px 25px 25px 25px; /*top right bottom left - controls nav*/

}

	.galleria_container a {
	text-decoration: none;
	outline: none;
	border: 0;
	font-weight: normal;
	}
	
	


/* galleria style */
.galleria {

background-color: #2f3036;

position: absolute;
top: 0px;
	list-style:none;
	width: 130px;
	height: 760px; /*height of grey stripe */
	border-top: 10px solid #2f3036; /*extra at top of stripe */
	padding: 0px;
	margin: 0px;
}


.galleria li { /* thumb style */

	display:block;
	width:100px;
	height:20px;
	overflow:hidden;
	float:left;
	margin:10px 0px 0px 14px; /*top right bottom left */
	padding: 0px;
	border:1px solid #bbbbbb;
	float:left;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

.galleria li.hover {
	border-color:#bbbbbb;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
.galleria li.active {
	border-color:#bbbbbb;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	

.galleria li div {
position:absolute;
display:none;
top:0;
left:100px;
border: 0;
}

.galleria li div img {
cursor:pointer;
outline:none;
border: 0;}

.galleria li.active div img,.galleria li.active div {
display:block;
border: 0;
}

.galleria li img.thumb {
cursor:pointer;
top:auto;
left:auto;
display:block;
width:auto;
height:auto;
}

.galleria li .caption {
display:block;
padding-top:.5em;
}

* html .galleria li div span{width:400px} /* MSIE bug */