
body{
margin:0;
width:100%;
height:100%;
background: #000000;
}

p{
font-family:verdana;
margin:0px;
}


#headderCont{
width:100%;
height:215px;
background-image: url('../images/headbg.jpg');
}

#headA{
width:1000px;
height:215px;
margin-right:auto;

margin-left:auto;
}

#headR{
width:156px;
float:left;
}

#headL{
width:843px;
float:left;
}

#headT{
width:843px;
text-align:right;
height:45px;
}
#headT p{
size:0.8em;
color:white;
padding-top:25px;
}

#headLo{
width:843px;
height:80px;
background-image: url('../images/textlogo.png');
background-repeat: no-repeat;
}

#headLnx{
width:843px;
height:40px;
background-image: url('../images/menu.png');
background-repeat: repeat-x;
border-top: 2px solid #898989;
border-right: 2px solid #898989;
border-bottom: 2px solid #898989;
}
#headLnx p{
padding-top:5px;
padding-left:80px;
font-size:1.3em;
font-family:verdana;
}


#headM{
width:843px;
}


a.menuL:link { color: #7c7c7c; text-shadow: 0px 2px 3px #d1d1d1; text-decoration: none; font-weight:bold; }
a.menuL:active { color: #7c7c7c; text-shadow: 0px 2px 3px #d1d1d1; text-decoration: none ; font-weight:bold;}
a.menuL:visited { color: #7c7c7c; text-shadow: 0px 2px 3px #d1d1d1; text-decoration: none ; font-weight:bold;}
a.menuL:hover { color: #ed9b43; text-shadow: 0px 2px 3px #7c7c7c; text-decoration: none; font-weight:bold; }

a.headLogin:link { color: #fff;  text-decoration: none; cursor:pointer; }
a.headLogin:active { color: #fff;  text-decoration: none ; cursor:pointer;}
a.headLogin:visited { color: #fff;  text-decoration: none ;cursor:pointer; }
a.headLogin:hover { color: #ed9b43;  text-decoration: none; cursor:pointer; }

#sliderCont{
width:100%;
height:300px;
background: #ffffff;
}

#slideIN{
width:1000px;
height:300px;
margin-right:auto;

margin-left:auto;
}

#contCont{
width:100%;
background: #e1e0e0;
border-top:2px groove #ffffff;
padding-top:-40px;
}

#cont{
width:1000px;
background: #ffffff;
margin-right:auto;
margin-left:auto;
}

#footerCont{
width:100%;
height:200px;
background-image: url('../images/footbg.jpg');
border-top:2px groove #ffffff;
}

#footerA{
width:1000px;
margin-right:auto;
margin-left:auto;

}

#footerCopy{
width:100%;
height:75px;
background: #000000;
text-align:center;
margin-top:30px;
}

#footerCopy p{
font-size: 0.8em;
color: white;

}


a.footLink:link { color: #fff;  text-decoration: none;  }
a.footLink:active { color: #fff;  text-decoration: none ; }
a.footLink:visited { color: #fff;  text-decoration: none ; }
a.footLink:hover { color: #ed9b43;  text-decoration: none;  }

.footC{
width:199px;
float:left;
padding-top:15px;
}

.footC p{
font-size: 0.8em;
color: white;
}

h4{
font-family:verdana;
font-size: .8em;
color: #ed9b43;
}


/*  pop up */

#popupContact, #popupContact2{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:268px;
width:358px;

z-index:2;
padding:12px;

}

#backgroundPopup{
display:none;
height:100%;
width:100%;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/

top:0;
left:0;
background:#000000;

border:1px solid #000000;
z-index:1;
}

#popCont{
width:350px;
height:260px;
background-image: url('../images/loginBG.jpg');
border:4px solid white;
}

#popL{
width:100px;

float:left;
}

#popRight{
float:left;
width:249px;
}

#popRight p{
font-family:verdana;
size:0.8em;
color:white;
margin:0px;

}

#popRight h1{
font-family:verdana;
size:1em;
color:white;
margin:0px;
margin-bottom: 20px;
margin-top:10px;
}

a.loginLinks:link { color: #fff; text-decoration: none ; }
a.loginLinks:active { color: #fff; text-decoration: none ;}
a.loginLinks:visited { color: #fff; text-decoration: none; }
a.loginLinks:hover { color: #ed9b43; text-decoration: underline; }


#popupContactClose{
cursor:pointer;
}