body {
	min-width: 960px;
	background: #161616;
	margin: 0; padding: 0;
}
body, input, textarea, select {
	color: #161616;
	font: 75% Helvetica, Arial, sans-serif;
}

a {
	color: #161616;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	padding: 2px 0;
	background: #161616; color: #fff;
}

h1, h2, h3, h4 {
	margin: 0; padding: 0;
	color: #3c3229;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 19pt;
	line-height: 34px;
	text-shadow: #000 1px 2px 1px;
	color: #fdce00;
}
h2, h3 {
	font-size: 14pt; line-height: 26px;
	text-shadow: #161616 1px -1px 1px;
	color: #fff; 
}
h3 {
	font-size: 14pt;
	border-bottom: 1px #fdce00 solid;
	padding: 0 0 6px 0;
}
h4 {
	font-size: 12pt;
}

p {
	margin: 0; padding: 0 0 10px 0;
	text-align: justify;
	line-height: 1.2;
	color: #fff;
}
img {
	margin: 0; padding: 0;
	border: none;
}

ul {
	margin: 10px 0; padding: 0;
	list-style: square;
}
ul li {
	margin: 0 0 0 20px;
	color: #ffd200;
}
ul li span {
	color: #d0cfcf;
}

form {
	margin: 0 0 5px 0; padding: 0;
	text-shadow: none;
	border: none;
}
form .error {
	margin: 0 0 5px 0;
	width: 215px;
	float: right;
}
form .error p {
	color: #fdce00;
	font-size: 9pt;
	text-align: left;
}

fieldset {
	margin: 5px 0 1px 0; padding: 10px 15px 5px 15px;
	border: none;
	background: #e1dbce; color: #3c3229;
}
fieldset div {
	margin: 0 0 10px 0;
}
fieldset label {
	margin: 0 0 2px 0; padding: 0;
	display: block;
	font-weight: bold;
}
fieldset label span {
	color: #5f5f5f;
	font-weight: normal;
}
fieldset input, fieldset textarea {
	background: #fff;
	width: 199px;
}
fieldset input.full { 
	width: 424px;
}
fieldset textarea.full {
	width: 428px;
}
fieldset input[type=checkbox], fieldset input.checkbox {
	width: auto;
	margin: 0 0 3px 0;
}
fieldset div.l, fieldset div.r {
	margin: 0; padding: 0;
}
fieldset .checkbox {
	margin: 0 0 7px 0;
}
fieldset .error {
	width: auto; float: none;
}
fieldset .error p {
	margin: 0; padding: 5px;
	background: #161616 url(/module/main/button-r-err.gif) no-repeat top right;;
}
fieldset .error p strong {
	font-weight: normal;
}

input, select, textarea {
	margin: 0;
	text-align: left;
	font-size: 9pt;
	background: #fff; color: #000;
}
input[type=submit], input.send, #main .button, #main .button:hover {
	width: auto; height: 18px;
	margin: 0; padding: 5px 0 0 15px;
	font-size: 9pt;
	background: #161616 url(/module/main/button-r.gif) no-repeat top right; color: #fff;
	display: block; float: right;
	text-decoration: none;
	cursor: pointer;
}
input[type=submit], input.send {
	width: 220px; height: 23px;
	padding-top: 0; border: 0;
	float: left;
}
input[type=submit]:hover, input.send:hover, #main .button:hover {
	color: #ffd200;
}
textarea {
	padding-top: 2.5px; padding-bottom: 2.5px;
}

hr {
	height: 1px; border: 0;
	margin: 30px 0; padding: 0;
	background: #fff url(/module/main/line-h.gif) repeat-x 0 0; color: #fff;
}
hr.s {
	margin: 15px 0 30px 0;
}

blockquote {
	margin: 10px 0; padding: 0;
	background: url(/module/main/quote-b.gif) no-repeat bottom right;
}
blockquote p {
	margin: 0; padding: 5px 20px 4px 20px;
	background: url(/module/main/quote-t.gif) no-repeat 0 0;
	display: block;
	font-style: italic;
}

#header {
	height: 196px;
	padding: 0 0 2px 0;
	background: #161616 url(/module/main/header-bg.gif) repeat-x bottom left;
}
#header .bg.top {
	width: 100%; height: 5px;
	background: #fdce00; border-bottom: #000 1px solid;
}
#header .bg.bottom {
	width: 100%; height: 199px;
}
#header .in, #main .in, #footer .in {
	width: 940px;
	margin: 0 auto; padding: 0 20px;
}

#header ul {
    margin: 0; padding: 0;
	list-style: none;
	float: left;
}
#header ul li {
	min-width: 80px; 
	margin: 0; padding: 0;
	float: left;
	font-size: 13pt;
}
#header ul li a {
	height: 50px;
	margin: 0; padding: 28px 10px 0 10px;
	display: block;
	color: #989492;
	font-weight: normal;
	text-align: center; text-shadow: #000 1px 2px 1px;
}
#header ul li.selected a, #header ul li a:hover {
	color: #fff; text-decoration: none;
}
#header h1 {
	margin: 27px 0 0 0;
}
#header h2 {
	font-size: 11pt;
	text-shadow: #000 1px 1px 1px;
}
#header ul#menu {
	margin: 0 0 0 57px;
}
#header ul#menu li.selected a {
	padding-left: 9px; padding-right: 9px;
	border: 1px solid #2b2b2b;
	border-top: 0; border-bottom: 0;
	background: url(/module/main/menu-arrow.gif) no-repeat top center;
}
#header ul#lang {
	float: right;
}
#header ul#lang li {
	min-width: 0;
	width: auto;
}
#header ul#lang li a {
	width: 22px;
	padding-left: 0; padding-right: 10px;
}
#header ul#lang li a.last {
	padding-right: 0;
}

#logo {
	width: 143px; height: 72px;
	margin: 14px 0 0 0;
	float: left;
	color: #fff;
	display: block;
	background: url(/module/main/logo.jpg) no-repeat 0 0;
}
#logo strong {
	display: none;
	font-size: 50pt;
}
#logo:hover {
	padding: 0;
}

#navigation {
	width: 100%; height: 34px;
	margin: 5px 0 0 0; padding: 0 0 0 0;
	border-top: 3px solid #ffd200;
}
#navigation span {
	margin: 3px 20px 0 0;
	height: 26px;
	display: block;
	background: url(/module/main/line-h.gif) repeat-x bottom left;
	font-size: 7pt;
}
#navigation span, #navigation a, #navigation strong {
	color: #989492; font-weight: normal;
}
#navigation a:hover strong {
	padding: 2px 0;
	background: #fff; color: #161616;
}
#navigation a:hover {
	background: #989492; color: #fff;
}
#navigation strong {
	text-decoration: none;
	color: #fff;
}
#navigation hr {
	display: none;
}

#main {
	color: #fff; background: #2d261f;
	text-shadow: #161616 1px -1px 1px;
	font-size: 10pt;
}
#main .in {
	padding: 15px 0 20px 0;
}
#main .s {
	width: 220px;
	float: left;
}
#main .s .line {
	margin-top: 5px;
}
#main a {
	margin: 0 8px 0 0; padding: 0 0 0 13px;
	font-size: 10pt; text-shadow: #161616 1px -1px 1px;
	background: url(/module/main/arrow.gif) no-repeat 0 1px; color: #fdce00;
}
#main a.img {
	margin: 0; padding: 0;
	background: none;
}
#main a.button, #main a.button:hover {
	width: 205px; display: block;
	margin: 0 0 5px 0; padding: 3px 10px 1px 5px;
	float: left; font-size: 10pt;
}
#main h3 a {
	padding: 0;
	font-size: 14pt;
	background: none; color: #fff;
}
#main a:hover, #main .news a:hover {
	background-color: #161616;
}

#main .news-b, .new {
	width: 220px;
	float: left;
}
#main .news-b {
	margin: 20px 20px 5px 0;
}
#main .news {
	margin: 0 0 15px 0;
}
#main .news a {
	width: 220px;
	margin: 0 0 15px 0;
	padding: 2px 0;
	display: block;
	background: none; color: #fff;
	font-weight: normal;
}
#main .news a:hover {
	color: #fdce00;
}
#main .news span {
	display: block;
}
#main .news .date, #main .new .date {
	margin: 2px 0 0 0;
	font-size: 8pt;
	color: #d0cfcf;
}
#main .news .link {
	padding: 0 0 0 13px;
	background: url(/module/main/arrow.gif) no-repeat 0 1px; color: #fdce00;
}
#main .news .line {
	margin: 5px 0 0 0;
}
#main .news a.selected .line {
	background: url(/module/main/line-full.gif) repeat-x 0 0;
}

#main .new {
	margin: 15px 0 5px 0;
}
#main .new p {
	padding: 0 0 5px 0;
	color: #d0cfcf;
}

#main .block {
	padding: 0 0 20px 0;
	top: -5px;
	position: relative;
	background: none; color: #fff;
}
#main .block ul {
	margin: 5px 0 0 0;
	list-style: none;
}
#main .block ul li {
	margin: 0; padding: 0;
}
#main .block ul li a {
	margin: 10px 0 0 0; padding: 5px 0 15px 0;
	height: 20px;
	background: url(/module/main/line.gif) repeat-x 0 38px; color: #fff;
	font-size: 13pt; text-shadow: #161616 1px 2px 3px;
	display: block;
}
#main .block ul li.selected a, #main .block ul li.selected a:hover {
	background: url(/module/main/line-full.gif) repeat-x 0 38px; color: #fff;
}
#main .block ul li a:hover {
	background: url(/module/main/line.gif) repeat-x 0 38px;
}
#main .block ul li a:hover, #main .block ul li.selected a:hover {
	background-color: #161616; color: #ffd200;
}

#messages {
	margin: 0 0 15px 0;
}

#footer {
	height: 50px; 
	padding: 10px 0;
	font-size: 11px;
	text-shadow: #000 1px 1px 1px;
	background: #161616 url(/module/main/footer-bg.gif) repeat-x 0 0;
}
#footer, #footer a, #footer p {
	color: #fdce00;
}
#footer a {
	font-weight: bold;
}
#footer span {
	margin: 0 5px 0 0;
}
#footer a:hover {
	color: #000; text-shadow: none;
	background: #fdce00;
}
#footer .right {
	text-align: right;
}
#footer p {
	padding: 5px 0;
}

.l, .left {
	float: left;
}
.r, .right {
	float: right;
}
.left, .right {
	width: 460px;
}
.left {
	margin: 0 20px 0 0;
}
.left p {
	padding: 0; margin: 5px 0 0 0;
}
.left .s p {
	padding: 0 0 10px 0;
}

.iphone {
	width: 227px;
	position: relative; left: -3px;
	margin: 43px 13px 0 0;
	float: left;
}
.iphone.t {
	height: 70px; top: 1px;
	background: url(/module/main/iphone-top.gif) no-repeat 0 0;
}
.iphone.b {
	margin-top: 0; top: -15px;
	height: 409px;
	background: url(/module/main/iphone-bottom.png) no-repeat 0 0;
}
.iphone img {
	margin: 0 0 90px 20px;
	width: 188px;
}

.line hr {
	display: none;
}
.line {
	display: block;
	width: 100%; height: 1px;
	margin: 15px 0;
	background: #fdce00 url(/module/main/line.gif) repeat-x 0 0;
}
.line.full {
	background: none;
	margin: 14px 0 0 0;
	border-bottom: 1px #fdce00 solid;
}

.space {
	height: 40px;
}

.gallery {
	margin: 5px 0 15px 0;
}
#main .gallery a {
	background: none;
	padding: 0; margin: 0;
}
.gallery img {
	width: 53px; height: 53px;
	margin: 0 14px 0 0; padding: 4px;
	background: url(/module/main/border.gif) no-repeat 0 0;
}
.gallery img.last {
	margin: 0;
}

.works .work {
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
}
.works .work.last {
	margin: 0;
}
.works .work .text, .works .work .desc {
	width: 220px;
}
.works .work .text p {
	padding: 5px; height: 165px;
	background: #e1dbce; color: #3c3229;
	text-shadow: none;
}

.work {
	
}
.work img {
	margin: 10px 0 10px 0; padding: 0;
}
#main .work a.title {
	background: none; color: #fff;
	margin: 3px 0 0 0; padding: 0;
	font-size: 14pt;
	border-bottom: 3px #161616 solid;
	display: block;
}
#main .work a.title:hover {
	color: #fdce00;
}

#main .work a.title img {
	margin: 10px 0 0 0;
	border-top: 1px #fdce00 solid;
}
.work .text {
	width: 700px;
	margin: 0 0 1px 0;
}
.work .text p {
	margin: 0; padding: 0;
	font-weight: normal;
}
.work .desc {
	width: 220px;
	margin: 0 0 0 20px;
}

#main ul.tag-cloud {
	margin: 4px 0; padding: 0;
}
#main ul.tag-cloud li {
	background: #e1dbce; 
	float: left;
	display: block;
	padding: 3px 4px 0 4px;
	margin: 4px 4px;
	height: 20px;
}
#main ul.tag-cloud li a {
	margin: 0; padding: 0;
	background: none; color: #3c3229;
	text-shadow: none;
}
#main ul.tag-cloud li a.selected {
	color: #009cdb;
}

.hide {
	display: none;
}

.t-l {
	text-align: left;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}