* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #efefef;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #323935;
}

hr {
	display: none;
}

/*Global*/
div.wrap {
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.error {
	color: #d1452e;
}
.img_left {
	float: left;
}
.img_right {
	float: right;
}
img {
	border: 0;
}
img.left {
	float:			left !important;
	margin: 7px 20px 7px 0;
}
img.right {
	float:			right !important;
	margin: 7px 0 7px 20px;
}
a {
	text-decoration: underline;
	color: #323935;
}
a:hover {
	text-decoration: none;
}
/*end - Global*/

/*Main positioning - OUT & IN*/
#head, #body, #foot {
	width: 100%;
	text-align: center;
}
#head {
	height: 120px;
	background: #6EC0EB;
}
#body {
	background: #efefef;
}
#foot {
	height: 125px;
	border-top: 1px solid #d6d7d7;
	background: #323935;
}


#head_in, #body_in, #foot_in {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#head_in {
	width: 940px;
}
#body_in {
	padding: 30px 20px 15px 20px;
	background: white;
	margin: 0 auto 0 auto;
}

/*Logo*/
#logo {
	margin: 0 0px 0px 0px;
	float: left;
	background: white;
}
#logo a {
	text-decoration: none;
	padding: 10px 30px 10px 30px;
	#padding-bottom: 35px;
	display: block;
}
#logo a img {
	border: 0px;
}

/*Menu*/
#menu {
	float: right;
	margin-top: 86px;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
	margin-left: 10px;
}
#menu ul li a {
	padding: 2px 15px 2px 15px;
	height: 30px;
	display: block;
	_display: block-inline;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background: #323935;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul li a:hover,
#menu ul li a.active {
	color: #323935;
	background: #ffffff;
}

/*Content right*/
/*Submenu - damn overlaping borders with hover effect :)*/
#submenu {
	width: 220px;
	margin: 0px 0px 0px 10px;
}
#submenu h2, #contactform h2 {
	line-height: 22px;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
}
#submenu h2 strong, #contactform h2 strong {
	font-weight: bold;
	color: #6ec0eb;
}
#submenu ul {
	list-style: none;
	margin: 12px 0px 30px 0px;
}
/*1. level*/
#submenu ul li {
	width: 220px;
}
#submenu ul li a {
	width: 178px;
	_width: 220px;
	margin-top: -2px;
	padding: 9px 18px 7px 24px;
	display: block;
	border-bottom: 1px dotted #6ec0eb;
	background: url(../img-sys/submenu_arrow_gray.gif) no-repeat 10px center;
	color: #323935;
	font-size: 13px;
	font-weight: normal;
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
#submenu ul li.first a {
	margin-top: 0px;
	padding-top: 8px;
	border-top: 1px dotted #6ec0eb;
}
#submenu ul li.first a:hover,
#submenu ul li.first a.active {
	border-top: 0px;
	padding-bottom: 9px;
}
#submenu ul li a:hover,
#submenu ul li a.active {
	background: #6ec0eb url(../img-sys/submenu_arrow_white.gif) no-repeat 10px center;
	color: #ffffff;
	border-bottom: 0px;
	padding-bottom: 8px;
	position: relative;
	z-index: 1000;
}
/*2. level*/
#submenu ul li ul {
	margin: 0px;
	padding: 0px;
}
#submenu ul li ul li a {
	width: 170px;
	_width: 220px;
	padding: 9px 18px 7px 32px;
	margin-top: -2px !important;
	background: url(../img-sys/submenu_arrow_blue.gif) no-repeat 20px center;
	color: #323935;
	font-size: 11px;
	border-bottom: 1px dotted #848886; 
	border-top: 0px !important;
}
#submenu ul li ul li a:hover,
#submenu ul li ul li a.active {
	background: #323935 url(../img-sys/submenu_arrow_white.gif) no-repeat 20px center;
	color: #ffffff;
	border-bottom: 0px;
	padding-bottom: 8px !important;
}

#submenu ul li ul li a:hover {
	background-color: #595d5b;	
}
#submenu ul li ul li a:hover.active {
	background-color: #323935;	
}

/*Download portfolio*/
.download_box {
	width: 146px;
	_width: 230px;
	height: 46px;
	_height: 70px;
	padding: 12px 60px 12px 24px;
	margin-bottom: 30px;
	background: #808080 url(../img-sys/download_box.jpg);
	margin-top: 20px;
}
.download_box h2 a {
	line-height: 22px;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.download_box h2 strong {
	font-weight: bold;
	color: #6ec0eb;
}

/*etc_box*/
.etc_box {
	width: 190px;
	height: 85px;
	_height: 115px;
	margin: 0px 0px 0px 10px;
	padding: 15px;
	background: url(../img-sys/etc_box.jpg);
	display: none;
}


/*Portfolio*/
.portfolio_head {
	width: 630px;
	height: 30px;
	margin: 20px 0px 12px 0px;
}
.portfolio_head h2 {
	float: left;
	line-height: 30px;
	font-size: 19px;
	font-weight: normal;
	font-family: 'Elektra Light Pro', Tahoma, Helvetica, sans-serif;
}
.portfolio_head .portfolio_head_ref {
	float: right;
	padding: 0px 5px 0px 14px;
	line-height: 30px;
	color: #323935;
	text-decoration: none;
	background: url(../img-sys/submenu_arrow_blue.gif) no-repeat left center;
}
.portfolio_head .portfolio_head_ref:hover {
	text-decoration: underline;
}

/*Portfolio items*/
.portfolio_items {
	width: 645px;
	overflow: hidden;
}
.portfolio_item {
	width: 196px;
	_width: 200px;
	height: 170px;
	_height: 174px;
	padding: 2px;
	margin: 0px 12px 16px 0px;
	display: block;
	text-decoration: none;
	float: left;
	background: #ffffff;
	_overflow: hidden;
}
.portfolio_item:hover, .portfolio_item.hover {
	background: #6ec0eb;
	color: #ffffff;
	cursor: pointer;
}
.portfolio_item_img {
	width: 188px;
	_width: 196px;
	height: 128px;
	_height: 136px;
	padding: 4px;
	background: #eaebeb;
	overflow: hidden;
}
.portfolio_item_img img {
	border: 0px;
	margin: 0px;
}
.portfolio_item_cnt {
	width: 182px;
	_width: 196px;
	padding: 0px 7px 0px 7px;
	overflow: hidden;
}
.portfolio_item div {
	margin: 0 !important;
}
.portfolio_item_left div.item_left {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	height: 34px;
	position: relative;
	width: 150px;
	margin: 0 !important;
}
.portfolio_item_right div.item_right {
	width: 30px;
	height: 34px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	text-align: right;
	margin: 0 !important;
}
.portfolio_item_left {
	float: left;
	margin: 0 !important;
	width: 149px;
}
.portfolio_item_right {
	float: right;
	margin: 0 !important;
}
.portfolio_item a {
	display: block;
	width: 196px;
	_width: 200px;
	height: 170px;
	_height: 174px;
	position: relative;
	top: -170px;
	background-image: none;
}
.portfolio_item a span {
	display: none;
}

/*Foot*/
#foot_in {
	padding-top: 30px;
	margin-bottom: 50px;
	color: #9b9b9b;	
}
#foot_in a {
	color: #9b9b9b;
	text-decoration: none;
}
#foot_in a:hover {
	text-decoration: underline;
}
#foot_left {
	float: left;
}
#foot_right {
	float: right;
	text-align: right;
}
#foot_right ul {
	list-style: none;
}
#foot_right ul li {
	float: left;
	padding: 0px 9px 0px 8px;
	background: url('../img-sys/foot_li_delim.gif') no-repeat right center;
}
#foot_right ul li.last {
	padding-right: 0px;
	background: none;
}

span.cleaner {
	display: block;
	clear: both;	
}



/*Triple boxes*/
.triple_box {
	width: 618px;
	margin: 5px 0 15px 0;
	font-size: 8pt;
	line-height: 1.6;
	background: url('../img-sys/triple-box-bg.gif') repeat-y;
	padding-bottom: 5px;
}
.triple_box p {
	margin: 0 !important;
}
.triple_box div.img {
	line-height: 0 !important;
}
.triple_box .first_box, .triple_box .second_box, .triple_box .third_box {
	float: left;
	width: 206px;
	overflow: hidden;
}
.triple_box .triple_box_inner {
	margin-top: 0;
	width: 174px;
	_width: 204px;
	padding: 15px;
}
.triple_box ul, .triple_box ul li {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.triple_box ul li {
	padding-left: 10px;
	background: url('../img-sys/li-bg.gif') no-repeat 0 5px !important;	
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
}

/*Double boxes*/
.double_box {
	width: 618px;
	margin: 5px 0 15px 0;
	font-size: 8pt;
	line-height: 1.6;
	background: url('../img-sys/double-box-bg.gif') repeat-y;
	padding-bottom: 5px;
}
.double_box p {
	margin: 0 !important;
}
.double_box div.img {
	line-height: 0 !important;
}
.double_box .first_box, .double_box .second_box {
	float: left;
	width: 300px;
	overflow: hidden;
}
.double_box .first_box {
	margin-right: 15px;
}
.double_box .double_box_inner {
	margin-top: 0;
	width: 268px;
	_width: 298px;
	padding: 15px;
}
.double_box ul, .double_box ul li {
	list-style: none;
}
.double_box ul {
margin: 0 !important;
}
.double_box li {
	padding-left: 10px;
	background: url('../img-sys/li-bg.gif') no-repeat 0 5px !important;
	margin-top: 3px;
	margin-bottom: 3px;
}


.white_box {
background: url('../img-sys/zobacek-white.gif') no-repeat center left;
width: 630px;
overflow: hidden;
margin-left: -10px;
font-size: 8pt;
margin-top: 10px;
margin-bottom: 10px;
}
.white_box_inner {
margin-left: 10px;
padding: 13px 20px 13px 20px;
width: 575px;
_width: 615px;
background: white;	
border-bottom: #b6dff5 1px solid;
border-right: #b6dff5 1px solid;
}
.white_box_inner p {
	margin: 7px 0 7px 0 !important;
}
.white_box li {
	background-position: 0 5px !important;
}

#drobecky {
position: relative;
top: -15px;
}



#content_left #drobecky a {
	border-bottom: #00A1E6 1px dotted;
	color: #00A1E6;
	text-decoration: none;
}
#drobecky a:hover {
	border-bottom: #00A1E6 1px solid;
	color: #00A1E6;
}

#contactform {
	margin-left: 8px;
}
#contactform p {
	margin-top: 6px;
}
#contactform form {
	width: 216px;
}
#contactform input, #contactform textarea {
	background: #EFEFEF;
	border: #c0c0c0 1px solid;
	padding: 5px;
	font-size: 8pt;
	width: 206px;
	_width: 216px;
}
#contactform input:hover, #contactform input.hover, #contactform textarea:hover, #contactform textarea.hover {
	border: #00a1e6 1px solid;
}
#contactform .button {
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
	background: #6ec0eb;
	color: white;
	font-weight: bold;
	border: #6ec0eb 1px solid;
}
#contactform table {
	margin-top: 10px;
}
#contactform ul, #contactform ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.message {
	color: red;
}
#foot-right ul {
	float: right;
}

.faq {
	width: 250px;
	float: right;
	border: #6EC0EB 1px solid;
	background: #d9eaf3;
	padding: 10px 20px 10px 20px;
	margin-left: 20px;
	
	font-size: 8pt;
	line-height: 1.7;
}
.faq h2 {
	font-size: 12pt !important;
	font-weight: bold !important;
}

blockquote {
	margin-left: 60px;
	margin-right: 40px;
}

