/* @override http://www.mopo.no/ndxz-studio/site/mopo_style/style.css */

/* @override http://www.mopo.no/ndxz-studio/site/mopo_style/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Ernst Foyn
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFFFFF;
	color: #666666;
	line-height: 13px;
	margin-bottom: 50px;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #3f3f3f;
}
a:active { text-decoration: none; color: #3f3f3f; font-style: normal;}
a:visited { text-decoration: none; color: #7f7f7f; }
a:hover { color: #3f3f3f; font-weight:bold;

}

a img { border: none; }

#menu {
	background-color: transparent;
	bottom: 0;
	line-height: 1;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	left: 40px;
	top: 51px;
	width: 190px;
	height: 700px;
}

#menu .container {
	background-color: transparent;
	width: 190px;
}

#menu ul {
	background-color: #FFFFFF;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0px;
	color: #666666;
	text-align: left;
	line-height: 15px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#menu ul li.active a:link, #menu ul li.active a:visited { 
	color: #f6b4e4;
	font-weight: bold;
}

#menu p a { background: transparent; } 

#title {
	background-color: transparent;
	margin: 0 0 0;
	padding: 0;
}

#menu ul li.section-title {
	color: #666666;
	text-transform: uppercase;
	
}

#content {
    height: 100%;
	margin: 0px 10px 0px 256px;
	top: 0;
}


#content .container {
	background-color: transparent;
	width: 618px;
	padding-top: 56px;
}

#content p { 
	width: 600px;
 }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 12px;
	text-transform: uppercase;
	font-weight:normal;
	border-bottom: solid;
	border-bottom-width: thin;
	margin-bottom: 2px;
	margin-top: 4px;
	min-width: 600px;
	 } /*header text */
h2 {  font-size: 12px;
	text-transform: uppercase;
	font-weight:normal;
	border-bottom: solid;
	border-bottom-width: thin;
	margin-bottom: 10px;
	margin-top: 30px;
	min-width: 776px;
	 } /*header text 2nd paragraphs*/
h3 { font-size: 16px;
	display: inline;
	color: #f6b4e4;
	line-height: 1.5em;
}
h4 { font-size: 12px;
	color: #f6b4e4;
	display: inline;
	line-height: 1em;
}
h5 { 
	font-size: 8px;
	color: #7f7f7f;
	z-index: 4;
	padding-top: 571px;
}  /* design by... */


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0, 25px, 0, 0; }

#slider.stripViewer ul li p.caption {
	position: absolute;
	top: 486px;
	left: 1px;
	background-color: rgba(96,96,96,0.05);
	padding-left: 7px;
	color: #f6b4e4;
	width: 400px;
}

#once { clear: left; }
