* {margin:0; padding:0;}
html {
	font-family:Arial, sans-serif;
	font-size:14px;
}
#wrap {
	padding-top:245px;
/*	position:relative;*/
}
/* Header */
#header {
	position:absolute;
	left:0;
	top:0;
	height:90px;
	width:100%;
	background:url(images/header.jpg) repeat-x left bottom;
	padding:20px 0 110px 0;
}
#header a {
	color:#000;
}
#logo {
	width:200px;
	height:40px;
	margin-left:50px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ED145B;
	text-decoration:none;
	overflow:hidden;
	display:block;
	float:left;
	line-height:20em;
	background:url(images/logo.gif) no-repeat left top;
}
#desc, #header #contact {
	float:left;
	width:30%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}
#desc span, #contact span {
	display:block;
	margin-bottom:5px;
}
#header #contact {
	width:280px;
	float:right;
	text-transform:none;
}
/* menu */
#menu {
	float:left;
	display:block;
	margin-left:30px;
	width:180px;
	color:#000;
	z-index:10;
	color:#000;
}
#menu li {
	padding:5px 0 5px 20px;
	margin-bottom:5px;
	list-style:none;
	display:block;
	background:url(images/menu-bullet.gif) no-repeat 5px 9px;
}
#menu a {
	color:#595959;
	text-decoration:none;
	font-weight:normal;
}
#menu a:hover {
	text-decoration:underline;
}
#menu .active {
	background:#f0f0f0 url(images/menu-bullet-active.gif) no-repeat 5px 9px;
	padding:5px 10px 5px 20px;
	/*margin-bottom:8px;*/
}
#menu .submenu {
	font-size:12px;
	display:none;
	font-weight:bold;
	color:#595959;
}
#menu .submenu li {
	padding: 0 0 0 8px;
	margin-top:10px;
	margin-bottom:0px;
	background:url(images/submenu-bullet.gif) no-repeat left 4px;
}
#menu .active .submenu {
	display:block;
	padding-bottom:3px;
}
/* content */
#content {
	padding:5px 320px 0 0px;
	margin-left:250px;
	position:relative;
}
.short-content {
	padding-right:120px !important; 	
}
.wide {
	margin-right:-200px;
}
#content img {
	margin:0 1px 5px 0;
}
#content h1 {
	font-size:24px;
	font-weight:normal;
	color:#333;
}
#content h3 {
	font-size:16px;
	color:#333;
}
#content h2 {
	font-size:20px;
	color:#333;
}
#content h1, 
#content p, 
#content h2, 
#content h3, 
#content ul {
	margin-bottom:10px;
	overflow:hidden;
}
#content b {
	font-weight:normal;
}
#content p+h1 {
	margin-top:30px;
}
#content p+h3 {
	margin-top:20px;
}
#content p, 
#content ul {
	line-height:1.5em;
}
#content blockquote,
#content ul {
	padding-left:2em;
}
#content p.nowrap {
	clear:both;
} 
#content img {
	border:1px solid #666;
}
#content img.right {
	position:absolute;
	right:30px;
}
#content img.inleft {
	margin:0 10px 10px 0;
	float:left;
}
#content table {
	border-left:1px solid #666;
	border-top:1px solid #666;
	margin-bottom:10px;
}
#content td,
#content th {
	padding:10px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.xls {
	padding-left:20px;
	background:url(images/xls.png) no-repeat left top;
}
/* footer */
#footer {
	clear:both;
	padding-top:30px;
	color:#818181;
}
.region {
	line-height:1.3em;
	float:left;
	margin-right:50px;
	width:15%;
}
.region strong {
	font-weight:normal;
	color:#ED145B;
}
#footer .left {
	margin-left:250px;
}
#footer a {
	color:#818181;
}

#copyright {
	clear:both;
	padding:40px 0 10px 250px;
	font-size:12px;
}
#copyright span {
	margin-top:5px;
	display:block;
	width:300px;
}
#copyright span.f {
	width:auto;
}
#counters {
	margin-top:20px;
}
#madein {
	width:280px;
	float:right;	
}

/* ie6 hacks */
* html #logo {
	margin-left:25px;
}
* html #menu {
	margin-left:15px;
}
* html #footer .left {
	margin-left:125px;
}
.zag {
	font-size:20px;
	font-weight:normal;
	color:#333;
}

#content table .new {
	border:0px;
	margin-bottom:10px;
}
#content td .new,
#content tr
 {	
	border:0px;
	}