/*
* copyright: logodesign.sk 2009
*/

body {
	font-family: "Verdana","Arial",sans-serif;
	font-size: 12px;
	color: #838281;
	background: white;
	margin: 0;
	padding: 0;
	/* docasne */
	background: #FFFFFF;
}
h1,h2,h3 {
	font-family: "Verdana","Arial",sans-serif;
	text-align: left;
}
h1 {
	display: inline;
	position: relative;
	color: #96B8D5;
	font-size: 19px;
	font-weight: normal;
	left: 20px;
	top: -12px;
}
h2 {
	display: inline;
	position: relative;
	font-size: 16px;
	color: white;
	left: 20px;
	top: 10px;
}
h3 {
	margin: 10px 20px 20px 15px;
	font-size: 13px;
	color: #CE2422;
}
hr {
	border-top: 1px solid #DDDDDC;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
a {
	font-size: 13px;
	/*color: #838281;*/
	color: #CE2422;
}
a:hover {
	text-decoration: none;
	/*border-bottom: 1px solid #CE2422;*/
}
p {
	text-align: left;
	margin: 10px 15px 20px 15px;
	line-height: 1.5;
}
tt {
	font-size: 11px;
	color: #CE2422;
}
table {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
}
tr {
	vertical-align: middle;
}
td {
	padding: 1px 0 1px 0px;
}
/* class definitions */
.flag {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
.cleaner {
	clear: both;
	width: 100%;
}
.p_image {
	float: left;
	margin: 10px 20px 10px 20px;
}
.highlight {
	color: black;
}
.gray_block_small {
	height: 10px;
	background: #DDDDDC;
	margin: 20px 20px 20px 20px;
}
/* form classes */
.form_info {
	padding: 5px;
	border: 1px solid #d4d4d4;
	color: #96BAD5;
	text-size: 12px
	line-height: 1.8;
}
.form_error {
	padding: 5px;
	border: 1px solid #d4d4d4;
	color: #CE2422;
	text-size: 11px;
	line-height: 1.8;
}
.input_login {
	/*
	position: relative;
	top: 0px;
	*/
	border: 1px solid #d4d4d4;
	color: #838281;
	background: white;
	/* height: 17px; */
	margin: 0;
	top: 0;
}
.textbox {
	/*
	position: relative;
	top: 0px;
	*/
	border: 0;
	color: #838281;
	background: #E9E8E8;
	/* height: 17px; */
	margin: 3px 0 0 5px;*/
	/*top: 0;*/
	text-size: 12px;
}
.button {
	/*
	position: relative;
	top: 0px;
	*/
	background: #CE2422;
	color: #FFFFFF;
	font-size: 10px;
	height: 18px;
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: bold;
}
.button_lw {
	width: 100px;
}
.button_register {
	background: #96B8D5;
}

/* other */
.noborder {
	border: 0;
}
a.main_link {
	color: #CE2422;
	font-size: 13px;
}
/* TODO separate file definition!!!!!!!! */
.price {
	display: block;
	background: #96B9D5;
	color: white;
	width: 40px;
	height: 18px;
	text-align: center;
}
/* TODO separate file definition!!!!!!!! */

/* start fp gallery defs */
.product_offer {
	margin: 0 0 0 10px;
}

#product_block {
	float: right;
	margin: 40px 80px 40px 0;
	width: 420px;
}
#object_pack_offer {
	height: 310px;
	overflow: hidden;
}
/* end fp gallery defs */

/* start portfolio defs */
#portfolio_menu_box {
	width: 220px;
	/* background: lightgray; */
	margin: auto auto;
}
#portfolio_menu_box ul {
	margin-left: 15px;
	padding: 0;
}
li.portfolio_menu_item {
	display: block;
	list-style: none;
	margin-bottom: 5px;
	padding: 0;	
	width: 100%;
	height: 20px;
	background: #838281;
}
li.portfolio_menu_item_selected {
	background: #96B8D5;
}
a.portfolio_menu_item {
	display: block;
	width: 100%;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 0;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
a:hover.portfolio_menu_item {
	text-decoration: underline;
}
.list_caption {
	text-align: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px 0 0 10px;
	width: 100%;
	height: 20px;
	background: #838281;
	color: white;
}
.last {
	clear: right;
}
.logo {
	float: left;
	display: block;
	margin: 5px 0px 5px 7px;
	width: 127px;
	height: 130px;
	background: white;
	text-decoration: none;
	/* border: 0; */
}
.logo_caption {
	display: block;
	width: 100%;
	height: 30px;
	background: #838281;
	font-size: 10px;
	color: white;
	text-align: center;
	margin:0;
	padding:0;
}
.corp_i {
	width: 389px;
	height: 192px;
	margin: 5px 0px 5px 0px;
}
.corp_i_caption {
	display: block;
	width: 384px;
	height: 19px;
	background: #838281;
	font-size: 10px;
	color: white;
	text-align: left;
	margin-bottom: 5px;
	padding: 3px 0 0 5px;
}
/* end portfolio defs */

/* block definitions */
#container {
	display: block;
	width: 900px;
	margin: auto auto;
	/* docasne */
	background: white;
}
#lang_bar {
	display: block;
	width: 100%;
	height: 28px;
}
#header {
	display: block;
	width: 100%;
	height: 75px;
}
#logo {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#login {
	float: right;
	width: 255px;
	height: 60px;
	margin-right: 10px;
	margin-top: 10px;
	/*background: lightgray;*/
}
#big_banner {
	display: block;
	width: 820px;
	height: 343px;
	margin: 25px 0 20px 0;
}
/* NEEWEEW */
.button_menu {
	line-height: 23px;
}
.button_menu_selected {
	background: #CE2422;
}
a.button_menu_normal {
	margin: 0px;
	padding: 4px 15px 3px 15px !important;
	padding: 5px 15px 5px 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a:hover.button_menu_normal {
	text-decoration: underline;
}
#menu_bar {
	display: block;
	width: 100%;
	height: 23px;
	background: #838281;
}
#menu_bar ul {
	margin:0px;
	padding:0px;
}
#menu_bar ul li {
	display: inline;
	float: left;
	list-style: none;
	border-left: 1px solid #FFFFFF;
}
/* NEEEW */
#content_wrapper {
	display: block;
	width: 820px;
	margin: auto auto;
	text-align: center;
}
#content_wrapper ul {
	text-align: left;
}
#content_wrapper li {
	line-height: 22px;
}

/* content blocks */
#three_block_left {
	float: left;
	display: block;
	width: 250px;
}
#three_block_center {
	float: left;
	display: block;
	margin-left: 10px;
	width: 250px;
}
#three_block_right {
	position: relative;
	float: right; 
	display: block;
	width: 270px;
	margin-right: 10px;
}

/* content blocks oposit */
#three_block_left_revert {
	float: left;
	display: block;
	width: 270px;
	margin-top: 20px;
}
#three_block_center_revert {
	float: left;
	display: block;
	margin-left: 30px;
	width: 250px;
	margin-top: 20px;
}
#three_block_right_revert {
	position: relative;
	float: right; 
	display: block;
	width: 250px;
	margin-top: 20px;
}

/* content blocks */
#two_block_left {
	float: left;
	display: block;
	width: 550px;
	margin: 40px 0 0 0;
}
#two_block_right {
	float: right;
	display: block;
	width: 245px;
	min-height: 350px;
	background: transparent url("right_border.png") no-repeat top left;
	margin: 40px 0 0 0;
}

#two_eqblock_left {
	float: left;
	width: 50%;
	/* border: 1px solid gray; */
}
#two_eqblock_right {
	float: right;
	width: 48%;
	/* border: 1px solid gray; */
}

#gray_block {
	display: block;
	width: 100%;
	height: 55px;
	margin: 30px 0 0 0;
	background: #DDDDDC;
}
#blue_block {
	display: block;
	width: 100%;
	height: 45px;
	margin: 20px 0 0 0;
	background: #96B9D5;
}
/* footer definitions */
#footer {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
#footer p {
	font-size: 10px;
	text-align: center;
}
#footer ul {
	display: block;
	width: 700px;
	margin: auto auto;
	padding: 0 0 0 0;
	list-style-type: none;
}
#footer li {
	/*display: block;*/
	float: left;
	height: 30px;
	border-right: 1px solid #838281;
}
#footer li.last {
	border: 0;
}
#footer a {
	display: block;
	color: #838281;
	font-size: 15px;
	text-decoration: none;
	margin: 5px 10px 0 10px; /*10px;*/
}
#footer a:hover {
	text-decoration: underline;
}
