html, body{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #111111;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
/*	background: #1F2C34;*/
	background: #1F2C34;
}

a, a:hover{
	text-decoration: none;
	color: #6585B5;
}

h1.menuTitle{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h2.galleryTitle{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}


/********************************/
/********************************/
/*******************	TOP AREA	*/
/********************************/
/********************************/

div#top-area{
	width: 1000px;
	height: 130px;
	background: #1F2C34 url(/_images/layout/background.jpg) repeat-y;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

div#logo{
	padding: 20px 0px 0px 20px;
	float: left;
}

div#logo1{ margin-top:20px;
	padding: 50px 0px 0px 20px;
	
}
/********************************/
/*****************	TOP MENU		*/
/********************************/

div#menu-top{
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 60px;
	height: 52px;
}

div#menu-top div.menuElement{
	width: 120px;
	height: 52px;
	display: block;
	position: relative;
	float: left;
	margin: 0px 5px;
}

div#menu-top div.menuElement a{}

div#menu-top div.menuElement a span.menuElementSpan{
	padding: 35px 0px 5px 5px;
	display: block;
	width: 100%;
	color: #C5CED7;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div#menu-top div.menuElement a span.menuElementSpanSelected{
	background: #71080C;
	color: #ffffff;
}


/********************************/
/*****************	SOCIALS 		*/
/********************************/

div#socials{
	float: right;
	margin-top: 70px;
}

/********************************/
/********************************/
/*****************	MIDDLE AREA	*/
/********************************/
/********************************/

div#middle-area{
	width: 1000px;
	background: #1F2C34 url(/_images/layout/background.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}

/********************************/
/*****************	LEFT MENU		*/
/********************************/

div#left-menu{
	width: 267px;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: 17px;
	border: solid 1px #6585B5;
	color: #111111;
}

div#left-menu div.menuElement{
	width: 100%;
	height: 47px;
	display: block;
	position: relative;
	border-bottom: solid 1px #6585B5;
}

div#left-menu div.menuElement a{}

div#left-menu div.menuElement a span.menuElementSpan{
	padding: 14px 25px 0px 25px;
	display: block;
	height: 33px;
	width: 217px;
	color: #4A4A4A;
	font-size: 14px;
	font-weight: bold;
}

div#left-menu div.menuElement a span.menuElementSpanSelected{
	background: #ffffff url(/_images/layout/left_menu_selected_bg.jpg) no-repeat;
	color: #ffffff;
}



/********************************/
/*****************	CONTENT			*/
/********************************/

div#right-column{
	width: 730px;
	padding: 0px;
	margin: 0px;
	float: left;
}

div#banner{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: transparent url(/_images/layout/banner_bg.png) no-repeat;
	width: 830px;
	height: 331px;
	position: relative;
}

div#banner div.bannerText{
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
	width: 500px;
	height: 25px;
	top: 263px;
	left: 20px;
	z-index: 10;
}

div#content{
	padding: 0px 20px;
}


/********************************/
/********************************/
/*****************	BOTTOM AREA	*/
/********************************/
/********************************/

div#bottom-area{
	border-top: solid 1px #6585B5;
	width: 100%;
}

div#bottom-area div.footer{
	width: 1000px;
	margin: 0px auto;
}

div#bottom-area div.footer div.linksColumn{
	width: 170px;
	overflow: hidden;
	float: left;
	margin-left: 30px;
}

div#bottom-area div.footer div.linksColumn a span.linkSpan{
	display: block;
	width: 170px;
	text-align: right;
	background: url(/_images/layout/small_arrow_right.png) 0px 5px no-repeat;
	border-bottom: solid 1px #6585B5;
	color: #6585B5;
	padding: 3px 0px;
	font-size: 10px;
}




/*********************************************************************************/
/*********************************************************************************/
/******************************************************************	INNE	********/
/*********************************************************************************/
/*********************************************************************************/

div.scrollable{
	position:relative;
	overflow:hidden;
	width: 690px;
	height: 230px;
	margin-bottom: 15px;
}
div.scrollable div.items{
	width:200000em;
	position:absolute;
}
div.scrollable div.items div.slide{
	float: left;
}
div.scrollable div.items div.slide div.news{
	width: 230px;
	float: left;
}
div.scrollable div.items div.slide div.news div.title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-left: 15px;
}
div.scrollable div.items div.slide div.news div.news_content{
	width: 200px;
	border-right: solid 1px #6585B5;
	padding: 0px 15px;
}
div.scrollable div.items div.slide div.newsThird div.news_content{
	border-right: solid 1px transparent;
}
div.scrollable div.items div.slide div.news div.news_content div.short_desc{
	width: 100%;
	height: 140px;
}
div.scrollable div.items div.slide div.news div.news_content div.news_more{
	text-align: right;
}


/**************************************************************************************************/

div.galleryContainer{
	text-align: center;
}

div.galleryContainer img{
	margin: 3px;
	border: solid 1px #1F2C34;
}

