/* NZEFI.com stylesheet */
body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
.preload { width: 0; height: 0; margin: 0; padding: 0; }
/* left-aligned stuff */
#header, #leftlogo
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#header
{
	width: 100%;
	height: 132px;
	background-image: url('fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
#leftlogo
{
	width: 315px;
	height: 132px;
	background-image: url('header.gif');
	background-repeat: no-repeat;
}

/* right-aligned stuff */
h1, #nav
{
	position: absolute;
	right: 0;
	top: 0;

	margin: 0;
	padding: 0;
}
h1
{
	width: 431px;
	height: 98px;

	text-indent: -9999px;
	background-image: url('com.gif');
	background-repeat: no-repeat;
}
#nav
{
	top: 98px;
	width: 557px;
	height: 34px;

	background-image: url('bg_repeat-y.gif');
	background-repeat: repeat-y;
}

/* navigation controller */
#nav ul
{
	margin: 0;
	padding: 0;
	font-size: 8pt;
	
}
#nav ul li { display: inline; }
#nav ul li a
{
	display: block;
	float: left;
	height: 34px;
	text-decoration: none;
	text-indent: -9999px;
}
#nav #home a { width: 65px; background-image: url('nav/homeA.gif'); }
#nav #services a { width: 93px; background-image: url('nav/servicesA.gif'); }
#nav #techarticles a { width: 135px; background-image: url('nav/articlesA.gif'); }
#nav #gallery a { width: 84px; background-image: url('nav/galleryA.gif'); }
#nav #forums a { width: 77px; background-image: url('nav/forumsA.gif'); }
#nav #products a { width: 103px; background-image: url('nav/productsA.gif'); }

#nav #home a:hover { background-image: url('nav/homeG.gif'); }
#nav #services a:hover { background-image: url('nav/servicesG.gif'); }
#nav #techarticles a:hover { background-image: url('nav/articlesG.gif'); }
#nav #gallery a:hover { background-image: url('nav/galleryG.gif'); }
#nav #forums a:hover { background-image: url('nav/forumsg.gif'); }
#nav #products a:hover { width: 103px; background-image: url('nav/productsG.gif'); }


/* content */
#container
{
	margin-left: auto;
	margin-right: auto;
	clear: both;

	/*position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -300px;*/

	width: 600px;

	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #EFEFEF;
}

#redbar
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 135px;
	width: 620px;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	height: 8px;
	background-color: #DD0000;
	font-size: 1px;
}

/* footer */
#lownav, #footer
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	clear: both;
	text-align: center;
}
#lownav
{
	margin-top: 20px;
	height: 16px;
	font-size: 8pt;
	font-weight: normal;
	color: #AAAAAA;
	
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
#lownav a { color: #AAAAAA; text-decoration: none; }
#lownav a:hover { color: #888888; text-decoration: underline; }
#lownav ul
{
	margin: 0;
	padding: 0;
}
#lownav ul li
{
	list-style: none;
	display: inline;
	margin: 0 10px;
	padding: 0;
}
#footer
{
	height: 30px;
	border: 1px solid #996666;
	border-bottom: none;
	
	line-height: 26px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	background-color: #CC0000;
	color: #FFCCCC;
}
#footer a:link {
	color: #FF9999;
}
#footer a:visited {
	color: #FF9999;
}
#footer a:active {
	color: #FF9999;
}
#footer a:hover {
	color: #FFFFFF;
}

/* upload */
form table
{
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
form table td
{
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
form table .infotip
{
	font-size: 8pt;
}
form input
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333333;
	padding: 1px;
}
form input:focus, form input.sffocus
{
	border-color: #CC0000;
	background-color: #FFFFFF;
}
.red { color: #CC0000; }
.blue { color: #0000CC; }