/* === defautl settings === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: baseline;
	cursor: default;
}
input, textarea, select
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
input, select, textarea { margin-right: 0.2em; }
a img, :link img, :visited img { border: 0; }
a * { cursor: pointer; }
strong { font-weight: bold; }
ul { padding-left: 30px; }

/* === page settings === */
body
{
	background-color: #f7f7f7;
	color: #000000;
	background-attachment: fixed;
	quotes: '"' '"' '' '' '' '';
	font-size: 62.5%;
}
a, a:hover, a:visited, a:active
{
	color: #007dca;
	text-decoration: none;
	cursor: pointer;
}

acronym {}
acronym:hover {	cursor: help; }
#cnt_outer
{
	background-image: url(/images/bg_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	padding-top: 20px;
}
#cnt_inner
{
	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	width: 780px;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: auto;
}
#top { position: absolute; top: 0px; }
.clear { clear: both; } 

/* === language === */
.flag
{
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 780px;
	font-size: 1em;
}
.flag a span
{
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #a0a0a0;
	display: block;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	color: #ffffff;
}
.flag a:hover span { background-position: -2px; }
#flag_sk { margin-top: 2px; }
#flag_gb { margin-top: 50px; }
#flag_sk a span {background-image: url(/images/sk.png);}
#flag_gb a span {background-image: url(/images/gb.png);}

/* === header === */
#header
{
	height: auto;
	width: 780px;
	position: relative;
}
#header_content_outside
{
	margin-top: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f0f0f0;

	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	height: 210px;
	z-index: 0;
}
#header_content
{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0080CB;
	height: 200px;
}
.hdr_descr { text-align: right; display: none; }
.hdr_descr.first {margin-top: 3px; }
.hdr_descr a:hover span { color: #e0e0e0; }
.hdr_descr a span
{
  color: #d0d0d0; 
  margin-right: 10px;
  padding-left: 5px;
  background-image: url(/images/hdr_descr_bg.png);
  background-repeat: repeat-x;
}

/* === menu === */
.menu_item
{
  position: absolute;
  bottom: 5px;
  width: 100px;
  height: 32px;
  text-align: center;
  z-index: 2;
}
.menu_item a span
{
  display: block;
  width: 100px;
  height: 23px;
  padding-top: 9px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
	background-position: left 3px;
  background-image: url(/images/button_bg.png);
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
}
.menu_item a:hover span
{
  height: 26px;
  background-position: left top;
  background-image: url(/images/button_bg_hover.png);
  padding-top: 6px;
}
#mnu_welcome {right: 535px;}
#mnu_services {right: 430px;}
#mnu_references {right: 325px;}
#mnu_projects {right: 220px;}
#mnu_about {right: 115px;}
#mnu_contact {right: 10px;}

/* === logo === */
#logo
{
	position:absolute;
	width:250px;
	height:150px;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-left: 10px;
	font-size: 2em;
	overflow:hidden;
	background-color: transparent;
	z-index: 1;
}
#logo a #site_title { display: none; }
#logo a span
{
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:250px;
	height:150px;
	padding:0;
	background: url(/images/logo_out.png) left 2px no-repeat;
	margin: 0;
	cursor: pointer;
}
#logo a:hover span { background: url(/images/logo_over.png) left top no-repeat; }

/* === Content === */
#main_content
{
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	min-height: 250px;
}
#main_content .content
{
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#main_content .content2
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#main_content .full {}
#main_content .half { width: 350px; }
#main_content .wide { width: 495px; }
#main_content .slim { width: 200px; }
#main_content .left { float: left; }
#main_content .right { float: right; }
#main_content .center, #main_content .center * { text-align: center; }
#main_content #menu_right
{
}
#main_content p
{
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: left;
	text-indent: 1em;
	text-align: justify;
}
#main_content div h1
{
  margin-bottom: 1em;
}
#main_content div h2
{
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* === footer === */
#footer
{
  height: 30px;
  border-top: 5px solid #f0f0f0;
  border-bottom: 3px solid #b0b0b0;
  background-color: #d0d0d0;
  color: #909090;
}
#footer #menu
{
  float: left;
  margin-top: 7px;
  margin-left: 7px;
}
#footer #menu a, #footer #copyright a
{
  color: #909090;
  cursor: pointer;
}
#footer #menu a:hover, #footer #copyright a:hover { color: #606060; }
#footer #copyright
{
  float: right;
  margin-top: 7px;
  margin-right: 9px;
}

/* === welcome === */
#advantages {}

#tip
{
  display: block;
  border: 1px dashed #000000;
  background-color: #fffdaa;
  background-image: url(/images/info.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  min-height: 30px;
  margin-top: 30px;
}
.favorite
{
  display: block;
  border: 1px dashed #000000;
  background-color: #fffdaa;
  background-image: url(/images/favorite.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-top: 10px;
  min-height: 30px;
  margin-top: 5px;
}

/* === contact === */
table#contact
{
  width: 100%;
  border: 0px;
}
table#contact td.hdr
{
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 10px;
  border-right: 1px solid #f0f0f0;
  width: 25%;
}
table#contact td.val
{
  font-style: italic;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 10px;
  width: 75%;
}
div#contact
{
  background-image: url(/images/contact_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* === references === */
dl.box
{
  margin-left: 30px;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
dt.check
{
  padding-left: 23px;
  background-image: url(/images/check.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
dt.plus
{
  padding-left: 23px;
  padding-top: 1px;
  background-image: url(/images/plus.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
dd
{
  padding-left: 23px;
  text-indent: 1em;
  color: #909090;
}

/* === projects === */
div.image
{
  float: left;
  padding: 3px 3px 0px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #e7e7e7;
  width: 120px;
  text-align: center;
}

#main_content.about
{
  background-image: url(/images/about_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/* #main_content.welcome, #main_content.projects */
#main_content.projects
{
  background-image: url(/images/projects_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#main_content.contact
{
  background-image: url(/images/contact_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}


.more_info
{
  font-style: italic;
  cursor: pointer;
}
.works { float: left; }


/* === google === */
#goog-wm { text-align: left !important;}
#goog-wm h3.closest-match { text-align: left !important; }
#goog-wm h3.closest-match a { text-align: left !important; }
#goog-wm h3.other-things { text-align: left !important; }
#goog-wm ul li { text-align: left !important; }
#goog-wm li.search-goog { display: block; }

