* {
	margin:0;
	padding:0;
}
html,body {
	font:12px Verdana,sans-serif;
	color:#fff;
	background:#fff;
	height:100%;
}
a {
	color:#fff;
}
a:hover {
	color:#000;
}
a img {
	border:none;
}
h1,h2,h3 {
	font-weight:normal;
	margin:0 0 20px 0;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:12px;
}
table {
	border-collapse:collapse;
	border-width:0px;
}
td {
	vertical-align:top;
	padding:0;
}
small {
	font-size:10px;
}
ul,ol {
	margin:0 0 16px 0;
}
li {
	margin:0 0 0 36px;
	padding:0;
}

/* Main page */

#lang {
	position:absolute;
	top:5px;
	left:5px;
}
#lang td {
	border:1px solid #fff;
	width:50%;
	padding:10px;
	font-size:10px;
}
#lang a {
	text-decoration:none;
}
#langcurrent {
	background:#fff;
	color:#7a7f9c;
}

#tabmain {
	width:100%;
}

#blklogo {
	border-bottom:1px solid #fff;
	text-align:right;
	padding:20px 20px 0 20px;
	background:#7a7f9c;
}
#blklogo img {
	width:213px;
	height:166px;
}

#blklastwork {
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	padding:20px 20px 0 20px;
}

#blkcontacts {
	text-align:right;
	line-height:150%;
	padding:20px;
	background:#7a7f9c;
}

#blkportfolio {
	padding:20px;
	border-left:1px solid #fff;
	background:#7a7f9c;
}
#blkportfolio img {
	width:100px;
	height:100px;
	border:3px double #fff;
}
#blkportfolio a {
	font-size:18px;
}
#blkportfolio td {
	padding:10px;
}
#blkportfolio p {
	margin:0 0 10px 0;
}

.blkbotleft {
	width:50%;
	text-align:right;
	background:#fff url('/img/botleftbg.gif') repeat-x top left;
}
.blkbotleft div {
	height:100px;
	background:url('/img/botleft.gif') no-repeat top right;
	background-position:top right;
}

.blkbotright {
	width:50%;
	border-left:1px solid #fff;
	background:#fff url('/img/botrightbg.gif') repeat-x top left;
}
.blkbotright div {
	padding:40px 30px;
	height:50px;                           
	background:url('/img/botright.gif') no-repeat top left;
}

/* Other pages */

#blklogo2 {
	border-bottom:1px solid #fff;
	text-align:right;
	padding:20px;
	background:#7a7f9c;
}
#blklogo2 img {
	width:119px;
	height:93px;
}
#blkpagetitle {
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	padding:20px 20px 0 20px;
	background:#7a7f9c;
}

#blkpagecontent {
	padding:20px;
	border-left:1px solid #fff;
	background:#7a7f9c;
}
#blkpagecontent table#prevnext {
	width:100%;
}
#blkpagecontent table#prevnext td {
	padding:0 16px 20px 16px;
}
#blkpagecontent table#prevnext td#nextproj {
	text-align:right;
}
#blkaboutproj {
	text-align:right;
	line-height:150%;
	padding:20px;
	background:#7a7f9c;
}
#blkaboutproj h1 {
	font-size:24px;
}
.blkbotleft2 {
	width:30%;
}

.blkbotright2 {
	width:70%;
}

#subbot {
	position:relative;
	top:-10px;
	color:#666;
	font-size:90%;
	width:100%;
}
#subbot td {
	padding:0 10px;
}
#subbot a {
	color:#666;
}
.right {
	text-align:right;
}