* {
	padding: 0;
	margin: 0;
}

/* colors: */
/* brown: #553E31 */
/* blue: #65AED6 */
/* light-blue: #ACD1E2 */
/* dark-blue: #6699CC */

body, h1, h2, h3, h4, h5, h6, h7, ul, li, label, p, form, code {
color:#000;
font-size:12px;
font-family:Arial,Sans-Serif;
text-decoration:none;
}

body {
	background-color:#FFFFFF; 
	margin:auto;
	text-align: center;
}
 
A {
	color:#6699CC;
	text-decoration:none;
}
A:hover {
	color:#ACD1E2;
	text-decoration:underline;
}

A img {
	border: 1px solid white;
}

A:hover img {
	border: 1px solid #ACD1E2;
}

p {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 130%;
}

p.bodytext {
	margin: 0 15px 8px 0px;
	text-align: justify;
}

ul, ol {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	list-style: square outside;
	margin: 0 15px 8px 0px;
	padding-left: 15px;
	line-height: 130%;	
}
h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	color: #65AED6;
}

h1 {
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	color: #553E31;
}

h3 {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	color: #65AED6;
}

table.product-selection {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.product-selection td {
	border: 1px solid #ACD1E2;
	vertical-align: top;
	margin: 0;
	padding: 2px 4px;
}



#container {
	text-align: left;
	margin: auto;
	width: 800px
}

#top {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:800px;
	height:100px;
	background: url(../images/template-blue-1_02.gif) no-repeat top left; 
}

#top #logo {
	position:relative;
	float: left;
	left: 15px;
	top: 30px;
	width: 180px;
	height: 54px;
}

#top #logo a img {
	border: 0;
}

#top #lang {
	position:relative;
	float: left;
	left: 500px;
	top: 30px;
	width: 100px;
	height: 30px;
}

#header {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:800px;
	height:180px; 
	background: url(../images/template-1_04.jpg) no-repeat top left; 
}

#menu-1 {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:770px;
	background-color: #65AED6; 
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 15px 0 15px;
}

#menu-1 span, #menu-2 span {
	margin: 0 10px 0 0;
}

#menu-1 img {
	margin: 0 3px;
}

#menu-1 .menu1level1act A {
	color: #ACD1E2;
}

#menu-1 .menu1level1no A {
	color: white;
}

#menu-1 .menu1level1no A:hover {
	color: #ACD1E2;
	text-decoration: none;
}


#menu-1 .menu1level1act A:hover {
	color: white;
	text-decoration: none;
}

#menu-2 {
	position:relative;
	float: left;	
	left:0px;
	top:0px;
	width:750px;
	background-color: #65AED6; 
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 25px 0 25px;
}

#menu-2 .menu2level2act A {
	color: #ACD1E2;
}

#menu-2 .menu2level2no A {
	color: white;
}

#menu-2 .menu2level2no A:hover {
	color: #ACD1E2;
	text-decoration: none;
}


#menu-2 .menu2level2act A:hover {
	color: white;
	text-decoration: none;
}


#menu-1-rounded {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 800px;
	height: 10px;
	background: url(../images/template-blue-1_06.gif) no-repeat top left;
}

#normal {
	position:relative;
	float: left;
	left:0px;
	top:0px;
	width:425px;
	margin: 20px 10px 30px 15px;
}

#right {
	position:relative;
	float: left;
	top:0px;
	width:325px; 
	margin: 20px 10px 30px 15px;	
}

#right p.bodytext {
	text-align: left;
}


#footer-rounded {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 800px;
	height: 10px;
	overflow: hidden;
	background: url(../images/template-blue-1_09.gif) no-repeat top left;
}

#footer {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 800px;
	background-color: #65AED6;
}

#footer div.footer-bloc {
	position: relative;
	float: left;	
	left: 0;
	top: 0;
	width: 120px;
	padding: 0 15px 10px 15px;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	color: white;
}

/* IE6 Hacks: */
* html #menu-1 {
	width:800px;
	padding: 5px 15px 0 15px;
}

* html #menu-2 {
	width:800px;
	padding: 5px 25px 0 25px;
}

* html #normal {
	width: 450px;
	margin: 0;
	padding: 20px 10px 30px 15px;
}

* html #right {
	width: 350px;
	margin: 0;
	padding: 20px 10px 30px 15px;	
}