/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
  background: #eee;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555;
}
button, input.reset, input.submit {
  cursor: pointer;
}


a {
  color: #008cd4;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
:-moz-any-link:focus {
  outline: none;
}
h1 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #222;
}
h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #222;
}
h3 {
  font-size: 14px;
}
ul {
  list-style: none;
}
p {
  margin-bottom: 10px;
  line-height: 16px;
}
img {
  display: block;
}
a img {
  border: none;
}



#wrapper {
}

/*******************************/
/*****        Header        ****/
/*******************************/
#header {
  position: relative;
  height: 400px;
}
.inner #header {
  height: 300px;
}
#logo {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -480px;
}
#logo, #logo a {
  display: block;
  width: 220px;
  height: 79px;
}
#logo a {
  text-indent: -1000em;
}
#intro {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.inner #intro {
  height: 300px;
}
.inner #intro img {
  margin-top: -80px;
}

#header .slide_1 {
  background: url(../../images/front/slide_1.jpg) no-repeat center;
}
#header .slide_2 {
  background: url(../../images/front/slide_2.jpg) no-repeat center;
}
#header .slide_3 {
  background: url(../../images/front/slide_3.jpg) no-repeat center right;
}
#header .slide_4 {
  background: url(../../images/front/slide_4.jpg) no-repeat center right;
}

#header .slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 76px;
  width: 410px;
  margin-left: -480px;
  text-indent: -1000em;
}
#header .slide_1 .slogan {
  background: url(../../images/front/slogan_1_bg.gif) no-repeat top left;
}
#header .slide_2 .slogan {
  background: url(../../images/front/slogan_2_bg.gif) no-repeat top left;
}
#header .slide_3 .slogan {
  background: url(../../images/front/slogan_3_bg.gif) no-repeat top left;
}
#header .slide_4 .slogan {
  background: url(../../images/front/slogan_1_bg.gif) no-repeat top left;
}

#header .bg {
  background: url(../../images/front/logo.gif) no-repeat center;
}
#header .en {
  background: url(../../images/front/logo_en.gif) no-repeat center;
}

/*******************************/
/*****   Main navigarion    ****/
/*******************************/

#main_navigation {
  z-index: 900;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #008cd4 url(../../images/front/main_menu.gif) repeat-x bottom left;
  border-top: 1px solid #fff;
}
#main_navigation ul.level_1 {
  width: 960px;
  margin: 0 auto;
  border-left: 1px solid #1473a4;
  border-right: 1px solid #1473a4;
}
#main_navigation li, #main_navigation li a, #main_navigation li span {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}
#main_navigation li {
  border-right: 1px solid #1473a4;
}
#main_navigation li a, #main_navigation li span {
  padding: 0 22px;
  font-weight: normal;
}
#main_navigation li a:hover {
}
#main_navigation li.selected {
}
#main_navigation li.last {
  border-right: none;
}
#main_navigation li.selected a, #main_navigation li.selected span {
  background: #fff;
  color: #666;
}
#main_navigation li.selected a:hover {
}
#main_navigation li.hover {
  position: relative;
}
#main_navigation li.hover span {
  cursor: default;
}
#main_navigation li ul.level_2 {
  z-index: 1000;
  left: 0;
  top: 40px;
  position: absolute;
  display: none;
  padding: 5px 0;
  background: #ddd;
}
#main_navigation li ul.level_2 li, #main_navigation li ul.level_2 li a {
  float: none;
  width: 150px;
  height: auto !important;
  line-height: 14px !important;
  text-transform: none;
  font-size: 11px;
  color: #666;
  border: none;
}
#main_navigation li ul.level_2 li {
  border-bottom: 1px dotted #ccc;
  margin: 0 15px;
}
#main_navigation li ul.level_2 li.last {
  border: none;
}
#main_navigation li ul.level_2 li a {
  width: 120px;
  padding: 4px 0;
}
#main_navigation li.hover ul {
  display: block;
}
#main_navigation li.selected ul.level_2 a {
  color: #666;
  background: none;
}


#languages {
  display: none;
}
#languages li#bg {
  background: url(../../images/front/flag_bg.gif) no-repeat center;
}
#languages li#en {
  background: url(../../images/front/flag_en.gif) no-repeat center;
}
#languages li#de {
  background: url(../../images/front/flag_de.gif) no-repeat center;
}
#languages li#ru {
  background: url(../../images/front/flag_ru.gif) no-repeat center;
}
#languages li#fr {
  background: url(../../images/front/flag_fr.gif) no-repeat center;
}

/*******************************/
/*********    Content     ******/
/*******************************/
#content {
  padding: 30px 0;
  background: #fff;
}
#inner_wrapper {
  width: 930px;
  margin: 0 auto;
}

#left_column {
  float: left;
  width: 670px;
}
#right_column {
  float: right;
  width: 219px;
}
/*******************************/
/*****        HOME          ****/
/*******************************/
#company_brief {
  float: left;
  width: 550px;
  font-size: 12px;
}
#latest_news {
  float: right;
  width: 330px;
  font-size: 11px;
}
#company_brief h2, #latest_news h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #cecece;
}
#right_column #latest_news {
  width: 219px;
}

#latest_projects {
  padding-top: 40px;
}
#latest_projects h2 {
  margin-bottom: 20px;
}
#latest_projects .project {
  overflow: visible;
  clear: none;
  float: left;
  width: 220px;
  margin: 0 135px 0 0;
  border: none;
}
.home_latest .project {
  padding-bottom: 0 !important;
  background: none !important;
}
#latest_projects .project a.thumb {
  position: relative;
  left: -5px;
  right: -5px;
}
#latest_projects .project blockquote {
  clear: both;
}
#latest_projects .project h3 {
  font-size: 12px;
  height: 24px;
}
#latest_projects .project p {
  font-size: 11px;
}
#latest_projects .last {
  margin-right: 0;
}

#right_column {
}
#right_column #latest_projects {
  padding: 0;
}
#right_column .project {
  float: none;
  width: 219px;
  margin-bottom: 20px;
}
#right_column .project a.thumb {
  float: none;
  margin: 0;
}
#right_column .project h3 {
  margin: 5px 0 0 0;
}
#right_column .project p {
  display: none;
}
/*******************************/
/*****      PARTNERS        ****/
/*******************************/
#partners .last {
  border: none;
}
.partner {
  overflow: hidden;
  clear: both;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.partner img {
  float: left;
  margin: 0 10px 0 0;
}
.partner h3 {
  color: #333;
  margin: 0 0 0 230px;
  padding: 5px 0 0 0;
}
.partner h4 {
  margin: 0 0 10px 230px;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
.partner p {
  margin: 0 0 10px 230px;
}
.partner a {
  display: block;
  margin: 0 0 0 230px;
  font-size: 11px;
  font-weight: normal;
}
.partner a.show_more {
  display: block;
  float: right;
  margin-top: -15px;
  padding: 0 5px;
  line-height: 17px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background: #008CD4;
}
/*******************************/
/*****       Search         ****/
/*******************************/
#search {
  margin: 5px 10px;
}
#product_filter {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  width: 680px;
  padding: 10px;
  background: #ecf8dc;
}
#product_filter div.left {
  width: 155px;
}
#product_filter div.left input {
  width: 140px;
}
#product_filter button.submit {
}
#product_filter button.submit, #product_filter button.reset {
  float: right;
  margin-top: 17px;
  margin-left: 5px;
  padding: 1px;
  _padding: 0;
  font-size: 11px;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  color: #fff;
  background: #8bc03c;
  border: 1px solid #67971f;
}
/*******************************/
/*****     PRODUCTS         ****/
/*******************************/
#products {
}
.product {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  background: url(../../images/front/border_1.gif) repeat-x bottom left;
}
.product a.thumb, .product img.thumb {
  display: block;
  float: left;
  width: 220px;
  height: 150px;
  margin: 0 15px 0 0;
  border: 5px solid #ddd;
}
.product h3 {
  margin-bottom: 5px;
  padding-top: 10px;
}
.product .files, .product .description {
  margin-left: 245px;
  _height: 1%;
}
.product .files {
  _margin-left: 248px;
}
.product .description {
  _margin-left: 245px;
}
.product .description p {
  margin-bottom: 0;
}
.product a.show_more {
  display: block;
  float: right;
  padding: 0 5px;
  line-height: 17px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  background: #008CD4;
}
#files {
  overflow: hidden;
}
#files li, .files li {
  position: relative;
  width: 328px;
  padding: 4px 0 4px 22px;
  background:url(../../images/front/icon_file.gif) no-repeat 0 4px;
  border-bottom: 1px dotted #ccc;
}
#files li.doc, #files li.pdf, #files li.xls, .files li.doc, .files li.pdf, .files li.xls {
  background: url(../../images/front/icon_pdf.gif) no-repeat 0 4px;
}
#files li.rar, #files li.zip, .files li.rar, .files li.zip {
  background: url(../../images/front/icon_rar.gif) no-repeat 0 4px;
}
#files li.last, .files li.last {
  border: none;
}

/*******************************/
/*****   PRODUCTS DETAILS   ****/
/*******************************/
#product_gallery {
  float: left;
  width: 230px;
  margin: 0 15px 10px 0;
}
#product_gallery a {
  display: block;
  float: left;
  width: 220px;
  height: 150px;
  margin: 0 15px 0 0;
  border: 5px solid #ddd;
}

#product_details {
}
#product_details h2 {
}
#product_details a.back {
  position: absolute;
  margin-top: -23px;
  _margin-top: -27px;
  margin-left: 290px;
  display: none;
  padding: 3px 7px;
  font-size: 10px;
  background: #75a72c;
  color: #fff;
}
#stats strong {
  display: block;
  width: 320px;
  margin: 10px 0 2px -10px;
  padding: 3px 10px;
  background: #eee;
  border-bottom: 1px solid #ddd;
} 
#stats td {
  padding: 5px 10px;
}
#stats td, #stats th {
  text-align: left;
  vertical-align: top;
}


#product_details .tabs_holder {
  clear: both;
  padding-top: 30px;
}
#product_details .tabs_holder div {
  clear: both;
  padding-top: 10px;
}
#product_details .tabs_holder ul {
  height: 25px;
  border-bottom: 1px solid #ccc;
}
#product_details .tabs_holder li, #product_details .tabs_holder li a {
  position: relative;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  background: #fff;
}
#product_details .tabs_holder li {
  margin-right: 2px;
}
#product_details .tabs_holder li a {
  padding: 0 10px;
  background: #ddd;
  border: 1px solid #ccc;
  border-bottom: none;
}
#product_details .tabs_holder li.tabs-selected a {
  margin-bottom: -1px;
  color: #999;
  background: #fff;
  border-bottom: 1px solid #fff;
}
#product_details table {
  width: 100%;
  font-size: 11px;
}
#product_details table th {
  font-weight: bold;
  background: #eee;
  color: #999;
}
#product_details table td, #product_details table th {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
/******* Custom products ************/
h3#product_5 {
  width: 170px;
  height: 68px;
  text-indent: -1000em;
  background: url(../../images/front/logo_mkn_small.gif) no-repeat center left;
}

/*******************************/
/*****     PROJECTS         ****/
/*******************************/
#project_filter {
  display: none;
}
.project {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(../../images/front/border_1.gif) repeat-x bottom left;
}
.project a.thumb {
  display: block;
  float: left;
  width: 220px;
  height: 150px;
  margin: 0 15px 0 0;
  border: 5px solid #ddd;
}
.project h3 {
  margin-bottom: 5px;
  padding-top: 10px;
}
#project_details {
  margin: 15px 0;
}
#project_details h2 {
  padding-top: 10px;
  color: #008CD4; 
}
#project_details li strong {
  display: block;
  width: 500px;
  font-size: 14px;
  margin-top: 10px;
}
#project_gallery {
  float: left;
  width: 280px;
  margin: 10px 5px 0 0;
  text-align: center;
}
#project_gallery img {
  border: 5px solid #ddd;
  width: 260px;
  height: 170px;
}
#project_gallery .carousel {
  position: relative;
  margin-bottom: 10px;
  margin-left: -5px;
  _margin-left: -10px;
  _margin-right: -10px;
}
#project_gallery li {
  margin-right: 11px;
  margin-right: 7px;
}
#project_gallery a.prev, #project_gallery a.next {
  height: 20px;
  padding: 0 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #008CD4;
}
#project_gallery a.prev:hover, #project_gallery a.next:hover {
  text-decoration: none;
}
#project_gallery a.next {
  margin-right: 20px;
}
#project_gallery a.disabled {
  background: #999;
  cursor: default;
}
/*******************************/
/***      PROMOTIONS        ****/
/*******************************/
#promotions h1 {
  margin-bottom: 20px;
}
.promotion {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(../../images/front/border_1.gif) repeat-x bottom left;
}
.promotion img.thumb {
  display: block;
  float: left;
  width: 220px;
  height: 170px;
  margin: 0 15px 0 0;
  border: 5px solid #ddd;
}
.promotion h3 {
  margin-bottom: 5px;
  padding-top: 5px;
}
.promotion blockquote {
  float: left;
  width: 425px;
}
/*******************************/
/*****        News          ****/
/*******************************/
.article {
  clear: both;
  margin: 0 0 15px 0;
  padding: 0 0 16px 0;
  background: url(../../images/front/border_1.gif) repeat-x bottom left;
}
.article a.thumb {
  display: block;
  float: left;
}
.article a.thumb img {
  display: block;
  width: 120px;
  height: 90px;
  padding-top: 1px;
  border-top: 3px solid #ccc;
  background-color: #fff;
}
.article blockquote {
  float: left;
  padding-left: 15px;
}
.article h3 {
  margin: 0 0 5px 0;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
}
.article p.date, #article p.date {
  position: relative;
  float: right;
  margin: 0 0 0 10px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #999;
  background: #eee;
}
.article p {
  margin: 0;
  padding: 0;
}

#news {
}
#news h1 {
  padding: 0 0 0 15px;
}
.news_listing .article {
  overflow: hidden;
  clear: none;
  float: left;
  width: 320px;
  height: 90px;
}
#article {
  margin-bottom: 30px;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #ccc;
}
#article h2 {
  color: #008cd4;
}
#article p.date {
  margin-top: 0;
}

#article_gallery {
  float: left;
  width: 230px;
  margin: 0 20px 10px 0;
  padding: 15px 0 0 0;
}
#article_gallery img {
  border: 5px solid #ddd;
}


.latest_news {
  padding: 0 15px;
}
.latest_news h2 {
  padding: 0 15px;
}
/***********************/




#buttons ul {
  text-align: center;
}
#buttons li {
  display: inline;
  margin-right: 15px;
}
#buttons li a {
  padding-left: 12px;
}
#b_print a {
  background: url(../../images/front/bullet_print.gif) no-repeat 0 4px;
}
#b_enquiry a {
  background: url(../../images/front/bullet_enquiry.gif) no-repeat 0 5px;
}


#enquiry {
  padding-top: 15px;
  width: 450px;
}
#enquiry label {
  clear: left;
  float: left;
  width: 160px;
  margin-bottom: 10px;
  padding-right: 4px;
  text-align: right;
}
#enquiry input, #enquiry textarea {
  float: left;
  margin-bottom: 10px;
}
#enquiry textarea {
  overflow: auto;
  width: 270px;
  height: 100px;
}
#enquiry .submit, #enquiry .reset {
  font-size: 11px;
  font-family: Trebuchet MS, Tahoma;
}
#enquiry .submit {
  margin-left: 164px;
  margin-right: 5px;
}

a.b_more, a.b_contacts, a.b_more span, a.b_contacts span {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
}
a.b_more, a.b_contacts {
  margin-right: 10px;
  padding-left: 25px;
  cursor: pointer;
}
a.b_more span, a.b_contacts span {
  padding-right: 10px;
}
a.b_more {
  background: url(../../images/front/button_more.gif) no-repeat 0 0;
}
a.b_more span {
  background: url(../../images/front/button_more.gif) no-repeat 100% 0;
}
a.b_contacts {
  background: url(../../images/front/button_contacts.gif) no-repeat 0 0;
}
a.b_contacts span {
  background: url(../../images/front/button_contacts.gif) no-repeat 100% 0;
}

/*******************************/
/*****      CONTACTS        ****/
/*******************************/
#contacts {
  padding-bottom: 120px;
  background: url(../../images/front/contacts.gif) no-repeat bottom right
}
#contacts .form_1 {
  float: left;
}
#contacts .contact_details {
  float: right;
  width: 250px;
}
#contacts h1 {
  margin-bottom: 30px;
}
.contact_box {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  background: url(../../images/front/border_1.gif) repeat-x bottom left;
}
.contact_box h3 {
  margin-bottom: 5px;
  color: #008cd4;
}
.contact_box p {
  float: left;
  width: 49%;
  margin: 0;
}
.box_left {
  float: left;
  width: 49%;
}
.box_right {
  float: left;
  width: 49.9%;
}
.box_left p, .box_right p {
  width: 95%;
}
/*******************************/
/*****        Footer        ****/
/*******************************/
#footer {
  padding: 10px 0;
  text-align: center;
  color: #999;
  font-size: 10px;
  border-top: 1px solid #fff;
}
#footer a {
  font-weight: normal;
}
#footer_navigation li {
  display: inline;
}
#footer_navigation li a {
  padding: 0 3px;
}


/*******************************/
/*****       TITLES         ****/
/*******************************/
#partners h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_partners_bg.gif) no-repeat top left;
}
#Koi-sme-nie h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_who_bg.gif) no-repeat top left;
}
#Finansov-otchet h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_finances_bg.gif) no-repeat top left;
}
#Klienti h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_clients_bg.gif) no-repeat top left;
}
#news h1, h1#news {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_news_1_bg.gif) no-repeat top left;
}
#contacts h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_contacts_bg.gif) no-repeat top left;
}
#Serviz h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_service_bg.gif) no-repeat top left;
}
h1#products {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_products_bg.gif) no-repeat top left;
}
#promotions h1 {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_promo_bg.gif) no-repeat top left;
}
#Proekti h1, h1#project {
  height: 25px;
  text-indent: -1000em;
  background: url(../../images/front/t_projects_bg.gif) no-repeat top left;
}
#Magazini-Prego h1 {
  height: 26px;
  text-indent: -1000em;
  background: url(../../images/front/t_prego_bg.gif) no-repeat top left;
}
#Magazini-Miele h1 {
  height: 26px;
  text-indent: -1000em;
  background: url(../../images/front/t_miele_bg.gif) no-repeat top left;
}
#latest_news h2 {
  height: 19px;
  text-indent: -1000em;
  background: url(../../images/front/t_news_2_bg.gif) no-repeat top left;
}
#company_brief h2 {
  height: 19px;
  text-indent: -1000em;
  background: url(../../images/front/t_who_2_bg.gif) no-repeat top left;
}
#latest_projects h2 {
  height: 22px;
  text-indent: -1000em;
  background: url(../../images/front/t_projects_2_bg.gif) no-repeat top left;
}

/*******************************/
/*****    Common classes    ****/
/*******************************/
.static img.right {
  margin: 0 0 10px 10px;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}
.static img.left {
  margin: 0 10px 10px 0;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}



.page_gallery a {
  display:block;
  float: left;
  width: 260px;
  height: 170px;
  margin: 0 15px 0 0;
  border: 5px solid #ddd;
}



.pager {
  clear: both;
  padding: 10px 0;
}
.pager li {
  float: left;
}
.pager li, .pager li a {
  display: block;
  width: 16px;
  text-align: center;
}
.pager li a {
  text-decoration: none;
}
.pager li.last {
  float: left;
}
.pager li.next, .pager li.next a {
  width: auto;
  margin-left: 5px;
  font-size: 12px;
  border: none;
}
.pager li.next span, .pager li.next a span {
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
}
.pager li.selected {
  background: #ddd;
  color: #666;
}




.form_1 {
  width: 450px;
  padding-top: 20px;
}
.form_1 label {
  float: left;
  width: 140px;
  margin-bottom: 10px;
}
.form_1 input.text, .form_1 textarea {
  float: left;
  margin-bottom: 10px;
}
.form_1 textarea {
  overflow: auto;
  width: 270px;
  height: 100px;
}
.form_1 span.error {
  display: block;
  float: left;
  width: 20px;
  height: 15px;
  text-indent: -1000em;
  background: url(../../images/front/icon_error.gif) no-repeat center right;
}
.form_1 button {
  border: 1px solid #999;
  font-size: 12px;
  font-family: Trebuchet MS, Tahoma;
}


.static h2 {
  margin: 5px 10px 10px 10px;
}
.static h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 5px 10px;
}
.static ul {
  list-style: disc outside;
  margin: 0 10px 10px 10px;
  padding-left: 15px;
}
.static p {
  line-height: 18px;
}



span.clear {
  clear: both;
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
span.border_1 {
  height: 19px;
  background: url(../../images/front/border_1.gif) no-repeat center top;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.tabs-hide {
  display: none;
}

/******** Clear Fix ************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}











