/* ++++++++++ global general styles start ++++++++++*/	
html, body {
	margin:0px;
	padding:0px;
	font:10pt tahoma, helvetica, sans-serif;
	background:#d9f0eb url(images/bg-body.jpg) repeat-x 0px 0px;			
	color:#5f6367;
	}
	
a:link { color:#d38f0c; }
a:visited { color:#d38f0c; }
a:active { color:#d38f0c; }
a:hover { color:#000; } 	

a.a5-link-1:link { text-decoration:none;color:#000;}
a.a5-link-1:visited { text-decoration:none;color:#000;}
a.a5-link-1:active { text-decoration:none;color:#000;}
a.a5-link-1:hover { text-decoration:underline;color:#d38f0c;}	

a.a5-link-2:link { text-decoration:none;color:#384f63;}
a.a5-link-2:visited { text-decoration:none;color:#384f63;}
a.a5-link-2:active { text-decoration:none;color:#384f63;}
a.a5-link-2:hover { text-decoration:underline;color:#000;}	


.color-1-text-11 { 
	font:11pt tahoma, helvetica, sans-serif;
	color: #a0b2c2;
	}	
	
.color-2-text-11 { 
	font:11pt tahoma, helvetica, sans-serif;
	color: #5f6367;
	}			
.color-2-text-13 { 
	font:13pt tahoma, helvetica, sans-serif;
	color: #5f6367;
	}			
	
.color-3-text-10 { 
	font:10pt tahoma, helvetica, sans-serif;
	color: #000;
	}			
.color-3-text-11 { 
	font:11pt tahoma, helvetica, sans-serif;
	color: #000;
	}		
	
.a5-image-border {
  	border:1px solid #000;			  
	}		
	
.a5-bg-left {
	width:100%;
	background:url(images/a5-bg-left.png) repeat-y left top;
	}	
.a5-bg-right {
	width:100%;
	background:url(images/a5-bg-right.png) repeat-y right top;
	}
.a5-bg-right-sl {
	width:100%;
	background:url(images/a5-bg-right-sl.png) repeat-y right top;
	}	
	
		
/* ++++++++++ global general styles end ++++++++++*/	
/* ++++++++++ global structure styles start ++++++++++*/	

#a5-body {
	position: relative;
	width: 1000px; 
	margin-left: auto;
	margin-right: auto;
	text-align:left;	
	background:url(images/main_bg.jpg) no-repeat left top;
	border:0px solid #000000;		
	}		
	
#a5-body-center {
	text-align:center;
	}	

#a5-header {
	height:226px;
	}		
	
	#a5-logo-header {
		position:absolute;
		top:38px;
		left:469px;
		}	
	
	#a5-image-top-right {
		position:absolute;
		top:13px;
		left:731px;
		}			

	#a5-menu-top-right {
		position:absolute;
		top:50px;
		left:694px;
		color:#ffffff;
		font:11pt tahoma, helvetica, sans-serif;
		border:0px solid #ffffff;
		}
	
#a5-menu-1 a {
	position:absolute;
	top:155px;
	left:0px;
	width:151px;
	height:69px;	
	text-decoration:none;	
	background:url(images/menu-item-1.png) no-repeat 0px 0px;
	}		
#a5-menu-1 a:hover {
	background:url(images/menu-item-1-on.png) no-repeat 0px 0px;		
	}		
	
#a5-menu-2 a {
	position:absolute;
	top:155px;
	left:151px;
	width:151px;
	height:69px;	
	text-decoration:none;
	background:url(images/menu-item-2.png) no-repeat 0px 0px;
	}		
#a5-menu-2 a:hover {
	background:url(images/menu-item-2-on.png) no-repeat 0px 0px;		
	}		
	
#a5-menu-3 a {
	position:absolute;
	top:155px;
	left:302px;
	width:151px;
	height:69px;	
	text-decoration:none;
	background:url(images/menu-item-3.png) no-repeat 0px 0px;
	}		
#a5-menu-3 a:hover {
	background:url(images/menu-item-3-on.png) no-repeat 0px 0px;		
	}		
	
#a5-menu-4 a {
	position:absolute;
	top:155px;
	left:453px;
	width:151px;
	height:69px;	
	text-decoration:none;
	background:url(images/menu-item-4.png) no-repeat 0px 0px;
	}		
#a5-menu-4 a:hover {
	background:url(images/menu-item-4-on.png) no-repeat 0px 0px;		
	}			
	
#a5-menu-5 a {
	position:absolute;
	top:155px;
	left:604px;
	width:151px;
	height:69px;	
	text-decoration:none;
	background:url(images/menu-item-5.png) no-repeat 0px 0px;
	}		
#a5-menu-5 a:hover {
	background:url(images/menu-item-5-on.png) no-repeat 0px 0px;		
	}		
	
#a5-menu-6 a {
	position:absolute;
	top:155px;
	left:755px;
	width:151px;
	height:69px;	
	text-decoration:none;
	background:url(images/menu-item-6.png) no-repeat 0px 0px;
	}		
#a5-menu-6 a:hover {
	background:url(images/menu-item-6-on.png) no-repeat 0px 0px;		
	}		
	
#a5-menu-right {
	position:absolute;
	top:155px;
	left:905px;
	width:94px;
	height:69px;
	text-decoration:none;
	}					
				
#a5-column-left {
	float:left;
	width:194px;
	margin:0px -1000px 0px 0px;
	text-align:center;
	border:0px solid #000000;	
	}	
	
#a5-body-content {
	position:relative;
	margin:0px 0px 0px 194px;
	border:0px solid #000000;	
	}					
	
	#a5-column-right {
		float:right;
		width:189px;
		padding:0px 0px 23px 0px;
		border:0px solid #ffffff;
		}		
	
	#a5-column-center {
		position:relative;
		padding:0px 0px 0px 0px;
		border:0px solid #000000;
		}	
				
			#a5-column-center-margin {
				margin:0px 189px 0px 0px;
				}		
				
			#a5-column-center-text {
				line-height:16px;
				padding:10px 32px 30px 15px;
					}	
						
#a5-footer-menu-container {
	visibility:hidden;
	clear:both;
	padding:0px 0px 0px 46px;
	font: 11pt arial, sans-serif;
	height:170px;
	color:#fcf051;	
	background:#000 url(images/bg-footer-menu.png) repeat-x 0px 0px;
	border:0px solid #ffffff;
	}		

a.a5-footer-menu-link-title:link { text-decoration:none;color:#cfcfcf;}
a.a5-footer-menu-link-title:visited { text-decoration:none;color:#cfcfcf;}
a.a5-footer-menu-link-title:active { text-decoration:none;color:#cfcfcf;}
a.a5-footer-menu-link-title:hover { text-decoration:none;color:#fff;}	
	
a.a5-footer-menu-link:link { text-decoration:none;color:#8e8d8d;}
a.a5-footer-menu-link:visited { text-decoration:none;color:#8e8d8d;}
a.a5-footer-menu-link:active { text-decoration:none;color:#8e8d8d;}
a.a5-footer-menu-link:hover { text-decoration:none;color:#fff;}
		
.a5-footer-title {
	height:30px;
	padding:10px 0px 0px 0px;
	}			
		
#a5-footer-menu ul {
	list-style-type: none;
	padding:0; margin:0; 
	list-style-type: none;
	}	
	
#a5-footer-menu li {
	float:left;
	position:relative;
	margin:0px 65px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px solid #edc05b;
	}		
						
#a5-footer {
	clear:both;
	font:8pt arial, helvetica, sans-serif;
	text-align:right;
	padding:31px 20px 20px 0px;
	margin:0px 0px 0px 0px;
	color:#838996;	
	background:url(images/bg-footer.png) no-repeat 0px 0px;
	border:0px solid #ffffff;
	}		
						
#a5-footer-sl {
	clear:both;
	font:8pt arial, helvetica, sans-serif;
	text-align:right;
	padding:31px 20px 20px 0px;
	margin:0px 0px 0px 0px;
	color:#838996;	
	background:url(images/bg-footer-sl.png) no-repeat 0px 0px;
	border:0px solid #ffffff;
	}			
	
/* ++++++++++ global structure styles end ++++++++++*/	
/* ++++++++++ second level start ++++++++++*/	

#a5-sl-title {
	padding:13px 0px 0px 15px;
	font: 18pt verdana, Helvetica, sans-serif;						
	color:#b5b5b5;	
	background:url(images/bg-title.png) repeat-y 0px 0px;
	border-top:0px solid #ffffff;		
	}	

#a5-title {
	padding:13px 0px 0px 15px;
	font: 14pt verdana, Helvetica, sans-serif;						
	color:#fff;	
	background:url(images/bg-title-2.png) repeat-y 0px 0px;
	border-top:0px solid #ffffff;		
	}	
		
	#a5-column-center-margin-sl {
		margin:0px 10px 0px 0px;
		}			

#a5-column-full {
	position:relative;
	padding:73px 0px 0px 0px;
	border:0px solid #000000;
	}	
			
	#a5-column-full-text {
		color:#ffffff;
		padding:105px 32px 30px 10px;
		}		

#a5-images {
	margin:10px 0px 0px 16px;			
	border:0px solid #000000;
	}
	
.a5-individual-image {
  	float: left;
	width:70px;
	height:80px;
	text-align:center;
	padding:0px 0px 10px 5px;
  	border:0px solid #000000;			  
	}		
	
.a5-individual-text {
	text-align:center;
	width:70px;
	padding:2px 0px 5px 0px;
  	border:0px solid #000000;			  
	}			
		

#a5-images-2 {
	margin:10px 0px 0px 35px;			
	border:0px solid #000000;
	}
	
.a5-individual-image-2 {
  	float: left;
	width:150px;
	height:220px;
	text-align:center;
	margin:0px 20px 0px 0px;
	padding:0px 0px 10px 5px;
  	border:0px solid #000000;			  
	}	
	
.a5-individual-image-2-height {
	height:160px;
	}				
	
.a5-individual-text-2 {
	text-align:center;
	width:150px;
	padding:2px 0px 5px 0px;
  	border:0px solid #000000;			  
	}		
	
			
/* ++++++++++ second level end ++++++++++*/		

