/* @group General */

/* @group Droppy */

/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { background-color: #30A8C3; height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
#nav li.hover a { background-color: #5E5A5A; }
#nav ul { top: 25px; }
#nav ul li a { background-color: #5E5A5A; }
#nav ul a.hover { background-color: #30A8C3; }
#nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */



/* @end */

*{padding: 0; margin: 0;}

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

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

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

a:hover {
	color: #bc9d5f;
}

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: #227698;
    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: 10px 0px 20px 20px;
	padding: 0px;
	height: 1px;
	background: #555 url(../gfx/hr-bg.gif) repeat-x 0 top;
	clear: both;
}

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 */

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

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

.form 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;
}

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

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

/* @end */

/* @end */

/* @group Layout */

#container {
	background: url(../gfx/body-bg.jpg) 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: 970px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#h-logo {
    padding: 15px 0 15px 0px;
    width: 287px;
	z-index: 1;
}

#h-offer {
	width: 970px;
	border-bottom: 7px solid #aaa;
	padding-bottom: 3px;
}

#h-offer ul {
	position: relative;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}

#h-offer li {
	display: block;
	overflow: hidden;
	padding: 0;
	float: left;
	width: 200px;
	height: 270px;
	list-style-type: none;
}

#offer1 {
	background: #87d2d8;
}
#offer2 {
	background: #3694b6;
}
#offer3 {
	background: #94cce3;
}
#offer4 {
	background: #fff;
	float: left;
}

#h-decor {
	width: 683px;
	height: 80px;
	background: url(../gfx/h-decor.jpg) no-repeat;
	position: absolute;
	top: 31px;
	right: 0;
	z-index: 2;
}

#h-o-decor-left {
	/*width: 683px;
	height: 80px;
	background: url(../gfx/h-decor.jpg) no-repeat;
	position: absolute;
	top: 31px;
	left: 0;*/	
}

#h-nav {
	position: absolute;
	top: 0;
	right: 0;
}

#h-nav li {
	list-style-type: none;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
}

#h-nav li a {
	color: #fff;
	font-weight: normal;
	padding: 3px 13px 3px 13px;
}

#h-nav li a:hover {
	color: #2d414a;
	background-color: #d4e8ef;
}

#h-nav li ul {
	display: none;
}

#h-nav .promo a {
	color: #2fdbff;
	text-transform: uppercase; 
}

/* @end */

/* @group Main */

/* @group Article */

#article {
	padding-top: 10px;
	margin-top: 3px;
}

#article p {
	padding-top: 10px;
	color: #666;
	line-height: 18px;
}

#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6 {
	color: #666;
}

#article h3 {
    font-size: 16px;
    padding-top: 10px;
}

#article table {
	margin: 10px 20px 10px 0;
	border-collapse: collapse;
	color: #666;
}

#article table td, #article table th {
	border-bottom: 1px solid #666;
	padding: 0.5em 1.5em 0.5em 1.5em;
}

#article table td+td, 
#article table th+th, 
#article table th+td,
#article table td+th {
    border-left: 1px solid #666;
}

#article blockquote {
    font-style: italic;
    margin: 20px 20px 20px 40px;
}

#article ul {
    margin: 10px 10px 10px 20px;
	color: #666;
} 

#article ol {
    margin: 10px 10px 10px 20px;
	color: #666;
}

#article ol li {
	margin: 0 0 10px 0;
}

#article ol li ol li {
    margin: 0 0 10px 0;
    list-style-type: lower-alpha;
}

#article ul li {
    margin: 0;
}

#article img {
    border: 0;
}

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

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

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

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

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

#article .date {
	margin: 10px 20px 15px 0px;	
}

#article .date, #article .date a {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

#a-gallery img {
	margin: 10px 40px 30px 0px;
	float: left;
}	

#feeds {
	text-align: right;
}

/* @end */

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

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

#m-news {
	width: 335px;
	float: left;
	padding-bottom: 30px;
}

#m-promo {
    width: 335px;
    float: left;
    padding-bottom: 30px;
}

#m-about {
	width: 300px;
	float: right;
	/*background: url(../gfx/m-about-decor.jpg) no-repeat right 60px;*/
}

#m-promo p {
    padding: 15px 20px 0 15px;
    color: #666;
    line-height: 18px; 
}

#m-about p {
	padding: 15px 20px 0 15px;
	color: #666;
	line-height: 18px;
}

#m-news h2, #m-about h2, #m-promo h2 {
	padding: 10px;
	border-bottom: 1px solid #6dabba;
}

#m-news .item img {
	border: 1px solid #adadad;
	float: left;
	margin-right: 15px;
}

#m-news .item h3 {
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}

#m-news .item h3 a {
	color: #666;
}

#m-news .item {
	padding: 15px;
	clear: both;
	padding-right: 30px;
    color: #666;
    line-height: 18px;
}

#m-news .more, #m-about .more {
	padding-top: 10px;
	text-align: right;
}

#m-left {
	clear: both;
	width: 200px;
	min-height: 300px;
	background-color: #dbdbdb;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

#m-left h2 {
	color: #666;
	padding-bottom: 10px;
	margin: 10px 15px 10px 15px;
	background: url(../gfx/hr-menu.gif) no-repeat left bottom;
}

#m-left ul {
	margin: 0 15px 15px 15px;
	padding-bottom: 15px;
	background: url(../gfx/hr-menu.gif) no-repeat left bottom;
}

#m-left ul ul {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#m-left ul li {
	list-style-type: none;
	line-height: 25px;
}

#m-left ul li a {
    color: #338bbb;
    background: url(../gfx/bullet.gif) no-repeat left center;
    padding-left: 15px;
}

#m-left ul li a:hover {
	color: #505e6d;
	text-decoration: underline;
}

#m-center {
	width: 750px;
	float: right;
	margin-bottom: 20px;
}


/* @end */

/* @group Bottom */

#bottom-ct {
	width: 100%;
	clear: both;
	text-align: center;
    background: #505d6d;
}

#bottom {
    width: 970px;
    margin: 0px auto;
    color: #8a9aaa;
    text-align: left;
    padding-bottom: 10px;
}

#bottom a {
	font-weight: normal;
	color: #d2e0ed;
}

#b-newsletter {
	float: left;
	width: 260px;
}

#b-newsletter p {
	padding: 10px 10px 0 10px;
	color: #fff;
}

#b-newsletter #email {
	padding: 4px 3px 3px 3px;
	background: url(../gfx/input-bg.jpg) repeat-x left top;
	outline: 0;
	border: 1px solid #fff;
	width: 160px;
}

#b-newsletter #submit {
	padding: 4px 10px 3px 10px;
	background: url(../gfx/submit-bg.jpg) repeat-x left top;
	outline: 0;
	border: 1px solid #fff;
	color: #fff;
}

#b-newsletter form {
	text-align: left;
	padding: 0;
	margin: 0;
}

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

#b-newsletter form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#b-gallery {
	float: left;
	width: 290px;	
	margin-left: 50px;
	padding-bottom: 30px;
}

#b-promo {
	float: right;
	width: 310px;	
}

#b-promo ul {
    padding: 10px 10px 10px 20px;
}

#b-promo ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url(../gfx/diamond.jpg) no-repeat left 7px;
}

#b-promo p {
	color: #fff;
	margin-bottom: 10px;
}

#bottom h2 {
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #6d7d8c;
}

#bottom a {
	color: #fff;
}

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

#b-gallery a img {
	margin: 15px 0 0 15px;
	border: 1px solid #aaa;
	float: left;
}

/* @end */

/* @group Footer */

#footer-ct {
	width: 100%;
	font-size: 11px;
	clear: both;
	height: 45px;
	text-align: center;
    background: #313e4e;
}

#footer {
    width: 970px;
    margin: 0px auto;
    color: #8a9aaa;
    padding: 10px 0 0 0;
}

#footer a {
	font-weight: normal;
	color: #d2e0ed;
}

/* @group Footer Copyrights */

#f-copyrights {
	text-align: left;
	width: 40%;
	float: left;
}

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

#f-contact {
	text-align: right;
	width: 50%;
	float: right;
}

#f-copyrights p, #f-contact p {
	padding: 0 25px 0 25px;
}

/* @end */

#f-nav {
	width: 60%;
	float: right;
}

#f-nav li {
	display: inline;
}

#f-nav li a:hover {
	text-decoration: underline;
}

/* @end */



/* @group Debug */

#debug {
    display:none;
}

/* @end */

/* @end */