/* ------------------------------------
   General EasyMax Stylesheet
--------------------------------------- */

body {text-align: center;}
html, body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#container {
	width: 784px;
	height: 136px;
	text-align: left; 
	margin: auto; 
	position: absolute;
	left: 50%;
	margin-left: -392px; /* half of width */
	background: url(/nr/templates/images/easymax/bg.jpg) no-repeat;
}

/* Logo */
#enmax {
	position: absolute;
	width: 116px;
	margin-top: 23px;
	margin-left: 15px; 
}
#corp-nav {
	position: absolute;
	width: 450px;
	height: 27px;
	margin-top: 28px;
	margin-left: 275px;
}
#resize {
	position: absolute;
	width: 30px;
	height: 15px;
	margin-top: 33px;
	margin-left: 730px;
}
#customer-menu {
	position: absolute;
	width: 784px;
	height: 58px;
	margin-top: 79px;
	/*background: url(/nr/templates/images/easymax/bg-customer-menu.jpg) no-repeat;*/
}
#res {
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	width: 139px;
	height: 34px;
}
#sb {
	position: absolute;
	margin-left: 154px;
	margin-top: 15px;
	width: 139px;
	height: 34px;
}
#phone {
	position: absolute;
	margin-left: 374px;
	margin-top: 27px;
	width: 380px;
	height: 12px;
}

/* Content div */
#content {
	position: absolute;
	width: 766px;
	height: 415px;
	color: #000;
	margin-left: 12px;
	margin-top: 136px;
}
#content-nopadding {
	position: absolute;
	width: 766px;
	height: 415px;
	color: #000;
	margin-left: 0px;
	margin-top: 136px;
}

#content-flash {
	position: absolute;
	width: 766px;
	height: 415px;
	color: #000;
	margin-left: 12px;
	margin-top: 136px;
	background: url(/nr/templates/images/template-home/bg-flash.jpg) no-repeat;
}

/* Flash */
#flash {height: 415px;}

/* Footer */
#footer {
	width: 734px;
	position: relative;
	margin: 14px 10px 10px 10px;
	color: #330000;
}
#footer a {
	color: #cc6600;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Left Nav */
#leftNav {list-style: none; padding: 0; margin: 0;}
#leftNav li {
	list-style: none; padding: 0; margin: 0;
	line-height: 0;/* IE 6 PC Fix */
	display: inline;/* IE 6 PC Fix */
}
#leftNav li a { 
	display:block;
	padding: 3px 0 3px 12px;
	line-height: 1em;
	font-size: 11px;
	background: url(/nr/templates/images/easymax/nav-arrow.gif) 0 6px no-repeat;
}
#leftNav li.on a { 
	color: #fc0;
	font-weight: bold;
	background: url(/nr/templates/images/easymax/nav-arrow-over.gif) 0 6px no-repeat;
}
