﻿body
{
	background-image: url(../images/testbaground.png); /*background-size:95%;*/ /*background-size: 1370px 630px;*/
	background-size: 1370px 630px;
	background-position: top center;
	background-repeat: no-repeat;
}

#page
{
	width: 960px;
	margin: 0 auto;
}
#page .header
{
	float: left;
	width: 100%;
	height: 75px;
}
#page .header .logo
{
	float: left; /* padding-top: 10px;*/
}
#page .header .logo1
{
	float: right;
	padding-top: 10px;
}
#page .header .h_Right
{
	float: right;
}
#page .header .h_Right .menu
{
	background: url(../images/menu_left.jpg) no-repeat;
	width: 534px;
	height: 42px;
}
#page .header .h_Right .menu a
{
	/*padding:4px 1px 8px 23px;*/
	float: left;
	color: #fff;
	font-size: 15px;
}



.banner1
{
	width: 100%;
	background: url(../images/Background.png) center top no-repeat;
}
.aboutus
{
	width: 960px;
	margin: 0 auto;
}
.aboutus .breadcrum
{
	width: 100%;
	height: 45px;
	color: #fff;
	line-height: 45px;
}
.aboutus .breadcrum .leftbread
{
	float: left;
}
.aboutus .breadcrum .leftbread a
{
	color: #fff;
}
.aboutus .breadcrum .rightbread
{
	float: right;
	padding: 0 0 0 6px;
	background: url(../images/wishlist-bg.png) no-repeat 0 0; /*width:236px;*/
	height: 25px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
.rightbread .leftCurve
{
	padding: 0 6px 0 0;
	background: url(../images/wishlist-bg.png) no-repeat 100% -52px; /*width:236px;*/
	height: 25px;
}
.rightbread .midBg
{
	padding: 0 10px;
	background: url(../images/wishlist-bg.png) repeat-x 0 -26px; /*width:236px;*/
	height: 25px;
}
.aboutus .breadcrum .rightbread span
{
	color: #d71920;
	font-weight: bold;
}
.aboutus .abtinner
{
	background: #fff;
	width: 950px; /*float:left; padding:20px; min-height:520px;*/
}
.aboutus .abtinner .leftnav
{
	width: 230px;
	float: left;
}
.aboutus .abtinner .leftnav hr
{
	border-bottom: 1px solid #d7d7d7;
	font-size: 24px;
	color: #46697e;
	font-weight: normal;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.aboutus .abtinner .leftnav li
{
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.aboutus .abtinner .leftnav li a
{
	color: #333;
	background: url(../images/arrow.jpg) no-repeat left 5px;
	padding-left: 10px;
}
.aboutus .abtinner .leftnav li a:hover
{
	text-decoration: none;
	color: #d71920;
	font-weight: bold;
	background: url(../images/arrow_over.jpg) no-repeat left 5px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.aboutus .abtinner .leftnav li a.active
{
	text-decoration: none;
	color: #d71920;
	font-weight: bold;
	background: url(../images/arrow_over.jpg) no-repeat left 5px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.maincontent
{
	float: right;
	width: 667px;
}
.maincontent h3
{
	font-size: 24px;
	border-bottom: 1px solid #d7d7d7;
	font-weight: normal;
	padding-bottom: 6px;
	margin-bottom: 10px;
	color: #34a6c1;
}
.maincontent h3 span
{
	color: #d71920;
}
.maincontent p
{
	line-height: 18px;
	color: #333;
	margin-top: 15px;
	text-align: justify;
}
#nav
{
	width: 100%;
	background: url(../images/menu_left.jpg) no-repeat;
	width: 534px;
	height: 42px;
}
#nav li
{
	float: left;
	position: relative;
	padding: 5px 0px 0px 13px;
	z-index: 2000;
}
#nav a
{
	display: block;
	padding: 5px 8px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover
{
	color: #34a6c1;
	background: #6b0c36;
	text-decoration: none;
}



#button
{
	padding: 0;
	background: url(../images/testlaljiM.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 580px;
	height: 30px;
}

.clearfix:after
{
	display: block;
	clear: both;
}
.menu-wrap
{
	width: 100%; /*box-shadow:0px 1px 3px rgba(0,0,0,0.2);     background:#CC3300;*/
}
.menu
{
	width: 1000px;
	margin: 0px auto;
}
.menu li
{
	margin: 0px;
	list-style: none;
	font-family: 'Ek Mukta';
}

.menu a
{
	transition: all linear 0.15s;
	color: #CC3300;
}

.menu li:hover > a, .menu .current-item > a
{
	text-decoration: none;
	color: #CC3300;
}

.menu .arrow
{
	font-size: 11px;
	line-height: 0%;
}

/*----- Top Level -----*/
.menu > ul > li
{
	float: left;
	display: inline-block;
	position: relative;
	font-size: 19px;
}

.menu > ul > li > a
{
	padding: 10px 40px;
	display: inline-block;
	/*text-shadow: 0px 1px 0px rgba(0,0,0,0.4);*/
}

.menu > ul > li:hover > a, .menu > ul > .current-item > a
{
	background: #2e2728;
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu
{
	z-index: 1;
	opacity: 1;
}

.sub-menu
{
	width: 160%;
	padding: 5px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.15s;
	/*box-shadow: 0px 2px 3px rgba(0,0,0,0.2);*/
	background: #CC3300;
}

.sub-menu li
{
	display: block;
	font-size: 16px;
}

.sub-menu li a
{
	padding: 10px 30px;
	display: block;
}

.sub-menu li a:hover, .sub-menu .current-item a
{
	background: #CC3300;
}

#button li
{
	display: inline;
}
#button li a
{
	font-family: Arial;
	padding: 10px;
	padding: 5px 7.8px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#button li a:hover
{
	background-color: #CC3300;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 2px solid #CC3300;
	margin-top: -2px;
	padding-bottom: 12px;
}

/*----- Top Level -----*/
.button > ul > li
{
	float: left;
	display: inline-block;
	position: relative;
	font-size: 19px;
}

.button > ul > li > a
{
	padding: 10px 40px;
	display: inline-block;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

.button > ul > li:hover > a, .menu > ul > .current-item > a
{
	background: #CC3300;
}

/*----- Bottom Level -----*/
.button li:hover .sub-menu
{
	z-index: 1;
	opacity: 1;
}

#button.sub-menu
{
	width: 160%;
	padding: 5px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.15s;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	background: #CC3300;
}

.sub-menu li
{
	display: block;
	font-size: 16px;
}

.sub-menu li a
{
	padding: 10px 30px;
	display: block;
}

.sub-menu li a:hover, .sub-menu .current-item a
{
	background: #CC3300;
}

.footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px; /*background: url(../images/make.png) no-repeat; width:534px; height:42px;*/ /*width:100%; margin:0 auto;/*background:#d71920;line-height:40px; height:40px; color:#fff; font-size:11px;*/
}
.footerContainer
{
	position: relative;
	width: 100%;
	height: 100px;
}

.footerMake
{
	float:left;
	background: url(../images/make.png) no-repeat;
	width: 54px;
	height: 52px;
	margin-left:10px;
	position: Relative;
	vertical-align: bottom;
}
.footerfssai
{
	
	float:left;
	background: url(../images/fssailogo.png) no-repeat;
	width:200px;
	height:42px;
	top:15px; /* Position element */
	left: 0px;
	bottom: 0px; /* Position element */
	position: Relative;
	vertical-align: bottom;
}
.footerAllRightsReserved
{
	float:left;margin-top:30px;width:65%;text-align:center;color:White; font-size:larger;
 
}
.footerSocialFacebook a
{
	float:right;
	background: url(../images/fb_logo.png) no-repeat;
	width: 55px;
	height: 42px;
	top: 10px; /* Position element */
	left: 0px;
	bottom: 0px; /* Position element */
	position: Relative;
	vertical-align: bottom;
}
.powerdby
{
	float:right;width:15%;text-align:right;font-size:medium;margin-top:-10px;
}

.bottomleft
{
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-size: 18px;
}
