﻿/* wrapper */
#wrapper
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#wrapper #content
{
	margin: 20px 30px 0 30px;
}

#wrapper #content p
{
	line-height: 1.4em;
}


#wrapper #content table td
{
	vertical-align: top;
}

#wrapper #content table td img
{
	padding: 0 5px;
}

/* topnav */
#topnav
{
	margin: 0 30px;
}

#topnav a.toplink
{
	background: url("../images/layout/bgTopNav.png") transparent;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	margin-right: 1px;
	padding: 15px 10px 0;
	text-transform: uppercase;
}


#topnav a.fb span,
#topnav a.yt span,
#topnav a.tw span
{
	margin-left: -9999px;
}

#topnav a.fb,
#topnav a.yt,
#topnav a.tw
{
	display: block;
	float: right;
	height: 37px;
}

#topnav a.fb
{
	width: 70px;
	background: transparent url(../images/layout/logo-fb.png);
}

#topnav a.yt
{
	width: 62px;
	background: transparent url(../images/layout/logo-youtube.png);
}

#topnav a.tw
{
	width: 77px;
	background: transparent url(../images/layout/logo-twitter.png);
}

/* logo */

h1#logo
{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 270px;
	height: 73px;
	background: transparent url(../images/layout/loggaStark.png) top left no-repeat;
	/*opacity: .80;
	filter: alpha(opacity=80);*/
}

	h1#logo a,
	h1#logo a:visited
	{
		display: block;
		width: 270px;
		height: 93px;
		outline: none;
	}
	
		h1#logo a span{
			margin-left: -9999px;
		}

 /* navigation */
	
	ul#navigation
	{
		float: right;
		list-style: none;
		margin: 45px 0 0 0;
		padding: 0;
		overflow: hidden;
	}
	
		ul#navigation li
		{
			float: left;
			margin: 0 0 0 15px;
		}
		
			ul#navigation li a,
			ul#navigation li a:visited
			{
				color: #5a5147;
				display: block;
				font-size: 16px;
				font-weight: bold;
				line-height: 16px;
				padding: 5px 0 5px 5px;
			}
			
			
			ul#navigation li a:hover,
			ul#navigation li.active a
			{
				color: #262422;
			}
			
			
/* Sub navigation */
div.grayBox
{
	background: url("../images/layout/bgBox.png") transparent;
	min-height: 50px;
	 margin: 0 0 20px 0;
}
ul#subNav
{
	list-style: none;
	margin: 0;
	padding: 30px 20px;
	
}
	ul#subNav li
	{
		margin-bottom: 10px;
		background: url("../images/layout/bgLink.png") transparent left top no-repeat;
		padding-left: 10px;
	}
	
		ul#subNav li a,
		ul#subNav li a:visited
		{
			color: #A15615;
			font-size: 1.1em;
		}
		
		ul#subNav li.active a,
		ul#subNav li a:hover
		{
			color: #000;
		}


/* Slidshow page */

/* Image gallery */
#startGallery
{
	margin: 20px 0 40px;
	padding: 0;
}

#cloudPushes
{
	height: 380px;
	left: 740px;
	margin-bottom: -380px;
	position: relative;
	top: -380px;
	width: 260px;
	z-index: 999;
}

#mediaWrapper
{
	height: 400px;
	width: 785px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

	#slideshow
	{
		list-style: none;
		margin: 0;
		padding: 0;	
		overflow: hidden;
		zoom: 1;
	}

		#slideshow li
		{
			display: none;
			height: 400px;
			left: 0;
			padding: 0;
			position: absolute;
			top: 0;
			width: 785px;
			zoom: 1;
		}
		
		
		#slideshow li.cloud
		{
			background-position: center center;
			background-repeat: no-repeat;
		}
		
		#slideshow li.cloud div.slidshowBg
		{
			background-position: center center;
			background-repeat: no-repeat;
			width: 785px;
			height: 400px;
		}
		
		#slideshow li.cloud1
		{
			background: transparent url(../images/layout/Cloud1.png);
			background-position: center center;
			background-repeat: no-repeat;
		}
		
		#slideshow li.cloud2
		{
			background: transparent url(../images/layout/Cloud2.png);
			background-position: center center;
			background-repeat: no-repeat;
		}
		
		
		#slideshow li div.slideshowText
		{
			color: #fff;
			left: 140px;
			position: absolute;
			top: 80px;
			width: 550px;
		}
		
		#slideshow li div.slideshowText a,
		#slideshow li div.slideshowText a:visited
		{
			color: #fff;	
		}


				#slidenav
				{
					display: block;
					height: 22px;
					left: 250px;
					margin: 0;
					padding: 0;
					position: relative;
					text-align: left;
					top: 330px;
					z-index: 999;
				}

				#slidenav a
				{
					background-color: #ccc5bd;
					border: 1px solid #8B847C;
					border-radius: 10px;
					display: block;
					float: left;
					font-size: 10px;
					font-weight: bold;
					line-height: 10px;
					margin: 0 4px 0 0;
					padding: 2px;
					text-align: center;
					width: 10px;
					color: #404040;
				}

				#slidenav a.activeSlide
				{
					 
					 background-color: #b29f8a;
				}


/* header */
#header
{
	margin: 0 30px;
}


/* footer */
#footer
{
	clear: both;
	background: transparent url(../images/layout/bgBox.png);
	margin: 40px 30px;
	padding: 20px 0;
	min-height: 50px;
}

#footer .footerBlock1,
#footer .footerBlock2,
#footer .footerBlock3
{
	font-size: .85em;
	padding-left: 30px;
}

#footer .footerBlock1,
#footer .footerBlock2
{
	width: 200px;
}

#footer .footerBlock3
{
	width: 410px;
}
