/* @group General */

*{padding: 0; margin: 0;}

body {
    margin: 0 auto;
	padding: 0;
	color: black;
	background-color: white;
	font: 12px Tahoma, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #666;
}

a {
	color: #de0000;
	font-weight: bold;
	text-decoration: none;
}

a span {
	color: #666;
}

a:hover {
	text-decoration: underline;
}

ul {
    margin: 0;
	padding: 0;
    list-style-position: inside;
}

li {
    list-style-type: disc;
}

dl { border-bottom: 1px solid #999; width: 90%; margin: 15px;}

dt {
    width: 15em;
    padding: .5em;
    float: left;
    margin: 0;
    border-top: 1px solid #999;
    font-weight: bold;
    clear: both;
}

dd {
    margin-left: 16em;
    padding: .5em;
    border-top: 1px solid #999;
}

dd.first { border-top: 1px solid #999; }

pre {
	color: black;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	border: 1px solid black;
	text-align: left;
	font-size: 12px;
}

img {
	border: 0;
}

h1, h2, h3 {
    color: #0067d0;
    font: normal 20px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 a {
    color: black;
    font-weight: normal;
}

h2 a:hover {
    color: black;
}

h1 em, h2 em, h3 em {
 /*color: #80c036;*/
 font-style: normal;
}

h1 span, h2 span {
	display: block;
	position: relative;
	z-index: 1;
}

.end {
	clear: both;
}

div.hr {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: url(../gfx/hr-bg.gif) repeat-x 0 center;
	height: 2px;	
}
div.hr hr {
	display: none;
}

a.more {
	float: right;
}

.icon {
    vertical-align: middle;
    margin:0px;
    padding:0px;
}

.yes {
	color: green;
}

.no {
	color: red;
}

.date {
	font-size: 10px;
	color: #c0c0c0;
}

p.date {
	margin: 0px 0px 0px 20px;
	font-size: 10px;
	padding: 0;
	color: #c0c0c0;
}

/* @group Messages */

#messages div {
    margin: 10px 0 10px 0;
    background-color: white;
}

#messages div p {
    margin: 10px 10px 10px 10px;
    padding: 0;
}

#messages .msg_error {
    border: 3px solid #ff0000;
    color: #ff0000;
}

#messages .msg_info {
    border: 3px solid #3377be;
    color: #3377be;
}

#messages .msg_ok {
    border: 3px solid #189670;
    color: #189670;
}

/* @end */

/* @group Paging */

.paging {
    list-style-type: none;
    margin: 20px 0 10px 0;
    padding: 0px;
    display: inline;
    background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
}
.paging li {
    display: inline;
    margin: 0px 3px 0px 0px;
    padding: 1px 3px 1px 3px;
}
.paging a {
    margin: 0px;
    padding: 0px;
}
.paging li.active a {
    color: #666;
}

/* @end */

/* @end */

/* @group Form
 */

/* @group General */

fieldset {
	margin: 0px 0px 10px 0px;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	padding: 10px;
}

label {
	float: left;
	width: 50%;
	margin-right: 1em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}

label.checkbox {
    width: 100%;
    text-align: left;
    margin:0;
}

input:focus, textarea:focus, label:focus, button:focus {
	background: #fff;
	border: 1px solid #686868;
}

textarea, input, button, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	color: #000;
}

#test input.submit {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
	font-size: 11px;
}

#test label {
	float: left;
	margin-right: 1em;
	padding-top: 0.2em;
	text-align: left;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group Layout */

/* @group Management */

#management {
    background-color: black;
    color: white;
    text-align: left;
    font-size: 15px;
    position: relative;
}

#management ul {
    margin: 0 20px 0 20px;
}

#management li {
    display: inline;
    line-height: 35px;
}

#management ul li a {
    color: #80c036;
    font-size: 15px;
    padding: 2px;
}

#management ul li a:hover {
    color: black;
    background-color: #80c036;
    text-decoration: none;
}

#management #mng-logo a {
    padding: 0;
}

#management span {
    margin: 0 5px 0 5px;
    display: inline;
}

#management #mng-logo img {
    vertical-align: middle;
}

#management #mng-menu-link {
    position: absolute;
    top: 0px;
    right: 20px;
}

#mng-menu-link a {
    color: white;
}

#mng-menu-link a:hover {
    background-color: white;
    color: black;
}

#mng-menu-link.active a {
    background-color: white;
    text-decoration: none;
    color: black;
}

#management #mng-menu {
    width: 250px;
    position: absolute;
    right: 10px;
    top: 28px;
    z-index: 10;
    display: none;
    padding: 0;
}

#mng-menu-shadow {
    background: url(../../cms/gfx/project_switcher-shadow-top.png) 0 0 no-repeat;
}

#mng-menu-content {
    background-color: white;
    margin-left: 16px;
    padding-bottom: 10px;
}

#mng-menu p a {
    color: black;
}

#mng-shadow-bottom {
    background: url(../../cms/gfx/project_switcher-shadow-bottom.png) 0 0 no-repeat;
    padding-top: 13px;
}

/* @end */

/* @group Header */

#header-ct {
	width: 100%;
	background: url(../gfx/header-bg.gif) repeat-x 0 top;
	text-align: center;
}

#header {
	width: 940px;
	height: 95px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#h-logo {
    width: 159px;
    height: 58px;
    position: absolute;
    top: 13px;
    left: 20px;
}

#h-right {
	width: 240px;
	height: 50px;
	float: right;
	margin: 15px 0 0 0;
	border-left: 1px solid white;
}

#h-address {
	width: 250px;
	height: 50px;
	float: right;
	text-align: right;
	margin: 15px 0 0 0;
	font-size: 11px;
	border-right: 1px solid #bbb;
}

#h-search {
	width: 210px;
	height: 20px;
	float: left;
	margin-left: 30px;
}

#h-search form {
	display: inline;
}

#h-search input#search  {
	width: 178px;
	/*height: 24px;*/
	float: left;
	background: url(../gfx/h-search.gif) no-repeat 0 top;
	border: 0;
	margin: 13px 0 0 0;
	color: #666;
	text-indent: 10px;
	font-size: 11px;
    line-height: 14px;
    padding: 5px 0 5px 0;
}

#h-search input#search-submit  {
	float: left;
	margin: 13px 0 0 5px;
	background: none;
	border: none;
	padding: 0;
}

#h-address p {
	margin-right: 20px;
}

#h-nav {
	float: left;
	margin-left: 30px;
}

#h-nav h2 {
	display: none;
}

#h-nav a {
	margin-right: 6px;
}

#h-lang {
	float: right;
	margin-right: 35px;
}

#h-lang a {
	margin-left: 6px;
}

/* @end */

/* @group Promo */

#promo-ct {
	width: 100%;
	height: 230px;
	background: url(../gfx/promo-bg.gif) repeat-x 0 top;
	text-align: center;
}

#promo {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#p-decor-left {
	width: 10px;
	height: 230px;
	background: url(../gfx/p-decor-left.gif) no-repeat 0 top;
	position: absolute;
	left: -10px;
	top: 0px;
}

#p-decor-right {
	width: 10px;
	height: 230px;
	background: url(../gfx/p-decor-right.gif) no-repeat 0 top;
	position: absolute;
	right: -10px;
	top: 0px;
}


/* @end */

/* @group Menu */

#menu-ct {
	text-align: center;
	width: 100%;
	background: white url(../gfx/menu-bg.gif) repeat-x 0 bottom;
	height: 48px;
}

#menu {
	width: 940px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	width: 157px;
	height: 48px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 48px;
	background: url(../gfx/m-button-center.gif) no-repeat 0 top;
}

#menu ul li a {
	color: #333;
	display: block;
}

#menu ul li a:hover {
	color: #de0000;
	text-decoration: none;
}

#menu ul li.first {
	width: 156px;
	background: url(../gfx/m-button-left.gif) no-repeat 0 top;
}

#menu ul li.last {
	width: 156px;
	background: url(../gfx/m-button-right.gif) no-repeat 0 top;
}

/* @end */

/* @group Main */

#main-ct {
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

#main {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}

#m-centre, #m-offer, #m-contact, #m-article {
	width: 610px;
	float: left;
}

#m-offer {
	height: 170px;
}

#m-offer-left {
    width: 50%;
    float: left;
}

#m-offer-right {
    width: 50%;
    float: right;
}

#m-news, #m-ads, #m-menu-ct {
	width: 280px;
	float: right;
}

#m-centre h2, #m-offer h2, #m-contact h2, #m-news h2, #m-ads h2 {
	height: 46px;
	line-height: 46px;
	text-indent: 80px;
}

#m-contact {
	background: url(../gfx/m-contact-bg.jpg) no-repeat right top;	
	height: 210px;
}

#m-centre h2 {
	background: url(../gfx/ico-m-centre.jpg) no-repeat 10px center;
}

#m-offer h2 {
	background: url(../gfx/ico-m-offer.jpg) no-repeat 10px center;
}

#m-contact h2 {
	background: url(../gfx/ico-m-contact.jpg) no-repeat 10px center;
}

#m-news h2 {
	background: url(../gfx/ico-m-news.jpg) no-repeat 10px center;
}

#m-news h3 {
	color: grey;
	font-size: 10px;
	margin: 10px 0 0 10px;
}

#m-news h4 {
	margin: 0 0 0 10px;	
}

#m-news p {
	margin: 10px 0 0 10px;
}

#m-centre p {
	margin-left: 80px;
	margin-bottom: 10px;
}

#m-offer ul {
	width: 250px;
	height: 55px;
	float: left;
	margin: 5px 0 0 80px;	
}

#m-offer ul.second  {
	margin: 5px 0 0 30px;
}

#m-contact p {
	width: 210px;
	height: 55px;
	float: left;
	margin: 15px 0 0 15px;
}

#m-article h2 {
	margin-left: 15px;
}

#m-article blockquote {
	margin-left: 35px;
}

#m-article p {
	margin: 10px 10px 10px 15px;
}

#article p.left {
	text-align: left;
}

#article p.right {
	text-align: right;
}

#article img.left {
    float: left;
    margin: 0 10px 10px 0;
}

#article img.right {
    float: right;
    margin: 0 0 10px 10px;
}

#article p.center {
	text-align: center;
}

#article p.block {
	color: #666;
}

#article h1, #article h2, #article h3, #article h4 {
	margin-left: 15px;
}

#article h2 {
	font-size: 12px;
}

#article h3, h4, h5, h6 {
	font-size: 11px;
	margin-bottom: 2px;
}

#article span {
	margin-left: 15px;
}

#files div {
	float: left;
	width: 30%;
	height: 100px;
	margin: 3px 5px 5px 3px;
}

#files a img {
	border: 2px solid #ccc;
}

#files div>img {
	border: 0;
	margin: 1px;
	vertical-align: middle;
}

ul, ol {
    margin-left: 15px;
}

table {
	width: 100%;
	margin: 10px 0px 10px 15px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #dadada;
	background-color: white;
}

tr {
	border-bottom: 1px solid #dadada;
}

th {
	background-color: #f3f3f3;
	margin: 0;
	font-weight: normal;
	padding: 15px;
}

td {
	margin: 0;
	padding: 15px;
}

#m-menu-ct {
	background: #073976 url(../gfx/m-menu-top.jpg) no-repeat 0 top;
	width: 280px;
    padding-top: 25px;
}

#m-menu {
	background: url(../gfx/m-menu-bottom.gif) no-repeat 0 bottom;	
    padding-bottom: 40px;
}

#m-menu ul {
	margin: 0 0 0 20px;
}

#m-menu ul ul {
	background: none;
	margin-left: 25px;
}

#m-menu ul li {
    background: url(../gfx/menu-hr.gif) no-repeat 0 bottom;
	list-style-type: none;
	padding: 10px 0 10px 0;
}

#m-menu ul li a {
	color: white;
	display: block;
	background: url(../gfx/ico-raquo.gif) no-repeat 5px 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#m-menu ul li a:hover {
    color: #ffd909;
}

#m-menu ul li span {
    color: #ffd909;
}

#m-menu ul ul li {
	background: none;
	padding: 3px 0 3px 0;
}

#m-menu ul ul li a {
	font-weight: normal;
	display: inline;
	background: none;
}

/* @end */

/* @group Partners */

#partners-ct {
	width: 100%;
	height: 146px;
	text-align: center;
	clear: both;
	background: url(../gfx/partners-bg.gif) repeat-x 0 top;
}

#partners {
    width: 940px;
    margin: 30px auto;
    text-align: center;
	background: url(../gfx/p-shadow.jpg) no-repeat center top;
	line-height: 146px;
}

#partners h2 {
	display: none;
}

#partners img {
    margin: 15px 12px 0 12px;
    vertical-align: middle;
}
    
/* @end */

/* @group Footer */

#footer-ct {
	width: 100%;
	height: 79px;
	color: white;
	font-size: 10px;
	text-align: center;
	clear: both;
	border-top: 1px solid white;
	background: #054390 url(../gfx/footer-bg.gif) repeat-x 0 bottom;
}

#footer {
    width: 940px;
    margin: 0 auto;
}

#footer a {
	color: #ffdb00;
}

#footer a:hover {
	color: white;
}


/* @group Footer Copyrights */

#f-copyrights {
	font-size: 10px;
	text-align: left;
	width: 50%;
	float: left;
}

#f-created {
	font-size: 10px;
	text-align: right;
	width: 50%;
	float: right;
}


#f-copyrights h2, #f-created h2 {
	display: none;
}

/* @end */

/* @group Footer Navigation */

#f-nav {
    text-align: left;
    margin: 20px 0 10px 0;
    padding: 0px 0 5px 0;
    color: #ffdb00;
}

#f-nav ul {
    margin:0;
}

#f-nav h2 {
	display: none;
}


#f-nav ul li {
    display: inline;
    font-size: 12px;
}

#f-nav ul li span {
    margin: 0 18px 0 18px;
}

/* @end */

/* @end */

/* @group Debug */

#debugging {
	width: 100%;
	height: 100px;
}

#debug {
    display:none;
}

/* @end */

/* @end */
