/* --------- STYLE --------- */

body {
	background-color:#DB007A;
}

div#global {
	width: 980px;
	margin: 0 auto;
	padding-left:10px;
}

div#header {
	background-color:#DB007A;
	background: url('../../images/promo-bg.png') 0 0 no-repeat;
}

div#content{
	font-family:"Century Gothic";
}

div#presentation{
	float:left;
	color:#ffffff;
	position:relative;
	margin:15px 0 0 0;
	width:400px;
}


div#presentation h1{
	font-size:48px;
	text-align:left;
	color:#ffffff;
}

div#presentation h2{
	font-size:24px;
	text-align:left;
	margin:25px 0 20px 0;
	color:#ffffff;
}

div#presentation h3{
	font-size:30px;
	text-align:left;
	color:#ffffff;
}



div#image-home{
	border:medium none;
	float:left;
	height:490px;
	margin:-62px 90px 0 -25px;
	width:279px;
}

.zindex{
	position:absolute;
	z-index:1;
}

div#vertical-nav{
	height:290px;
	line-height:120%;
	margin-right:10px;
	position:relative;
}
div#vertical-nav1{
	line-height:120%;
	margin-right:10px;
	padding:90px 0 10px 30px;
	position:relative;
}
#click {
	margin-bottom: 20px;
}

#click a{
	font-size: 30px;
	color:#000;
	text-decoration:none;
}

#click a:hover {
	color: #000;
}


ul#ejmenu li a {
	font-size: 25px;
	color:#fff;
	text-decoration:none;
}


ul#ejmenu li a:hover {
	color: #000;
}

div#footer {
	position:relative;
	margin-top:-30px;
	margin-bottom:20px;
	float:right;
	width:700px;
	height:48px;
	background-image:url('../../images/footer-home.png');
	background-repeat: no-repeat;

}


div#footer p {
		position:absolute;
		margin-left:300px;
		margin-top:8px;
		position:absolute;
		text-align:right;
		z-index:2;
		color:#DB007A;
}


div#footer a {
	color:#DB007A;
	font-family: verdana;
	font-size: 12px;
	text-decoration:none;
}


div#footer a:hover {
	color: #DF61AD;
}



