body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
background:url(images/bgmain.jpg) no-repeat center 0 #165ba6;
}
*{
outline:none;
}
h1, h2, h3, h4, h5, h6{
color: #222222;
margin:0;
}
h1 {
    color: #898888;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
}
.main{
border-left: 1px solid #DBDBDB;
border-right: 1px solid #DBDBDB;
margin:0 auto;
width:1150px;
background:#FFFFFF;
}
.header{
width:100%;
overflow:hidden;
background:#fff;
border-bottom: 1px solid #DBDBDB;
height:76px;
}
.header_in{
width:1150px;
margin:0 auto;
height:76px;
background:url(images/nav_bg.jpg) no-repeat top right #efc62c;
}
.logo{
float:left;
z-index:9999;
position:absolute;
}
.logo img{
border:0;
}
.nav{
float:left;
margin-left:489px;
}
.nav ul{
margin:0;
padding:0;
}
.nav ul li{
list-style:none;
float:left;
}

.nav ul li:hover{ background:#008b8b;}
.nav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 15px;
    padding: 30px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav ul li a:hover{
color:#421506;
}
.brder{
border-bottom: 1px solid #DBDBDB;
}
/*.posi{
position:relative;
}*/
.content{
overflow:hidden;
}
.welcome{
width:1111px;
float:left;
padding:20px;
}
.welcome_pic{
float:right;
text-align:right;
}
.content p{
color: #666666;
font-size: 15px;
font-weight: normal;
line-height: 22px;
}
.content ul.homep{ margin:0; padding:0;}
.content ul.homep li{ list-style:none; display:block; overflow:hidden; margin:10px; padding:10px; border:1px dotted #ccc;}
.content ul li strong{ background: none repeat scroll 0 0 #F0E68C;
    border-radius: 6px;
    color: #000000;
    margin: 0 10px 10px 0;
    padding: 5px 10px; display:block;}
	
	.content p strong:hover{ background:#80cfea; }
	
	
	.content ul.homep li div.imgh{ float:left;}
	.content ul.homep li div.hmpdec{ float: left;
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
    width: 840px;}
	
	
.five_box{
width:100%;
overflow:hidden;
background:#F6F6F6;
}
.five_box ul{
margin:0;
padding:0;
}
.five_box ul li{
list-style:none;
float:left;
margin:26px;
}
.five_box ul li img:hover {
    transform: rotate(360deg);
    transition-duration: 0.8s;
    transition-property: transform;
	cursor:pointer;
}

.footer{
width:100%;
background:url(images/footer_top.png) repeat-x top left #1F1F1F;
color:#fff;
}
.footer a:hover{
color:#DE8700;
}
.headerlinkstyle {
    color: #F0E68C;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    text-decoration: none; text-transform:capitalize;
}
.linkstyle {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.3em;
    padding-left: 0;
    text-decoration: none; text-transform:capitalize;
}

.content .linkstyle {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.3em;
    padding-left: 0;
    text-decoration: none; text-transform:capitalize;
}

.content p.linkstyle {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.3em;
    padding-left: 0;
    text-decoration: none; text-transform:capitalize;
}

ul.sitemap {
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
.sitemap {
    padding-top: 10px;
}
#copyright a {
    color: #999999;
    font-size: 11px;
}
#copyright p {
    color: #999999;
    font-size: 11px;
    margin-left: 0;
}





/*SLIDER*/
.slider_section{
	/*background:url(../images/slide_main_bg.gif);*/
	width:1150px;
	margin:0 auto;
	background:#fff;
	clear:both;
	}
.slider_section >.slider{
	width:1150px;
	margin:0px auto ;}
#banner{
    padding: 0px;}

#banner {
	/*background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;*/
 /*width:100%;
 height:403px;*/
/* background:url(../images/slider_bg.png) no-repeat scroll 0 0 transparent;*/
}
#banner .inner{
 width:1150px;
 height:390px;
 padding:0px;
 margin:0px auto;
 background-color:#F;
}
.nivoSlider {
 position:relative;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:6;
 display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:5;
 height:100%;
}
.nivo-box {
 display:block;
 position:absolute;
 z-index:5;
}
/* Caption styles */
.nivo-caption {
background: url("../images/captionbg.png") no-repeat scroll -208px 0 transparent;
    bottom: -18px;
    color: #FFFFFF;
    display: none;
    left: 0;
    padding: 4px;
    position: absolute;
    width: 941px;
    z-index: 8;
 
}
.nivo-caption h4{
 padding:0px 0px 10px 0px;
 margin:0;
 float:left;
 width:auto;
 font-weight:bold;
 line-height:20px;
 color:#CC0000;
}
.nivo-caption p {
 padding:0px 0px 5px 0px;
 margin:0;
 float:left;
 clear:both;
 width:100%
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
 display:none;
}
.nivo-caption a.read {
 color:#FFF;
 background:url(../images/leftar.gif) no-repeat 0px 4px;
 padding:0px 0px 0px 10px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
 position:absolute;
 top:45%;
 z-index:9;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
 position:relative;
 z-index:9;
 cursor:pointer;
}
.nivo-controlNav a.active {
 font-weight:bold;
}
/* cosmetics */
.theme-default .nivoSlider {
 position:relative;
 background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
}
.theme-default .nivoSlider a {
 border:0;
 display:block;
}

.theme-default .nivo-controlNav {
 position:absolute;
 left:50%;
 bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
 display:none;
}
.theme-default .nivo-controlNav a {
 display:block;
 width:22px;
 height:22px;
 text-indent:-9999px;
 border:0;
 margin-right:3px;
 float:left;
}
.theme-default .nivo-controlNav a.active {
 background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
 display:block;
 width:25px;
 height:36px;
 background:url(./images/banner_arrows.png) no-repeat;
 text-indent:-9999px;
 border:0;
}
.theme-default a.nivo-nextNav {
 background-position:-25px 0;
 right:15px;
}
.theme-default a.nivo-prevNav {
 left:15px;
}
.theme-default a.nivo-nextNav:hover {
 background-position:-25px -36px;
}
.theme-default a.nivo-prevNav:hover {
 background-position:0px -36px;
}



.product_diplay{
width:1150px;
overflow:hidden;
margin-top: 50px;
}

.product_diplay ul{
margin:0;
padding:0;
}
.product_diplay ul li{
list-style:none;
float:left;
border-bottom: 1px solid #E0E3E5;
border-right: 1px solid #E0E3E5;
width:266px;
height:210px;
padding:40px 10px 20px 10px;
background:#fff;
text-align:center;
}
.product_diplay ul li:hover {
    box-shadow: 0 0 29px #EFEFEF inset;
}
.product_diplay ul li p{
margin:0;
text-decoration:none;
font-size:14px;
color:#222222;
text-align:center;
font-weight:bold;
display:block;
text-transform:uppercase;
}

.product_diplay ul li a{
text-decoration:none;
font-size:14px;
color:#222222;
text-align:center;
font-weight:bold;
display:block;
}
.product_diplay ul li a img{
margin-top:20px;
height:160px;
}
.brd_top{
border-top: 1px solid #E0E3E5;
}


/******** Exide Battery   **********/

.product_detail {
    margin-top: 70px;
    overflow: hidden;
    width: 1150px;
}
.box_one {
	border-radius: 5px 5px 5px 5px;
	border:1px solid #E0E3E5;
	margin: 0px 0 0 25px;
	width: 300px;
	float:left;	
	text-align:center;
	padding:5px 0;	
}
.box_one img {
	margin: 25px 0 0 0;
	width: 130px;
}
.box_one a {
	display: block;
	height: 180px;	
}
.box_one h5 {
	text-align:justify;
	font-style:normal;
	margin: 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.box_one h5 a {
	text-decoration:none;
	color: #000000;
}
.specificationarea {
	margin: 20px 0 0;
}
.box_one p {
	margin: 38px 0 0;
}
.boxarea {
	width: 1150px;
	overflow:hidden;
	margin-bottom:20px;
}
.boxarea ul{
margin:0;
padding:0;
}
.boxarea ul li{
list-style:none;
width:1129px;
float:left;
}
.boxarea ul li table{
background: none repeat scroll 0 0 #F4F4F4;
border:1px solid #E0E3E5;
}
.boxarea ul li table tr{
border:1px solid #E0E3E5;
}
.boxarea ul li table tr.tbrd td{
border-bottom:0;
}
.brdrit{
border-right:0!important;
}
.boxarea ul li table tr td{
    border-bottom: 1px solid #E0E3E5;
    border-right: 1px solid #E0E3E5;
    padding: 4px;
    text-align: center;
}
.boxarea ul li h2{
   color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 15px 24px;
	display:block;
}
.rytboxarea {
    float: left;
    height: 178px;
    margin: 0 0 0 10px;
    width: 790px;
}

/*************  Power House    *******************/
.power_house{
width:100%;
overflow:hidden;
}
.power_house ul{
margin:0;
padding:0;
}
.power_house ul li{
float:left;
list-style:none;
width:300px;
margin:15px 41px;
}
.power_house ul li:hover h2{
color:#CE0000;
}
.power_house ul li .box_one{
margin-bottom:10px;
margin-left:0;
}
.power_house ul li h2{
	 font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
	}
.specificationarea{
    line-height: 24px;
    margin-top: 15px;
}

.about{
padding:20px;
overflow:hidden;
}
.about h1{
text-align:center;
}
.content_subpge{
width:50%;
float:left;
}
.address{

float:left;
}
.map{
border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 2px 2px #545454;
	}
.abt_con{
background:url(images/footer_top.png) repeat-x 0 0;
border:1px solid #ddd; border-radius:5px; padding:20px;
}	

ul.sitelinks{   list-style: none outside none;
    margin: 0;
    padding-left: 0;}
	ul.sitelinks h2{  border-bottom: 2px solid;
    clear: both;
    color: #FF4500;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 10px 0;}	
	ul.sitelinks li{ margin:0; padding:7px 0; border-bottom:1px solid #999;}
	
	ul.sitelinks li:hover{ background:#FAF0E6; font-weight:bold;}
	
	ul.sitelinks li a{color: #000000;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.3em;
    padding-left: 0;
    text-decoration: none;
   }