html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

html {
	background: transparent url("images/background.jpg") repeat fixed 0 0;
}

body {
	background: transparent;
}

html, body {
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  height: 100%;
  text-rendering: optimizeLegibility;
}

p {
	margin: 10px 0;
}

strong {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: underline; 
}

a:hover {
  color: #1a4687;
  text-decoration: none;
}

.cat-title {
	height: 23px;
	font-family: 'Cantarell', Verdana;
	margin-bottom: 20px;
}

.cat-title-text {
	display: inline-block;
	font-size: 23px;
}

.cat-title-text:before {
	content: '<';
	font-style: normal;
}

.cat-title-text:after {
	content: '>';
	color: #0b3b7f;
}

.cat-title-grad {
	display: inline-block;
	position: relative;
	top: -6px;
	left: 5px;
	height: 1px;
	background-color: #cad9e9;
	background-image: -moz-linear-gradient(left, #cad9e9, #ffffff); 
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #cad9e9),color-stop(1, #ffffff)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cad9e9', EndColorStr='#ffffff', GradientType='1'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cad9e9', EndColorStr='#ffffff', GradientType='1')"; 
}

.web-en-grad { width: 241px }
.apps-en-grad { width: 206px }
.papers-en-grad { width: 265px }
.skills-en-grad { width: 281px }
.contacts-en-grad { width: 232px }

.cat-footer {
	height: 20px;
	font-family: 'Cantarell', Verdana;
	margin-bottom: 20px;
}

.cat-footer-text {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}

.cat-footer-text:before {
	content: '</';
	font-style: normal;
}

.cat-footer-text:after {
	content: '>';
	color: #0b3b7f;
}

.cat-footer-grad {
	display: inline-block;
	position: relative;
	top: -4px;
	height: 1px;
	background-color: #cad9e9;
	background-image: -moz-linear-gradient(left, #ffffff, #cad9e9); 
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #ffffff),color-stop(1, #cad9e9)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cad9e9', GradientType='1'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cad9e9', GradientType='1')"; 
}

.web-en-fgrad { width: 264px }
.apps-en-fgrad { width: 242px }
.papers-en-fgrad { width: 283px }
.skills-en-fgrad { width: 295px }
.contacts-en-fgrad { width: 267px }

#bottomnav-wrp {
	position: fixed;
	top: 0;
	width: 100%;
	height: 20px;
}

#bottomnav {
	width: 99%;
	height: 100%;
	margin: auto;
	background: #406ca3;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	text-align: center;
}

#bottomnav a { color: #fff }

#bottomnav ul li {
	display: inline;
}

#bottomnav ul li:before { 
	content: ' | ';
	color: #ddd;
}
#bottomnav ul li.first:before { content: '' }

#bottomnav ul li.important * {
	background: #ffa237;
	padding: 1px 3px 5px 3px;
	font-weight: bold;
	text-decoration: none;
}

#about h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

#wrapper {
  margin: auto;
  width: 780px;
}

#header, #footer {
  height: 52px;
  width: 100%;
  clear: both;
}

#leftcolumn {
  float: left;
  width: 336px;
  padding-right: 10px;
  position: fixed;
  top: 52px;
}

#nav a {
  display: block;
  float: right;
  clear: both;
  margin-top: 5px;
  margin-right: 10px;
}

#logo {
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
}

#rightcolumn {
  float: right;
  width: 429px;
  overflow: hidden;
  background: url('images/content-up.png') no-repeat;
  padding-top: 17px;
  min-height: 300px;
}

#cabin {
  background: url('images/content-middle.png') repeat-y;
  overflow: hidden;
}

#elevator {
  padding-left: 30px;
  width: 369px;
}

.cat {
  margin-bottom: 40px;
}

div.cat div {
  clear: both;
  margin-bottom: 20px;
}

#skills.cat table *{
  border: none;
}

#skills.cat table tr {
  height: 90px;
}

#skills.cat table strong {
  display: block;
  margin-bottom: 3px;
}

#skillwrp {
  width: 367px;
}

#skillwrp div {
  clear: none;
}

#skills-left {
  display: inline;
  float: left;
}

#skills-right {
  display: inline;
  float: right;
}

#skillwrp th {
  width: 50px;
}

#skillwrp td {
  width: 125px;
  text-align: left;
  height: 110px;
}

#content-down {
  background: url('images/content-down.png') no-repeat;
  width: 429px;
  height: 31px;
}

div.cat div table th {
  font-weight: bold;
  padding-top: 6px;
  width: 23%;
  vertical-align: top;
}

div.cat div table th img {
  float: right;
}

div.cat div table td {
  width: 75%;
  padding: 6px 4px 0 4px;
  font-size: 11px;
  vertical-align: top;
}