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

.slidemaximage { display:none; }	
.loader        { position:absolute;z-index:9999;width:39px;height:39px;top:49%;left:49% }

body {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:1.4;
font-weight:500;
}

h1{
font-family:Tahoma, Geneva, sans-serif;
color:#333;
margin-bottom:0px;
}

h2{
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#fff;
margin-top:-7px;
background-color:#666;
}

#logoBar {
width:350px;
height:108px;
background-image:url(../_img/logo.png);
}

#content {
min-width:1010px;
}

#navBar {
background-image:url(../_img/bg-transSolid.png);
width:350px;
height:100%;
padding:10px;
}

#nav {
margin:70px 0px 1000px 0px;
padding:0px;
}

#nav ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}

#nav li {
margin-bottom:20px;
list-style:none;
font-size:12px;
font-weight:bold;
}

#scrollContent {
width:60%;
height:520px;
position:absolute;
right:0px;
top:110px;
overflow:auto;
display:none;
}

.contentSection {
margin-bottom:1000px;	
background-image:url(../_img/bg-transSolid.png);
padding:5px;
}

#popupContactX {
margin-left:470px;
}

/*popUp begin*/
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/   
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:5px;  
font-family:Verdana, Geneva, sans-serif;
font-size:9px;;  
}  
#popupContact h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px; 
font-family:Arial, Helvetica, sans-serif;
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:2px;  
} 

#popupContact a{  
text-decoration:none;
border: none;
}

#popupContactClose{  
cursor:pointer;
}    

/*popUp end*/



