@charset "utf-8";

@font-face {
	font-family: "Century Gothic";
	src: url("gothic-webfont.eot");
	src: local("☺"),
	url("gothic-webfont.woff") format("woff")
}

body { margin:0; padding:0; width:100%; background:#78d2c6 url(images/home.jpg) top center repeat-x; }
html { padding:0; margin:0;}

a { text-decoration:none;}
a:hover { text-decoration:underline;}
/* main */
.main { padding:0; margin:0 auto;}
/********** header **********/
.blok_header { margin:0; padding:0; background: url(images/header_bg.gif) top repeat-x;}
.header {
	width:1080px;
	margin:0 auto;
	padding:0;
}
.header .click {
	width:180px;
	float:right;
	padding:0px 0;
	margin:0;
}
.header .click p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#A1DA00;
	padding:15px 0 0 0;
	margin:0;
	line-height:14px;
}
.header .click a {
	color:#24A3CC;
	text-decoration:none;
} 
/* logo */
.logo {
	padding:0;
	margin:0;
	width:auto;
	float:left;
}
/* menu */	
#nav { list-style-type: none; padding: 0; margin: 0; text-align: center; z-index: 100; font-family: 'Century Gothic', arial; font-size: 14px; position: absolute; top: 25px; left: 0; right: 0; white-space: nowrap; }
#nav ul { list-style-type: none; padding: 0; margin: 0; }

#nav > li { 
	position: relative;
	display: inline-block; 
	 *display: inline; 
	 *vertical-align: middle;

	 margin-right: 5px;
	 border: 2px solid #f6f6f6;
	 border-radius: 5px;
	 opacity: 0.95;
}
#nav > li:last-child { 
	margin-right: 0;
}

#nav > li:hover {
}

#nav > li:hover:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	margin-left: -26px;
	left: 50%;
	bottom: -14px;
	z-index: 10;

	background: url(images/arrow.png);
	/*
	-webkit-transform: rotate(45deg);  /* Chrome, Safari 3.1+ 
	 -moz-transform: rotate(45deg);  /* Firefox 3.5-15 
	  -ms-transform: rotate(45deg);  /* IE 9 
	   -o-transform: rotate(45deg);  /* Opera 10.50-12.00 
		  transform: rotate(45deg);  /* Firefox 16+, IE 10+, Opera 12.10+ 
		  */
}

#nav > li > a { 
	position: relative;
	display: block; 
	padding: 15px 8px;
	font-size: 13px;
	font-weight: bold;
	color: #5d5d5d;
	z-index: 11;

	background-color: #f0f0f0;

	 background-image: -webkit-gradient(
		 linear,
		 left top,
		 left bottom,
		 color-stop(0, #fefefe),
		 color-stop(1, #f0f0f0)
	 );
	 background-image: -o-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
	 background-image: -moz-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
	 background-image: -webkit-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
	 background-image: -ms-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
	 background-image: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 100%);


}

#nav > li:hover > a {
	color: #fefefe;
	text-decoration: none;

	background-color: #7DD3C6;

	 background-image: -webkit-gradient(

		 linear,
		 left top,
		 left bottom,
		 color-stop(0, #D5F0E9),
		 color-stop(1, #50C5D8)
	 );
	 background-image: -o-linear-gradient(bottom, #D5F0E9 0%, #50C5D8 100%);
	 background-image: -moz-linear-gradient(bottom, #D5F0E9 0%, #50C5D8 100%);
	 background-image: -webkit-linear-gradient(bottom, #D5F0E9 0%, #50C5D8 100%);
	 background-image: -ms-linear-gradient(bottom, #D5F0E9 0%, #50C5D8 100%);
	 background-image: linear-gradient(to bottom, #D5F0E9 0%, #50C5D8 100%);
}

#nav .tier2 { 
	display: none; 
	position: absolute;
	left: 0;
	z-index: 10;
	padding-top: 15px;
}
#nav .tier3 { display: none; }

#nav .tier2 li { padding: 8px 0; border-bottom: 1px dashed #dcdcdc; }
#nav .tier2 li:last-child { border-bottom: 1px dashed transparent; }

#nav .tier2 a { 
	color: #4d4d4d;
}
#nav .tier2 > ul {
	background-color: #fefefe;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	list-style-type: none;
	padding: 10px;
	text-align: left;
	border-bottom: 5px solid #50C5D8;
}
#nav li:hover .tier2 { 
}

#nav .tier2 > ul > li { position: relative;  }

#nav .tier2 > ul > li > a {
	display: block;
	padding-right: 1.5em;
}

#nav .tier2 > ul > li.has_submenu:after  {
	content: '>';
	color: #50C5D8;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
}

#nav .tier2 li:hover .tier3 {
	display: inline-block;
	position: absolute;
	left: 100%;
	margin-left: 5px;
	top: -10px;
	background-color: #fefefe;
	border-radius: 5px; border: 1px solid #dcdcdc;
	padding: 10px;
}



/* search */
.search {
	padding:0;
	margin:0;
	width:260px;
	float:right;
	height: 40px;
}
.search form {
	display:block;
	float:left;
	padding:0;
}
.search span {
	display:block;
	float:left;
	background: url(images/search_bg.gif) left top no-repeat;
	width:206px;
	padding:0 5px;
	height:29px;
}
.search form .keywords { line-height:15px; height:15px; float:left; width:206px; background:none; border:0; padding:7px 5px; margin:0; font:normal 12px Arial, Helvetica, sans-serif; color:#101010;}
.search form .button {
	float:left;
	margin:0;
	padding:0;
}
/*header_text*/
.header_text_bg {
	background: #fff;
	border:1px solid #24A3cc;
	margin:0 auto;
	width:1080px;
	padding:0;
	position: relative;
	padding-top: 10px;
}
.header_text {
	margin:0;
	padding:3px 0;
}
.header_text_resize {
	padding:2px 0px;
	width:1080px;
	margin:0;
}
/* Ca3er style */
.cu3er_resize {
	width:960px;
	margin:0 auto;
	padding:10px 0 34px 0;
	background: url(images/slider_bg_bottom.gif) no-repeat bottom;
}
#cu3er-container { width:960px; outline:0; }
/********** body **********/
.body_resize { margin:0; padding:0;}
.body {
	width:980px;
	margin:0 auto;
}
.body h2 { font: normal 18px Arial, Helvetica, sans-serif; color:#444; margin:0;  padding:10px 5px;}
.body h3 { font: normal 30px Arial, Helvetica, sans-serif; color:#444; margin:0;  padding:15px 5px;}
.body h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#b3b3b3;}
.body img {
	padding:0;
}
.body img.floated { float:left; padding:0; margin:10px 15px 10px 0;}
.body ul { list-style:none; margin:10px auto; padding:20px 0;}
.body li { padding:3px 5px; margin:0; font: normal 12px Arial, Helvetica, sans-serif; color:#7d7d7d;}
.body li a { font: normal 12px Arial, Helvetica, sans-serif; color:#7d7d7d; text-decoration:none;}
.body li a:hover { color:#c52100;}
.body p { font:normal 12px Arial, Helvetica, sans-serif; color:#444; line-height:1.8em; padding:5px 5px; margin:0;}
.body p span { font: normal 11px Arial, Helvetica, sans-serif; color:#b3b3b3;}
.body a { text-decoration:none; color:#279fa7; line-height:18px; font: normal 12px Arial, Helvetica, sans-serif;}
.right {
	width:300px;
	float:right;
	padding:5px 10px;
	margin:0;
}
.left { width:560px; float:left; padding:5px 0; margin:0;}
.block { width:255px; float:left; margin:10px; padding:0;}
.port_resize {
	width:300px;
	float:left;
	margin:10px 12px 5px 12px;
	padding:0;
	border:1px solid #dfdfdf;
}
.port_resize img { margin:10px 5px;}
.port_resize h2 {
	padding:15px;
	margin:0;
}
.port_resize p {
	padding:5px 15px;
	margin:0;
}
/* Navigation */	
ul.Navigation  { padding:20px 0; margin:0; list-style:none; border:0;}
ul.Navigation li { margin:0; padding:0 10px; border:0; line-height:0px;}
ul.Navigation li a { display:block; padding:5px 0 2px 20px; margin:0; border-bottom:1px solid #dedede; background: url(images/ul_li.gif) left no-repeat; color:#979797; font:normal 16px; font-family:"Century Gothic"; text-decoration:none; line-height:1.6em;}
ul.Navigation li a:hover { background:#f8f8f8 url(images/ul_li_hover.gif) left no-repeat;  border-bottom:1px solid #dedede; color:#279fa7; text-decoration:none;}
ul.Navigation li a.active { background:#f8f8f8 url(images/ul_li_hover.gif) left no-repeat;  border-bottom:1px solid #dedede; color:#279fa7; text-decoration:none;}
/*FBG*/
.FBG_resize {
	margin:0 auto;
	padding:10px 10px;
	border-top:1px solid #f0f5ef;
}
.FBG_resize p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#444;
	padding:5px;
	margin:0px 0px opx 10px;
	line-height:1.8em;
}
.FBG_resize ul { list-style:none; margin:10px auto; padding:0;}
.FBG_resize li { padding:1px 0 1px 15px; margin:0; background:url(images/fbg_ul_li.gif) left no-repeat;}
.FBG_resize li a { font: normal 11px Arial, Helvetica, sans-serif; color:#444; text-decoration:none;}
.FBG_resize li a:hover { color:#279fa7;}
.FBG_resize h2 {
	font: 16px, "Century Gothic";
	color: #24A3CC;
	padding:10px;
	margin:0;
	border-bottom:1px dashed  #24A3CC; width:80%;
	font-weight:normal;
}
.FBG_resize .left {
	width:325px;
	float:left;
	margin:10px 5px 10px 10px;
	padding:10px 5px;
	height: 220px;
	background-image: url(images/bx.jpg);
}
/* END_bloga*/
/*************footer**********/
.footer {padding:0;  margin:0;}
.footer_resize {
	width:1080px;
	margin:0 auto;
	padding:20px 10px;
}
.footer p { font:normal 12px  Arial, Helvetica, sans-serif; color:#fff;}
.footer a { font:bold 12px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; padding:5px; margin:0;}
.footer p.right { text-align:right; width:350px; margin:0; padding:15px 0 0 0; float:right;} 
.footer p.leftt {
	text-align:left;
	width:550px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
	line-height: 20px;
} 
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:normal 12px Arial, Helvetica, sans-serif; color:#222; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:480px; border:1px solid #e8e8e8; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8;}
#contactform textarea { width:480px; border:1px solid #e8e8e8; margin:10px 0; padding:2px; background:#f8f8f8; height:150px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 370px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:0; margin:15px 0; background:none; list-style:none;}

.search_box { 
	background: white url(images/search_ico.png) no-repeat;
	color: #4d4d4d;
	display: inline;
	text-indent: 20px;
	margin-top: 1em;
	border: 1px solid #24A3CC;
}
