@font-face {
  font-family: 'ArialNarrow';
  src: url('ArialNarrow.eot');
  src: url('ArialNarrow.eot?#iefix') format('embedded-opentype'),
       url('ArialNarrow.woff2') format('woff2'),
       url('ArialNarrow.woff') format('woff'),
       url('ArialNarrow.ttf') format('truetype'),
       url('ArialNarrow.svg#ArialNarrow') format('svg');
  font-weight: normal;
  font-style: normal;
} 

body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/img01.png) repeat;
	font-family:  "ArialNarrow", "Arial", sans-serif;
	font-stretch: condensed;
	font-size: 15px;
	color: #4f4f4f;
}



   #content2 .tehinfo tr:nth-child(odd) td{
	background: #ebebeb;
}

   #content2 .tehinfo tr:nth-child(even) td{
	background: #f7f7f7;
  
}

   #content table { 

	font-size: 16px;
    color:#000;
    border: collapse;
	border-color: #ebebeb;
	
  
}

   #content table p { 

	font-size: 16px;
	line-height: 14px;
	padding: 0px 0px 10px 10px; 

}

   #content2 table.tehinfo p { 

	font-size: 16px;
	line-height: 12px;


 } 
   #content th { 
    color:#000;
    padding: 2px;
  border: collapse;
  
   }
   #content td { 
    color:#000;
    padding: 2px; 

  border: collapse;
  
    
}

   #content2 table { 
	font-size: 16px;
    color:#000;
    border: collapse;
	border-color: #ebebeb;
  
  
   }
   #content2 th { 
    color:#000;
    padding: 2px; 
    border: collapse;
  
   }
   #content2 td { 
    color:#000;
    padding: 2px; 
    border: collapse;

  
    
}
#content a img:hover  {opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);
}
#content2 a img:hover  {opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);
}

h1, h2{
	margin: 0;
	font-size: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
font-family:  "ArialNarrow", "Arial", sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	color: #222222;
}
h2{
	margin: 0;
	font-size: 26px;
	padding-bottom: 20px;
	padding-top: 5px;
	font-family:  "ArialNarrow", "Arial", sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	color: #747474;
}

p, ol{
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0;
	padding-top: 0;
	padding-left: 20px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #237bcd;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	border-radius:4px;
    border: 1px solid #a9a9a9;
}


img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}


/** WRAPPER */

#wrapper {
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 80px;
}

#header {
	width: 980px;
	height: 80px;
	margin: 0 auto;

}

/* Logo */

#logo {
	float: right;
	width: 220px;
	height: 80px;

	
}
#logo p {
	padding-top: 8px;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	color: #121212;
}
#logo a {
	text-decoration: none;
	color: #121212;
}

#logo h1 {
	padding: 0px 0px 0px 0px;
	line-height: 60px;
	font-size: 24px;
	letter-spacing: -0.02em
}



/* Menu */

#menu {
	float: left;
	width:740px;
	height: 80px;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu ul li {
	float: left;
	position:relative;
	z-index:0;
}

#menu ul li a {
	display: block;
	height: 80px;
	margin-left: 1px;
	padding: 0px 8px 0px 8px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: "ArialNarrow Bold", "ArialNarrow", "Arial", sans-serif;
	font-stretch: condensed;
	font-size: 17px;
	color: #000;
}

#menu>ul>li:hover>a,
#menu a:hover, #menu .current_page_item a {
	background: #2376c6;
	text-decoration: none;
	color: #fffefa;
}

/* sub menu */

#menu ul ul {
	width:250px;
	position:absolute;
	z-index:2;
	left:1px;
	top:80px;
	background:#000;
	display:none;
}

#menu ul li:hover>ul {
	display:block;
}

#menu ul ul li {
	float: none;
	border-bottom:1px solid #333;
}

#menu ul ul li:last-child{
	border-bottom:0;
}

#menu ul ul li a {
	display: block;
	height: auto;
	margin: 0;
	padding: 10px 12px;
	line-height: normal;
	text-align: left;
	text-transform: none;
	font-family: "ArialNarrow Bold", "ArialNarrow", "Arial", sans-serif;
	font-stretch: condensed;
	font-size: 15px;
	color: #fff;
}

/* Page */

#page-wrapper {
	overflow: hidden;
	background: #ffffff;
	min-height: 400px;
}

#page {
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding: 15px 0px;
	color: #4f4f4f;
}

/** CONTENT */

#content {
	float: left;
	width: 670px;
	padding: 0px 10px 0px 0px;


}

#content2 {
	float: left;
	width: 980px;
	padding: 0px 10px 0px 0px;
}


#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

#content p {
	padding: 0px 10px 20px 0px;
	line-height: 28px;
	font-size: 18px;
}

#content2 p {
	padding: 0px 10px 20px 0px;
	line-height: 28px;
	font-size: 18px;
}

#content2 h3 {
	margin: 20px 0 20px 0;
	line-height: 20px;
	font-size: 24px;
	color: #237bcd;
}

#content ul {

	line-height: 28px;
	font-size: 18px;
}

#content2 ul {

	line-height: 28px;
	font-size: 18px;
}

#content2 ol {
	margin-left: 20px;
	padding-bottom: 5px;
	line-height: 28px;
	font-size: 16px;
}

#footer-content p {
	padding: 0px 0px 10px 0px;
	line-height: 20px;
}

/** SIDEBAR */

#sidebar {
	margin: 0;
	float: right;
	width: 270px;
	padding: 0px 5px 5px 5px;
}

#sidebar h2 {

	color:#242424;
	font-size: 26px;
}

#sidebar p {

	line-height: 20px;
}


/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 30px 0px 15px 0px;
	font-family: 'Abel', sans-serif;
}

#footer p {
	margin: 0;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #121212;
}

#footer a {
	color: #121212;
}

/* Three Column Footer Content */

#footer-wrapper {
	background: #FFFFFF;
}

#footer-content {
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #4f4f4f;
}

#footer-content a {
}

#footer-content h2 {
	margin: 0px;

	letter-spacing: -1px;
	font-size: 26px;
	color: #7f7f7f;
}

#footer-content h2 span {
	color: #303030;
}


#footer-content #fbox1 {
	float: left;
	width: 385px;
	margin-right: 20px;
}

#footer-content #fbox2 {
	float: left;
	width: 385px;
}

#footer-content #fbox3 {
	float: right;
	width: 385px;
}


#banner-wrapper {
	overflow: hidden;
	height: 345px;
	padding: 20px 0px;
	background: url(../uploaded/fon.jpg);
	background-repeat: no-repeat;
    background-position:top center;
	
}


#banner-wrapper2 {
	overflow: hidden;
	height: 195px;
	padding: 10px 0px;
	background: url(../uploaded/fon2.jpg);
	background-repeat: no-repeat;
    background-position:top center;
	
}

#banner {
	overflow: hidden;
	width: 980px;
	height: 345px;
	margin: 0px auto;
	background: url(../uploaded/header.jpg) no-repeat;
}

#banner2 {
	overflow: hidden;
	width: 980px;
	height: 175px;
	margin: 0px auto;
	background: url(../uploaded/header2.jpg) no-repeat;
}

#banner h1{
	padding: 72px 0px 0px 140px;
	margin: 0;
	line-height: 0;
	color: #237bcd;
	font-size: 42px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px 1px;
	
}

#banner h2{
	padding: 25px 0px 0px 140px;
	line-height: 22px;
	color: #292929;
	font-size: 26px;
	text-shadow: #ffffff 2px 1px 1px;
}

#banner h3{
	line-height: 22px;
	color: #237bcd;
	font-size: 26px;
	text-shadow: #ffffff 2px 1px 1px;
}

#banner p {
	padding: 0;
	margin: 0;
	line-height: 0;

}

#banner2 h1{
	padding: 47px 0px 0px 20px;
	margin: 0;
	line-height: 0;
	color: #237bcd;
	font-size: 42px;
	font-weight: bold;
	text-shadow: #ffffff 1px 1px 1px;
	
}

#banner2 h2 {
	padding: 25 0 0 20;
	line-height: 22px;
	color: #292929;
	font-size: 26px;
	text-shadow: #ffffff 2px 1px 1px;
}

#banner2 p {
	padding: 0;
	margin: 0;
	line-height: 0;

}

.button-style {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #237bcd url(../images/img01.png) repeat;
	border-radius: 5px;
		letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

/* List Style */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px dashed #E6E7DC;
}

ul.style1 a {
	text-decoration: none;
	color: #6B6B6B;
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}


a img {outline : none;}
a {outline : none;}
img {border : 0;}







