﻿#header{
	width:100%; 
	height:149px; 
	top:0; 
	left:0; 
	z-index:10; 
position: fixed;
	background-image:url('../images/header_bk.jpg');
}


#footer{
	width:100%; 
	height:136px; 
	bottom:0; 
	left:0; 
	z-index:10; 
position: fixed;
	background-image:url('../images/footer_bg.jpg');
}


#nav{
	width:846px; 
	height:124px; 
	top:-22px; 
	left:50%; 
	margin-left:-423px;
	z-index:10; 
position: relative;
}


.trigger1{
    height: 124px;
    width: 156px;
    position: relative;
    top:0;
    left:0px;   
    background-image: url(../images/menu_act_bg.jpg);
    cursor:pointer;

    }

.trigger2{
    height: 124px;
    width: 156px;
    position: absolute;
    top:0;
    left:0px;  
background-image: url(../images/menu_bg.jpg);
    cursor:pointer;
} 

.trigger3{
    height: 124px;
    width: 156px;
    position: relative;
    top:0;
    left:0px;   
    background-image: url(../images/menu_act_bg.jpg);
    cursor:pointer;

    }

.trigger4{
    height: 124px;
    width: 156px;
    position: absolute;
    top:0;
    left:0px;  
background-image: url(../images/menu_bg.jpg);
    cursor:pointer;
} 

.menuinact {
	text-align:center;
	color:gray;
	position:absolute;
	line-height:62px;
	vertical-align:bottom;
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-size:13px;
	width:100%;
	
}

.menuact {
	text-align:center;
	color:white;
		position:absolute;
	line-height:62px;
	vertical-align:bottom;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
}


#copyrights{
	width:220px; 
	height:10px; 
	bottom:10px; 
	left:49px; 
	z-index:9; 
	position:absolute;

	}


.style-copyrights {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 6pt;
	text-align:left;
	color:#ffffff;
	text-transform: uppercase;

}


#social-media{
	width:70px; 
	height:22px; 
	bottom:6px; 
	right:47px; 
	z-index:9; 
	position:absolute;

	}


#content{
  z-index: 9;  
  width: 100%;  
  height: auto;  
  position: absolute;  
  top: 149px;  
  bottom: 136px;  
  left: 0;
  right: 0;
  
background: #ffffff; 
background-image:url('../images/bk2.jpg')
}


#h-bar{
	width:156px; 
	height:100%;

	left:50%; 
	margin-left:-392px;
	z-index:9; 
	position:relative;
	
	
	}


#logo{
	width:156px; 
	height:143px; 
	top:0; 
	left:50%; 
	margin-left:-392px;
	z-index:12; 
	position:absolute;
	background-image:url('../images/logo-white.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:pointer;
}


#slogan{
	width:200px; 
	height:23px; 
	top:80px; 
right:47px;
	z-index:11; 
	position:absolute;
		font-family: Arial, Helvetica, sans-serif;;
	font-size: 10pt;
	text-align:right;
	color:#ffffff;

}

#login a{
	width:27px; 
	height:17px; 
	top:10px; 
right:52px;
	z-index:11; 
	position:absolute;
		font-family: Arial, Helvetica, sans-serif;;
	font-size: 9pt;
	text-align:left;
	color:#ffffff;
	text-decoration:none

}
#loginicon{
	width:17px; 
	height:17px; 
	top:10px; 
right:77px;
	z-index:11; 
	position:absolute;
}




#content-bar{
	width:100%; 
	height:70%;
	top:15%;
	left:0; 
	z-index:9; 
	position:absolute;
	background-image:url('../images/content-bar.png');
	background-repeat:repeat;
	
	}
	
	
#content-title{
	width:156px; 
	height:20px;

	left:50%; 
	margin-left:-392px;
	z-index:10; 
	position:relative;
	top:50%;
	margin-top:-8px;

	text-align:center; 
	color:#ffffff;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:17px;
		text-transform: uppercase;
	}

#content-pages{
	width:604px; 
	height:80%;
	left:50%; 
	margin-left:-216px;
	top:10%;
	bottom:10%;

	z-index:20; 
	position:absolute;
	}
	
	#content-pages-preload{
	width:604px; 
	height:80%;
	left:50%; 
	margin-left:-216px;
	top:10%;
	bottom:10%;

	z-index:20; 
	position:absolute;
	background-image:url('../slideshow/img/progress.gif');
	background-position:center center ; 
	background-repeat:no-repeat;
	visibility:hidden;
	}

	

	
