html {

}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	/*text-align: justify;*/
}

.clear {
	clear: both;
}

a img {
	border: none;
}

a {
	text-align: left;
	color: #CF0059;
}
a:hover {
	text-decoration: none;
}

a.title {
	text-align: left;
	color: #CF0059;
	font-family: Arial;
	font-size: 18px;
}

a.title:hover {
	text-decoration: none;
}

span.title {
	text-align: left;
	color: #CF0059;
	font-family: Arial;
	font-size: 18px;
}

/* Header */
#header {
	width: 990px;
	height: 143px;
	background-image: url('images/header.gif');
}
#header .left {
	float: left;
}
#header .right {
	float: right;
}
#header .user-login {
	float: right;
	color: #7D7D7D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	padding-top: 56px;
	padding-right: 20px;
}
#header .login-form {
	float: right;
	margin-right: 20px;
	margin-top: 11px;
}
#header input {
	width: 183px;
	border: 1px solid black;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
}
#header input.button {
	width: 10px;
	background-color: #7B7B7B;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	height: 21px;
	width: 50px;
	vertical-align: top;
	padding: 0px;
	border: none;
}

#content {
	width: 990px;
}

/* Left side */
#left {
	float: left;
	width: 250px;
	border-top: 4px solid #cf0059;
}
#left .head {
	background-color: #7B7B7B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 2px 0 2px 10px;
}
#left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left li {
	border-bottom: 1px solid #e6e6e6;
	background: transparent url('images/members_list_left_l.jpg') no-repeat scroll 10px 5px;
	padding: 2px 0px 3px 25px;
}
#left li.current {
	border-bottom: 1px solid #e6e6e6;
	background: transparent url('images/members_list_left_l.jpg') no-repeat scroll 10px 5px;
	background-color: #E6E6E6;
	padding: 2px 0px 3px 25px;
}
#left li.current a {
	color: #CF0059;
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
}
#left a {
	text-decoration: none;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	color: #000;
}
#left a:hover {
	text-decoration: underline;
}

/* Page center */
#center {
	margin: auto;
	width: 490px;
}
#center .container {
	margin: 0px 2px 0px 2px;	
}
#center .menu {
	border-top: 4px solid #515151;
	background-color: #cf0059;
	height: 26px;
	text-align: center;
}
/*
#center .menu a {
	color: #fff;
	padding: 0px 40px 0px 40px;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 14px !important;
	position: relative;
	top: 4px;
}
*/
#center .menu a {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 14px !important;
}
#center .menu a:hover {
	text-decoration: none;
}
#center .menu a.active {
	padding: 5px 40px 6px 40px;
	background-color: #515151;
}

#center ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #cf0059;
	
}
#center li.menu {
	display: inline;
	padding: 5px 40px 5px 40px;
}
#center li.menu-active {
	display: inline;
	background-color: #515151;
	padding: 5px 40px 5px 40px;
}

/* Right side */
#right {
	float: right;
	width: 250px;
	border-top: 4px solid #cf0059;
}
#right .head {
	background-color: #7B7B7B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 2px 0 2px 10px;
}

#right .footer-right {
	background: url('images/fotterriht_top.jpg');
	height: 102px;
	width: 250px;
}

/* Footer */
#footer {
	width: 990px;
	height: 71px;
	background-image: url('images/footer.jpg');
}
#footer .footer-right {
	background: url('images/fotterriht_top.jpg');
	height: 102px;
	width: 251px;
	float: right;
	position: relative;
	top: -102px;
}

.solution {
	margin-left: 760px;
}

/* Actuality */
.actuality {
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 10px;
	/*padding-bottom: 40px;*/
}
.actuality .right {
}
.actuality img {
	float: left;
	margin-right: 5px;
}
.actuality a.title {
	color: #CF0059;
	font-family: Arial;
	font-size: 18px;
}
.actuality a.title:hover {
	text-decoration: none;
}
.actuality a {
	color: #CF0059;
}
.actuality a:hover {
	text-decoration: none;
}


.content-title {
	color: #7D7D7D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	padding-top: 15px;
}
.comments {
	margin-top: 50px;
	color: #7D7D7D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
}
.comment-item {
	border-top: 1px solid #CF0059;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comments-form-title {
	margin-top: 10px;
	background-color: #7B7B7B;
	border-top: 4px solid #CF0059;
	color: #fff;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 2px 0 2px 10px;
}
.comments textarea {
	height: 50px;
	width: 375px;
	border: 1px solid #BBBBBB;
	color: #000;
	font-size: 12px;
}
.comments input.input {
	width: 375px;
	border: 1px solid #BBBBBB;
	color: #000;
	font-size: 12px;
}
.comments input.button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: none;
	width: none;
}

textarea.comments {
	height: 50px;
	width: 375px;
	border: 1px solid #BBBBBB;
	font-size: 12px;
	color: #000;
}
input.input {
	width: 375px;
	border: 1px solid #BBBBBB;
	color: #000;
	font-size: 12px;
}
input.button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: none;
	width: none;
}

ul.banners {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li.banners {
	display: inline;
	padding-left: 5px;
}

/*
 * FANCY
 */
/* Pop-up windows style */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('scripts/img/fancy/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('scripts/img/fancy/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    /*padding: 18px 18px 33px 18px;*/
    padding: 18px 18px 0px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('scripts/img/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('scripts/img/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('scripts/img/fancy/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('scripts/img/fancy/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('scripts/img/fancy/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('scripts/img/fancy/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('scripts/img/fancy/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('scripts/img/fancy/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('scripts/img/fancy/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('scripts/img/fancy/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('scripts/img/fancy/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(scripts/img/fancy/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(scripts/img/fancy/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(scripts/img/fancy/fancy_title_right.png) repeat-x;
}
