/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Verdana;
	font-size: 12px;
	line-height: 140%;
	color: #333;
	
	background-image: url(../../resources/images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	
}


/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

#page-wrapper1{
	margin: 0 auto;
	text-align: center;
	
	width: 1000px;
	border: 0px solid red;
	padding: 20px 0px 20px 0px;
	
	
	background-image: url(../../resources/images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#header{
	margin: 0 auto;
	width: 960px;
	border: 0px solid red;
	text-align: left;
}

#logo{
	 margin: 0px 0px 0px 0px;	
}

#logo a{
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #333;
}


.release-switch a{
	color: #333;
	text-decoration: none;

}

.release-switch a.active{
	color: #669999;
	text-decoration: none;

}


#page{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color: #fcfdfd;
	padding-top:10px;
	padding-bottom:10px;
}



#bread-crumb{
	color: #333;
}

#bread-crumb a{
	color: #333;
	text-decoration:none;
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu{
	border: 0px solid red;
	height: 77px;
	background-image: url(../../resources/images/bg_mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}

#main-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#main-menu li{
	display: inline;
	margin-right: 20px;
}

#main-menu a.main_menu, #main-menu a.active  {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 35px;
	line-height: 77px;
}

#main-menu a.main_menu:hover, #main-menu a.active {
	
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------*/
/* SUB MENU */
/*------------------------------------------------------------------------------------*/

#sub-sub-menu{
	border: 0px solid red;
	margin-top: 120px;
}

#sub-sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#sub-sub-menu li{
	/*display: inline;*/
}

#sub-sub-menu li a{
	color: #646464;
	text-decoration: none;
}

#sub-sub-menu li a:hover, #sub-sub-menu li a.active{
	color: #646464;
	text-decoration: underline;
}



.sub-menu a{
	color: #669999;
	text-decoration: none;
	text-transform: uppercase  !important;
	padding-left: 8px  !important;
	font-family: "Trebuchet MS" !important;
	font-weight: bold  !important;
	font-size: 12px  !important;
	line-height: 14px  !important;
	
	background-image: url(../../resources/images/main_menu_li.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}

.sub-menu a:hover, .sub-menu a.active {
	color: #669999 !important;
	text-decoration: underline !important;
}



/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid red;
	text-align: right;
	padding: 10px 20px 10px 10px;
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#serv-nav li{
	/*display: inline;*/
}

#serv-nav a{
	color: #999;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------*/
/* PAGE HEADER */
/*------------------------------------------------------------------------------------*/


.page-header{
	background-image: url(../../resources/images/bg_page_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 415px;
	overflow: hidden;
	
	position: relative;
	left: 0px;
	top: 0px;
	

}


.page-header .text-container{
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px solid red;
	width: 210px;	
	padding: 20px;
	
	color: #666;
	
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;

}

.page-header h1{

color: white;
padding: 15px 20px 0px 0px;
font-size: 30px;
line-height: 60px;
}


.page-header .image-container{
	position: absolute;
	top: 11px;
	left: 265px;
}

.page-header .overlay-bg{

	width: 645px; 
	height: 90px; 
	
	background-color: #656565; 
	z-index: 100; 
	position: absolute; 
	left: 265px; 
	top:250px;


}

.page-header .link-container{
	width: 645px; 
	height: 90px; 
	
	 
	z-index: 100; 
	position: absolute; 
	left: 265px; 
	top:250px;
}



.page-header .link-container .lnk{
	float: right; 
width: 145px; 
	
}

.page-header .link-container .lnk a{
	color: #fff;
	text-decoration: none;
	font-weight: bold; 
	text-transform: uppercase;
	
	display: block;
	width: 145px; 
	border: 0px solid red; 
	text-align: center; 
	padding: 20px 0px 20px 0px;
	
	background-image: url(../../resources/images/header_lnk.gif);
	background-repeat: no-repeat;
	background-position: bottom center;


}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


.content-norm{

	background-image: url(../../resources/images/bg_content_norm.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #eee;
}


#c-header{
	position: absolute;
	top: 70px;
	
	border: 0px solid red;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 10px;
}

#l-header{
	position: absolute;
	top: 0px;
	
	width: 180px;
	height: 90px;
	
	background-color: #eaf2f4;
	border: 0px solid red;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	overflow: hidden;
}

#l-header #big{
	position: absolute;
	bottom: -30px;
	left: 10px;	
	font-size: 150px !important;
	line-height: 150px;
	color: #FFF !important;
}

#l-header #small{
	color: #c9dddc;
	position: absolute;
	bottom: 10px;
	left: 70px;

}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	border: 0px solid red;
	margin: 10px 20px 10px 20px
}

/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border: 1px solid green;
}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

p{
	padding: 0px;	
	margin: 0px;
}

h1{
	font-family: Georgia;
	font-size: 28px;
	line-height: 30px;
	padding: 0px;	
	margin: 0px;
	color: #cccccc;
	font-weight: normal;
}

.left-start h1{
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	line-height: 22px;
	padding: 0px;	
	margin: 0px;
	color: #aec5c6;
	font-weight: normal;

}

h2{
	font-size: 14px;
	line-height: 16px;
	padding: 0px;	
	margin: 0px;
}

h3, h4, h5, h6{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
}




/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery .img-cont{
	border: none;
	margin: 0px 10px 20px 10px;
	
	
}

.gallery img{
	border: none;
}


div.img-cont{
	border: 1px solid #ededed!important;
	padding: 10px;


}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

#DB_fotos{

}

#DB_fotos img{
	border: none;
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

a{
 color: #adc5c7;
}


