@charset "UTF-8";

/*  CSS Document for nsha.com */
/*
***************************************************************************************

Title:			main.css
Browser(s): 	All 

Author: 		beourfriend (http://www.beourfriend.org)
Created: 		20.04.2010

***************************************************************************************
*/

* {
	padding:0px;
	margin:0px;
}


/* @group Background-Styles */
html{
	height: 100%;
	min-height: 100%; 
}
body {
	margin:0px; padding:0px;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif; //Futura
	color:#DDD;
	font-size:0.8em;
	line-height:1.2em;
	height: 100%;
	min-height: 100%;
}

img, a img{
	border: 0px;
}

hr{
	float: left;
	border: 2px #EEE solid;
	width: 860px;
	margin: 0px 10px 0px 10px;
	display: inline;
}

/* @end */

/* @group Text-Styles */

a {
	color:#FFF;
	text-decoration:none;
}

p { margin: 12px 0px 0px 0px; float: left; display: inline; width: 100%; line-height: 1.4em;}
p strong{
	font-size: 1.0em;
	//font-weight: 100;
}
.grey{
	color: #999;
}
.button {
	background-color: #000;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.button:hover {
	background-color: #FFF;
	border-bottom: 1px solid #000;
	color:#000;
	cursor: pointer;
}

/* @end */

/* @group fluid layout */
#Allcontent{
	min-height: 100%;
	height: auto;
	height: 100%;
	width: 100%;
	z-index: 9999;
	//background-color: red;
	background: none;
}
.container{
	margin-left: 40px;
	float: left;
	right: 0px;
	width: 70%;
	left: 20px;
	height: 100%;
	min-height: 100%;
	display: inline;
}
.container_float{
	margin-left: 40px;
	float: left;
	right: 0px;
	width: 700px;
	left: 20px;
	height: 100%;
	min-height: 100%;
	display: inline;
}

#background{
	min-height: 100%;
	height: auto;
	width: 100%;
	height: 100%;
	z-index: -999;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	overflow: hidden;
	background-position: top bottom;
}

#background img{
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	width: 100%;
}
#background .bgfade{
	opacity: 0.15;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
}
#background .bgpage1{
	opacity: 0.2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
}
#background .bgpage2{
	opacity: 0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
#background .bgpage3{
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
#background .bgpage4{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
#background .bgpage5{
	opacity: 1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

.nav_black{
	float: left;
	width: 170px;
	height: 315px;
	background-color: #000;
	margin-left: 40px;
	display: inline;
}
.nav_white{
	float: left;
	width: 170px;
	height: 315px;
	background-color: #FFF;
	margin-left: 40px;
	display: inline;
}
.inner{
	padding: 40px;
}
.spacer{
	height: 40px;
}
.spacer_nav{
	height: 70px;
}

/* @end */

/* @group slideshow */
#slideshow {
    min-height: 100%;
    height: auto;
    width: 100%;
    z-index: -999;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    overflow: hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	filter:alpha(opacity=0);
    width: 100%;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* @end */

/* @group about */
.about{
	width: 600px;
	position: absolute;
	float: right;
	padding: 150px 40px 0px 40px;
	overflow: hidden;
	color: white;
	bottom: 0px;
	top: 0px;
	
	
}

/* @group about */
.press{
	width: 600px;
	position: absolute;
	float: right;
	padding: 50px 40px 0px 40px;
	overflow: hidden;
	color: white;
	bottom: 0px;
	top: 0px;
	
	
}
/* @end */
/* @group atelier */
.atelier{
	width: 500px;
	position: absolute;
	float: right;
	padding: 20px 20px 0px 200px;
	overflow: hidden;
	color: white;
	bottom: 0px;
	top: 0px;
	//background-image: url(../images/bg_opacity_80.png);
}
/* @end */

/* @group collection */

.collection{
	width: 700px;
	float: left;
	padding: 5%;
	overflow: hidden;
	display: inline;
}

ul, ol {
    margin-left: 0;
    float: left;
    list-style: none;
    display: inline;
}

ul ul {
    margin-bottom: 0;
}


#wrap {
    position:relative;
    width:100%;
    top:0px;
    margin-left:0;
    margin-right:0;
    z-index: 100;
}

/* @end */

/* @group competition */

.competition{
	width: 600px;
	float: left;
	padding: 5%;
	padding-top: 100px;
	overflow: hidden;
	color: #FFF;
	display: inline;
}

input{
	background-color: #000;
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 7px;
	color: #FFF;
	width: 300px;
}
input:focus{
	background-color: #FFF;
	border-bottom: 1px solid #000;
	color: #000;
}
input:focus{
	outline: none;
}
.form .row{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	display: inline;
}
.form .left{
	float: left;
	width: 100px;
	padding-top: 5px;
	display: inline;
}
.form .right{
	float: left;
	width: 300px;
	display: inline;
}
.tank{
	position: absolute;
	display: inline;
	left: 730px;
	z-index: 9999;
	
}
.contact_new{
	width: 700px;
	float: left;
	padding-top: 10px;
	overflow: hidden;
	color: #FFF;
	display: inline;
	line-height: 1.4em;
}
/* @end */

/* @group contact */
.contact{
	width: 700px;
	float: left;
	padding-top: 25px;
	overflow: hidden;
	color: #FFF;
	display: inline;
}
.contact .left{
	float: left;
	width: 450px;
	text-align: right;
	display: inline;
}
.contact .right{
	float: left;
	width: 150px;
	padding: 8px 10px 10px 25px;
	display: inline;
}

.contactdetail div{
	display: none;
	position: absolute;
	line-height: 1.4em;
}

.contactdetail div.active{
	display: inline;
	position: absolute;
}

.contact .line{
	width: 700px;
	padding-top: 100px;
	float: left;
	border-bottom:1px solid #FFF;
	display: inline;
}
#dash, dash0, dash1, dash2, dash3, dash4{
	float: left;
	width: 41px;
	height: 99px;
	display: inline;
}
.dash0{
	background:url(../images/nav/dash0.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 41px;
	height: 99px;
}
.dash1{
	background:url(../images/nav/dash1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 41px;
	height: 99px;
}
.dash2{
	background:url(../images/nav/dash2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 41px;
	height: 103px;
}
.dash3{
	background:url(../images/nav/dash3.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 41px;
	height: 112px;
}
.dash4{
	background:url(../images/nav/dash4.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 41px;
	height: 160px;
}
/* @end */


.label{
	color: #FFF;
	text-align: left;
}

/*	updated by TPL 2010 08 31 */
.collection_protect{ padding-top: 20px; color: #FFF; width: 540px;}
.message {font-size: 13px; font-weight: bold; padding: 4px 6px;}
.info {background: #D4CFFF; color: blue;}
.error {background: #EFC2C2; color: red;}


