﻿
body {
    
}

a{
	text-decoration: none;
}
.support-bg{
	background: #fff;
	width: 900px;
	margin:auto;
  background:#fff url("../images/gallerybg.jpg") bottom repeat-x;
}
.home-header
{
	background-image:url(../images/header4.png);
	width:900px;
	height:372px;
	margin:auto;
	position: relative;
}
#firstNav{
	position: absolute;
	bottom: 94px;
	left:0px;
}
#firstNav > li{
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	min-height: 18px;
	text-align: center;
}
#firstNav > li:nth-child(4){
	margin-left: 250px;
}
#firstNav > li a{
	color: #fff;
  font-weight: bold;
}
#firstNav > li a:hover{
  color: #fae9c4;
}
#firstNav li ul{
  background: url("../images/subMenu.png") no-repeat;
  position: absolute;
  width: 833px;
  text-align: left;
  height: 27px;
  top: 20px;
  left: 30px;
  display: none;
  padding: 5px 0 0 20px;
}
#firstNav > li:hover ul{
  display: block;
}
#firstNav li ul li{
  display: inline;
  padding: 2px 5px;
}
#firstNav li ul li:nth-child(4){
  margin-left: 5px;
}
#firstNav li ul li a{
	font-weight: bold;
}
#firstNav li ul li:hover{
	background: url("../images/subMenuHover.png");
}
#firstNav li ul li:hover a{
	color: #000;
}
#firstNav li ul li a{
	color: #888;
}
.main_content{
    margin-top:10px;
    width:800px;
    height:auto;
    direction: ltr;
    margin: 0 auto;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 10px;
}
.labelsDiv {
    width: 100%;
    height: 28px;
    text-align: center;
    background-color: #03a4c2;
    color: #ffffff;
}
    .contentTXT{
        margin-top:10px;
     width:100%;
          
}
   label
  {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 14px;
   }

#productsNav > li#ex1:hover{
	background: url("../images/subMenuHover-right-1.png");
  width: 145px;
  height: 25px;
	
}
#productsNav > li#ex2:hover{
	background: url("../images/subMenuHover-left-1.png");
}
#galleryNav > li a{
	font-size: 14px;
	font-weight: bold;
	color: #888;
}
#galleryNav > li:hover a{
	color: #000;
}
#support-main{
  width: 900px;
  margin: -167px auto 0;
  background:#fff url("../images/gallerybg.jpg") bottom repeat-x;
}
#footer{
  height: 48px;
  width: 900px;
  margin: 0 auto;
  background: url("../images/footer.png");

}
.details{
  color: #fff;
  background : #00ccf5;
  font-size: 14px;
  right: 20px;
  border-radius: 5px;
  padding: 10px 10px;
  border-bottom: 5px solid #00bff3;

}