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

#eplusj_container{
    width:980px;
    margin:0 auto;
}

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

div#header {	
    height:138px;
    margin-top:28px;
}

div#header img{
    width:176px;
    height:78px;
    float:left;
    margin:0 60px 26px 0;
}

div#content{
	font-family:"Century Gothic";
    background:url('../../images/bg_home.jpg');
    width:943px;
    height:669px;
}

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{	
	line-height:120%;
	margin-right:10px;
	position:relative;
    clear:both;
}
div#vertical-nav1{
	line-height:120%;
	margin-right:10px;
	padding:90px 0 10px 30px;
	position:relative;
}

div#vertical-nav ul li{
    float:left;
    margin-right: 30px;
    color:#DB007A;
}

#click {
	margin-bottom: 5px;
}

#click a{
    margin-left:6px;
    font-size: 22px;
	color:#000;
	text-decoration:none;
    font-family:"Century Gothic";
    font-weight:bold;
}

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


ul#ejmenu li a {
	font-size: 19px;
	color:#DB007A;
	text-decoration:none;
    font-family:"Arial";
    font-weight:bold;
}


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

div#footer {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
    margin-right:15px;
	float:right;
	width:642px;
	height:24px;    
}


div#footer p {
    background: black;
    color: white;
    height: 18px;
    margin-top: 3px;
    padding: 3px 5px;
    position: absolute;
    text-align: right;
    width: 632px;
    z-index: 2;
}


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


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

.header_p1{
    font-family:"Arial";
    display:block;
    float:left;
    color:#000;
    font-size:36px;
    font-weight:bold;
    padding-top:5px;
}

.header_p2{
    font-family:"Arial";
    display:block;
    float:left;    
    font-size:14px;
    font-weight:bold;
    margin-top:5px;
}

.home_header_border{
    border-bottom: 1px solid #E5E5E5;
    display: block;
    float: right;
    margin-right: 80px;
    width: 664px;
}

.footer_bg{
    display:block;
    margin-top:27px;
    float:right;
    width:642px;
	height:24px;
    background:url('../../images/foot_img.png') no-repeat;
}

