/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../images/blackwhite.jpg) no-repeat right top;
	/*background:url(../images/body-tail.jpg) repeat center top;*/
	font-family:Tahoma, Arial, helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#6b6b6b;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}

span.only {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #F21409),
		color-stop(0.75, #FF6430)
	);
	background-image: -o-linear-gradient(right, #F21409 0%, #FF6430 75%);
	background-image: -moz-linear-gradient(right, #F21409 0%, #FF6430 75%);
	background-image: -webkit-linear-gradient(right, #F21409 0%, #FF6430 75%);
	background-image: -ms-linear-gradient(right, #F21409 0%, #FF6430 75%);
	background-image: linear-gradient(to right, #F21409 0%, #FF6430 75%);
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	font-family: Cuprum;
	text-transform: uppercase;
}

table#table-green thead td{
	-moz-box-shadow:    0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	box-shadow:         0 3px rgba(0,0,0,0.1), inset 0 -4px rgba(0,0,0,0.1);
	background: #58a100; /* old browsers */
	background: -moz-linear-gradient(top, #84C63C 0%, #489615 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84C63C), color-stop(100%,#489615)); /* webkit */
	background: linear-gradient(top, #84C63C 0%, #489615 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84C63C', endColorstr='#489615',GradientType=0 ); /* ie */
	-moz-transition:   box-shadow 0.2s ease-in-out;
	-webit-transition: box-shadow 0.2s ease-in-out;
	transition:        box-shadow 0.2s ease-in-out;
	padding: 0px;
	margin: 0px;
}
table#table-green thead tr td p{
	font-family: "Open Sans Condensed";
	font-size: 18px !important;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px #346012;
	margin: 10px;
}
table#table-green td{
	padding: 5px;
	border-bottom: 1px solid grey;
}
table#table-green tr td.subject p{
	font-family: "Open Sans Condensed";
	font-size: 20px !important;
	text-transform:uppercase;

}

/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:980px;
	font-size:.75em;
	padding-top:110px;
}

	/* Header */
	header {
		height:100px;
		width: 980px;
		position:relative;
		background:url(../images/line-hor.png) repeat-x left top;
	}
	div#organizer {
		position: absolute;
		float: right;
		top: 35px;
		right: 0px;
	}
	
	/* Content */
	section#content {
		height:580px;
		position:relative;
	}
	div#colorbox-content {
		padding: 15px;
		font-size: 13px;
		background:url(../images/Opera-Background-Light-Blue.jpg) no-repeat 100% 50% fixed;
	}
	div#colorbox-content p {
		font-size: 13px;
	}
	
	/* Footer */
	footer {
		height:100px;
		width: 980px;
		position: relative;
		background:url(../images/line-hor.png) repeat-x left top;
		font-size:.917em;
		line-height:1.2em;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*---- tailings ----*/
#splash {
	background:url(../images/blackwhite.jpg) no-repeat right top;
	min-height:100%;
	height:auto!important;
	height:100%;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Tahoma, Arial, helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#6b6b6b;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

ul.list {margin-bottom: 10px;}
.list li {
	padding:0 0 7px 18px;
	background:url(../images/marker1.gif) no-repeat left 5px;
	/*height:1%;*/
	font-size: 13px;
} 
.list li a:hover {
	color:#0a95c9;
}

ul.list-2 {margin-bottom: 0px; margin-top:-10px;}
.list-2 li {
	padding:0 0 7px 18px;
	background:url(../images/marker1.gif) no-repeat left 5px;
	/*height:1%;*/
	font-size: 13px;
} 
.list-2 li a:hover {
	color:#0a95c9;
}

#testimonials {
	padding-bottom:20px;
}	
	#testimonials li {
		float:left;
		width:240px;
		margin-left:40px;
	}
	#testimonials li:first-child {
		margin:0;
	}
		#testimonials li cite {
			font-style:normal;
			line-height:1.417em;
			display:block;
			padding-bottom:15px;
		}
		#testimonials li h5 {
			text-align:right;
			text-transform:none;
		}
		
#services li {
	width:100%;
	clear:both;
	padding-top:40px;
}
#services li:first-child {
	padding:0;
}
	#services li img {
		float:left;
		margin-right:20px;
	}

#partners {
	margin-top:-35px;
	padding-bottom:25px;
}
	#partners li {
		width:227px;
		float:left;
		line-height:1.417em;
		margin-right:52px;
		padding-top:35px;
	}	
	#partners li.alt {
		margin:0;
	}
		#partners li img {
			margin-right:20px;
			float:left;
		}
		#partners li h5 {
			margin:0;
		}
		

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.417em;
}
.p0 {
	margin:0;
	padding:0;
}
	
address {
	font-style:normal;
	line-height:1.417em;
}
	address span {
		float:right;
		padding-right:134px;
	}


/*----- txt, links, lines, titles -----*/
a {
	color:#6b6b6b; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		position:absolute;
		left:0px;
		top:30px;
		background:url(../images/logo1.png) no-repeat left top;
		width:453px;
		height:60px;		
	}
h2 {
	/*text-shadow: 1px 1px 1px #346012;*/
	font-size:30px;
	font-family: "Cuprum";
	line-height:1.2em;
	font-weight: normal;
	color:#61BF1A; /*#414040;*/
	text-transform:uppercase;
	border-bottom:1px solid #afafaf;
	padding-bottom:15px;
	margin-bottom:20px;
}
h3 {
	font-size:20px;
	font-family: "Open Sans Condensed";
	line-height:1.2em;
	color:#414040;
	/*text-transform:uppercase;*/
	border-bottom:1px solid #afafaf;
	padding-bottom:17px;
	margin-bottom:30px;	
}

h4 {
	font-size:17px;
	font-family: "Open Sans Condensed";
	line-height:1.5em;
	color:#414040;
	/*text-transform:uppercase;*/
	padding-bottom:17px;
}

h5 {
	color:#4c4c4c;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.5em;
	margin-bottom:7px;	
}

.link {
	color:#00aeef;
	text-decoration:none;
	text-transform:uppercase;
	font-size:24px;
	line-height:1.2em;
}
.link:hover {
	color:#000;
}


.hr { 
	background:url(../images/line-hor1.gif) repeat-x left top;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:25px 0;
	display:block;
}


.errortext, .notetext, .infotext {
	border-radius:5px;
	border:1px solid;
	display:table;
	margin:16px 0;
	font-size:15px;
	line-height:18px;
	padding:15px 30px 15px 18px;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7);
	-webkit-box-shadow:inset 0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fff;
	clear: both;
}

.errortext p, .notetext p, .infotext p {
	margin: 0px;
}

.errortext {
	background:#e5d6dc;
	background:-webkit-linear-gradient(top, rgba(241,195,206,.3), rgba(232,162,178,.3), rgba(223,126,148,.3));
	background:-moz-linear-gradient(top, rgba(241,195,206,.3), rgba(232,162,178,.3), rgba(223,126,148,.3));
	background:-ms-linear-gradient(top, rgba(241,195,206,.3), rgba(232,162,178,.3), rgba(223,126,148,.3));
	background:-o-linear-gradient(top, rgba(241,195,206,.3), rgba(232,162,178,.3), rgba(223,126,148,.3));
	background:linear-gradient(top, rgba(241,195,206,.3), rgba(232,162,178,.3), rgba(223,126,148,.3));
	border-color:#dcbec7 #caabb2 #ba9a9f #cbacb3;
	color:#822f3b;
}

.notetext {
	background:#dbe7c4;
	background:-webkit-linear-gradient(top, rgba(219,231,128,.3), rgba(197,216,93,.3), rgba(177,203,59,.3));
	background:-moz-linear-gradient(top, rgba(219,231,128,.3), rgba(197,216,93,.3), rgba(177,203,59,.3));
	background:-ms-linear-gradient(top, rgba(219,231,128,.3), rgba(197,216,93,.3), rgba(177,203,59,.3));
	background:-o-linear-gradient(top, rgba(219,231,128,.3), rgba(197,216,93,.3), rgba(177,203,59,.3));
	background:linear-gradient(top, rgba(219,231,128,.3), rgba(197,216,93,.3), rgba(177,203,59,.3));
	border-color:#bfd3a3 #b5c990 #acc17f #b5c990;
	color: #006400; /*#32520f;*/
}

.notetext h5 {color: #006400;}

.infotext {
	background:#e6e5be;
	background:-webkit-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:-moz-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:-ms-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:-o-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	border-color:#d3c6a3 #cabc90 #c1b37f #c9bc8f;
	color:#716536;
}

.infotext a, .infotext a.color-3 {
	color:#765632;
	text-decoration: none;
	border-bottom: 1px dotted #765632;
	padding-bottom: -3px;
}

.infotext a:hover, .infotext a.color-3:hover {
	color:#988849;
	border-bottom: 1px dotted #988849;
}

.infotext hr {
	border: none; /* Убираем границу для браузера Firefox */
	color: #c9bc8f; /* Цвет линии для остальных браузеров */
	background-color: #c9bc8f; /* Цвет линии для браузера Firefox и Opera */
	height: 1px; /* Толщина линии */
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	margin-top: 15px;
	margin-bottom: -5px;
}


/*==================boxes====================*/
#cont-box {
	position:absolute;
	right:57px;
	top:0;
	background-color:#cfcfcf;
	width:636px;
	height:519px;
}
	#cont-box .inner {
		padding:19px 0 0 49px;
	}
	#cont-box .inner.extra {
		padding-top:39px;
		padding-right:30px;
	}


/*===== content =====*/
#content .bot-indent {
	padding-bottom:25px;
}
#content nav {
	width:221px;
	position:absolute;
	top:47px;
	left:47px;
}
	#content nav ul li {
		padding-bottom:1px;
	}
		#content nav ul li a {
			background-image:url(../images/marker.png);
			background-repeat:no-repeat;
			background-position: 21px 22px;
			background-color: #262626;
			text-decoration:none;
			display:block;
			padding:10px 0 0 45px;
			height:58px;
		}
		#content nav ul li a:hover,
		#content nav ul li.current a {
			background-color:#1b2132;
		}
			#content nav ul li a strong {
				color:#00aeef;
				display:block;
				text-transform:uppercase;
				font-size:30px;
				line-height:1.2em;
				margin-bottom:-6px;
			}
			#content nav ul li a span {
				color:#a6a6a6;
				font-family:Arial, Helvetica, sans-serif;
			}

/*===== footer =====*/
footer .inside {
	padding:24px 15px 0 15px;
}
footer,
footer a {
	color:#d3d3d3;
}
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/

#contacts-form {
	width:100%;
	height:100px;
}
	#contacts-form .rowElem { 
		height:26px;
	}
	#contacts-form label {
		line-height:20px;
		float:left;
		width:43px;
	}
	#contacts-form .col-2 label {
		width:58px;
	}
	#contacts-form input,
	#contacts-form textarea {
		background:#d9d9d9;
		border:1px solid #afafaf; 
		padding:2px 3px;
		float:left;
		width:200px; 
	}
	#contacts-form input {
		vertical-align:top;	
		line-height:1.2em;
	}
	#contacts-form textarea { 
		height:41px; 
		overflow:auto;
	}
	#contacts-form .txt-area {
		padding-bottom:18px;
		width:100%;
	}

/*==========================================*/
    
/* menu */ 
ul.sdt_menu{
	margin:0;
	padding:0 118px 0 0;
	list-style: none;
	position:relative;
	top:47px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:right;
	width:250px;
	height:68px;
	position:relative;
	cursor:pointer;
	margin-right:1px;
	margin-bottom: 110px;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0;
	left:0;
	width:250px;
	height:68px;
	z-index:12;
	background:#262626;
}
ul.sdt_menu li.style1 {
	margin:0 359px 0 0;
} 
ul.sdt_menu li.style2 {
	margin-top:0;
}
ul.sdt_menu li.style3 {
	margin:0 115px 0 0;
}
ul.sdt_menu li.style4 {
	top:0;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:0;
	left:0px;
	width:250px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#1b2132;
	top:69px;
	width:250px;
	height:0px;
	left:0px;
	z-index:14;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a {
	margin-left:21px;
	padding-left:24px;
}
ul.sdt_menu li span span.sdt_link{
	color: #61BF1A; /*#00aeef;*/
	font-family: "Cuprum";
	font-size:25px;
	line-height:1.2em;
	float:left;
	clear:both;
	text-transform:uppercase;
	background:url(../images/marker.png) no-repeat left 22px;
	padding-top:10px;
	text-shadow: 0.05em 0.05em #1b2132;
}
ul.sdt_menu li span span.sdt_descr{
	color:#a6a6a6;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	width:170px; /*For dumbass IE7*/
	margin-top:-2px;
}

ul.sdt_menu li span span.sdt_descr span.price{
	background-color: #a6a6a6;
	border-radius: 3px;
	color: #1b2132;
	padding: 2px 25px 2px 4px;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	float: right;
	right: 15px;
	bottom: 5px;
	z-index: -10;
}

ul.sdt_menu li span span.sdt_descr span.price:after{
	content: 'грн.'; /* \20B4 */
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	margin-left: 2px;
	
}

ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:250px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

/*--- scroll-pane ---*/
.scroll-pane {
	width:557px;
	height:454px;
	overflow:auto;
	padding-top:20px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding:0 13px 0 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#fff;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.gif) no-repeat center top;
	height:46px;
	margin:29px 0 0 0;
	padding-bottom:54px;
}