/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body, p, td, table, div, fieldset, form,
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; color: black; }

body {
	position:relative;
	background: transparent url(../gfx/acme/bg.jpg) repeat top left;
	min-width: 1003px;
}

#b1 {
	background: transparent url(../gfx/acme/header.jpg) no-repeat top left;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 400px;
	z-index:1;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 16px;
}



a {
	color: #e56801;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 12px;
}

#outer{
	min-height:100%;
	margin:0 250px 0 180px;
	z-index:2;
	position: relative;
}

* html #outer{height:100%;} /*IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	z-index: 16;

}

#buttons {
	width: 216px;
	height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../gfx/acme/buttons.jpg) no-repeat center top;

	z-index: 22px;

}

#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	left:-1px;
	padding-bottom:32px;/* clear footer*/

}

#right {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:right;
	margin-right:-249px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top:101px;/* to clear header*/
	left:1px;
	padding-bottom:42px;/* clear footer*/
}
 
#footer {
	width:100%;
	clear:both;
	height:30px;
	z-index: 7;
	text-align:center;
	position:relative;
	text-align: center;
	margin-top:-30px;/*drag footer from below the fold*/
}

#ffText {
	margin: 0 auto;
	position: relative;
	font: 11px Tahoma;
	top: 0;
	padding-top: 9px;
	z-index: 11;
	background: transparent url(../gfx/acme/line.jpg) no-repeat center top;
}


#ffText a {
	color: black;
}

#ffBg {
	background: transparent url(../gfx/acme/footer.jpg) no-repeat right bottom;
	width: 392px;
	height: 142px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}








#centrecontent {
	float:right;
	width:100%;
	position:relative;
	padding-bottom:100px;/* clear footer*/
	margin-left:-1px;
	z-index: 15;
}

#subc {
	font: 11px Tahoma;
	color: black;

	position: relative;

}


#langs {
	position: absolute;
	right: 90px;
	top: 10px;
}

#langs a {
	font: 13px Tahoma;
	color: white;
	font-weight: bold;
}

#langs a.active {
	color: #e56801;
}

.btn1 img,
.btn2 img{
	width:100%;
	height:100%;
	border: 0;
}

.btn1,
.btn2 {
	width: 29px;
	height: 29px;
	display: block;

	position: absolute;
	
}

.btn1 {
	right: 40px;
	top: 3px;
}
.btn2 {
	right: 10px;
	top: 3px;
}
.stitle {
	font: 14px Tahoma;
	font-weight: bold;
	margin-left: 12px;
}
.stitle2 {
	font: 14px Tahoma;
	font-weight: bold;
	margin-left: 0;
	left:-4px;
	position:relative;
}
h1#title {
	padding-bottom: 0;
	font-size: 18px;
	margin-right: 200px;
	background: transparent url(../gfx/acme/title2.jpg) no-repeat left bottom;
}

.outerwrap {
	float: left;	
	width: 100%;
	padding-top:101px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}



#errr {
	width: 400px;
	font: 16px Arial;
	padding: 100px;
}



#logolinnk {
	width: 150px;
	height: 40px;

	left: 130px;
	top: 1px;
	z-index: 444;
	position: absolute;
}





#subc {
	margin: 12px 25px 0 25px;
	text-align: justify;
}





#mm {
	width: 100%;
	height: 49px;
	top: 37px;
	left: 0;
	position: absolute;
	z-index: 3;

}

#mm div {
	height: 49px;
	position: relative;
	margin-left: 310px;
	background: url(../gfx/acme/menu_bg.jpg) repeat-x top left;
}





#subc #iko {
	position: absolute;
	left: -80px;
	top: 26px;
}