body {
  background-color: #fff;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 86%;
  line-height: 1.35;
  font-family: sans-serif;
}

a {
	color: #06c;
} 
a img {
	border: none;
}
a.external-link {
	padding-right: 16px;
	background: url("images/icons/external-link.gif") left center no-repeat;
}

h1, h3 {
  padding: 0;
  margin: 0;
  color: #404040;
}
h3 {
	padding: 0.6em 0 0.2em 4px; 
}

p {
  padding: 0;
  margin: 0.4em 16px 0.7em 12px;
  line-height: 140%;
}

#page {
  margin: 10px auto;
  padding: 0;
  width: 765px;
  _width: 770px;
}

#left-side {
  width: 285px;
  float: left;
}
#left-side img {
  margin: 0;
  padding: 0;
}

.left-panel, .main-menu {
	background: url("images/menubg.png") 0 0 no-repeat #fff;
	text-align: left;
	padding-top: 6px;
	margin: 3px 0 0 0;
}
.left-panel h3 {
	margin-left: 5px;
}

.left-panel-bottom {
	margin: 0;
	width: 265px;
	padding: 0 10px 18px 10px;
	background: url("images/295bottom.png") left bottom no-repeat transparent;
}
.img-link {
	margin: 5px;
}
.small-banner {
	border: none; 
	width: 88px;
	height: 31px;
}

.main-menu {
	text-align: center;

}
.main-menu ul.main-menu-lastrow {
	background: url("images/295bottom.png") left bottom no-repeat transparent;
	padding: 0 0 18px 1px;
}

.main-menu ul {
	list-style: none;
	width: 285px;
	padding: 0 0 0 1px;	
	margin: 0;
	position: relative;
	overflow: auto;
}
.main-menu li {
	display: block;
	float: left;
	margin: 4px;
}

.main-menu ul li a {
	padding: 34px 3px 2px 3px;
	margin: 0 1px 1px 0;
	color: #444;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	background-position: center 2px;
	width: 75px;
	
}

.main-menu ul li a:hover {
	margin: 1px 0 0 1px;
}
.main-menu ul li a.active {
	margin: 1px 0 0 1px;
	color: #69c;
}

#menu-about {
	background-image: url("images/icons/home.png");
	_background-image: url("images/icons/home.gif");
}
#menu-contact {
	background-image: url("images/icons/people.png");
	_background-image: url("images/icons/people.gif");
}
#menu-freesw {
	background-image: url("images/icons/gnu.png");
	_background-image: url("images/icons/gnu.gif");
}
#menu-junior {
	background-image: url("images/icons/idea.png");
	_background-image: url("images/icons/idea.gif");
}
#menu-show {
	background-image: url("images/icons/star.png");
	_background-image: url("images/icons/star.gif");
}
#menu-ourwork {
	background-image: url("images/icons/interface-draw.png");
	_background-image: url("images/icons/interface-draw.gif");
}
#menu-documents {
	background-image: url("images/icons/folder-documents.png");
	_background-image: url("images/icons/folder-documents.gif");
}
#menu-webdesign {
	background-image: url("images/icons/webdesign.png");
	_background-image: url("images/icons/webdesign.gif");
}
#menu-blackbox {
	background-image: url("images/icons/kblackbox.png");
	_background-image: url("images/icons/kblackbox.gif");
}
#menu-minipc {
	background-image: url("images/icons/hd2-black.png");
	_background-image: url("images/icons/hd2-black.gif");
}



#zacinej-cz {
	display: block;
	width: 120px;
	height: 33px;
	margin: 1em 0 10px 70px;
	
	background: url("images/zacinej-logo.gif") 0 0 no-repeat transparent;
	
}
#zacinej-cz span {
	position: absolute;
	top: -1000em;
}
#istyle-logo {
	display: block;
	width: 112px;
	height: 81px;
	margin-left: 155px;
	padding: 0;
	background: url("images/iStyle.gif") 0 0 no-repeat transparent;
}
#istyle-logo span {
	position: absolute;
	top: -1000em;
}

#content {
  margin-left: 290px;
  width: 475px;
  min-height: 230px;
  background: url("images/main-bg.png") repeat-y #fff;
}
#contentTop {
  width: 475px;
  height: 160px;
}
#contentMain {
  width: 475px;
  /*height: 100px;*/
  background: url("images/main-bottom.png") left bottom no-repeat;
  padding: 5px 0 15px 0;
  /*border: 1px solid #f00;*/
  text-align: left;
  color: #555;
}
#contentMain h3 {
  margin: 0 12px 0 7px;
}

.logo {
  display: block;
  height: 85px;
}
.textlink {
	color: #069;
	text-decoration: underline;
}

.contact {
	list-style: none;
	margin: 0 0 1em 0;
	padding-left: 1.5em;
}