/*@import url(../menu/menu.css);*/


* {margin: 0px; padding: 0px; border: 0px}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E8E8E8;
	background-image: url(../img/main_bg1.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	min-width:800px
}

h1.header {
	background-image: url(../img/header_bg1.gif);
	height: 160px;
	background-repeat: repeat-x}
	
h1.header a {
	display: block;
	background-image: url(../img/header1.jpg);
	height: 160px;
	width: 800px;
	background-repeat: no-repeat}

p.header a {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/fresh3d.gif);
	height: 160px;
	width: 16px;
	background-repeat: no-repeat}
	
.header span {display:none}

#side {
	background-image: url(../img/menu_bg1.gif);
	width: 200px;
	position: absolute;
	left: 0px;
	top: 160px;}


#side p.last {
	background: url(../img/menu_bot.gif) no-repeat bottom;
	padding-bottom: 20px;
	position: relative;
	top: 30px;
	width: 200px;
	height: 50px}

div#side[id] p.last {
	height: auto;
	min-height: 50px;
	background: url(../img/menu_bot.png) no-repeat bottom}
	
#side p.last img {margin-left: 66px}
	
#main {
	margin-left: 200px;
	width: 584px;
	padding-top: 60px;}
div#main[id] {padding-top: 40px}

abbr {text-transform:uppercase}

#main h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #607078;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-right: 20px;
}

#main h2 {
	font-size: 1.15em;
	font-weight: bold;
	font-variant:small-caps;
	color: #999;
	text-decoration: none;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
	
#main h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #82BDF0;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 15px;}

#main h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;}
	
em {font-style: normal;font-weight: bold;}

#main a {color: #789CCE;text-decoration: none;}
#main a:hover {border-bottom: 1px solid gray}
div[id]#main a:hover {border-bottom: 1px dotted gray}

/* Mail & downmload icon: http://www.tinymax.be/ */
#main a[href*="mail"] {
	text-decoration:none;
	white-space:nowrap;
	padding-right:15px;
	background: transparent url(../img/mail.gif) no-repeat right 1px;}
	
#main a[title~="download"] {
	text-decoration:none;
	white-space:nowrap;
	padding-right:15px;
	background: transparent url(../img/dl.gif) no-repeat right 1px;}
	
#main a[href*="http"] {
	text-decoration:none;
	white-space:nowrap;
	padding-right:12px;
	background: transparent url(../img/ext.gif) no-repeat 100% 100%;
	background-position: right middle;}

#main p {margin: 10px 50px 5px}
#main p.center {text-align:center; margin-bottom: 5px}
#main p.news {text-align:center; margin: 10px 70px 5px; padding: 10px;  border-top: 1px solid #ddd}

#main div.image {
	margin: 25px 0;
	width: 500px;
	min-height: 300px;
	position: relative;
	left: 150px;
	background: #E3E3E3 url(../img/image_bg2.gif) repeat-y right;
	border: 1px solid #aaa}
	
#main div.image p {
	float: right;
	width: 100px;
	text-align: right;
	margin: 20px 0 20px 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff}
	
#main div.image img {
	float: right;
	margin: 10px 10px 10px 0;
	border: 1px solid #fff}

#main * {width: auto;}
#main ul li {
   list-style: disc url(../img/puce4.gif) inside;
   list-style-position: outside;
   margin: 5px 70px}
   
#main ol li, #main ul ol li {
	list-style: decimal outside;
	margin: 5px 90px}

#main ul, #main ol {margin: 5px 0px 20px}

#main pre {background: #F8F4F3; margin: 30px 50px; padding:20px}

/*	
p.footer {
	clear: both;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding: 60px 3px 3px;}

p.footer a {color: #999999;text-decoration:none}
p.footer a:hover {border-bottom: 1px dotted}
*/
	
address {text-align: center;}