/*------------------------------------------------------------------
[Master Stylesheet]

Author: www.3NBdesign.com
Version:	1.0
Last change:	08/09/08

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
	2. Main
		3. Page Wrap / #page-wrap
			4. Header / #header
				4.1. Top / #top
				4.2. Splash / #splash
			5. Main Menu / #nav-main
			6. Sidebar / #sidebar
				6.1. Sub Menu / #nav-sub
			7. Content / #content
				7.1 Detail / #detail
			8. Footer Wrap / #footer-wrap
				8.1 Footer / #footer
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
/* Resets, Basic Setup, Basic Typography */

* {padding: 0; margin: 0;}
html {overflow-y: scroll;}
body {background: #0b0b0b url(../images/1html-bg.gif) repeat; color: #666;	font: normal 14px/20px Verdana, Tahoma;	line-height: 1.4;	margin: 0;	padding: 0;	min-height: 500px;}
ul {list-style: none; margin: 0; padding: 0;}
p {font: 1.3em/1.3em; margin-bottom: 1.3em;}
a {outline: none;}
a img {border: none;}

/* ------------------------------------------ */
/* Wrapper */
#wrapper {
	margin: 0 auto;
	width: 920px;
}
/* ------------------------------------------ */
/* Header */
#header {
	color: #aaa;
	width: 900px;
	float: left;
	padding: 10px;
	height: 100px;
	margin: 10px 0 0 0;
	background: #0b0b0b url(../images/header-bg.gif) no-repeat;
}
/* ------------------------------------------ */
/* Nav */
#nav {
	float: left;
	width: 100%;
	color: #666;
	padding: 5px 0 0 0;
	margin: 0;
	background: #0b0b0b url(../images/nav-bg.gif) no-repeat;
}
/* Main-Nav */
#main-nav {
	float: right;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #9FB1BC;*/
}
#main-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#main-nav a:link, #main-nav a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 12px 12px;
	text-decoration: none;
	color: #333;
}
#main-nav a:link.current, #main-nav a:visited.current, #main-nav a:hover {
	color: #aaa;
	background: url(../images/pyramid1.gif) no-repeat bottom center;
}
/* ------------------------------------------ */
/* Topic */
#topic {
	float: left;
	width: 900px;
	color: #666;
	padding: 10px;
	margin: 0;
	background: #0b0b0b url(../images/topic-bg.gif) no-repeat;
}
/* ------------------------------------------ */
/* Content */
#main {
	color: #ccc;
	margin: 0;
	padding: 10px;
	height: 450px;
	width: 580px;
	float: left;
	background: #0b0b0b url(../images/main-bg.gif) no-repeat;
}
#sidebar {
	float: left;
	color: #666;
	margin: 0;
	padding: 10px;
	zheight: 450px;
	width: 300px!important;
	width: auto;
	background: #0b0b0b url(../images/sidebar-bg.gif) no-repeat; 
}
#sidebar li a.work:link, #sidebar li a.work:visited {
	height: 20px;
	color: #666;
	display: block;
	text-decoration: none;
	padding: 0 0 2px 5px;
	font-weight: normal;
}
#sidebar li a.work:hover {
	color: #ccc;
	background-color: #333;
	font-weight: bold;
}

/* ------------------------------------------ */
/* Note */
#note {
	clear: both;
	font-size: 11px;
	color: #666;
	background: #0b0b0b url(../images/note-bg.gif) no-repeat;
	margin: 0;
	padding: 5px;
}
#note h2 {
	text-decoration: underline;
	font-size: 13px;
	margin: 0 0 15px 0;
}
#process {
	padding: 10px;
}
#process ol li {
	margin: 0 0 10px 30px;
	list-style: decimal outside;
}
/* ------------------------------------------ */
/* Footer */
#footer {
	height: 100px;
	clear: both;
	color: #666;
	background: #0b0b0b url(../images/footer-bg.gif) no-repeat;
	margin: 0;
	padding: 10px;
}

