@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#000000;
	background-image:url(../images/background01.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

body a:link, body a:visited, body a:active {
	color:#999999;
	text-decoration:underline;
}

body a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

table a:link, table a:visited, table a:active {
	color:#999999;
	text-decoration:none;
}

table a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#top_container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#logo {
	width:797px;
	height:85px;
	margin-left:1px;
	background-image:url(../images/essentialnoises.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#menu {
	width:797px;
	height:26px;
	margin-left:1px;
	background-image:url(../images/menubar.jpg);
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#999999;
	text-decoration:none;
}

#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#menu_text_main {
	padding-top:6px;
	float:left;
}

#menu_text_right {
	padding-top:6px;
	float:right;
}

#main_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:780px;
}

#home_welcome {
	float:left;
	margin:10px;
	width:290px;
}

#home_news {
	float:left;
	margin:10px;
	width:270px;
	border:1px solid #333333;
	background-color:#111111;
}

#home_products {
	float:left;
	margin:10px;
	width:150px;
	border:1px solid #333333;
	background-color:#111111;
}

#home_newsletter {
	float:left;
	margin:10px;
	width:442px;
	border:1px solid #333333;
	background-color:#111111;
}

#copyright {
	float:left;
	margin:10px;
	width:760px;
}

#registrationdone {
	position:relative;
	left:130px;
	top:50px;
	margin:10px;
	width:500px;
	border:1px solid #333333;
	background-color:#111111;
}

#footer {
	width:100%;
	margin-top:20px;
	float:left;	
	color:#333333;
	font-size:9px;
	text-align:center;
}

.title {
	height:16px;
	padding-top:2px;
	background-color:#222222;
	background-image:url(../images/windowtitle.jpg);
	border-bottom:1px solid #333333;
	color:#DDDDDD;
}

.content {
	margin:10px;
}

.page_title {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #333333;
}

.input_long {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000000;
	border:1px solid #333333;
	width:300px;
	color:#9999FF;
}

.input_short {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000000;
	border:1px solid #333333;
	width:50px;
	color:#9999FF;
}

.indent {
	padding-left:15px;
	padding-right:15px;
}

