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

	* {
	margin:0;
	padding:0
}
body {
	color:#fff;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	background-color: #666;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
}

a {
	color:#fff;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#999;
}
.caption {/*position:absolute;top:350px;left:3px;*/
	width:220px;
	float:left;
	margin-left:-280px;
	margin-top:-55px;
}
.front {
	width:604px;
	height:462px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -302px;
	margin-top: -231px;
	overflow:hidden;
}
.front #image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
}
.front #text {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #000;
	border-left-color: #999;
}

.front h1 {text-transform:uppercase;
	margin: 4px;
	font-size:80%;
	font-weight:normal;
	text-align:center;
}
.demo {
	width:604px;
	height:462px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -302px;
	margin-top: -231px;
	background-color:#34312A;
	overflow:hidden;
	padding:0 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #999;
}
.gallery_wrapper {
	background-color:#34312A;
}
.gallery_demo {
	width:260px;
	float:left;
}
.gallery_demo li {
	width:55px;
	height:70px;
	border:3px double #eee;
	margin: 0 2px 2px 0;
	background:#eee;
}
.gallery_demo li.hover {
	border-color:#bbb;
}
.gallery_demo li.active {
	border-style:solid;
	border-color:#222;
}
.gallery_demo li div {
	left:240px
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
.galleria_container {
	margin:0 auto 60px auto;
	height:400px;
	width:320px;
	float:right;
}
#main_image {
	margin:0 auto 10px auto;
	height:350px;
	width:320px;
	border:3px double #eee;
}

	
	/*.nav{padding-top:15px;clear:both;}
	.nav{position:absolute;top:415px;left:110;}*/
	/*.clear {clear:both; height:0px;}*/
	
.rightborderedimage {
	margin: 5px;
	padding: 3px;
	border: 1px solid #000;
	float: right;
}

#navcontainer {
	text-align:center;
	position: absolute;
	/*border-bottom: 1px solid #34312A;*/
	bottom: 0px;
}

#navlist
{
	/*border-bottom: 1px solid #34312A;*/
	margin: 0;
	padding-bottom: 19px;
	padding-left: 0px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
	background-color: #E8EBF0;
	border: 1px solid #34312A;
	color: #34312A;
	float: left;
	font-size: 1em;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#navlist a:link.subpage, #navlist a:visited.subpage
{
	background-background: #fff;
	border-bottom: 1px solid #34312A;
	color: #34312A;
}

#navlist a:hover {
	color: #34312A;
	background-color: #CCC;
}

p {margin: 10px;
}

.press {
	overflow: auto;
	width: 590px;
	height: 353px;
	white-space: nowrap;
	clear: both;
	text-align: center;
}
.borderedimage {
	margin: 5px;
	padding: 3px;
	border: 1px solid #000;
}

ul.contact {
	margin:0 40px;
}