@charset "utf-8";
body { margin:0; padding:0; width:100%; background:#fafafa;}
html { padding:0; margin:0;}

.main { margin:0 auto; padding:0;}
.resize { width:990px; padding:0; margin:0 auto;}
/********** header **********/
.header_resize {
	background: url(images/ehz_header.png) top repeat-x;
	margin:0;
	padding:0 0 20px;
}
.header {
	width: 990px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0 auto;
}
.header_blog { background: url(images/header_block_bg_10.jpg) top center no-repeat; padding:20px 0 0 0; margin:0; height:380px;}
.header_blog2 {
	background: url(images/header_bg.gif) top center repeat-x;
	padding: 15px 0 0 0;
	margin-top: 15px;
	height: 55px;
}
.header_blog2 h2 {
	width: 500px;
	float: left;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #FAFAFA;
	padding: 3px 0 0px 10px;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.header_blog2 p {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #BDBDBD;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 265px;
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.header_blog h2 { font: normal 18px Arial, Helvetica, sans-serif; color:#1d1d1d; padding:10px 0 0 0; margin:0;}
.header_blog p { font: normal 11px Arial, Helvetica, sans-serif; color:#fff; padding:0 0 30px 0; margin:0;}
/* logo */
.logo {
	padding:0;
	margin:0;
	width:217px;
	float:left;
	margin-left: 10px;
}

.right, .alignright {
	display: inline;
	float: right;
	width: 278px;
}

.socials {
	float:right;
	width: 200px;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
}
.socials ul {
	list-style: none;
	padding-left: 0px;
}
.socials ul li {
	display: inline;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-right: 1px dotted #b9b9b9;
	padding: 2px 10px 2px 0;
	margin: 0 10px 0 0;
}
.socials ul li.last { border:0; margin:0; }
.socials ul li a { float: left; color: #b9b9b9; height: 16px; padding: 0 0 0 20px; }
.socials ul li a.rss { background: url(images/soc-rss.gif) no-repeat 0 0; }
.socials ul li a.fb {
	background: url(images/soc-fb.gif) no-repeat 0 0;
}
.socials ul li a.twit { background: url(images/soc-twit.gif) no-repeat 0 0; }

.socialsdown {
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 0;
	position: relative;
	}
	
.socialsdown ul { list-style: none; }
.socialsdown ul li {
	display: inline;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-right: 1px dotted #b9b9b9;
	padding: 2px 10px 2px 0;
	margin: 0 10px 0 0;
}
.socialsdown ul li.last { border:0; margin:0; }
.socialsdown ul li a { float: left; color: #b9b9b9; height: 16px; padding: 0 0 0 20px; }
.socialsdown ul li a.rss { background: url(images/soc-rss.gif) no-repeat 0 0; }
.socialsdown ul li a.fb { background: url(images/login.gif) no-repeat 0 0; }
.socialsdown ul li a.twit { background: url(images/add.gif) no-repeat 0 0; }


/*menu*/
.menu {
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	width: 530px;
	float: left;
	margin-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#menu-bar {
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 0px 6px;
  height: 38px;
  line-height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9A9A9, endColorstr=#7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  border: solid 1px #6D6D6D;
}
#menu-bar li {
	margin: 0px 6px 0px 6px;
	padding: 0px 0px 6px 0px;
	float: left;
	position: relative;
	list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 13px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 8px 20px 8px 20px;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar .current a, #menu-bar li:hover > a {
  background: #0399D4;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#04ACEC, endColorstr=#0186BA);
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
	display: block;
}
* html #menu-bar {
  height: 1%;
}
/* body */
.body_resize  {
	padding:0;
	width:990px;
	margin:0 auto;
	padding-top: 20px;
}
.body { padding:20px 0; margin:0 auto; background:#FAFAFA; border-top:none; }
.body h2 { font:normal 20px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#171717; padding:10px 5px 20px 5px; margin:0;}
.body p {
	font:normal 14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#2E2E2E;
	line-height:1.8em;
	padding:3px 5px;
	margin:0;
	text-align: justify;
}
.body p span { color:#247ca4; font: normal 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; line-height:1.8em; padding:5px 0; margin:0;}
.body a {
	color:#FFF;
	text-decoration:none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.body ul li {
	font:normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#898989;
	line-height:normal;
	padding:3px 5px;
	margin:0;
}

.body ol li {
	font:normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color:#898989;
	line-height:normal;
	padding:3px 5px;
	margin:0;
}
.body img {
	margin: 5px auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 30px;
	padding-top: 30px;
}
.body img.floated { float:left; margin:10px 10px; padding:0;}
.full { margin:0; padding:10px;}
.rightt {
	width: 278px;
	margin: 0;
	padding: 10px;
	float: right;
}
.left {width:620px;margin:0; padding:10px; float:left;}
.blog_port { width:281px; margin:0 5px; padding:15px 10px; float:left; border:1px solid #ddd; background:#fefefe;}
.blog_port img { margin:0; padding:0 5px 10px 5px; float:none;}
.butons { width:50px; margin:10px auto; padding:0;}
/*.body_bottom */
.body_bottom { background:#f8f8f8; padding:0; margin:0; border-bottom:1px solid #e9e9e9;}
.body_bottom .block { width:300px; float:left; padding:15px 10px; margin:0;}
.body_bottom h2 { font: normal 20px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#171717; padding:15px 10px; margin:0;}
.body_bottom h2 span {
	font: normal 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #247ca4;
}
.body_bottom p { font: normal 13px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#2E2E2E; padding:10px 5px; margin:0; line-height:1.8em;}
.body_bottom img { float:left; margin:10px 10px 10px 0; padding:0;}
.body_bottom_resize { width:960px; padding:0; margin:0 auto;}
/*.body_bottom_2 */
.body_bottom_2 { background:#f8f8f8; padding:0; margin:0; border-bottom:1px solid #e9e9e9;}
.body_bottom_2 .block {
	width: 290px;
	float: left;
	padding: 15px 10px;
	margin: 0;
}
.body_bottom_2 h2 { font: normal 20px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#171717; padding:15px 10px; margin:0;}
.body_bottom_2 h2 span { font: italic 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#247ca4;}
.body_bottom_2 p {
	font: normal 14px 'Cambria', sans-serif;
	color: #2E2E2E;
	padding: 10px 5px;
	margin: 0;
	line-height: 1.3em;
}
.body_bottom_2 img { float:left; margin:10px 10px 10px 0; padding:0;}
.body_bottom_2_resize { width:620px; padding:0; margin:0 auto;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px; }
#contactform * { color:#F00; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:100px; display:block; padding:10px 0; color:#898989; font: normal 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left; }
#contactform label span { color:#F00; }
#contactform input.text { width:450px; border:1px solid #e1e1e1; margin:2px 0; padding:5px 2px; height:16px; background:#fff; float:right; }
#contactform textarea { width:450px; border:1px solid #e1e1e1; margin:2px 0; padding:2px; background:#fff; float:right; }
#contactform li.buttons input { padding:3px 0 3px 480px; margin:10px 0 0 0; border:0; color:#FFF; float:left; }
/********** customer form **********/
#customerform { margin:0; padding:5px 10px; }
#customerform * { color:#F00; }
#customerform ol { margin:0; padding:0; list-style:none; }
#customerform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#customerform li.buttons { margin:5px 0 5px 0; clear:both; }
#customerform label { margin:0; width:100px; display:block; padding:10px 0; color:#898989; font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; text-transform:capitalize; float:left; }
#customerform label span { color:#F00; }
#customerform input.text { width:450px; border:1px solid #e1e1e1; margin:2px 0; padding:5px 2px; height:16px; background:#fff; float:right; }
#customerform textarea { width:450px; border:1px solid #e1e1e1; margin:2px 0; padding:2px; background:#fff; float:right; }
#customerform li.buttons input { padding:3px 0 3px 480px; margin:10px 0 0 0; border:0; color:#FFF; float:left; }


/*************footer**********/
.footer {padding:0;  margin:0; border-top:1px solid #e9e9e9; background:#ececec;}
.footer_resize { width:1050px; margin:0 auto; padding:20px 10px;}
.footer p { font:normal 12px  'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#777;}
.footer a { font:bold 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color:#777; 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:680px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { float:right; clear:both; border-top:1px solid #e2e2e2; width:100%; padding:0; margin:5px 0; background:none; line-height:0;}

/* Slider */
#slider {  width:960px; padding:0 0 0 0; margin:0 auto;}
div#slideshow { float: left; width: 100%; height: 341px; }
.slider-item { width: 100% !important; height: 341px; }
.slider_content_inner img { border: none; }
.controls-center { width: 960px; margin-left: auto; margin-right: auto; }
#slider_controls { float: right; position: relative; margin:10px 0 0 0; z-index: 1000; width:960px; height:23px;}
#slider_controls ul { margin:0 auto; padding:2px 23px 2px 0; width:54px;}
#slider_controls ul li { margin: 0; padding: 0; list-style: none; }
#slider_controls ul li { float: left; display: block; }
#slider_controls ul li a { width: 10px; height: 10px; background:url('images/tabs_2.gif') no-repeat center center; display: block; float: left; padding:2px; margin:2px !important; margin:1px 1px; outline: none; }
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide { background:url('images/tabs_1.gif') no-repeat center center; }

table {
	border: 0px solid #dadada;
	width: 600px;
	border-collapse: collapse;
	font: normal 15px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding-right: 0px;
	height: 170px;
	float: left;
}
table td {border:none}
table td.cell-1 {width:330px}
table td.cell-2 {text-align:center}
table td.cell-3 {text-align:center}
table td.cell-4 {text-align:center}
table td.cell-5 {text-align:center}
table thead td {background:#ebebeb;font-weight:bold;padding:7px 30px 7px 30px;border:0px solid #dadada}
table tbody td {padding:6px 30px 0 30px;text-align:center;border:0px solid #dadada;border-bottom:none;border-top:none}
table tbody td.last {padding-bottom:20px}
.alignleft {text-align:left}

div#copyright {
	margin:0 auto;
	width:330px;
	font:11px 'Trebuchet MS';
	color:#124a6f;
	text-indent:20px;
	padding:10px 0 0 0;
	float:right;
	text-align: justify;
}
div#copyright a { color:#4682b4; }
div#copyright a:hover { color:#124a6f; }
.cc {
	color: #FFF;
}
