/* LAYOUT */

.body{
	background: #f5f5f5 url(../img/background.jpg) no-repeat center top;	/* Canvas background */
}
#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	width: 1006px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

#top {
	height: 	113px;
	background:transparent url(../img/top-bg.png) 0 0 no-repeat;
	position:relative;
	z-index:2000;
}

	#logo {
		position:absolute;
		left:32px;
		top:17px;
		z-index:2000;
	}
		#logo a {
			display:block;
			height:192px;
			width:203px;
			background: url(../img/logo.png) 0 0 no-repeat;
		}
	#phone {
		position:absolute;
		top:26px;
		right:460px;
		font-size:18px;
	}
		#phone p,#phone h3 { margin:0px; padding:0px; font-weight:normal; font-size:18px;}
	
	#lang {
		position:absolute;
		right:30px;
		top:27px;
	}
		#lang img { vertical-align: middle; margin-left:1px; }
	
	#search {
		position:absolute;
		right:250px;
		top:27px;
	}

	#top-bar {
		min-height: 34px;
		height:		auto !important;
		height: 	34px;
		position:absolute;
		right:8px;
		background:url(../img/topmenu-bg.png) repeat-x;
		top:64px;
		width:700px;
		z-index:500;
	}
		
		#menu-top {}


#flashtop {
	background: url(../img/middle-bg.png) 0 0 repeat-y;
	height:301px;
	width:1006px;
	padding:0 8px;
	position:relative;
	z-index: 0;
}
	#flash {
		position:absolute;
		width:990px;
		height:301px;
		z-index:1;		
	}
	#overlay {
		position:absolute;
		top:140px;
		left:8px;
		z-index:10;	
		display:none;
	}

	/* MIDDLE */

#middle {
	clear: both;
	float: left;
	background: url(../img/middle-bg.png) 0 0 repeat-y;
	width:1006px;
	padding:18px 0;
}

	#left-column {
		float: left;
		width: 203px;
		margin-left:22px !important;
		margin-left:11px;
				
	}
		#menu {
			margin-bottom:18px;
			
		}
		#news {
			border:1px solid #ebebeb;
			background:url(../img/hdr-news-preview.png) no-repeat top left;
			padding:60px 15px 10px 15px;
			
		}
		#extra-content {
			padding-top:15px;
		}

	#main-column {
		float: right;
		width: 740px; /* 10px margin right */
		background-color:#fff;
		margin-right:22px !important;
		margin-right:11px;		
	}
		#content {
			height: 	1%;
		}


	/* BOTTOM */

#bottom {
	clear: both;
	text-align: center;
	background: url(../img/bottom-bg.png) 0 100% no-repeat;
	padding:25px;
}

	#footer {}
		#footer a,
		#footer a:visited {}
		#footer a:hover {}
	#copyright {}

	
	
	#fwrapper {
		background:#f6f6f6;
		background:#F0F0F0;
		/* background:#909090; */
		padding:10px;
	}
		#fwrapper .col {
			width:231px;
			border:0px solid #ccc;
			margin-right:12px;
			float:left;
			padding-bottom:29px;
			min-height:441px;
			height:auto !important;
			height:440px;
			background:white;
			position: relative;
		}
		#fwrapper .end { margin-right:0px; }
		
		#fwrapper .more {
			position: absolute;
			bottom:10px;
			right:10px;
		}
		#fwrapper .more a {
			display:block;
			width:51px;
			height:19px;
			background:url(../img/btn-meira.png) no-repeat;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		
		
		
		
		
		.clear { clear:both; }
