@charset "utf-8";
/* CSS Document */

/************************* Embed Fonts *************************/
@font-face {
    font-family: 'swis721_cn_btroman';
    src: url('swissc-webfont.eot');
    src: url('swissc-webfont.eot?#iefix') format('embedded-opentype'),
         url('swissc-webfont.woff') format('woff'),
         url('swissc-webfont.ttf') format('truetype'),
         url('swissc-webfont.svg#swis721_cn_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************* Main Body *************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
	line-height: 21px;
	margin: 0px;
	background-color: #629F7B;
	}

img {
	border: 0px;
	}

a {
	color: #4E86DD;
	text-decoration: none;
	}

a:hover {
	color: #4E86DD;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style: none;
	list-style-type: none;
	}

* {
	outline: none;
	}

/************************* Main Container *************************/
#container {
	width: 100%;
	float: left;
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
}

/************************* Sub Container *******;******************/
#containerSub {
	width: 940px;
	margin: 0 auto;
}

/************************* Header *************************/
#header {
	width: 940px;
	margin: 0 auto;
}

#navTopL {
	font-family: 'swis721_cn_btroman';
	font-size:  24px;
	color: #fff;
	font-weight: normal;
	margin-top: 96px;
	overflow: visible;
	width: 390px;
	float: left;
}

#navTopL ul { 
	float: left;
    list-style: none;
	z-index: +99999
}

#navTopL ul li {
	display: block;
	position: relative;
	float: left;
}

#navTopL ul li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-decoration: none;
}

#navTopL ul li a:hover { 
	color: #fff;
	text-decoration: none;
	background-color: #555555;
	visibility:visible;
}

#logo {
	text-align: center;
	float: left;
}

#navTopR {
	font-family: 'swis721_cn_btroman';
	font-size:  24px;
	color: #fff;
	font-weight: normal;
	margin-top: 96px;
	overflow: visible;
	width: 375px;
	float: right;
}

#navTopR ul { 
	float: right;
    list-style: none;
	z-index: +99999
}

#navTopR ul li {
	display: block;
	position: relative;
	float: left;
}

#navTopR ul li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-decoration: none;
}

#navTopR ul li a:hover { 
	color: #fff;
	text-decoration: none;
	background-color: #555555;
	visibility:visible;
}

/******************* Banner *******************/
#bannerArea {
	width: 100%;
	height: 498px;
	float: left;
	background-color: #629F7B;
	overflow: hidden;
}

#bannerArea2 {
	width: 1920px;
	height: 498px;
	margin: 0 auto;
}

#banner {
	width: 1920px;
	margin: 0 auto;
}

/******************* Center Area *******************/
#centerArea {
	width: 100%;
	float: left;
}

#center {
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
	padding: 25px 0 0 0;
}

#box {
	width: 890px;
	padding: 0 25px 25px 25px;
	float: left;
	background-color: #fff;
}

#box2 {
	width: 890px;
	padding: 25px;
	background-color: #EEEEEE;
	float: left;
}

#box3 {
	width: 890px;
	padding: 0 25px 25px 25px;
	background-color: #fff;
	float: left;
}

.rounded {
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.button1 {
	  font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 1;
      color: #fff;
	  padding: 10px;
	  line-height: 20px;
	  background-color: #E1775F;
	  border-bottom: #4E7F62 5px solid;
	  display: inline-block;
}

.button1 a {
	  color: #fff;
	  text-decoration: none;
}

.button1 a:hover {
	  color: #fff;
	  text-decoration: none;
}
		
/*----------------- Headings -----------------*/
h1 {
	font-family: 'swis721_cn_btroman';
	font-size: 25px;
	color: #619F7A;
	font-weight: normal;
	padding: 0 0 20px 25px;
}	

h2 {
	font-family: 'swis721_cn_btroman';
	font-size: 22px;
	color: #525252;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	font-family: 'swis721_cn_btroman';
	font-size: 22px;
	color: #619F7A;
	font-weight: normal;
	padding-bottom: 10px;
}

h4 {
	  font-family: 'swis721_cn_btroman';
      font-size: 21px;
      font-weight: normal;
      color: #fff;
	  background-color: #4E7F62;
	  padding: 10px;
	  margin-bottom: 10px;
    }

.table-pad	{
	padding: 5px;
	border-bottom: #F1F1F1 3px solid;
	}
		
/*----------------- List -----------------*/
#list {
	padding: 0px 0 0 0px;
}

#list li {
	color: #525252;
	list-style: none;
	background-image: url(../images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 15px;
	margin-bottom: 4px;
	float: left;
	width: 250px;
}

/******************* Banner *******************/
#footerArea {
	width: 100%;
	float: left;
	height: 50px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	height: 59px;
	color: #fff;
	padding-top: 15px;
	background-image: url(../images/bg-pushpa-logo.png);
	background-repeat: no-repeat;
	background-position: left;	
}





