@charset "UTF-8";
/* CSS Document */

body {
	background: #e6e6e5 url(images/bg.png) fixed repeat-x top;
	margin: 0px;
	padding: 0px;
	min-width: 820px;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
}

img{
	border: none;
}

#logo{
	position:absolute;
	top:-40px;
	left:-5px;
	padding-bottom:30px;
}

#contact{
	position:absolute;
	width:85px;
	margin-top:-35px;
	margin-left:724px;
}

#gallery{
	position: relative;
	margin: auto;
	margin-top:40px;
	padding-top: 10px;
	background: url(images/pshadow.png) top left no-repeat;
	width: 820px;
	height: 595;
}

#portfolio{
	position: relative;
	margin: auto;
	margin-top:60px;
	padding-top: 30px;
	width: 820px;
	height: 650px;
/*	background-color:#ffffff;*/
}		

#selectors {
	width: 795px;
	height: 31px;
	position: absolute;
	bottom: 35px;
	left: 10px;
	background: url(images/finish.png);
	padding-left: 5px;
}
#selectors a { /*selectors*/
	display: block;
	float: left;
	width: 12px;
	height: 18px;
	border: none;
	background: url(images/sel-0.png) no-repeat;
	margin-left: 3px;
	margin-top: 7px;
}

#selectors a:hover, #selectors .active {

	background: url(images/sel-x.png) no-repeat;
}

#ctl {
	font-family: sans-serif;
	position: absolute;
	bottom: 37px;
	right: -15px;
	z-index: 10;
	width: 194px;
}

#next {
	color: white;
}
#previous {
	color: white;
}

#contactinfo{
	width: 800px;
	text-align:center;
	/*background-color:#FFF;*/
	/*padding-top:20px;*/
	padding-bottom:10px;
}

#imgwrapper {
	width: 800px;
	overflow: hidden;
	background: white;
}
/*
#contactform{
	width:400px;
}*/

#imgcontainer{
	position: relative;
	-webkit-transition: translate3d 2s ease-in-out;
	-moz-transition: left 2s ease-in-out;
	-o-transition: left 2s ease-in-out;
}
