/* default elements */
html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0;
	padding:0;
	color:#666;
	background:url(../images/bg-01.jpg) top repeat-x #666;
	height:100%;
}
p {
	margin:0;
	padding:0;
	line-height:1.67em;
	margin-bottom:1.0em;
}
ol, ul {	
	margin:0;
	padding:0;
	padding-left:2.08em;
	margin-top:1.25em;
	margin-bottom:1.25em;
	list-style:square;
}
li {
	padding-left:1.25em;
	line-height:1.67em;
}
a {
	text-decoration: none;
	color:#CC0000;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}

/* texts */
h1 {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.67em;
	font-weight:bold;
	letter-spacing:-0.08em;
	line-height:1.1em;
	margin-bottom:0.5em;
}
h2 {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	letter-spacing:-0.08em;
	line-height:1.1em;
	margin:0.5em 0em 0.5em 0em;
}
h3 {
	margin:0;
	padding:0;
}
.big {
	font-size:1.33em;
}
.small{
	font-size:0.83em;
}
.block_texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.67em;
	font-weight:bold;
	letter-spacing:-0.08em;
	line-height:1.1em;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:4em;
	letter-spacing:-0.08em;
	line-height:0.9em;
	margin-bottom:0.2em;
}
/* general classes */
.loading {
	background:url('/images/loading.gif') no-repeat 50%;
}
.center {
	text-align:center;
}
.hide {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-right {
	text-align:right;
}
.clear {
	clear:both;
}

/* forms */
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	border:none;
}

/* colour scheme */
.bg_dark {
	background-color:#404040;
}
.bg_light {
	background-color:#E4E4E4;
}

/* page specific style */
#page {
	width:80%;
	min-width:840px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#top {
	width:100%;
	height:169px;
	clear:both;
}

#menu {
	width:100%;
	height:57px;
	background:url(../images/menu-bg.jpg) repeat-x top #FFF;
}

#menuA {
	width:29px;
	height:57px;
	margin-left:-14px;
	float:left;
	background:url(../images/main_06.jpg) no-repeat;
}

#menuB {
	width:28px;
	height:57px;
	margin-right:-13px;
	float:right;
	background:url(../images/main_10.jpg) no-repeat;
}

#menu ul {
	margin:7px 0px 0px 0px;
	padding:0;
	float:left;
	list-style:none;
}
#menu li {
	margin:0;
	padding:0em 1em 0em 1em;
	position:relative;
	float:left;
	display:inline;
	line-height:40px;
	border-left:1px solid #FFF;
	border-right:1px solid #666;
}
#menu li:first-child {
	border-left:none;
}
#menu li:hover {
	background:url(../images/menu-bg0.jpg) repeat-x 0px -5px;
}
#menu a {
	display:block;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu li.active a {
	color:#666;
	font-size:1.4em;
}
#menu li.active ul li a {
	color:#FFF;
	font-size:1em;
}
#menu li.end {
	width:1px;
	height:40px;
	border-right:none;
}
#menu li.end:hover {
	background:none;
}
#menu ul li ul {
	left:0;
	top:0;
	width:200px;
	margin:40px 0px 0px -11px;
	padding:0px 5px 0px 10px;
	position:absolute;
	display:block;
	visibility:hidden;
	z-index:100;
	background:url(../images/menu-bg2.png) repeat-y;
	border:none;
}
#menu ul li ul li {
	margin:0;
	padding:0;
	display:inline;
	float:none;
	line-height:normal;
	border:none;
}
#menu ul li ul li a {
	padding:1em;
	border-top:1px solid #CCC;
	border-bottom:1px solid #333;
	color:#FFF;
}
#menu ul li ul li:first-child a {
	border-top:none;
}
#menu ul li ul li:hover {
	background:none;
}
#menu ul li ul li a:hover {
	background:#CC0000;
}
#menu .bot {
	width:220px;
	height:17px;
	margin:0px 0px 0px -10px;
	position:absolute;
	background:url(../images/menu-bg3.png) no-repeat;
}
#menu .bot:hover {
	background:url(../images/menu-bg3.png) no-repeat;
}

#content-holder {
	width:100%;
	min-height:400px;
	background:#FFF;
	clear:both;
}
#content {
	padding:10px 25px 25px 25px;
}

#footer {
	padding:10px 0px 10px 0px;
	clear:both;
	color:#FFF;
}
#footer a {
	color:#FFF;
}

#sidebar {
	width:231px;
	min-height:450px;
	padding:15px 15px 15px 27px;
	float:right;
	background:url(../images/side-bg.jpg) no-repeat top;
}

.block {
	margin:0em 0em 0.5em 0em;
	color:#FFF;
	clear:none;
}
.block span {
	background:#CC0000;
	padding:0px 15px 0px 10px;
}
.block span:first-child {
	padding-right:20px;
}

.panel {
	min-height:100px;
	padding:15px;
	background:url(../images/bg-02.jpg) repeat-x top;
}

.more {
	padding:0px 8px 0px 8px;
	background:#CC0000;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:-0.08em;
}
.more:hover {
	text-decoration:none;
}

#contact-form fieldset {  
	margin:0;
	padding:0;
	border:none;
}
#contact-form legend {  
	display:none;
}
#contact-form label {
	width:10em;
	display:block;
	float:left;
}
#contact-form ol {  
	padding:0;
	list-style:none;
}
#contact-form li {  
	line-height:2em;
}
#contact-form input.error, textarea.error {
	border:1px dotted red;
}
#contact-form label.error {
	padding-left:10em;
	color:red;
	display:block;
	float:none;
	width:auto;
	vertical-align:top;
}

#error {
	border: 1px dashed #666666;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFEBE8;
}
#report {
	border: 1px dashed #666666;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFFFCC;
}
