/* @override http://designmanila.com/ndxz-studio/site/blackwood/style.css */

/* @override http://designmanila.com/ndxz-studio/site/sleek/style.css */

/* @override 
	http://designmanila.com/ndxz-studio/site/gunmetal/style.css
	http://designmanila.com/ndxz-studio/site/sleek/style.css
*/

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

body {
	font-size: 11px;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, Verdana;
	background-color: #1b1714;
	color: #928865;
	text-shadow: #fff 0px 0px 0px;
	word-spacing: -1px;
	background-image: url(/ndxz-studio/site/blackwood/dm_bg.jpg);
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #ccbe96;
	display: inline;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #ccbe96;
}
a:visited {
	text-decoration: none;
	color: #a89e7e;
	display: inline;
}
a:hover {
	background-color: #524b49;
	display: inline;
	color: #fafdc8;
}

a img {
	border-style: none;
}

#menu {
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 11px;
}

div#logo {
	background-image: url(/ndxz-studio/site/blackwood/dm_logo.png);
	width: 141px;
	height: 101px;
	display: block;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #797158;
	line-height: 16px;
}

#content {
	height: 100%;
	top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	margin-top: 0px;
	line-height: 18px;
}

.container {
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

#content p {
	width: 500px;
	margin-bottom: 15px;
	line-height: 15px;
}

p {
    margin: 0 0 5px 0;
}

h1 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:16px;
	color: #a79e72;
	line-height:20px;
	margin: 0px;
	padding: 0px 0px 20px;
}
h2 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:14px;
	color: #958966;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: capitalize;
}
h3 {
	width:470px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size:12px;
	color: #a1946e;
	line-height:18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h4 { font-size: 12px; }

#img-container	{
	margin-top: 30px;
}
#img-container p	{
	width: 400px;
	margin-top: 30;
	font-size: 9px;
	padding: 0 0 30px;
}

#once { clear: left; 
}
.footer {
	font-size: 9px;
	color: #645d43;
}