/* @group General */

*{padding: 0; margin: 0;}

body {
    margin: 0 auto;
	padding: 0;
	color: #9d6549;
	background-color: #8b1e19;
	font: 14px Tahoma, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

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

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

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

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

li {
    list-style-type: disc;
    line-height: 17px;
}

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: #555;
	padding: 5px;
	margin: 10px 20px 10px 20px;
	border: 1px solid black;
	text-align: left;
	font-size: 12px;
}

img {
	border: 0;
}

h1, h2, h3 {
    color: #9d6549;
    font: normal 18px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}

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

h2 a:hover {
    color: black;
}

h3 {
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

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: 10px 0;
	padding: 0px;
	height: 1px;
	background: #b2745f;
	clear: both;
}

div.hr hr {
	display: none;
}

.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, .submit-group {
	margin: 0px 0px 0px 0px;
	background-color: #629717;
	padding: 20px;
	border: 0;
}

form div {
margin-top: 10px;	
}

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

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

form div.checkbox input {
    width: 20px;
    float: left;
}

form div.checkbox label {
    width: 70%;
    float: left;
    text-align: left;
}

form div.checkbox .hint {
    clear: both;
}

input:focus, textarea:focus, label:focus, button:focus {
}

textarea, input, button, select {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
    background-color: #fbf2af;
    border: 0;
    color: #837c46;
    padding: 7px 0 7px 5px;
    margin: 0;
}

.submit, #submit {
    width: 56px;
    height: 29px;
    font-weight: bold;
    color: #fff;
    border: 0;
    background: url(../gfx/but-submit.gif) no-repeat;
    margin: 0 0 0 5px;
    padding: 0;
}

#submit {
	margin-left: 100px;
}

legend {
	display: none;
}


/* @end */

/* @end */

/* @group Layout */

#container {
	background: #8b1e19 url(../gfx/body-bg.gif) repeat-x;
}



/* @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%;
	text-align: center;
}

#header {
	width: 920px;
    height: 139px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#h-logo {
	width: 334px;
    height: 139px;
	float: left;
	margin: 0 0 0;
}

#h-contact {
	width: 300px;
	height: 100px;
    position: absolute;
    top: 25px;
    left: 650px;
}

#h-contact p {
	color: #e9c0ac;
	font-size: 18px;
}

/* @end */

/* @group Top */

#top {
	clear: both;
	width: 920px;
	height: 227px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../gfx/top-bg.jpg) no-repeat;
}

#t-decor-1 {
	width: 139px;
	height: 139px;
	background: url(../gfx/t-decor-1.jpg) no-repeat;	
	position: absolute;
	top: -139px;
	left: 431px;
}

#t-decor-2 {
	width: 241px;
	height: 55px;
	background: url(../gfx/t-decor-2.jpg) no-repeat;	
	position: absolute;
	top: -55px;
	left: 679px;
}

#t-decor-3 {
	width: 11px;
	height: 74px;
	background: url(../gfx/t-decor-3.jpg) no-repeat;	
	position: absolute;
	top: -15px;
	right: -11px;
}

#t-but-about {
	width: 207px;
	height: 57px;
	position: absolute;
	top: -15px;
	left: 24px;
}

#t-but-gallery {
	width: 207px;
	height: 58px;
	position: absolute;
	top: -15px;
	left: 233px;
	z-index: 10;
}



/* @end */

/* @group Main */

#main-ct {
	width: 100%;
	text-align: center;
	clear: both;
}

#main {
	width: 920px;
	margin: 0 auto;
	text-align: left;
    margin-top: 10px;
    padding-bottom: 20px;
}

#m-news {
	width: 350px;
	float: left;
	padding-bottom: 20px;
	margin-top: 20px;
}

#m-news h2 {
	color: #ffeeaf;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	background: url(../gfx/ico-news.gif) no-repeat 150px center;
	margin-left: 20px;
}

#m-news .item {
	width: 349px;
	height: 130px;
	background: url(../gfx/m-news-bg.gif) no-repeat;
	margin-top: 1px;
}

#m-news .item h3 {
	color: #e9c0ac;
	font-weight: bold;
	padding: 25px 10px 0px 20px;
}

#m-news .item p {
	margin: 5px 10px 0px 20px ;
	line-height: 16px;
	color: #d59e9b;
}

#m-nav {
	width: 550px;
	float: right;
	padding-bottom: 20px;
}

#m-newsletter {
	width: 263px;
	height: 159px;
	float: left;
	clear: both;
	background: #6ca61b url(../gfx/m-newsletter-bg.gif) no-repeat;
}

#m-newsletter h2 {
	color: #ffeeaf;
	font-size: 22px;
	font-weight: bold;
	margin: 35px 0 0 20px;
}

#m-newsletter p {
	color: #fff;
	margin: 5px 10px 0 20px;
}

#m-newsletter form {
	margin: 5px 0 0 20px;
	padding: 0;
} 

#m-newsletter fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

#m-newsletter form label {
	display: none;
}

#email {
	background-color: #fbf2af;
	height: 22px;
	border: 0;
	width: 150px;
	color: #837c46;
	padding: 7px 0 0 5px;
	margin: 0;
	float: left;
}

#n-submit {
	width: 56px;
	height: 29px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background: url(../gfx/but-submit.gif) no-repeat;
	margin: 0 0 0 5px;
	padding: 0;
}

#m-gallery {
	float: right;
	width: 600px;
	padding-top: 22px;
}

#m-gallery img {
	margin-left: 10px;
	background-color: #2f0209;
	border: 1px solid #b1735c;
	padding: 3px;
	float: right;
}

#m-menu {
	float: right;
	width: 225px;
	margin: 25px 0 0 0;
}

#m-article-list, #m-article {
	width: 630px;
	float: left;
	margin: 0 0 0 20px;
}

#m-article-list h2, #m-article h2 {
	color: #f8e6a6;
	font-size: 22px;
	font-weight: bold;
}

#m-article-list .item {
	width: 630px;
	height: 176px;
	background: #390605 url(../gfx/article-bg.jpg) no-repeat;
	margin-top: 10px;
}

#m-article-list .item h3 {
	color: #f8e6a6;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 20px;
}

#m-article-list .item p {
	margin: 20px 0 0 20px;
	color: #d59e9b;
}

#m-article-list .item img {
	float: right;
	margin: 25px 20px 20px 20px;
}

#m-article h2 {
	margin-bottom: 20px;
}

#m-article img {
	float: left;
	margin: 0px 20px 20px 0px;	
}

#m-article p, #m-article h3, #m-article ul, #m-article ol {
	color: #fff;
	margin-bottom: 10px;
}

#gallery img {
	background-color: #2f0209;
	border: 1px solid #b1735c;
	padding: 3px;
	float: left;
	margin: 15px 15px 0 0;
}

#m-article-comments .item {
	background-color: #430707;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	clear: both;
}

#m-article-comments .date {
	margin-left: 0;
    color: #e9c0ac;
}

#m-article-comments .add-comm {
	display: block;
	float: left;
	width: 40%;
}

#m-article-comments .paging {
	float: right;
    width: 40%;
	background: transparent;
	border: 0;
	margin: 0;
	text-align: right;
}

#m-article-comments .paging .active a {
	color: #fff;
}


/* @end */

/* @group Partners */

#partners-ct {
	width: 100%;
	height: 159px;
	text-align: center;
	background: #390605 url(../gfx/partners-bg.jpg) repeat-x;
}

#partners-top {
	width: 100%;
	height: 29px;
	background: url(../gfx/partners-top-bg.jpg) repeat-x;	
}

#partners {
    text-align: left;
    width: 920px;
    height: 159px;
    margin: 0 auto;
    position: relative;
}

#p-banner {
	width: 50%;
	float: left;
	height: 159px;
	text-align: center;
	background: #e8cd95;
}

#p-banner img {
	margin-top: 15px;
}

#p-partners {
	width: 50%;
	float: right;
}

#p-partners h2 {
	margin: 15px 20px 10px 30px;
	color: #e9c0ac;
	font-size: 22px;
	font-weight: bold;
}

#p-partners img {
	margin-left: 30px;
}

/* @end */

/* @group Footer */

#footer-ct {
	width: 100%;
	height: 123px;
	color: #bb7754;
	font-size: 10px;
	text-align: center;
	background: #390605 url(../gfx/footer-bg.jpg) repeat-x;
}

#footer {
    text-align: left;
    width: 920px;
    margin: 0 auto;
    color: #bb7754;
    position: relative;
}

#footer a {
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#f-decor {
	width: 373px;
	height: 113px;
	background: url(../gfx/f-decor.jpg) no-repeat;	
	position: absolute;
	top: 10px;
	left: 500px;
}


/* @group Footer Copyrights */

#f-copyrights {
    width: 500px;
    float: left;
    clear: right;
	padding: 10px 0 0 0;
	font-size: 10px;
}

#f-copyrights h2 {
	display: none;
}

#f-copyrights p {
	margin-left: 30px;
}

/* @end */

/* @group Footer Navigation */

#f-nav {
    width: 500px;
    float: left;
    text-align: left;
    padding: 30px 0 15px 0;
	border-bottom: 1px solid #bb7754;
}

#f-nav ul {
	margin: 0 10px 0 30px;
}

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

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

#f-nav h2 {
	display: none;
}


/* @end */

/* @end */

/* @group Debug */

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

#debug {
    display:none;
}

/* @end */

/* @end */

