/* "UNIVERSAL" */
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	background: #2d1c2f;
//	background: #4d2c4f;
}

img {
	border: none;
}

ol li { padding-bottom:1em; }

.font_header {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.font_set1 {
	color: #fff;
	font-size: 12px;
}

.font_sub_header {
	font-weight: bold;
	font-size: 14px;
}

.font_sub_header_alt {
	font-weight: bold;
	font-size: 14px;
	color: #7362b2;
}

.font_warning {
	color: #f00;
	font-weight: bold;
}

.toprow { background: #7362b2; }

	/* FORMS */
	.input_focus {
		background: #d8ea14;
	}
	
	.input_warning {
		background: #f00;
	}

/* CONTENTS */
#content {
	background: url('../images/content_bg.gif') repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 22px;
	width: 706px;
}

#content_table td {
	vertical-align: top;
}

#content_table {
	color: #fff;
}

#content_table a:link, a:visited{
	text-decoration: none;
	color: #05b9f4;
}

#content_table a:hover {
	color: #f60;
}

/* WRAPPERS */
#top_wrapper {
	background: #fff;
	width: 100%;
}

#bottom_wrapper {
	background: #2d1c2f;
	width: 100%;
	height:100%;
}

/* TOP BANNER */
#top_banner {
	margin-left: auto;
	margin-right: auto;
	background: url('../images/topBanner2.jpg');
	width: 710px;
      height: 213px;
}

#top_banner a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#top_banner a:hover {
	color: #f60;
}

#nanolux_logo {
	float: left;
	position: relative;
	top: 15px;
	left: 30px;
}

#top_links {
	float: right;
	position: relative;
	right: 25px;
}

/* NAV BAR */
#nav_bar_wrapper {
	background: url('../images/navbar.gif');
	width: 706px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 22px;
}

#nav_bar {
	position: relative;
	top: 10px;
	right: 15px;
	font-size: 11px;
}

#nav_bar img {
	vertical-align: middle;
}

#nav_bar a:link, a:visited {
	color: #c3a5c6;
	text-decoration: none;
	font-weight: bold;
}

#nav_bar a:hover {
	color: #fff;
}

#nav_bar ul {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #444;*/
	list-style: none;
}

#nav_bar li {
	margin: 0;
	padding: 5px;
	width: 100px;
	text-align: center;
	/*background-color: #000;*/
	cursor: pointer;
}

/* these are the LIs that only belong to submenu*/
#nav_bar ul li{
	border: 1px solid #555;
	background: #633565;
}

/* FOOTER */
#footer {
	width: 100%;
	text-align: center;
	color: #9c6b9c;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #c3a5c6;
}