/*

Page layout, main colours & fonts.
========================================================================

*/
html, body, div, img
{
	border: 0;
	margin: 0;
	padding: 0;
}
html, body, div, span, table, td
{
}
html
{
	height: 100%;
	width: 100%;
}
body
{
	width: 100%;
	height: 100%;
	background-color: #000000;
}
h1, h2, h3, h4, h5
{
	font-family: "Tahoma", sans-serif;
	margin: 0;
	padding: 0;
}
#page-container
{
	margin: 0;
}
#central_block
{
	position: relative;
}
/*

Header Block
========================================================================

*/
#header_block
{
	margin-bottom: 20px;
}
#header_block_lines
{
	background-image: url('../images/header_block_lines_bg.gif');
	background-repeat: repeat;
	background-color: #000000;
	height: 146px;
}
#header_block_black
{
	background-color: #000000;
	height: 130px;
	position: relative;
}
#header_block_logo
{
	width: 310px;
	height: 44px;
	background-image: url('../images/header_block_logo_bg.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 43px;
	left: 27px;
	cursor: pointer;
}
/*

First page.
========================================================================

*/
/*

Left block.
========================================================================

*/
#left_block
{
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
}
/*

Menu block.
========================================================================

*/
#menu_block
{
	padding: 30px;
}
h2.first-menu_item, 
h2.first-menu_item a,
h2.first-menu_item a:visited,
h2.first-menu_item a:hover,
h2.first-menu_item a:active
{	
	margin: 0 0 3px 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 27px;
	font-size: 22px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ed1c24;
	text-decoration: none;
}
h2#current.first-menu_item, 
h2#current.first-menu_item a
{
	text-transform: uppercase;
	color: #fae21a;
}

h2.second-menu_item, 
h2.second-menu_item a,
h2.second-menu_item a:visited,
h2.second-menu_item a:hover,
h2.second-menu_item a:active
{
	margin: 0 0 3px 0;
	padding: 0 0 0 20px;
	letter-spacing: 0;
	line-height: 27px;
	font-size: 22px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #fae21a;
	text-decoration: none;
}
/*

Pea block.
========================================================================

*/
#pea_block
{
	padding: 30px;
}
#pea_item
{
	width: 157px;
	height: 148px;
	background-image: url('../images/red_pea_block_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding: 40px 10px 0px 10px;
	overflow: hidden;
}
#pea_item h2
{
	display: inline;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

/*

Language block.
========================================================================

*/
#languages_block
{
	position: absolute;
	left: 30px;
	top: 455px;
	padding-bottom: 20px;
}
#languages_block h4
{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 16px;
	font-size: 14px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#languages_block h4#current_lang
{
	color: #ed1c24;
}


/*

Footer block.
========================================================================

*/
#footer_block
{
	position: absolute;
	left: 30px;
	top: 520px;
	padding-bottom: 20px;
}
#footer_block h4
{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 16px;
	font-size: 14px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
/*

Content block.
========================================================================

*/
#content_block
{
	position: absolute;
	width: 630px;
	left: 250px;
	top: 0;
	margin: 0 0 0 0;
	padding: 30px;
}
#content_block h1
{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 22px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ed1c24;
	text-decoration: none;
}
#content_block span.content_text
{
	display: inline;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ffffff;
}
#content_article_block
{
	color: #ffffff;
}
.content_article_block_moved
{
	position: absolute;
	top: 30px;
	left: 360px;
}
/*

Contact Form block.
========================================================================

*/
#contact_form_block
{
	width: 330px;
}

#contact_form_block h1,
#contact_form_block .ErrorHolder
{
	width: 265px;
	margin-bottom: 20px;
}

.contactForm, .contactForm table, .contactForm td
{
	margin: 0;
	padding: 0;
}
.contactFormLabel
{
	display: block;
	height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ffffff;
}
.contactFormError
{
	display: block;
	height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ed1c24;
}
.contactFormTextField
{
	background-image: url('../images/form_input_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0f0f0f;
	height: 20px;
	width: 265px;
	border: 1px solid #424242;
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding:0;
}

.contactFormCheckboxField,
.contactFormCheckboxFieldChecked
{
	width: 14px;
	height: 14px;
	background-image: url('../images/form_input_bg.gif');
	background-repeat: repeat-x;
	background-color: transparent;
	border: 1px solid #424242;
	font-family: verdana, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding:0;
	cursor: pointer;
	position: relative;
	overflow: visible;
}

.plus
{
	width: 14px;
	height: 14px;
	overflow: hidden;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.contactFormCheckboxField .plus
{
	display: none;
}

.contactFormCheckboxFieldChecked .plus
{
	display: block;
}

.CheckOver
{
	border: 1px solid #fae21a;
}

.CheckText
{
	position: absolute;
	left: 24px;
	top: -3px;
}

.contactFormTextArea
{
	background-image: url('../images/form_textarea_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0f0f0f;
	height: 99px;
	width: 265px;
	border: 1px solid #424242;
	font-size: 14px;
	font-family: verdana, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.YellowBorder
{
	border-bottom: 1px solid #fae21a;
}

.BottomMargin10
{
	margin-bottom: 10px;
}

div.contactFormSubmitDecoration
{
	background-image: url('../images/form_input_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0f0f0f;
	position: relative;
	width: 265px;
	height: 20px;
	border: 1px solid #424242;
	border-spacing: 0;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

div.borderYellow
{
	border-bottom: 1px solid #fae21a;
}

div.contactFormSubmit
{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 265px;
	height: 20px;
}
span.contactFormSubmitText
{
	line-height: 18px;
	font-size: 18px;
	font-family: verdana, sans-serif;
	color: #ffffff;
}
/*

Product (Portfolio) block.
========================================================================

*/
#content_product_block
{
	position: relative;
	width: 680px;
	height: 470px;
}
#content_product_text
{
	padding: 20px;
	width: 545px;
	height: 310px;
	overflow: hidden;
}
#content_product_image
{
	position: absolute;
	z-index: 10;
	width: 575px;
	height: 350px;
	overflow: hidden;
}
#content_product_gallery
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 350px;
}
.content_product_image_block
{
	padding: 1px 0 0 1px;
	margin: 0 0 8px auto;
	width: 92px;
	height: 62px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.content_product_image_block img
{
	cursor: pointer;
	display: block;
	border: 2px solid transparent;
}

.content_product_image_block .blueBorder
{
	border: 2px solid #00a1d8;
}

.product_label_red
{
	display: block;
	height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ed1c24;
}
.product_label_white
{
	display: block;
	height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #ffffff;
}
.product_label_blue
{
	display: block;
	height: 20px;
	font-size: 18px;
	font-family: "Tahoma", sans-serif;
	font-weight: normal;
	color: #00a0da;
}
#product_url
{
	margin-top: 20px;
}
#product_control_buttons
{
	position: relative;
	width: 540px;
	height: 100px;
}
#product_button_previous
{
	cursor: pointer;
	position: absolute;
	top:0px;
	left: 0px;
	text-align: left;
	padding-left: 30px;
	background-image: url('../images/products_previous.gif');
	background-position: 2px center;
	background-repeat: no-repeat;
	width: 100px;
}
#product_button_next
{
	cursor: pointer;
	position: absolute;
	top:0px;
	right: 0px;
	text-align: right;
	padding-right: 30px;
	background-image: url('../images/products_next.gif');
	background-position: right center;
	background-repeat: no-repeat;
	width: 100px;
}
#product_button_previous .product_label_red, #product_button_next .product_label_red
{
	height: 26px;
	font-size: 24px;
}
#product_button_plus
{
	cursor: pointer;
	position: absolute;
	top:0px;
	left: 233px;
	width: 27px;
	height: 30px;
	background-image: url('../images/products_plus_active.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#product_button_plus.inactive
{
	cursor: auto;
	background-image: url('../images/products_plus_inactive.gif');
}
#product_button_minus
{
	cursor: pointer;
	position: absolute;
	top:0px;
	left: 281px;
	width: 27px;
	height: 30px;
	background-image: url('../images/products_minus_active.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

#product_button_minus.inactive
{
	cursor: auto;
	background-image: url('../images/products_minus_inactive.gif');
}
#product_counter
{
	width: 100px;
}
#product_counter .product_label_blue
{
	position: absolute;
	bottom:0px;
	left: 0px;
	height: 26px;
	font-size: 24px;
}
