@charset "UTF-8";

/* default tags*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #292929;
}

img {
	border: 0px;
}

/* default links */
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	text-decoration:underline;
}

/* default positioning */

#websiteOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

	#websiteOverlay_canvas {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		height: 385px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 130px;
		text-align: center;
		background: #000000 url(../images/layout/navigation_bg.gif) top left repeat-x;
		overflow:hidden;
		z-index: 2;
	}

#websiteDisplay {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	text-align: left;
	z-index: 3;
}

#websiteContent {
	display: block;
	position: absolute;
}

/* */
#header {
	width: 600px;
	height: 130px;
}

	#logo {
		position: absolute;
		top: 30px;
		left: 0px;
	}
	
	#date {
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 30px;
		right: 0px;
		text-align: right;
		text-transform: uppercase;
		color: #bcbdc1;
	}

#navigation {
	width: 600px;
	height: 35px;
}

	#navigation ul{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		height: 35px;
		line-height: 35px;
	}
	
	#navigation ul li{
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 85px;
		text-transform: uppercase;
	}
	
	#navigation ul li a{
		display: block;
		text-align: center;
		color: #000000;
	}
	
	#navigation ul li a:hover, #navigation ul li a.sel{
		text-decoration:none;
		color: #ffffff;
	}


#slideshow, #stroll, #gallery {
	position: relative;
	width: 600px;
	height: 350px;
}
	
	#slideshow img, #stroll img, #gallery img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
#controls {
	display: block;
	line-height: 32px;
	width: 600px;
	overflow: hidden;
}
	
	#next {
		float: right;
		padding: 0px 16px 0px 16px;
		cursor: pointer;
	}
	
	#previous {
		float: left;
		padding: 0px 16px 0px 16px;
		cursor: pointer;
	}
	
	#thumbnails {
		display: block;
		position: relative;
	}
	
	#thumbnails a {
		float: left;
		display: block;
		margin: 10px 37px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 120px;
		height:70px;
		border: 1px solid #292929;
	}
	
	#thumbnails .end {
		margin: 0px 0px 36px 0px;
	}
	
	#thumbnails .sel {
		border: 1px solid #ffffff;
	}
	
	
#map {
	width: 600px;
	height: 350px;
	color: #000000;
}
	
	#map a{
		color: #000000;
	}
	

#content {
	width: 600px;
}

	#content ul {
		display:block;
		margin: 30px 0px 30px 0px;
		padding: 0px 0px 0px 0px;
		height: 200px;
		list-style: none;
	}
	
	#content ul li {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content ul li a{
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 200px;
		height: 200px;
	}
	
	#content ul li a:hover{
		text-decoration:none;
	}
	
	a.btn_1 {
		background: url(../images/layout/button-1.gif) top left no-repeat;
	}
	
	a.btn_1:hover {
		background-position: bottom left;
	}
	
	a.btn_2 {
		background: url(../images/layout/button-2.gif) top left no-repeat;
	}
	
	a.btn_2:hover {
		background-position: bottom left;
	}
	
	a.btn_3 {
		background: url(../images/layout/button-3.gif) top left no-repeat;
	}
	
	a.btn_3:hover {
		background-position: bottom left;
	}
	
	#content .right_float{
		float: right;
		margin: 0px 0px 0px 30px;
		padding: 0px 0px 0px 0px;
		width: 175px;
	}
	
	#content h1 {
		margin: 30px 0px 30px 0px;
		font-size:14px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#content h2 {
		margin: 30px 0px 5px 0px;
		font-size:14px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	#content h2 a {
		text-decoration:underline;
	}
	
	#content p {
		margin: 0px 0px 30px 0px;
		font-size:12px;
		font-weight: normal;
		line-height: 24px;
		color: #bcbdc1;
	}
	
	#content p.msg {
		font-size:15px;
		line-height: 32px;
	}
	
	#content p.title {
		margin-top: 16px;
	}
	
	#content p.date {
		margin: 0px 0px 0px 0px;
	}
	
	#content p a {
		text-decoration: underline;
	}
	
	#content form input[type=text]{
		margin: 0px 20px 0px 0px;
		padding: 4px 4px 4px 4px;
		width: 210px;
		border: 1px solid #666666;
		color: #666666;
	}
	
	#content form input[type=image]{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		vertical-align:top;
	}
	
	#content table {
		line-height: 24px;
	}
	
		thead tr th{
			border-bottom: 1px solid #505050;
		}
		
		thead tr th, tbody tr td {
			padding: 0px 5px 0px 5px;
		}
		
		tbody tr.odd td {
			background: #3c3c3c;
		}
	
#footer {
	display: block;
	width: 600px;
	color: #ffffff;
}
	
	#footer p {
		text-align: center;
		font-size: 10px;
		line-height: 30px;
	}

/* */
.keyline {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #505050;
}


/* */

.hide, .show_more, .hide_more {
	display: none;
}

p.lorem {
	color: #ff00ff;
}

.clear {
	clear: both;
}