.container {
	width: 940px;
	margin-left: 50px;
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
}

/** Bar **/

.bar {
	width: 450px;
	height: 2000px;
	overflow: hidden;
}

/** Info **/

.info_block {
	margin-left: 50px;
	background: none;
	width: 350px;
	margin-top: 250px;
	padding-bottom: 20px;
	overflow: hidden;
}

/** Info **/

.info_block_black {
	margin-left: 50px;
	background: url(../images/black.png);
	width: 350px;
	margin-top: 250px;
	padding-bottom: 20px;
	overflow: hidden;
}

/** Articel **/

.articel {
	margin-left: 50px;
	width: 550px;
	margin-top: 100px;
	overflow: hidden;
}

/** Store **/

.store {
	margin: 0 auto;
	width: 800px;
	background: none;
	padding-bottom: 20px;
	margin-top: 100px;
	overflow: hidden;
}

/** Portfolio **/

.portfolio {
	margin-left: 50px;
	width: 900px;
	background: none;
	padding-bottom: 20px;
	margin-top: 100px;
	overflow: hidden;
}

/** Title **/

.title {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	overflow: hidden;
}

.title h2 {
	font: bold 48px Arial, Helvetica, sans-serif;
	color: #fff;
}

/** portfolio item **/

.portfolio-item {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
	position: relative;
}
.portfolio-item img {
	width: 200px;
	height: 114px;
}
.portfolio-description {
	padding: 10px;
	background: #000;
	width: 290px;
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.portfolio-description * {
	margin-bottom: 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none; 
	color: #fff;
}

/** Tekst **/

.tekst {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
	
}

.tekst h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #fff;
}

.tekst h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #0FF;
	text-decoration: none; 
}

.tekst h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 15px;
	float: right;
	color: #fff;
}

.tekst img{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}


/** GoTo **/

.goto {
	width: 120px;
	height: 20px;
	background: #ff0;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
}

.goto h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

.goto h2 a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none; 
	color: #000;
}

/** item **/

.item {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 20px;

}

.item img {
	float: left;
}

.info {
	float: left;
	width: 200px;
	background: #ff0;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	overflow: hidden;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none; 
	color: #000;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #fff;
	font: bold 15px Arial, Helvetica, sans-serif;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	font: Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #000;
	background: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	font: bold 14px Arial, Helvetica, sans-serif;
	display: none;
	padding: 5px 0px;
	color: #900;
}

p#submit {
	text-align:right;
}

p#success {
	font: Arial, Helvetica, sans-serif; 
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

		/** Background **/

		
		*{
			margin:0;
			padding:0;
		}
		a{
			color:#fff;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#content{
			margin:0px auto;
			height:2000px;
			width:100%;
			z-index: 3;
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color: #000;
			font: 18px "Helvetica Neue", Arial, sans-serif;
			font-weight: bold;
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			float: left;
			margin-top: 2px;
			margin-left: 20px;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
/* ---------- Navigation ---------- */


#top_bar {
	background: #000;
	height: 20px;
	color: #000;
}
#nav_container {
	width: 90%;
	float: left;
	margin-left: 70px;
	
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	z-index: 9999;
	float: right;
	position: relative;	
}
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1em;
	 
}
#nav a:link, #nav a:visited{
    display: block;
    padding: 2px 7px;
    text-decoration:none;
	text-transform: uppercase;
}
#nav a:hover {
	background: #ff0;
	color: #000;
}

#nav a:active{
	background: #ff0;
	color: #000;
}

#nav .on{
	background: #ff0;
	color: #000;
}

#nav li{
    float:left;
    position:relative;
}
#nav ul {
    position:absolute;
	width: 8em;
    display:none;	
	z-index: 1;
}
#nav li ul a {
	display: block;
    float:left;
	background: #000;
}
#nav li ul a:hover {
	background: #FF0;
}
#nav ul ul{
	top:auto;
}	
#nav li ul ul {
    left:11.3em;
    margin:10px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	z-index: 9999;
	float: left;
	color: #FFF;
	position: relative;	
}

#logo a:link, #logo a:visited{
    display: block;
    padding: 2px 7px;
    text-decoration:none;
	text-transform: uppercase;
}
#logo a:hover {
	background: #ff0;
	color: #000;
}

#logo a:active{
	background: #ff0;
	color: #000;
}







