/* NeoSteamer CSS       //
// Designed by Dace     //
// Website: saivias.com //
// Copyright 2008       //
// All Rights Reserved  //
////////////////////////*/

/* Link Colors and Styles */

	.flink a:link, a:visited {text-decoration: none; color: #ffffff;}
	.flink a:hover, a:active {text-decoration: none; color: #ffffff;}

	.clink a:link, a:visited {text-decoration: none; color: #bedee1;}
	.clink a:hover, a:active  {text-decoration: none; color: #bedee1;}

a img
{
	border:		none;
}

body
{
	margin:			0px;
	padding:		0px;
	text-align:		left;
	background:		#000000;
}

div
{
	margin:			0px;
	padding:		0px;
}

div.nsContainer
{
	height:			auto;
	width:			1000px;
	margin:			auto;
	background:		url(/siteimages/neosteam/bg.gif);
	background-repeat:	repeat-y;
	background-position:	right;
}

div.nsBanner
{
	height:			400px;
	width:			950px;
	background:		url(/siteimages/neosteam/banner.png);
	text-align:		left;
}

div.nsNav
{
	height:			29px;
	width:			450px;
	padding-top:		282px;
	margin-left:		200px;
	text-align:		left;
}

.navlist
{
	margin:		0;
	padding:	0;
}
.navlist ul
{
	margin:		0;
	padding:	0;
	display:	inline;
}

.navlist ul li
{
	display:	inline;
	list-style:	none;
	padding-left:	0;
	margin-left:	0;
	height:		29px;
}

div.nsBodyBG
{
	height:			auto;
	min-height:		800px;
	width:			950px;
	background:		url(/siteimages/neosteam/contentbg.gif);
}

div.nsMiddleContainer
{
	height:			auto;
	min-height:		800px;
	width:			905px;
	margin-left:		45px;
	text-align:		left;
}

/*----- Footer ----*/

div.nsFooter
{
	height:			100px;
	width:			905px;
	margin-left:		45px;
	margin-top:		10px;
	background:		url(/siteimages/neosteam/footer.gif);
	text-align:		right;
	font:			14px Verdana;
	color:			#ffffff;
	overflow:		hidden;
}

div.nsFooterValidation
{
	height:			60px;
	width:			auto;
	margin-left:		40px;
	text-align:		left;
	color:			#808080;
	float:			left;
}

div.nsFooterContent
{
	height:			60px;
	width:			auto;
	margin-top:		25px;
	padding:		5px;
}
