html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #fff;
	font: normal 90% Verdana;
	color: #000;
	position: relative;
}

p {margin:0;}

li { margin-left: 3em; }
* html ol li { margin-left: 4em; }

em { font-style: italic; }



a { color: #414d58; }
a:hover { color: #f2af28; }
a.dashed {
	text-decoration: none;
	border-bottom: 1px dashed #414d58;
}
a.dashed:hover { border-bottom: 1px dashed #f2af28; }

input, select, textarea {
	padding: 0;
	margin: 0;
}
input.submit {
	margin-top: 0.5em;
	padding: 0.5em;
}



h1 {
	margin-bottom: 0.2em;
	font: normal 130% Tahoma;
	color: #f2af28;
}



div.error {
	background: url('/images/attention.gif') no-repeat left 0.15em;
	padding: 0.5em 35px;
}



div.reducer { padding-top: 0.25em; }
div.reducer input {
	float: left;
	height: 16px;
	margin-right: -20px;
}
div.reducer label {
	margin-left: 20px;
	display: block;
	clear: right;
}
* html div.reducer { height: 1px; }



#transparent {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 98;
	display: none;
	background: url('/images/transparent.png') left top;
}
* html #transparent {
    background-color: #666;
    background-color: transparent;
    background-image: url('/images/spacer.gif');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/transparent.png", sizingMethod="scale");
}



/* Intro */
#intro {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 150px;
	margin: -100px 0 0 -135px;
	background: url('/images/intro.gif') no-repeat left top;
}
#intro ul {
	margin: 175px 0 0 73px;
	list-style: none outside none;
}
#intro li {
	display: inline;
	margin: 0 1em 0 0;
}
#intro a {
	font-size: 130%;
	text-transform: uppercase;
}



/* Popup form */
#popup {
	display: none;
	position: absolute;
	top: 4.5em; left: 50%;
	width: 35.25em;
	padding: 5px;
	margin-left: -17em;
	background-color: #fff;
	border: 1px solid #aaa;
	font: normal 100% Verdana;
	z-index: 99;
}

#form {
	position: relative;
	padding: 1em;
	border: 1px solid #eee;
}
#form .wide { width: 21.3em; }
#form textarea.wide { width: 21.3em; *width: 21.45em; }
#form .half { width: 10em; }
#form select.half { width: 10.45em; }

#form .esc {
	position: absolute;
	top: 0;
	right: 5px;
}
#form .esc a { font: bold 120% Verdana; text-decoration: none; }

#form .hidden { display: none; }
#form .no_b {
	border: 1px solid #fff;
	cursor: default;
	background-color: #fff;
}

#form #add_file { margin-top: 1em; }
#form #add_file img { vertical-align: middle; }

#form h1 {
	font: normal 150% Arial;
	margin: 0 0 0 -0.36em;
}
#form span.date {
	color: #666;
}

#form dl {
	display: block;
	margin-top: 0.2em;
}

#form dt, #payment dd { display: block; }
#form dt {
	clear: left;
	float: left;
	width: 10em;
	margin-right: -11em;
	line-height: 1.3;
}
#form dd { margin-left: 11em; }
#form dd:after{
	content: '';
	height: 0;
	display: block;
	clear: both;
}

#form fieldset {
	border: 1px solid #ddd;
	margin: 0.5em 0;
	padding: 0 0.5em 0.5em 0.5em;
}
#form div.fieldset { padding: 0.5em 0; }
#form legend {
	padding: 0 0.2em;
	font: bold 100% Tahoma;
}

#form label.middle { vertical-align: middle; }
#form .required label { color: #f00; behavior: expression(!this.after ? this.after=(1 | this.appendChild(document.createElement('ins')).appendChild(document.createTextNode('*'))):''); }
#form .required label:after {
	content: '*';
	color: #f00;
}
#form label ins {
	color: #f00;
	text-decoration: none;
}

#form optgroup {
	background-color: #fff;
	color: #000;
}

#form input,
#form select ,
#form textarea {
	font: normal 1em Arial;
	padding: 1px;
}
#form input.datepicker {
	padding: 0;
	width: 2em;
	background: url('/img/datepicker.gif') no-repeat center center;
}
#form input.submit {
	margin-top: 0.5em;
	padding: 0.5em;
}



/* Static styles */
.null {
	padding: 0;
	border: none;
	text-decoration: none;
}
.no_b { border: none !important; }
.nowrap { white-space: nowrap; }

small {
	font-size: 70%;
	color: #7a7a7a;
}










/* Header */
#header {

}



/* Header -> logo */
#logo {
	width: 135px;
	height: 75px;
	padding: 10px 0 0 10px;
	text-align: center;
}
#logo h1 {
	position: relative;
	width: 135px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
	font: normal 130% Tahoma;
}
#logo span {
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 180px;
	height: 100px;
	cursor: pointer;
	background: url('/images/logo.gif') no-repeat left top;
}



/* Header -> path */
#path {
	margin-top: -10px;
	text-align: right;
	padding: 0 10px 5px 5px;
	background: url('/images/dot.gif') repeat-x left bottom;
}
#path a,
#path span {
	color: #414d58;
	font-size: 100%;
}
#path ins {
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	top: -2px;
}



/* Main */
#wrapper {
	width: 950px;
	margin: 0 auto;
}
table.main { width: 100%; }



/* Main -> left */
td.left {
	width: 20%;
	padding: 2em 1em 1em 0;
	vertical-align: top;
	background: url('/images/dot.gif') repeat-y right top;
}
td.left ul { list-style: none outside none; }
td.left li { margin-left: 1em; }



/* Main -> Left -> menu */
ul.leftMenu { margin-left: -1em; }
ul.leftMenu li { padding: 0.15em 0 0.15em 10px; }
ul.leftMenu a {
	display: block;
	font: normal 120% Tahoma;
	color: #414d58;
	text-decoration: none;
	white-space: nowrap;
}
ul.leftMenu a:hover,
ul.leftMenu a.active { color: #f2af28; }
ul.leftMenu a:hover { text-decoration: underline; }
ul.leftMenu span {
	display: block;
	background: url('/images/dot.gif') repeat-x left 4px;
}



/* Left -> calendar */
#calendar {
	margin: 2em 0 0 10px;
	_height: 1px;
}
div.datetime {
	width: 100px;
	height: 131px;
	float: left;
	margin-right: -105px;
	padding-top: 25px;
	text-align: center;
	background: url('/images/sticker.gif') no-repeat left top;
}
div.datetime h1 { margin: 0.75em 0; }
div.recent {
	margin-left: 105px;
	font-size: 75%;
}
div.recent p { margin-bottom: 1em; }



/* Main -> center */
td.center {
	vertical-align: top;
	padding: 2em 0 1em 0;
}
#center { margin: 0 2em; }
#center h2 {
	margin-bottom: 0.2em;
	font: normal 110% Tahoma;
	color: #f2af28;
}



/* Content -> title */
div.title {
	height: 40px;
	margin-bottom: 0.5em;
	zoom: 1;
}
div.title h1 {
	position: relative;
	height: 40px;
	overflow: hidden;
}
div.title span {
	display: block;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 40px;
}
div.title a { cursor: pointer; }



/* Portfoloi navigation arrows */
#nav {
	height: 40px;
	margin-top: -40px;
	position: relative;
	text-align: right;
}
#nav a { line-height: 40px; }
#nav span { padding: 0 0.5em; }
#nav img { vertical-align: middle; }



/* Main -> bottom */
td.bottom {
	padding: 0 2% 4% 2%;
}



/* Main -> Bottom -> menu */
ul.bottomMenu { list-style: none outside none; }
ul.bottomMenu li {
	margin: 0 1em 0 0;
	display: inline;
}
ul.bottomMenu a,
ul.bottomMenu span { white-space: nowrap; }
ul.bottomMenu span { color: #f2af28; }










/* News items */
.news {
	margin-bottom: 0.5em;
	padding-bottom: 1em;
}
.news span {
	font: normal 75% Arial;
	color: #666;
}
.news div.date {
	position: relative;
	margin: -0.2em 0 0.5em 0;
}
.news div.short_description { display: inline; }
.news div.short_description_inner {
	margin: 1em 0 1em 6em;
	padding: 0 5% 0 1%;
	border-left: 1px solid #999;
	font-style: italic;
	font-size: 80%;
	text-align: justify;
	color: #414d58;
}



/* Portfolio items */
#portfolio { padding-left: 2%; }
div.item {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0 0.85em 1em 0;
	overflow: hidden;
}
div.item_description {
	margin: 1em 0 2em 0;
	padding: 0.5em;
	background: #f7f7f7;
}



/* Feedback form */
div.feedback {
	border: none !important;
	padding: 0 !important;
	font-size: 120%;
}
div.feedback dd { margin-left: 8em !important; }
div.feedback h1 {
	margin: 1em 0 0.5em 0 !important;
}



/* Topics list */
#list h1 { margin-bottom: 0; }
#list p { display: inline; }










/* Hacks ;) */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* Holy Hack */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End of Holy Hack */
