@charset "utf-8";
/* CSS Document */

dd, dt, dl, p, table, tr, th, td, body, div, img{
	margin:0;
	padding:0;
}
body,html{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-align:justify;
}
body{
	background:url(/images/back.gif) repeat-y center #00B2EF;
	}

a{
	color:#A6E7FC;
	text-decoration:none;
	}
	a:hover{
	color:#FFF;
	text-decoration:underline;
	}
	a.button{
	display:block;
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:4px 10px;
	background:#0986CE;
	border:1px solid #2068A2;
	margin-top:5px;
	}
	a.button:hover{
	background:#2068A2;
	text-decoration:none;
	}
	img{
	border:0;
	}
	p{
	margin:0px 0px 10px 0px;
	}

h1{
	margin:0px 0px 20px 0px;
	font-size:16px;
	}
	h2{
	margin:30px 0px 10px 0px;
	font-size:16px;
	}
	h1 a, h2 a, h3 a{
	color:#FFF;
	text-decoration:none;
	}
	h1 a:hover, h2 a:hover, h3 a:hover{
	text-decoration:underline;
	}
	h3{
	margin:20px 0px 10px 0px;
	font-size:16px;
	}
	h3{
	margin:0px 0px 10px 0px;
	}
	.small-text{
	font-size:10px;
	}
	table{
	margin:20px 0px 20px 0px;
	border-collapse:collapse;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background:#1A9AD7;
	width:380px;
	}
	td{
	vertical-align:top;
	padding:5px 20px 5px 20px;
	}
	ol{
	margin:0px 0px 20px 0px;
	}
	
dl{
	}
	dt{
	font-weight:bold;
	margin-top:10px;
	}
	dd{
	margin-top:5px;
	}
	dl div{
	width:186px;
	float:left;
	}

.clear{
	font-size:1px;
	clear:both;
	height:1px!important;
	line-height:1px!important;
	}
	.clearr{
	clear:right;
	font-size:1px;
	height:1px;
	line-height:1px;
	}
	.clearl{
	clear:left;
	font-size:1px;
	height:1px;
	line-height:1px;
	}
	.error{
	color:#1E318A;
	}
	.bold{
	font-weight:bold;
	}

a:focus{
	user-focus:none;
	outline:none;
	-moz-user-focus:none;
	-moz-outline:none;
	}

/*-------------------------Backgrounds--------------------------*/	

#wrapper{
	height:100%;
	background: url(/images/back-logo.gif) top center no-repeat;
	}
	#back{
	background: url(/images/back-logo.gif) top center no-repeat;
	padding:0px 0px 40px 0px;
	}

#header{
	width:820px;
	height:136px;
	margin:0px auto 0px auto;
	padding:40px 0px 0px 0px;
	font-weight:bold;
	}
	#contact-info{
	float:right;
	text-align:right;
	}
	#logo{
	height:136px;
	}
	#box{
	width:820px;
	margin:54px auto 0px auto;
	background:url(/images/dark-back.gif) top center no-repeat #0793D7;
	}


/*---------------------------Menu--------------------------*/
#menu{
	float:left;
	width:172px;
	text-align:center;
	font-weight:bold;
	border-right:1px solid white;
	}
	#menu ul{
	margin:40px 0px;
	padding:0px;
	}
	#menu li{
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style:none;
	}
	#menu a{
	color:#FFF;
	text-decoration:none;
	padding-bottom:6px;
	width:140px;
	display:block;
	margin:0px auto;
	}
	#menu a:hover, #menu #menu-selected{
	border-bottom:1px solid white;
	padding-bottom:5px;
	text-decoration:none;
	}


/*-----------------------Content------------------*/

#content{
	padding:40px 0px 40px 40px;
	/*margin-left:172px;*/
	float:left;
	width:560px;
	}
	h3.prices{
	margin:0px 0px 5px 0px;
	}
	p.leader{
	margin:10px 0px 2px 0px;
	}
	p.leader a{
	font-weight:normal;
	}
	.intro li{
	margin-bottom:5px;
	margin-left:0px;
	}
	.intro ol{
	margin-top:30px;
	padding-left:0px;
	list-style:none;
	}
	.intro .small-text{
	margin-top:30px;
	}
	.price{
	font-size:24px;
	}
	.price-vat{
	margin-top:0;
	}
	
	.body-link{
	font-weight:normal;
	}
	
	.white-line{
	border-top:1px solid white;
	}
	.left{
	border-right:1px solid white;
	text-align:right;
	}
	.left-nb{
	text-align:right!important;
	border-top:1px solid white;
	}
	.acc-left{
	width:45%;
	padding-right:5%;
	border-right:1px solid white;
	float:left;
	}
	.acc-right{
	padding-left:5%;
	float:left;
	width:44%;
	}
	.acc-left img, .acc-right img{
	margin-bottom:20px;
	}
	.contact-info img{
	padding-top:2px;
	}
	

/*---Contact Form---*/

#contact_form input.input_text, #contact_form textarea{
	display:block;
	width:201px;
	height:16px;
	padding:2px;
	border:1px solid #CCC;
	float:left;
	}
	#contact_form input[type=hidden]{
	display:none;
	}
	#contact_form label{
	display:block;
	width:120px;
	clear:both;
	float:left;
	line-height:22px;
	height:22px;
	}
	#contact_form textarea{
	height:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	#contact_form .verify img{
	float:left;
	margin-top:1px;
	}
	#contact_form .verify input{
	width:51px;
	}
	#contact_form div{
	height:22px;
	margin-bottom:10px;
	}
	#contact_form div.textarea{
	height:auto;
	}
	#contact_form #postcode{
	width:80px;
	}




