* {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body {
	background: #000;
}
#loader {
	position: absolute; z-index: 20000;
	width: 100%;
	height: 100%;
	background: #000;
}
#loader img {
	position: absolute;
}
#cookies-message {
	position: absolute; z-index: 19999;
	width: 100%;
	height: 34px;
	padding: 5px 0 0;
	background: url(images/bg_portfolio.png);
	color: #0096ff;
	text-align: center;
	font: 12px Tahoma;
}
#message  {
	float: left;
	margin: 5px 0 0;
}
#cookies-message a {
	float: left;
	width: auto;
	height: 31px;
	font: 18px 'TeutonMagerRegular';
	color: #FFF;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	padding: 8px 12px 0;
	margin: -5px 0 0 10px;
	background: #0096ff;
}
#cookies-message a:hover {
	background: #fff;
	color: #0096ff;
}
#top {
	height: 743px;
	width: 100%;
	float: left;
	background: url(images/bg_top.png) no-repeat 50% 0;
	color: #FFF;
}
.content {
	width: 940px;
	margin: 0 auto;
}
.photo {
	float: left;
	margin: 170px 50px 0 0;
	width: 237px
}
.photo img {
	float: left;
}
.photo a {
	float: left;
	background: url(images/bg_contact_me.png) no-repeat;
	width: 178px;
	height: 36px;
	font: 24px 'TeutonMagerRegular';
	color: #FFF;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	padding: 13px 60px 0 0;
	margin: 53px 0 0;
}
.photo a:hover {
	background-position: 0 -50px;
	color: #0096ff;
}
.welcome {
	float: left;
	margin: 140px 0 0;
	width: 650px;
	color: #74aacf;
	font: 11px Tahoma;
	line-height: 18px;
}
.welcome h1 {
	font: 57px 'TeutonFettBold';
	line-height: 48px;
	color: #FFF;
}
.welcome h2 {
	font: 38px 'TeutonMagerRegular';
	margin: 0 0 40px 0;
	color: #FFF;
}
.welcome a {
	color: #FFF;
	text-decoration: none;
}
.welcome a:hover {
	color: #74aacf;
}
.skills {
	width: 650px;
	float: left;
	font: 15px 'TeutonMagerRegular';
	margin: 54px 0 0;
}
.skills h3 {
	font: 24px 'TeutonMagerRegular';
	text-transform: uppercase;
	text-align: center;
	background: url(images/bg_myskills.png) no-repeat;
	width: 239px;
	height: 143px;
	padding: 10px 0 0;
	float: left;
}
#charts {
	width: 450px;
	height: 100px;
	float: left;
	margin: 78px 0 0 -40px;
}
.skills span {
	position: relative; top: -61px;
	margin: 0 20px 0 0;
	width: 100px; 
	text-align: center;
	float: left;
}
.skills a {
	width: 258px;
	height: 37px;
	float: right;
	padding: 125px 0 0;
	margin: -78px 0 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font: 24px 'TeutonMagerRegular';
	background: url(images/bg_seemyportfolio.png);
}
.skills a:hover {
	background-position: 0 -162px;
	color: #0096ff;
}

#portfolio {
	width: 100%;
	height: 767px;
	float: left;
	background: url(images/bg_portfolio.png);
}
.works {
	float: left;
	width: 100%;
	overflow: hidden;
}
.works ul {
	list-style: none;
	overflow: hidden;
	position: relative;
	cursor: move;
	background: url(images/bg_works.png) repeat-x 0 105px;
}
.works ul li {
	float: left;
	width: 300px;
	height: 661px;
	padding: 105px 0 0;
	border-right: 1px dotted #030303;
}
.works ul li.opened .work img {
	opacity: 1;
}
.work {
	color: #FFF;
	background: url(images/bg_work.png) repeat-x;
}
.work img{
	opacity: .4;
}
a.worklink {
	margin: -38px 0 0 125px;
	float: left;	
	position: relative; z-index: 3;
}
.work a img {
	opacity: 1;
}
.description {
	width: 241px;
	padding: 25px 30px 30px;
	display: none;
	float: left;
	margin: -20px 0 0;
	position: relative; z-index: 2;
	color: #b8b8b8;
	font: 11px Tahoma;
	line-height: 18px;
}
.description h4 {
	font: 18px 'TeutonMagerRegular';
	margin: 0 0 8px 0;
	color: #FFF;
}
.description a {
	font: 14px 'TeutonMagerBold';
	color: #FFF;
	text-decoration: none;
	position: relative; top: 15px; left: 85px;
}
.description b {
	font: 14px 'TeutonMagerBold';
	color: #FFF;
}
.description img {
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
.description a img {
	top: 10px; left: 10px;
}
.draghand {
	position: absolute; top: 950px; left: 45%;
	z-index: 2;
	display: none;
	width: 216px; 
	height: 80px; 
	overflow: hidden;
	background: url(images/draghand.png);
}

#contact {
	height: 600px;
	width: 100%;
	float: left;
	background: url(images/bg_contact.png) no-repeat 50% 0;
	color: #FFF;
}
.leftside {
	width: 425px;
	float: left;
}
#contact h1 {
	font: 60px 'TeutonFettBold';
	color: #FFF;
	margin: 60px 0 35px 0;
	float: left;
}
#contact form {
	width: 425px;
	float: left;
}
#contact form input, #contact form textarea {
	background: url(images/bg_form_input.png);
	border: 0;
	width: 405px;
	height: 22px;
	padding: 10px;
	margin: 9px 0 0;
	color: #003c67;
	font: 18px 'TeutonMagerRegular';
}
#contact form textarea {
	height: 100px;
	position: relative; z-index: 2;
	overflow: hidden;
}
#contact form a {
	width: 172px;
	height: 32px;
	padding: 88px 0 0 ;
	background: url(images/bg_send.png);
	margin: -59px 0 0;
	position: relative; z-index: 1;
	float: right;
	font: 24px 'TeutonMagerRegular';
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
#contact form a:hover {
	background-position: 0 -124px;
	color: #0096ff;
}
#contact form a img {
	position: relative; top: 1px; left: 43px;
}
#ok {
	width: 425px;
	float: left;
	font: 16px 'TeutonMagerRegular';
	color: #FFF;
	display: none;
}
.details {
	float: right;
	width: 390px;
	color: #FFF;
	font: 18px 'TeutonMagerRegular';
	line-height: 22px;
}
.details a.totop {
	width: 105px;
	height: 37px;
	padding: 113px 0 0 30px;
	margin: -60px 0 0;
	background: url(images/bg_totop.png);
	float: right;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	position: relative; z-index: 10000;
}
.details a.totop:hover {
	background-position: 0 -150px;
	color: #0096ff;
}
.details a {
	color: #FFF;
	text-decoration: none;	
}
.leftcolumn {
	float: left;
	margin: 166px 0 0;
	width: 255px;
}
.leftcolumn h5, .rightcolumn h5 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 23px 0;
}
.rightcolumn {
	float: left;
	margin: 76px 0 0;
	width: 120px;
}

#browser_error {
	width: 600px;
	height: 50px;
	font: 14px 'TeutonMagerRegular';
	color: #FFF;
	position: absolute; z-index: 20001;
	display: none;
}
#browser_error h1 {
	font: 24px 'TeutonMagerRegular';
	color: #FFF;
	text-align: center;
}