/* -----------------------------------------------------------------------
	
	Custom CSS Styles for Albinati.aero
	
	Your are not allowed to remove or modify this copyright
	without the authors authorization.

    (c)2009    Too Pixel SARL - www.toopixel.ch
    Created:   01.12.2009
    Authors:   Christophe Prudent & XhtmlMyDesign.com

----------------------------------------------------------------------- */

/*
	Styles has been modified by : Tomasz Grzechowski (k3o) : http://k3o.eu miniman.k3o@gmail.com
	
	;-)))
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-family: inherit;
	text-decoration: none;
}
body	{
	overflow-x: hidden;
	min-width: 960px;
	position: relative;
	background: #504943;
	font: 62.5% Arial, Helvetica, sans-serif;
}

/*                        PAGE LAYOUT
**************************************************************/

#bg	{
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	min-width: 973px;
	position: absolute;
}
#bg img	{
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
}
#wrap	{
	z-index: 2;
	min-width: 973px;
	position: relative;
}
.col	{
	float: left;
	width: 340px;
	margin-right: 1px;
	padding: 130px 0 30px 0;
	background: url(../images/bg_col.png) repeat left top;
}
#main	{
	z-index: 3;
	width: 290px;
	position:  relative;
	margin-right: -24px;
	padding: 0 25px 30px 0;
	background: url(../images/bg_main_col.png) repeat-y right top;
}
#panwrap	{
	float: left;
	width: 682px;
	position: relative;
}
.js #panwrap	{
	overflow: hidden;
}
#panels	{
	top: 0;
	left: 0;
	height: 1%;
	width: 682px;
	position: absolute;
}
.js #panels	{
	margin-left: -682px;
}

#footer {
	
	position:absolute;
	
	width: 100%;
	
	z-index: 10;
	
	height: 101px;
}

	#footer-bg {
		
		width: 100%;
		
		margin-top: 1px;
		
		height: 100px;
		background: url(../images/bg_footer.png) repeat transparent;
	}

	#footer #footer-logo {
		
		float: right;
		
		width: 100px;
		margin: 0 30px;
		
		height: 100px;
		
		background: url( ../images/bg_footer_logo.png ) no-repeat 0 10px transparent;
	}
	
	#footer #footer-clr {
		
		height:0;
		font-size:0;
		line-height:0;
		width:0;
		
		clear: both;
	}
	
	#footer #footer-content {
		
		float: left;
		
		margin: 0 0 0 290px;
		
		color: #fff;
	}
	
		#footer #footer-content ul {
			
			margin: 0;
			padding: 0;
			line-height: 100px;
			
			float: left;
			
			font-size: 1.4em;
		}
			
			#footer #footer-content ul h2 {
				
				display: inline;
				letter-spacing: 0.1em;
			}
			
			#footer #footer-content ul li {
				
				margin: 0 0 0 1em;
				padding: 0 1em 0 0;
				
				list-style: none;
				display: inline;
				
				border-right: 1px dotted #ad1329;
			}
			
			#footer #footer-content ul li.last {
				
				border: none;
			}
				
				#footer #footer-content ul li strong {
					
					font-weight: bold;
					letter-spacing: 0.2em;
				}
				
				#footer #footer-content ul li a, #footer #footer-content ul li a:link, #footer #footer-content ul li a:visited, #footer #footer-content ul li a:active {
					
					color: #fff;
				}
				
				#footer #footer-content ul li a:hover {
					
					text-decoration: underline;
				}
			
			

/*                        GLOBAL STYLES
**************************************************************/

strong	{
	font-weight: bold;
}
cite, em	{
	font-style: italic;
}
a, a:visited, a *, a:visited *, button	{
	cursor: pointer;
}
.zero	{
	height: 0;
	display: block;
	overflow: hidden;
}
.clear	{
	clear: both;
}
.col p	{
	color: #fff;
	margin: 0 40px;
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 20px;
}
.col li	{
	color: #fff;
	font-size: 1.2em;
}

.col a	{
	color: #ccc;
}

.col a:hover	{
	color: #fff;
}

/*                     MAIN [LOGO] STYLES
**************************************************************/

#logo	{
	width: 212px;
	height: 176px;
	margin: 0 auto;
	background: url(../images/bg_logo.png) no-repeat left top;
}
#logo a, #logo a:visited	{
	height: 150px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

/*                        MAIN STYLES
**************************************************************/

#nav	{
	margin-top: 10px;
	padding: 0 50px 0 40px;
}
#nav ul	{
	padding: 0;
}
#nav li	{
	font-size: 1em;
	border-bottom: solid 1px #514f52;
}
.js #nav ul	{
	height: 0;
	overflow: hidden;
	position: relative;
}
#nav li a, #nav li a:visited	{
	color: #fff;
	height: 24px;
	display: block;
	font-size: 1.5em;
	line-height: 82%;
	padding-top: 6px;
	letter-spacing: -1px;
}
#nav li a.active, #nav li a.active:visited	{
	color: #f00;
}
#nav li li	{
	border: 0;
	font-size: 1em;
	border-top: solid 1px #514f52;
}
#nav li li a, #nav li li a:visited	{
	height: 22px;
	color: #9d948b;
	font-size: 1.6em;
	line-height: 82%;
	letter-spacing: -1px;
	padding: 8px 0 0 22px;
	background: url(../images/bg_nav_li_li_a.png) no-repeat 10px 12px;
}
#nav li li a.active, #nav li li a.active:visited	{
	color: #fff;
	background: url(../images/bg_nav_li_li_a.png) no-repeat 10px -88px;
}
#nav li li a:hover	{
	color: #e51937;
	background: url(../images/bg_nav_li_li_a.png) no-repeat 10px -88px;
}


#landings {

	position:	absolute;
	bottom:		80px;
	left:		40px;
}

	#landings li { line-height: 1.7; }

/*                CONTENT TOGGLE BUTTON STYLES
**************************************************************/

#panwrap a.ctoggle, #panwrap a.ctoggle:visited	{
	top: 0;
	left: 0;
	z-index: 3;
	width: 36px;
	height: 35px;
	display: block;
	position: absolute;
	margin: 20px 0 0 0;
	background: url(../images/bg_panel_toggle.png) no-repeat 0px 0px;
}
#panwrap a.ctoggle:hover	{
	background: url(../images/bg_panel_toggle.png) no-repeat 0px -35px;
}

/*                   SUBCOLUMN 1 STYLES
**************************************************************/

#sub1 h2	{
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 40px 20px 40px;
	text-transform: uppercase;
}

#sub1 ul	{
	padding: 0 40px;
}

#sub1 li	{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	margin-bottom:0.5em;
	background: url(../images/bg_sub2_bullet.png) no-repeat scroll 9px 7px;
}

/*                   SUBCOLUMN 2 STYLES
**************************************************************/

#sub2	{
	position: relative;
	background: url(../images/bg_sub2.png) no-repeat 0px -100px;
}
.js #sub2	{
	position: relative;
	background: url(../images/bg_sub2.png) no-repeat 0px 0px;
}
#sub2 a.toggle, #sub2 a.toggle:visited	{
	top: 0;
	right: 0;
	width: 94px;
	height: 35px;
	display: none;
	margin-top: 21px;
	position: absolute;
	background: url(../images/bg_toggle_hover.png) no-repeat 0px -1000px;
}
.js #sub2 a.toggle, .js #sub2 a.toggle:visited	{
	display: block;
}
#sub2 a.toggle:hover	{
	background: url(../images/bg_toggle_hover.png) no-repeat 0px 0px;
}
#sub2 p	{
	margin-bottom: 20px;
}
#sub2 ul	{
	padding: 0 40px;
}
#sub2 li	{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	margin-bottom:0.5em;
	background: url(../images/bg_sub2_bullet.png) no-repeat scroll 9px 7px;
}

#sub2 h2	{
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 40px 20px 40px;
	text-transform: uppercase;
}

/*                   GALLERY MENU STYLES
**************************************************************/

#gallery-menu-no-js	{
	top: 0;
	right: 0;
	z-index: 3;
	width: 320px;
	position: fixed;
	margin: 20px 20px 0 0;
}
#gallery-menu	{
	top: 0;
	right: 0;
	z-index: 3;
	width: 320px;
	position: fixed;
	margin: 20px -320px 0 0;
}
#gallery-menu ul	{
	padding: 20px 15px;
	margin-bottom: 1px;
	background: url(../images/bg_gallery_menu.png) repeat left top;
}
#gallery-menu li	{
	display: block;
	padding: 0 10px;
	font-size: 1.4em;
	text-align: right;
	min-height: 20px;
}
#gallery-menu li.active	{
	background: url(../images/bg_sub2.png) no-repeat left top;
}
#gallery-menu li a, #gallery-menu li a:visited	{
	color: #fff;
	height: 20px;
	display: block;
	padding: 0 25px 0 0;
	background: url(../images/bg_gallery_menu_bullet.png) no-repeat right 9px;
}
#gallery-menu li.active a, #gallery-menu li.active a:visited	{
	background: url(../images/bg_gallery_menu_bullet.png) no-repeat right -91px;
}
#gallery-menu li a:hover	{
	color: #e51937;
}
#gallery-menu li small	{
	font-size: 0.8em;
	letter-spacing: -0.05em;
}
#gallery-menu p a, #gallery-menu p a:visited	{
	width: 47px;
	height: 47px;
	float: right;
	display: block;
}
#gallery-menu a.next, #gallery-menu a.next:visited	{
	background: url(../images/bg_gallery_menu_buttons.png) no-repeat right top;
}
#gallery-menu a.next:hover	{
	background: url(../images/bg_gallery_menu_buttons.png) no-repeat right bottom;
}
#gallery-menu a.prev, #gallery-menu a.prev:visited	{
	margin-right: 1px;
	background: url(../images/bg_gallery_menu_buttons.png) no-repeat left top;
}
#gallery-menu a.prev:hover	{
	background: url(../images/bg_gallery_menu_buttons.png) no-repeat left bottom;
}

#gallery-menu li h3 {
	color: #e51937;
	margin: 0 25px 0 0;
	font-size: 1.2em;
}
	
#gallery-menu li h3 .margin {
	margin-top: 1em;
	display: block;
}

.enquiries {
	color: #fff;
	margin: 3em 40px 20px;
	font-size: 1.2em;
}

	.enquiries h2 {
		color: #fff;
		font-size: 1.4em;
		margin: 0 0 0.5em;
	}
	
	.enquiries p {
		line-height: 1em;
		margin: 0;
	}
	

/*                     FLASH TEXT STYLES
**************************************************************/
#flash-background {
	margin : 0 0 0 0; 
	padding : 0 0 0 0; 
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	position:absolute !important; 
	z-index:2 !important;
	overflow:hidden
}
#flash-background-TR {
	margin : 0 0 0 0; 
	padding : 0 0 0 0; 
	top:5px;
	right:5px;
	width:181px;
	height:50px;
	position:absolute !important; 
	z-index:3 !important;
	overflow:hidden
}
#flash-background-MD {
	width:650px;
	height:250px;
	margin : 0 0 0 0;
	top:15%; 
	right:0px;
	position:absolute !important; 
	z-index:1 !important;
	overflow:hidden
 
}
#flash-intro {
	margin : 0 0 0 0; 
	padding : 0 0 0 0; 
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1 !important;
	position:absolute !important; 
	overflow:hidden	
	color: #ffffff;
	text-align: right;
}
#flash-intro2 {
	top: 50%;
	right: 0;
	z-index: 3;
	color: #fff;
	width: 500px;
	height: 100px;
	text-align: right;
	position: absolute;
	margin: -50px 13.5% 0 0;
	text-transform: uppercase;
}
/*
#flash-intro br {
	display: none;
}
#flash-intro p {
	font-size: 2.2em;
	line-height: 22px;
	color: #ffffff;
	text-align: right;
	margin-top: 300px;	
}
#flash-intro big {
	display: block;
	font-size: 1.8em;
	letter-spacing: -1px;
}
#flash-intro a, #flash-intro a:visited {
	color: #fff;
	float: right;
	display: block;
	font-size: 1.3em;
	margin-right: 2px;
	line-height: 13px;
	padding-left: 10px;
	background: url(../images/bg_nav_li_li_a.png) no-repeat 0px -95px;
}
#flash-intro a:hover {
	color: #e51937;
	background: url(../images/bg_nav_li_li_a.png) no-repeat 0px -95px;
}
  */

/* Is bao logo
**************************************************************/
#isBao{
	/*position: absolute;*/
	/*bottom: 20px;*/
	padding: 20px 0 0 40px;
	color: #666;
	height: 62px;
	/*display:block;*/
}

/*                     LANGUAGES SWITCHER STYLES
**************************************************************/

#lang {
	position: absolute;
	bottom: 0;
	left: 40px;
	color: #666;
	height: 20px;
}

	#lang span,
	#lang a {
		padding: 0 5px;	
	}

	#lang a {
		color: #ccc;
	}
	
	#lang a:hover {
		color: #fff;
	}


/*                       SHOW GALLERY BUTTON
***************************************************************/
#show-gallery	{
	bottom: 0;
	right: 15px;
	z-index: 3;
	position: absolute;
	margin-right: -215px;
	margin-bottom: 0;
	background: black;
	font-size: 1.2em;
}

#show-gallery a, #show-gallery a:visited	{
	color: #fff;
	display: block;
	padding: 5px 15px;
	font-size: 1em;
}


p.special_link {
	margin: 3em 40px 1.5em 32px;
}

	p.special_link a {
		background: url(../images/plane.png) no-repeat left center;
		padding: 10px 0 10px 25px;
		font-size: 1.15em;
		letter-spacing: -0.05em;
		color: #fff;	
	}
	
		p.special_link a:hover {
			color: #e51937;	
		}
		
	p.special_link a.pdf {
		background: url(../images/plane.png) no-repeat left center;	
	}
	
	p.special_link a.directions {
		background: url(../images/directions.png) no-repeat left center;	
	}
	
#panels ul.links_list,
#panels ul.links_list li {
	margin: 0;
	padding: 0;
	background: transparent;
}

	#panels ul.links_list {
		margin: 3em 0 1.5em 32px;		
	}
	
	#panels ul.links_list li {
		
	}
	
	#panels ul.links_list li a {
		font-size: 0.95em;
		letter-spacing: -0.05em;
		color: #fff;
		text-transform: uppercase;
		padding: 10px 0 10px 25px;
		float: left;
	}
	
		#panels ul.links_list li a:hover {
			color: #e51937;	
		}
	
	#panels ul.links_list li small {
		font-size: 0.9em;
		display: block;
		color: #ccc;
	}
	
	#panels ul.links_list.documentation li a {
		background: url(../images/plane.png) no-repeat 0 9px;		
	}

.photo-gallery-clr {
		
		height: 0;
		clear:both;
		line-height:0;
		font-size:0;
	}

.photo-gallery-row {
	
	margin:5px 20px;
	height:90px;	
}
	
	.photo-gallery-row a {
		
		margin: 5px;
		padding:0;
		display: block;
		float: left;
	}
	
		.photo-gallery-row a img {
			
			margin: 0;
			padding:0;
			border: 0;
		}

