* {
	margin: 0;
	padding: 0;
}



img {
	border: 0;
	vertical-align: top;
	text-align: left;
}
ul, ol {
	list-style: none;
}


a {
	outline: none;
	color: #b10d27;
}
a:hover {
	text-decoration: none;
}
html {
	min-width: 740px;
}
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
	width: 740px;
	
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */ 

}



#content {
	background: #ffffff;
	height: 100%;
	text-align:left; /* for IE */
	
	#width: 100%;
	padding-top: 15px; 
	padding-left: 55px; 
	padding-right: 65px; 
	padding-bottom: 15px; 
}
 
#main-bg-top {
	background: url(images/easyware_logo_consult.jpg) no-repeat 0% 0%;
}
#main-bg-bot {
	background: url(images/main-bg-bot.jpg) no-repeat 0% 50%;
	#width: 100%;
	height: 10px;
}
#main {
	width: 740px;
	margin: 0 auto;
	font-size: 0.75em;
}
#header {
	position: relative;
	height: 158px;
}
#navi {
	background: url(images/navi.jpg) no-repeat 0% 0%;
	width: 740px;
	height: 38px;
	#position: absolute;
}
#navi ul {
	width: 100%;
	overflow: hidden;
}
#navi ul li {
	background: url(images/navi-divider.gif) no-repeat 100% 0%;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 2px 0 0;
	font-size: 1.1em;
	color: #fff;
}
#navi ul li a {
	display: block;
	width: 100px;
	height: 38px;
	float: left;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#navi ul li a strong {
	font-weight: normal;
}
#navi ul li a:hover strong {
	font-weight: bold;
}
#navi ul li.extra a {
	width: 100px;
}
#navi ul li a:hover {
	font-weight: bold;
}
#navi ul li.act {
	background: url(images/navi-divider-act.gif) no-repeat 100% 0%;
}
#navi ul li.act a {
	background: url(images/navi-act.gif) repeat-x 0% 0%;
}
#navi ul li.act a span {
	background: url(images/navi-act-left.gif) no-repeat 0% 0%;
	display: block;
	height: 58px;
}
#navi ul li.act a strong {
	background: url(images/navi-act-right.gif) no-repeat 100% 0%;
	display: block;
	height: 58px;
	font-weight: normal;
}
#navi ul li.act a:hover {
	font-weight: normal;
}

