/********************************************************
/*  BASIC SETTINGS
/********************************************************/

html
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: url('/images/cursor_default.cur'), auto;
}
body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('/images/background.jpg');
}
a
{
	cursor: url('/images/cursor_pointer.cur'), pointer;
}
.drakkar
{
	position: absolute;
	top: 190px;
	left: 0;
	width: 147px;
	height: 103px;
	background-image: url('/images/drakkar.png');
}
#background_top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 287px;
	background-image: url('/images/background_top.png');
}
#background_waves
{
	position: absolute;
	top: 274px;
	left: 0;
	width: 100%;
	height: 62px;
	background-image: url('/images/background_waves.png');
	z-index: 2;
}
::-moz-selection
{
	background:#5056a2;
	color:#ffffff;
}

::selection 
{
	background:#5056a2;
	color:#ffffff;
}

.gradient_bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: url('/images/gradient_bottom.png');
	height: 440px;
	left: 0;
	right: 0;
}
#main_block
{
	z-index: 3;
	position: relative;
	width: 990px;
	background-color: #ffffff;
	min-height: 100%;
	margin: 0 auto;
}
.main_block_top_left
{
	z-index: 5;
	background-image: url('/images/lightness.png');
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	width: 171px;
	height: 122px;
	left: -171px;
}
.main_block_left
{
	z-index: 4;
	background-image: url('/images/gradient_left.png');
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 133px;
	left: -133px;
}
.main_block_right
{
	z-index: 4;
	background-image: url('/images/gradient_right.png');
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 133px;
	right: -133px;
}

.decoration_left
{
	display: none;
	z-index: 5;
	background-image: url('/images/decoration_left.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 215px;
	height: 427px;
	left: -167px;
}
.decoration_right
{
	display: none;
	z-index: 5;
	background-image: url('/images/decoration_right.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 135px;
	height: 229px;
	right: -82px;
}
/********************************************************
/*  HEADER BLOCK
/********************************************************/
#header_block
{
	height: 150px;
	position: relative;
	background-image: url('/images/header.jpg');
}
.decoration_top_right
{
	z-index: 5;
	background-image: url('/images/decoration_top_right.png');
	background-repeat: repeat-y;
	position: absolute;
	top: 12px;
	width: 496px;
	height: 137px;
	right: -208px;
}
#language_block
{
	z-index: 6;
	position: absolute;
	top: 7px;
	right: 65px;
	height: 48px;
}
.language_item
{
	display: -moz-inline-box; 
	display: inline-block;
	color: #000000;
	height: 24px;
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	margin-left: 10px;
	min-width: 21px;
	outline: none;
}
.language_item.language_active
{
	color: #a21d0b;
	background-image: url('/images/language_active.png');
}
#logo_block
{
	width: 238px;
	height: 153px;
	background-image: url('/images/logo.png');
	position: absolute;
	left: 92px;
	top: 1px;
	outline: none;
}
/********************************************************
/*  FIRSTPAGE BLOCK
/********************************************************/
.layout_table
{
	margin: 0;
	padding: 0;
	border-style: none;
	border-collapse: collapse;
}
.left_block
{
	padding: 0 0 0 25px;
	border-style: none;
	width: 408px;
}
.right_block
{
	padding: 0 0 0 49px;
	border-style: none;
	width: 420px;
}

.common_block
{
	padding: 0 0 0 25px;
	border-style: none;
	width: 876px;
}
/********************************************************
/*  MENU BLOCK
/********************************************************/
#menu_block
{
	position: relative;
	background-image: url('/images/menu.png');
	height: 45px;
	text-align: center;
}
#menu_left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 45px;
	background-image: url('/images/menu_left.png');
}
#menu_right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
	height: 45px;
	background-image: url('/images/menu_right.png');
}
.menu_item
{
	background-image: url('/images/menu_item.png');
	height: 29px;
	width: 145px;
	display: -moz-inline-box; 
	display: inline-block;
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding: 16px 20px 0 20px;
	outline: none;
}
a:hover.menu_item,
.menu_item.menu_active
{
	background-image: url('/images/menu_active.png');
	color: #ffffff;
}
/********************************************************
/*  CENTRAL BLOCK
/********************************************************/
#central_block
{
	background-image: url('/images/gradient_white.png');
	background-repeat: repeat-x;
	min-height: 114px;
	position: absolute;
	top: 195px;
	bottom: 28px;
	left: 0;
	right: 0;
}
#central_block.firstpage #scrolling_block,
#central_block.portfolio #scrolling_block,
#central_block.feedback #scrolling_block
{
	padding-top: 0px;
}
#scrolling_block
{
	position: absolute;
	top: 35px;
	bottom: 25px;
	left: 50px;
	right: 5px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 6;
	padding-top: 30px;
}
#scrollingblock_top
{
	position: absolute;
	top: 35px;
	left: 50px;
	right: 40px;
	height: 5px;
	background-image: url('/images/scrollblock_top.png');
	background-repeat: repeat-x;
	z-index: 7;
}
#scrollingblock_bottom
{
	position: absolute;
	bottom: 25px;
	left: 50px;
	right: 40px;
	height: 5px;
	background-image: url('/images/scrollblock_bottom.png');
	background-repeat: repeat-x;
	z-index: 7;
}
/********************************************************
/*  LAST SITES BLOCK
/********************************************************/
.lastsites_table
{
	margin: 4px 0 0;
	padding: 0;
	border-collapse: collapse;
	border-style: none;
}
.lastsites_table td
{
	margin: 0;
	padding: 0 0 13px;
	border-collapse: collapse;
	border-style: none;
}
.lastsites_table
{
	width: 876px;
}
.lastsites_item
{
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	width: 253px;
}
.lastsites_image
{
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #929292;
	margin: 1px auto;
}
.lastsites_title
{
	visibility: hidden;
	display: -moz-inline-box; 
	display: inline-block;
	background-image: url('/images/bullet_black.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2px;
	padding-left: 11px;
	color: #484848;
	font-size: 11px;
}
a:hover.lastsites_item .lastsites_image
{
	border-color: #a81300;
	border-width: 2px;
	margin: 0 auto;
}
a:hover.lastsites_item .lastsites_title
{
	visibility: visible;
}
/********************************************************
/*  FEEDBACK FORM
/********************************************************/
.button
{
	color: #ffffff;
	background-image: url('/images/button_black.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 139px;
	line-height: 21px;
	height: 21px;
	text-align: center;
	cursor: url('/images/cursor_pointer.cur'), pointer;
}
.feedback_form
{
	position: relative;
}
.feedback_form table
{
	border-style: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.feedback_form td
{
	border-style: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0 0 8px 0;
}
.feedback_label
{
	width: 112px;
}
.feedback_label.feedback_error
{
	font-weight: bold;
	color: #A11D0B;
}
.feedback_form .feedback_star
{
	font-weight: bold;
	padding-right: 5px;
	color: #A11D0B;
}
.feedback_title
{
	color: #a11d0b;
	margin: 25px 0 51px 0px;
	padding: 0px;
}
.feedback_controls
{
	position: relative;
	height: 21px;
}
.feedback_send
{
	position: absolute;
	right: 3px;
	top: 0;
}
#small_trickster
{
	width: 50px;
	height: 77px;
	position: absolute;
	bottom: -23px;
	left: -77px;
	background-image: url('/images/small_trickster.png');
}
/********************************************************
/*  INPUT ELEMENT
/********************************************************/
.input_block input
{
	background-color: transparent;
	border-style: none;
	padding: 2px;
	margin: 0;
	position: absolute;
	display: block;
	width: 217px;
	height: 16px;
	top: 0;
	left: 0;
}
.input_block
{
	position: relative;
	height: 20px;
	width: 221px;
	padding: 0 4px 0 6px;
}
.input_block_left
{
	position: absolute;
	background-image: url('/images/input_left.png');
	left: 0;
	top: 0;
	width: 6px;
	height: 20px;
}
.input_block_right
{
	position: absolute;
	background-image: url('/images/input_right.png');
	right: 0;
	top: 0;
	width: 4px;
	height: 20px;
}
.input_block_center
{
	position: relative;
	background-image: url('/images/input_center.png');
	background-repeat: repeat-x;
	height: 20px;
}

/********************************************************
/*  TEXTAREA ELEMENT
/********************************************************/
.textarea_block textarea
{
	background-color: transparent;
	border-style: none;
	padding: 4px 0px 0px 2px;
	margin: 0;
	position: absolute;
	display: block;
	width: 340px;
	height: 140px;
	top: 0;
	left: 0;
}
.textarea_block
{
	position: relative;
	height: 151px;
	width: 344px;
	padding: 0 4px 0 6px;
	margin-top: 30px;
	margin-left: 3px;
}
.textarea_block_left
{
	position: absolute;
	background-image: url('/images/textarea_left.png');
	left: 0;
	top: 0;
	width: 8px;
	height: 151px;
}
.textarea_block_right
{
	position: absolute;
	background-image: url('/images/textarea_right.png');
	right: 0;
	top: 0;
	width: 4px;
	height: 151px;
}
.textarea_block_center
{
	position: relative;
	background-image: url('/images/textarea_center.png');
	background-repeat: repeat-x;
	height: 151px;
}
	
/********************************************************
/*  SUBMENU BLOCK
/********************************************************/
.submenu_block
{
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
	text-align: center;
	z-index: 6;
}
.submenu_item
{
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 17px;
	display: -moz-inline-box; 
	display: inline-block;
	font-size: 14px;
	margin: 0 24px;
}
.submenu_item.selected_submenu
{
	background-image: url('/images/submenu.png');
}
/********************************************************
/*  PORTFOLIO BLOCK
/********************************************************/
.years_block
{
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
	text-align: center;
	z-index: 6;
}
.portfolio_item
{
	position: relative;
	margin-top: 35px;
	min-height: 166px;
	padding-top: 24px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 45px;
}
.portfolio_year
{
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 17px;
	display: -moz-inline-box; 
	display: inline-block;
	font-size: 14px;
	margin: 0 48px;
}

.portfolio_year.selected_year
{
	background-image: url('/images/submenu.png');
}

.portfolio_images
{
	position: absolute;
	top: 5px;
	left: 0;
	width: 346px;
	height: 200px;
}
.portfolio_info
{
	margin-left: 358px;
}
.portfolio_title
{
	margin-bottom: 3px;
}
.portfolio_text
{
	margin-top: 21px;
}
.portfolio_image
{
	border-style: solid;
	border-color: #c3bfb7;
	border-width: 1px;
	position: absolute;
	display: block;
	cursor: url('/images/cursor_pointer.cur'), pointer;
}
.image_3
{
	top: 0;
	right: 0;
	z-index: 2;
}
.image_2
{
	top: 12px;
	right: 16px;
	z-index: 3;
}
.image_1
{
	top: 24px;
	right: 32px;
	z-index: 4;
}
/********************************************************
/*  FOOTER BLOCK
/********************************************************/
#footer_block
{
	line-height: 28px;
	height: 28px;
	background-image: url('/images/footer.png');
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	white-space: pre;
	font-size: 12px;
	color: #e5e0d4;
	overflow: hidden;
	text-align: center;
}