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

html, body {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height: 130%;
	margin:0;
	padding:0;
	border:0; 
	height: 100%;
	}
	
body *{
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	background:	url(../img/bg.jpg) #f3faff no-repeat center top fixed;
	}
	
/*a:link, a:visited { color:#F03;}	
a:hover, a:link:hover, a:visited:hover { background:#F03; color:#FFF; }*/


.clearboth {
	clear:both;
	height:1px;
	}

.image {float: left; margin: 6px 6px 6px 0;}
.center{text-align:center;margin:10px auto;display: block;}
.imagecontent {float: left; margin: 15px 15px 5px 0;}
.imagehoros {margin: 15px 15px 5px 150px;}
.gras{font-weight:bold;}

object{
padding:0;
margin:5px 10px 10px 0;
display:block;
float:left;
	}


/************** CONTAINER */

#container {
	width:775px;
	margin: 0 auto;
	min-height: 100%;
	}

/******MENU*****/

#menu {
	width:775px;
	float:left;
	height:24px;
	background: url(../img/bg_menu.gif) #000;
	padding:10px 0 0 0;
	margin:20px 0 5px 0;
	font-weight:bold;
	text-transform:uppercase;
}

#menu a{
	color:#004e73;
	font-size:14px;
	text-transform:uppercase;
	margin-left:33px;
	margin-top:15px;
	position:relative;
	font-weight:normal;
	letter-spacing:2px;
	text-decoration:none;
	}

#menu a.first_item{
	margin-left:15px;
	}

#menu a:hover, a:link:hover, a:visited:hover {
	color:#FFF;
	text-decoration: none;
	background:none;
	}

/* HEADER */



#header {
	margin:0 0 5px 0;
	height:200px;
	width:775px;
	float:left;
	}

/* OFFERS */


#offers {
	margin:5px 0 5px 0;
	height:174px;
	width:775px;
	float:left;
	}

#offers img {
	margin:0 0 0 27px;
	float:left;
	}

#offers img.first {
	margin:0 0 0 69px;
	float:left;
	}

#offers #offer1{
	height:174px;
	width:256px;
	background:url(../img/powerful-spells.jpg) no-repeat;
	float:left;
}

#offers #offer2{
	height:174px;
	width:256px;
	background:url(../img/spells-awards.jpg) no-repeat;
	float:left;
}
#offers #offer3{
	height:174px;
	width:256px;
	background:url(../img/spells-testimonials.jpg) no-repeat;
	float:left;
}

#offers p{
	font-size:10px;
	padding:35px 10px 10px 120px;
	line-height:10px;
	width:120px;
}


/* CONTENT */

#content {
	width:775px;
	height:100%;
	display:block;
	float:left;
	margin-top:15px;
	}
	
/* COLUMN LEFT */

#column_left {
	height:auto;
	width:535px;
	float:left;
	margin:0;
	color:#000;
	font-size:13px;
	padding-left:15px;
}

#column_left h1{
	font-size:17px;
	font-weight:bold;
	letter-spacing:2px;
	height:20px;
	width:520px;
	color:#000;
	text-transform:uppercase;
	background:url(../img/h1.gif) no-repeat left;
}

#column_left h2{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	height:20px;
	width:498px;
	color:#000;
	text-transform:uppercase;
	background:none;
	margin-top:15px;
}

#column_left h3{
	font-size:12px;
	font-weight:bold;
	height:20px;
	color:#000;
	text-transform:uppercase;
	background:none;
	margin-top:15px;
}

#column_left ul{
	padding:10px;
	list-style-type: none;
	}

#column_left li{
	padding: 7px 0 0 30px;
	background-image:url(../img/bthick.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	}

#column_left p{
	padding: 10px 10px 0 0;
	text-align:justify;
}

#column_left p.important{
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	font-size:17px;
	line-height:20px;
}

#column_left p.notes{
	font-size:9px;
	font-style:italic;
}

#column_left a, a:link, a:visited {
	color: #F00;
	text-decoration: none;
	}
#column_left a:hover, a:link:hover, a:visited:hover {
	text-decoration:underline;
	}

#column_left a.black { color:#000;}

#column_right{
	width:225px;
	height:auto;
	float:right;
	padding:0;
}

#column_right img{
	width:208px;
	height:2px;
	float:left;
	margin-left:10px;
}

#column_right img.thick { width:26px; height:21px; }

#column_right a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
#column_right a:hover, a:link:hover, a:visited:hover {
	text-decoration:underline;
	}

.infos {
	padding:10px;
	}

#column_right h2{
	margin-bottom:5px;
	padding-left:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#column_right p{
	display:block;
	font-style:italic;
}

#column_right p.textthick{
	display:block;
	font-size:12px;
	vertical-align:middle;
	font-style:italic;
	height:20px;
	padding-top:2px;
	font-weight:bold;
}
	
/* FOOTER */

#footer{
	height:40px;
	width:775px;
	background:url(../img/bg_footer.gif) no-repeat top;
	text-align:center;
	margin:15px 0 0 0;
	float:left;
	}

/*#footer a{
	color:#000;
	font-size:12px;
	margin:0 5px 0 5px;
	}

#footer a:link, a:visited {
	color:#000;
	text-decoration: none;
	}
#footer  a:hover {
	text-decoration:none;
	color:#FFF;
	}*/
	
#footer p {
	padding:15px 0 0 0;
	}
	
