@charset "utf-8";
/* Santosh Vastrakar */
*
{
border:0px;
margin:0px;
padding:0px;


}
i{
	color: #0066FF;
}
body{
	background-image: url(../images/hh.jpg);
	background-repeat: repeat;
	background-color: #ffffff;
	font-family: Arial, "Trebuchet MS", Verdana;
}
h1{
	color: #003474;
	font-size: 25px;
	padding-top: 1em;
	padding-left: .4em;
	font-weight: lighter;
	padding-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sub-heading {
	clear: both;
	padding-left: .8em;
}

h2{
	color: #FFFFFF;
	font-size: 34px;
	padding-top: 1em;
	padding-left: .6em;
	font-weight: lighter;
}
p{
	color: #262628;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	font-size: 13px;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
.header_left_panel {
	float: left;
	width: 400px;
}
.header_right_panel {
	float: right;
	width: 250px;
}
#menu_box {
	height: 38px;
	background-color: #e6e6dc;
	padding-top: 2px;
	padding-bottom: 2px;
}


#menu {
	width:800px;
	float: left;
	padding-top: 2px;
	padding-left: 1em;
}
#menu .bg_none {background:none;padding-right:0;margin-right:0}
#menu li a {
	display:block;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	float: none;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/mnu_bg.jpg);
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
	border-radius:20px;
	width: 70px;
	text-align: center;
}
#menu li a:hover, #menu #menu_active a {
	color:#FEB914;
	z-index: 99;
}
#menu li{
	display: inline;
	list-style-type: none;
	position: relative;
	float:left;
	background:url(../images/menu_line.gif) right 18px no-repeat;
	padding-right:20px;
	
}
#menu li ul{
	display: none;
	z-index: 999999;
}
#menu li:hover ul{
	position: absolute;
	width: 80px;
	top: 3px;
	display: block;
	margin-top: 2em;
}
#menu li:hover ul li a{
	line-height:35px;
	color: #FFFFFF;
	display: block;
	height: 35px;
	width: 88px;
	text-align: left;
	font-size: 13px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
	
}
#menu li:hover ul li a:hover{
	color: #FFFFFF;
}
#box_wrapper {
	clear: both;
	height: 250px;
}
.bdy_cnt {
	background-color: #FFFFFF;
	float: left;
	width: 750px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e7e9;
	border-bottom-color: #e6e7e9;
	border-left-color: #e6e7e9;
}
.bdy_hr {
	float: left;
	height: 250px;
	width: 3px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 2em;
}
.bdy_left_panel {
	float: left;
	width: 500px;
}
.bdy_right_panel {
	float: right;
	width: 390px;
}
ul.list_index{
	list-style-type: none;
}
.list_index li{
	padding-bottom: .5em;
	padding-left: 1.5em;
}
.list_index a{
	color: #0075C5;
	text-decoration: none;
	font-size: 13px;
}
.list_index a:hover{
	color: #FEB914;
}
#footer {
	height: 70px;
	clear: both;
	background-color: #E6E6DC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.more{
	height: 30px;
	background-color: #FF0000;
	background-image: url(../images/more.jpg);
	background-repeat: repeat-x;
	width: 80px;
	line-height: 30px;
	text-align: center;
	float: right;
	-moz-border-radius:25px;
	-webkit--border-radius:25px;
	border-radius:25px;
	cursor:pointer;
	margin-right: 1em;
}
.more a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.more a:hover{
	color: #FEB914;
}
#mycarousel a{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
#mycarousel a:hover{
	color: #999999;
}.company {
	height: 15px;
}
.company p{
	padding: 0px;
	font-size: 11px;
	background-color: #117BB5;
	color: #5DA7CE;
}
.bdy_left_panel1{
	float: left;
	width: 250px;
	margin-right: 0.4em;
	margin-top: 1em;
}
.bdy_right_panel1{
	width: 630px;
	float: right;
	margin-top: 1em;
}
ul.list1{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1.2em;
}
.list1 li{
	font-size: 12px;
	padding-bottom: .2em;
	font-weight: bold;
}
.clear{
	clear: both;
	height: 10px;
}
.img-box-left {
	float: left;
	width: 150px;
	padding-left: 0.5em;
	padding-top: 1em;
}
.cnt-img-right {
	float: right;
	width: 430px;
	margin-right: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.wrap-product {
	clear: both;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: 1px solid #9BC9E0;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.dosage {
	margin-right: 1em;
	margin-left: 1em;
	background-color: #F4F4F4;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	clear: both;
}
.map-wrap {
	float: right;
	width: 300px;
	margin-right: 1em;
}
.wrap-map-left {
	float: left;
	width: 300px;
}
.wrap-map-left p{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ten-box {
	float: left;
	width: 184px;
	height: 134px;
	margin-left: 3em;
}
.ap{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1em;
}