@CHARSET "iso-8859-2";

body {
	background: #6a7d84; margin: 0 0 10px 0; padding: 0; font-family: Arial; font-size: 12px; color: #fff;
	}

img {
	border: 0;
	}
	
div#background {
	position: absolute; left: 0px; background: #999 url('gfx/background.jpg') 0 0 repeat; height: 760px; width: 100%;
	}
	
div#wrapper {
	position: relative; width: 700px; margin-left: auto; margin-right: auto;
	}
	
img#logo {
	padding: 0 0 50px 0;
	margin-top: 0px;

	}
	
ul#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#menu li {
	margin-left: 5px;
	}

.menulink {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	padding: 8px;
	border-bottom: 1px dotted #fff;
	}
	
.menulink:hover {
	background: #FF5100;
	border-bottom: 1px solid #000;
	}	

ul#menu_inline {
	list-style: none;
	margin: 0;
	padding: 0;
	}	

ul#menu_inline li {
	float: left;
	margin-left: 5px;
	}
	
.menulink_inline {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #fff;
	border-right: 1px dotted #fff;
	}
	
.menulink_hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #fff;
	border-right: 1px dotted #fff;
	background: #000;
	}	
	
.menulink_inline:hover {
	background: #F00;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}	
	
div#text {
	float: right;
	width: 275px;
	}	
	
h1 {
	font-size: 20px;
	color: #ebe9c2;
	}	
	
h2 {
	font-size: 14px;
	margin-top: 30px;
	}	

h1 em {
	font-size: 20px;
	color: #ff5200;
	font-style: normal;
	}	

p {
	color: #fff;
	text-align: justify;
	line-height: 20px;
	margin: 10px 0 10px 0;
	}
	
div#text ul#services {
	list-style: none;
	margin: 0;
	padding: 0 10px 15px 10px;
	border: 1px dashed #000;
	}
	
div#text ul#services li {
	margin-top: 10px;
	}	
	
div#text ul#services li b {
	color: #fffdcc;
	line-height: 20px;

	}	

div#text ul#services li ul {
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: justify;
	line-height: 20px;
	}
	
.link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}	
	
.link:hover {
	color: yellow;
	}
	
.project {
	float: left;
	margin-top: 20px;
	text-align: center;
	}

.project strong {
	font-size: 18px;
	}
	
table { width: 98%; border: 1px #eee solid; font-size: 1em; padding: 0.15em; margin-left: auto; margin-right: auto; margin-top: 5px; }
table th { background-color: #ff5200; color: #fff; font-weight: normal; text-align: left; padding-left: 0.5em; padding-right: 0.5em; }
table td { background-color: #dee9ec; padding-left: 0.5em; font-size: 0.9em; text-align: left; color: #000 }

div.text_o {
	margin-top: 60px;
	}
	
p.offer {
	float: right; width: 520px;
	}	

div#errorinfo {
	position: absolute;
	z-index: 1;
	background: #000;
	width: 100%;
	opacity: 0.85;
	filter: alpha(opacity=85);
	margin-top: 160px;
	margin-left: 0;
	left: 0px;
}

div#errorinfo p {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}

div#errorinfo p b {
	color: #F00;
}

div#errorinfo a {
	text-decoration: none;
	color: #ffa200;
	font-weight: bold;
}

div#errorinfo a.button {
	background: #000;
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
}

div#errorinfo a:hover {
	background: #030;
}

div#footer {
        width: 680px;
        text-align: center;
        background: url('gfx/footer_bg.png');
        height: 102px;
}

div p#footer {
	line-height: 15px;
	text-align: center; 
	width: 320px; 
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	margin-top: 0px;
}

div p#footer em {
	font-weight: bold;
}

hr {
	border: 0;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	height: 1px;
	text-align: center;
}

div#ads {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

a.adfree {
	font-size: 10px;
	font-family: Arial, Verdana, Tahoma;
	text-decoration: none;
	color: #5f6a72;
}

.issue-form-box div {
	clear: left;
	margin-top: 5px;
	width: 700px;
}

.issue-form-box input {
	background: #FFF;
	border: 1px solid #EEE;
}

.issue-form-box textarea {
	background: #FFF;
	border: 1px solid #EEE;
}

.issue-form-box input:focus {
	background: #ffba00;
}

.issue-form-box textarea:focus {
	background: #ffba00;
}

.issue-form-box div label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding-top:3px;
	margin-left: 20px;
}

.email-form-box div {
	clear: left;
	margin-top: 5px;
	padding: 1px;
	width: 350px;
}

.email-form-box div label {
	float: left;
	width: 50px;
	font-weight: bold;
	padding-top:3px;
	padding-bottom: 3px;
	margin-left: 20px;
}

.email-form-box div input {
	background: #586064;
	color: #FFF;
	padding: 3px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #FFF;
}

.email-form-box div input:hover {
	border-bottom: 1px solid #000;
	background: #ff5100;
}

.email-form-box div input:focus {
	background: #ff5100;
}

