


body{
	margin: 0px;
}
.top{
	width:100%;
	height:30px;
	background: transparent url("../images/header.gif") repeat-x scroll left top;
	
}
.main{
	width:100%;
	height: auto;
	background-color: #313131;
	
}
.inner{
	width:1000px;
	height: 125px;
	background-color: #313131;
	margin: auto;
}
.logo img{
	margin-top:2px;
	float:left;
	
}
.logo1 img{
	padding-top: 14px;
	float: left;
	margin-left:10px;
}
.logo2 img{
	padding-top: 7px;
	float:right;
}
.second_main{
	width:100%;
	height: auto;
	background-color: #313131;
	
}
.second_inner{
	width:1000px;
	height: 45px;

	margin: auto;
}
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
  background: transparent url("../images/cat_bg.gif") repeat-x scroll left top;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  border-radius: 5px 5px 0px 0px;
box-shadow: 1px 1px 1px #858585;
  font-family: 'PT Sans', sans-serif;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index:99999;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: rgba(49,49,49,0.9);
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #B90C04;
  font-weight: bold;
  
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #2F260A;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: rgba(49,49,49,0.2);
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: rgba(49,49,49,0.2);
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #D92314;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #200707;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
.third_main{
	width:100%;
	height: auto;
	background-color: #C90F07;
	height:
	/*float:left;*/
	clear:both;
}
.third_inner{
	width:1000px;
	height: 350px;
background-color:#C90F07;
	margin: auto;
}
.fourth_main{
width:100%;
	height: auto;
	background-color: #E1E1E1;
	height:249px;
	
	padding-top: 61px;
}
.fourt_inner{
	width:1000px;
	height:auto;
background-color:#ffffff;
	margin: auto;
}
.fourt_inner p{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
margin:0px;
font-family: 'PT Sans Narrow', sans-serif;
line-height: 22px;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}
.fourt_inner h3{
	    text-transform: uppercase;
    color: #FFF;
    font: 900 15px/28px "Roboto",sans-serif;
    text-shadow: 1px 1px 1px #9B0A04;
    padding: 10px 0px 11px 19px;
    margin: 0px 0px 23px;
    border: medium none;
    background: transparent url("../images/title_bg.gif") repeat-x scroll left top;
    position: relative;
    border-radius: 6px 6px 0px 0px;
float:left;
width: 984px;



}
.fourt_inner h1{
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
padding:0px;
margin:0px;
}
.fifth_main{
	width:100%;
	height: auto;
	background-color: rgb(192,192,192);
	height:auto;
	float:left;
	clear: both;
	
	
}
.fifth_inner{
	width:1000px;
	height:auto;
background-color:red;
	margin: auto;
}
.gate{
	width:1000px;
	height:auto;
	background: transparent linear-gradient(to bottom, #EEE 0%, #CCC 100%) repeat scroll 0% 0%;
	float:left;
	margin-top:-23px;
}
.gate div{
	float:left;
	padding-right:10px;
}
.gate p{
	padding: 0px;
	margin:0px;
	width:234px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: justify;
	background-color: #ffffff;
	 color: #606060;
	padding-top:10px;
    padding-left:5px;
    padding-right:5px;			 						
}
.gate span{
	color:#B90C04;
	margin-left:80px;
	padding-left: 0px;
	
}
.gate h3{
margin:0px;
	padding: 10px;
	color: #ffffff;
	
	padding-right: 13px;
	
	margin-left:35px;
	font-family: 'Cuprum', sans-serif;
	background-color:#C90F07;
	margin-top:14px;
	}
.ull li{
	width:133px;
	color: #606060;
	font-family: 'Cuprum', sans-serif;
	font-size: 13px;

	
}
.ull li a{
	text-decoration: none;
	color:#4C4B49;
	font-size: 14px;
}
.ull li a:hover{
 text-decoration: underline;
}
.gate div img{
	width:244px;
}
.gate div p{
	background: transparent linear-gradient(to bottom, #EEE 0%, #CCC 100%) repeat scroll 0% 0%;
	
}
.gate p{
	
}
.footer_main{
	width:100%;
	height:auto;
	background-color: #C90F07;
	float:left;
	
}
.footer{
	width:1000px;
	background-color:#32290F;
	height:auto;
	margin: auto;
}
.push_left{
	background-color: #C90F07;
	width:688px;
	float:left;
	color:#ffffff;
}

.push_right{
	float:left;
	background-color: #C90F07;
	
	
}
.push_right a{
	text-decoration: none;
	color:#ffffff;
	margin-left: 140px;
}
.ws_bullets img{
	width: 125px;
height: 50px;
}
.bg{
	width:1000px;
	float:left;
	margin-left:0px;
	background-color:#E1E1E1;
	
}
.textt{
	width:1000px;
	height:auto;
	color:#ffffff;
	
	
}
.textt h1{
text-align: center;
	color:#D92314;
}
.textt h2{
	text-align: center;
	color:#0951A0;
}
.textt h3{
	padding:0px;
	margin:0px;
	text-decoration: underline;
	padding-left:10px; 
	color:#0951A0;
	
	
}
.textt p{
	    
    text-align: justify;
    padding: 0px;
    margin: 10px 0px 0px;

margin-left: 5px;
margin-right: 5px;
color: #666;
font-family: "Roboto Slab",serif;
font-size: 15px;

}
.products{
	width:400px;
	float:left;
	margin-left:10px;
	padding-left: 40px;
}
.products img{
box-shadow: -1px 14px 18px -17px rgba(0,0,0,0.75);
margin-top:10px;	
}

.productss{
	width:450px;
	float:left;
	margin-top: 40px;
}
.productss p{
	width:450px;
	text-align: justify;
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	
}
.productss h2{
	color:#444444;
	margin-bottom: 10px;
	margin-left:50px;
	width:450px;
	margin-top:10px;
	color: #313131;
text-transform: uppercase;
font-family: 'Roboto Slab', serif;
text-align: left;
font-size: 25px;

	
}
.ulll{
	width:450px;
	color: #666;
	font-family: 'Roboto Slab', serif;
	padding: 0px;
	margin:0px;
	font-size:19px;
	text-align: justify;
	margin-left:57px;
	
	
}
.allset{
	margin-top:-250px;
	margin-left:30px;
	padding-bottom: 40px;
}
.fb{
	width:1000px;
	float:left;
	background-color: ;
	padding-bottom: 30px;
	margin-top:60px;
}
.fb div{
	text-align: center;
}
.fb_space{
	margin-right: 20px;
}
.product_main{
	width:100%;
	height:auto;
	background-color:rgba(49,49,49,0.3);
	float:left;
}
.product_inner{
	width:1000px;
	height:auto;
	background-color: rgba(49,49,49,0.2);
	margin: auto;
	
	
}

.j{
	margin-top:80px !important;
}
.p{
	font-size:17px !important;
	padding-left:30px !important;
	padding-right: 30px !important;
	
}
.heigh{
	height:600px !important;
	background-color: #E1E1E1;
}
.table{
	 border-collapse: collapse !important;
	 border:1px solid #ABABAB !important;
	 
}
.table tr td{
	border:1px solid #ABABAB !important;
	width:200px;
}

.oil{
	width:400px;
	float:left;
	margin-left:10px;
	padding-left: 40px;
	
}
.oil img{
box-shadow: -1px 14px 18px -17px rgba(0,0,0,0.75);
margin-top:10px;	
}
.oil h2{
	margin-top:20px !important;;
	width:400px;
	margin:0px;
	text-align: center;
	color:#313131;
	
}
.oil p{
	width:400px;
	color: #666;
	
	padding: 0px;
	margin:0px;
	
	text-align: justify;
	font-size:15px;
	
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;

	
}
.oil h3{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	

	
}
.ullll{
	width:400px;
	color: #666;
	
	padding: 0px;
	margin:0px;
	
	text-align: justify;
	font-size:15px;
	
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	
	
}
.about_main{
	width:100%;
	height:670px;
	float: left;
	padding-top:40px;
	background-color: #C0C0C0;
}
.about_inner{
	width:1000px;
	height:670px;
	margin: auto;
	background-color: #E1E1E1;
	padding-top:10px;
	
}
.about_inner p{
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
font-family: "Roboto Slab",serif;

font-size: 19px;
text-align: justify;
}
.about_inner ul{
	font-family: "Roboto Slab",serif;
color: #666;
font-size: 19px;
}
.about_inner ul span{
	color: #D92314;
}
#table1 table, tr, td{
     border: none;
}
.mobile_div{
	width: 200px;

	float: left;
	padding-left:20px;
	
	padding-bottom: 30px;
}
.tel{
	float: left;
	width:30px;
	
}
.tell{
	float: left;
	width:100px;
	
	margin-left:10px;
}
.m{
	margin-left:40px;
	font-size: 15px;
	color:#000000;
}
.email_div{
float: left;
width:30px;

margin-top: 20px;
}
.email_pic{
	float: left;
	width:100px;
	
	margin-left:10px;
	margin-top: 20px;
}
.g{
	margin-left:40px;
	font-size: 15px;
	color:#000000;
}
.de{
	color:#666666;
	margin:0px;
	padding: 0px;
	font-size:15px;
	text-align: justify;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	
}
.fifth_inner marquee{
	color:#000000;
font-size:17px;
}
.ho{
	padding: 0px;
	margin:0px;
	border: 1px dotted red;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:200px;
	
}
.ho li{
	list-style: none !important;
	font-size: 14px;
	color:#000000;
}