html, body{
	background: url(body-bg.gif) repeat-x;
	background-position: top;
	background-color: #D3DBEC;
	color: #005CA6;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	
}


a{
	color: #005CA6;
}
a:hover{
	text-decoration: none;
	
}

a img{
	border: none;
}

p{
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6{
	margin: 10px;
	margin-left: 0;
}
h1{ font-size: 130%; border-bottom: 1px solid #D3DBEC; }
h2{ font-size: 120%; }
h3{ font-size: 110%; }
h4{ font-size: 100%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

table{
	font-size: 12px;
}

ul{
	margin: 0px;
	padding: 0px;
	
	margin-left: 20px;
}

hr{
	border-bottom: 1px solid #D3DBEC;
	height: 1px;
	background: #D3DBEC;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* MAIN */

#main{
	position: relative;
	width: 780px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	background: White;
}

#header{
	background: white;
	color: black;
	position: relative;
}
#header #logo{
	background: url(logo-bg.gif) no-repeat;
	background-position: center;
	height: 160px;
	width: 265px;
	
	position: relative;
	left: 0px;
}
#header #logo a{
	display: block;
	height: 160px;
	width: 250px;	
}
#header #logo a span{ visibility: hidden; }

#header #claim{
	position: absolute;
	right: 10px;
	top: 100px;
	
	font-size: 200%;
	font-style: italic;
}

#header .contact{
	text-align: right;
	font-size: 80%;
	position: absolute;
	right: 10px;
	top: 10px;
	
}


#menu{
	background: #005CA6;
}
#menu a{
	text-decoration: none;
	font-weight: bold;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;

	
	text-align: right;
	display: block;

	width: 580px;
	height: 30px;
	float: right;
}
#menu ul li{
	display: inline;

}
#menu ul li a{
	line-height: 30px;
	color: white;
	font-size: 110%;
	margin-left: 10px;
	margin-right: 20px;

}

#menu #languages{
	float: left;
	width: 180px;
	background: #005CA6;
display: none;
}
#menu #languages .cs,
#menu #languages .en,
#menu #languages .fr{
	
	height: 30px;
	
	
	float: left;
/*	margin-right: 10px;*/
	
}
#menu #languages .cs a,
#menu #languages .en a,
#menu #languages .fr a{
	line-height: 30px;
}
#menu #languages .cs{
	background: url(flag-cs.gif) no-repeat;
	background-position: center;
	margin-left: 10px;
	_margin-left: 5px;
}
#menu #languages .en{
	background: url(flag-en.gif) no-repeat;
	background-position: center;
}
#menu #languages .fr{
	background: url(flag-fr.gif) no-repeat;
	background-position: center;
	margin-left: -10px;
}
#menu #languages a span{
	visibility: hidden;
}

#content .inside{
	padding: 10px;
	border-left: 1px solid #005CA6;
	border-right: 1px solid #005CA6;
	padding-bottom: 20px;
}

#line{
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	background: #005CA6;
}
.footer{
	text-align: right;
	background: #D3DBEC;
	font-size: 80%;
	padding-right: 10px;
}

.title{
	height: 50px;
	width: 500px;
}
.title.short{
	height: 20px;
}
.title h2{
	position: relative;
	left: 60px;

	top: 20px;
}
.price{
	position: relative;
	width: 150px;
}
.price .value{
	background: url(price-bg.gif) no-repeat;
	height: 50px;
	width: 50px;
	
	position: absolute;
	
	color: white;
	font-size: 200%;
	font-weight: bold;
	/*font-style: italic;*/
	
	line-height: 50px;
	text-align: center;
}
.price .units{
	position: absolute;
	right: 10px;
	color: #ED1B23;
	font-size: 120%;
	font-style: italic;
}

.description{
	padding-left: 60px;

}

.description.products01{
	background: url(01.gif) no-repeat;
	background-position: bottom right;  
	height: 240px;
}

.description.products02{
	background: url(02.gif) no-repeat;
	background-position: bottom right;  
	height: 240px;
}

.description.products03{
	background: url(03.gif) no-repeat;
	background-position: bottom right;  
	height: 180px;
}

.description.products04{
	background: url(04.gif) no-repeat;
	background-position: bottom right;  
	height: 100px;
}


sup{
	font-size: 80%;
	font-weight: bold;
}







.cleaner{
	font-size: 1px;
	line-height: 0px;
	clear: both;
}