@charset "utf-8";
/*
==================================
Web design by UNORM - www.unorm.ch
==================================
*/
/* GENERAL */
body, html {
	text-align:center;
	vertical-align:top;
	margin:0;
	padding:0;
}
body {
	color:#555;
	background:#f5f5f5 url(Images/bg_pattern.gif) repeat top center;
}
ul,ol,li,h1,h2,h3,h4,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td,select,textarea {
	margin:0;
	padding:0;
}
a img,:link img,:visited img, img {
	border:none;
}
a,:link,:visited {
	text-decoration:none;
}
body,input,select,textarea {
	font-family:Arial, sans-serif;
	font-size:14px;
}
h1,h2,h3,h4,pre,code,td,body,textarea,input {
	line-height:21px;
	font-weight:normal;
}
ul,ol {
	list-style:none;
}
a.on {
	color:#555;
}
strong {
	font-weight:bold;
}

/* STRUCTURE */
#gradient {
	background:url(Images/bg_pattern_gradient.gif) repeat-x top center;
	padding:30px 0 10px 0;
}
#top {
	position:absolute;
	top:-1px;
	height:1px;
}
#page {
	width:770px;
	margin:0 auto;
	background:#fff url(Images/bg_page.gif) repeat-y center;
	border-bottom:1px solid #ddd;
	text-align:left;
}
#head {
	height:90px;
	margin-left:1px;
	padding-left:9px;
	background:url(Images/bg_head.gif) repeat-x top;
}
#head img, #head a img {
	display:block;
}
#logo {
	float:left;
	margin-top:20px;
}
#corner {
	float:right;
}
#body {
	clear:both;
	padding:0 20px;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
}

/* MENU */
#menu {
	float:left;
	width:160px;
	margin:0 20px 0 0px;
}
#menu ul {
	margin-bottom:20px;
}
#menu ul ul {
	margin:0;
	border-top:1px solid #ddd;
}
#menu ul li {
	border:1px solid #ddd;
	margin-bottom:2px;
	background:#fafafa url(Images/bg_menu_main.gif) repeat-x top;
}
#menu ul li ul li {
	border:0;
	margin:0;
	background:#fafafa;
	border-top:1px solid #e8e8e8;
}
#menu ul li a {
	display:block;
	padding:0 9px;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
}
#menu ul li ul li a {
	display:block;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	height:20px;/*be nice to WinIE6*/
}
#menu div {
	margin-bottom:20px;
	padding:9px;
	background:#fafafa;
	border:1px solid #ddd;
}
#menu h1 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
#menu p {
	font-size:12px;
	line-height:18px;
	margin-top:3px;
}

/* CONTENT */
#cont {
	float:left;
	width:750px;
}
#cont h1 {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	margin:28px 10px 0 0;
	padding-bottom:7px;
}
#cont h1.first {
	margin:0 10px 0 0;
}
#cont h2 {
	font-size:14px;
	font-weight:bold;
	margin:21px 10px 0 0;
}
#cont p, #cont ul, #cont table {
	margin:14px 10px 0 0;
	font-size:14px;
	line-height:21px;
}
#cont table {
	border-collapse:collapse;
}
#cont td {
	vertical-align:top;
	padding:0 10px 10px 0;
}
#cont li {
	padding-left:10px;
	background:url(Images/bg_bulletpoint.gif) no-repeat top left;
}
#cont img {
	border:1px solid #ddd;
}

/* FOOTER */
#footinpage {
	clear:both;
	margin:34px 10px 9px 10px;
	border:1px solid #ddd;
	text-align:left;
	background:#fafafa;
	padding:9px;
	font-size:12px;
	line-height:18px;
	cursor:pointer;
}
#footinpage img {
	margin-right:30px;
	float:left;
}
#footinpage p.center {
	text-align:center;
}
#footoffpage {
	margin:3px auto 0 auto;
	width:750px;
	font-size:12px;
}
#footoffpage div.l {
	float:left;
	width:75%;
	text-align:left;
}
#footoffpage div.r {
	float:right;
	width:20%;
	text-align:right;
}

/* FORMS */
select, input.field, input.button, textarea {
	border:1px solid #ddd;
	padding:2px;
	font-size:12px;
	background:#fff url(Images/bg_formfield.gif) repeat-x top;
}
textarea {
	line-height:18px;
}
input.field {
	line-height:14px;
	display:block;
}
input.button {
	height:23px;
	line-height:14px;
	background:#fff url(Images/bg_formbutton.gif) repeat-x top;
	font-weight:bold;
	letter-spacing:1px;
	cursor:pointer;
	border-bottom:1px solid #bbb;
}
input.radio {
	vertical-align:middle;
}
#menu .field {
	width:20px;
}
#cont .field {
	width:180px;
}
#cont textarea {
	width:360px;
}