/* @override http://www.salasai.co.nz/main-website/ndxz-studio/site/salasai/style.css */

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

body {
	background: #fff url(/main-website/furniture/bg4.jpg) no-repeat fixed;
	color: #000;
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

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

a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
a:visited { color: #000;
	text-decoration: none;
}
a:hover {
	background-image: url(/main-website/furniture/content-bg.png);
	color: #fff;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;
}

a img {
	float: left;
	padding-right: 10px;
	border-style: none;
	padding-bottom: 10px;
}

#menu {
    width: 290px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;

}

#menu ul {
	list-style: none;
	line-height: 1.6em;
}

#menu ul li.section-title {
	color: #000;
	font-weight: bold;
}

#content {
    height: 100%;
    top: 100;
	margin-left: 280px;
	padding-top: 50px;
}

#ref {
	bottom:0;
	position:fixed;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color:;
	float: left;
	background-image: url(/main-website/furniture/content-bg.png));
	clear: left;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color:;
	-moz-border-radius: 9px 9px 9px 9px;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color:;
	-moz-border-radius: 9px 9px 9px 9px;
}
.container {
    padding: 5px 5px 1px 30px;
}
.mcontainer {
    padding: 5px 5px 1px 30px;
}

#content p { width: 800px; margin-bottom: 9px;
	line-height: 1.5em;
	padding: 5px;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}

p {
	margin: 0 0 19px;
}

h1 { font-size: 32px; }
h2 {
	color: #fff;
	background-image: url(/main-website/furniture/content-bg2.png);
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	text-indent: 5px;
	border: 4px solid #000;
}
h3 { font-size: 14px;
}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 300px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }