﻿/*CSS*/
* {
	margin:0px;
	padding:0px;
}
/*BODY*/
body {
	background:white;
	font-family:sans-serif;	
}
h1 {
	font-family: Verdana, sans-serif, Arial;
	font-size: 19px;
	color: #333;
	margin-top:10px;
}
h2 {
	font-family: Verdana, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
h3 {
	font-family: Verdana, sans-serif, Arial;
	font-size: 19px;
	color: #333;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
p {
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #333;	
}
ol {
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #333;
	padding-left:50px;	
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
} 
.center {
	text-align:center;
	padding-bottom:10px;
}
/*CONTAINER*/
#container {
	width:700px;
	margin:auto;
	margin-top:-30px;
}
/*HEADER*/
#header {
	height:130px;
}
#logo {
	height:90px;
	width:120px;		
}
#languages {
	height:30px;
	width:130px;
	position: relative;
	left: 615px;
    top: -20px;		
}
/*NAVIGATION*/
.menu {
    width:700px;margin:0 auto;
    text-align:left;
    background-image: url('../images/bg1.gif');
    border:0px solid black;
    font-size:0;
    position:relative;
    top:130px;
}

.menu a {
    display: inline-block;
    padding: 0 20px;
    background-image: url('../images/bg.gif');
    color:White;
    text-decoration:none;
    font: bold 12px Arial;
    line-height: 32px;
}
.menu a:hover, div.menu a.current {
    background-position:0 -60px;
}

.menu a.dummy {
    width:2px;
    padding:0 0;
}
/*END OF NAVIGATION*/
/*END OF HEADER*/
/*CONTENT*/
#content {
	width:700px;
	margin-top:20px;
}
/*MAINCONTENT*/
#maincontent {	
	width:100%;	
}
/*BOXES*/
.mainbox1 {
	width:100%;
	height:159px;
#	margin-bottom:20px;
}
.mainbox2 {
	width:100%;
	height:159px;
	margin-bottom:20px;
}
.box1 {
	width:337px;
	float:left;	
	margin-right:140px;
}
.box2 {
	width:223px;
	height:159px;
	float:left;
}
.box3 {
	width:600px;
	float:left;	
	margin-bottom:15px;
}
.box4 {
	width:50px;
	height:50px;
	float:left;
	padding-top:30px;
	padding-left:30px;
}
.highslide-gallery {
	text-align:center;
}
/*END OF BOXES*/
/*END OF MAINCONTENT*/
/*END OF CONTENT*/
/*FOOTER*/
#footer {
	height:100px;
	margin-top:7px;
}
.credits {
	text-align:right;
	margin-top:-15px;
}
/*END OF FOOTER*/
/*END OF CONTAINER*/
/*END OF BODY*/















