/* @override http://www.plasticstrip.no/ndxz-studio/site/sample/style.css */

/* @override http://www.plasticstrip.no/ndxz-studio/site/sample/style.css */

/* @override http://www.plasticstrip.no/ndxz-studio/site/eatock/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: ;
	padding: 0 ;
}

body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #fff fixed;
	text-transform: none;
}

body.section-1 {
	margin-top: 120px;
}
body.section-2 { }
body.section-3 { }

a:link {
	color: black;
	font-variant: normal;
	line-height: 18px;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
}
a:visited { text-decoration: none; color: black;
	font-style: italic;
}
a:hover { text-decoration: underline;
	color: #fff;
	background-color: #bd0900;
}

a img { border: none;
	list-style-image: url(http://www.plasticstrip.no/files/logosmall.png);
}

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	border-top-style: hidden;
	border-right-style: dotted;
	border-right-width: 1px;
	opacity: 1;
}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	text-transform: uppercase;
	font: bold 11px Arial;
	white-space: normal;
	color: black;
}

#content {
    height: 100%;
    margin: 73px 0 0 258px;
    top: 0;
}

.container {
	padding-right: 45px;
	padding-top: 45px;
	padding-left: 45px;
}

#content p { width: 450px;
	margin-bottom: 14px;
}

p {
	margin-bottom: 19px;
	margin-left: 0;
	margin-right: 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }