/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* form classes */

form {
    margin-bottom: 0px;
}

input, textarea, select {
    border-style: solid;
    border-width: 1px;
}

.no-border {
    border-style: solid;
    border-width: 0px;
}


/* page default settings */

body, td {
    font-family: arial, verdana, helvetica;
    color: #333;
    font-size: 12px;
    line-height:1.4em;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #2c650a;
    /*margin-top: 5px; Commented By Subodh*/
    margin-top: 20px;
    margin-bottom: 15px;
}

.full-size-table {
    width: 850px;
    height: 100%;
}

.row1 {
    height: 5%;
    vertical-align : top;
    background-color: #fff;
}

.row2 {
    height: 90%;
    vertical-align : top;
    background-color:#fff;
}

.row3 {
    height: 5%;
    vertical-align : top;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover{
    color: #000;
}

b, strong {
    font-family: arial;
}

.pad-left{
    padding-left:  25px;
}

.pad-lefta{
    padding-left:  15px;
}

/* images */

.header {
    background-image: url("images/header.jpg");
    background-repeat : no-repeat;
}

.headera {
    background-image: url("images/header1.jpg");
    background-repeat : no-repeat;
}

.top-gred {
    /*background-image: url("images/top-gred.jpg"); Commented By Subodh */
    background-repeat : repeat-x;
}

.pass-box {
    background-image: url("images/pass-box.jpg");
    background-repeat : no-repeat;
}

.bullet {
    background-image: url("images/bullet1.gif");
    background-repeat : no-repeat;
    background-position: 25px 6px;
    padding: 2px 1px 3px 35px;
}

.bullet2 {
    background-repeat : no-repeat;
    background-position: 25px 6px;
    padding: 2px 1px 3px 35px;
}


.bulleta {
    background-image: url("images/bullet2.gif");
    background-repeat : no-repeat;
    background-position: left 6px;
    padding: 2px 1px 3px 12px;
}

/* links */

.top-nav a {
    font-family: arial;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding:6px 25px 7px 25px;
    display: block;
}

.top-nav a:hover{
    color: #fff;
    background-color: #6abde9;
}

.current {
    background-color: #6abde9;
}

.left-nav a {
    font-family: arial;
    color: #055382;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url("images/bullet.gif");
    background-repeat: no-repeat;
    background-position: 20px 8px;
    padding: 5px 5px 6px 31px;
    border-bottom: #fff 1px solid;
    display: block;
}

.left-nav a:hover{
    color: #2c650a;
    background-color: #8ae685;
}

/* background colours */

.blue {
    background-color: #2aa1df;
}

.bluea {
    background-color: #2c650a;
}

.blueb {
    /*background-color: #b5ddf5;    Commented by Subodh*/
    background-color: #d9f8c7;
}

.bluec {
    /*background-color: #3d75ac; Commented by Subodh */
    background-color: #21a31b;
}

.blued {
    background-color: #edfde3;
}

.bluee {
    background-color: #97d474;
}

.bluef {
    background-color: #a3ee9f;
}

.blueg {
    background-color: #e2f2f9;
}

.blueh {
    background-color: #bbe0f3;
}

.green {
    background-color: #f3fff3;
}

.greena {
    background-color: #bceff3;
}

.gray {
    background-color: #f8f8f8;
}

/* borders */

.left-right {
    border-left : #b7d9a3 1px solid;
    border-right : #b7d9a3 1px solid;
    padding: 0px 15px 0px 15px;
}

.left-top-right {
    border-left : #b7d9a3 1px solid;
    border-top : #b7d9a3 1px solid;
    border-right : #b7d9a3 1px solid;
    padding: 10px;
}

.top-right {
    border-top : #b7d9a3 1px solid;
    border-right : #b7d9a3 1px solid;
    padding: 5px 5px 5px 30px;
}

.top-righta {
    border-top : #b7d9a3 1px solid;
    border-right : #b7d9a3 1px solid;
}

.top {
    border-top : #b7d9a3 1px solid;
}

.right {
    border-right : #b7d9a3 1px solid;
}

.bottom {
    border-bottom : #b7d9a3 1px solid;
}

.left {
    border-left : #b7d9a31px solid;
}

.border {
    border : #b7d9a3 1px solid;
    padding: 10px 0 10px 0;
}
.gray-border {
    border : #ccc 1px solid;
    padding: 3px;
}

.blue-border {
    border : #bbe0f3 1px solid;
}

.blue-bordera {
    border : #125ea6 3px solid;
}

.white-border {
    border-right : #fff 1px solid;
}

/* text */

.blue-txt {
    /* color: #add6f0; Commented By Subodh*/
    color: #fff;


}

.blue-txta {
    color: #2c650a;
}

.blue-txtb {
    color: #317806;
}

.blue-txtc {
    color: #2c650a;
}

.blue-txtd {
    color: #2687b9;
}

.blue-txtd2 {
    font-size:larger;
    color: #2687b9;
}

.blue-txte {
    color: #406b84;
}

.white-txt {
    color: #fff;
}

.red-txt {
    color: #ff0000;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
    font-family: arial;
    margin: 0px;
    line-height: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 13px;
}

/* New Css by Subodh */

a img{
    border:none;
}
/* Modified By Abhi on 14 Jan 2012 */
#header_new{
    background-image: url('images/header_new_blank.jpg');
    width:850px;
    height:116px;
    background-position: 1px 1px;
    position:relative;
    padding:0px;

}

#Site_title{
	position:absolute;
	top:25px;
	left:28px;
	font-weight:bold;
	color:#000;
}

#Site_title h1{
	color:#005492;
	font-size:31px;
	letter-spacing:-1px;
	font-weight:bold;
	
}

/* Modification End here By Abhi on 14 Jan 2012 */
 
/* Modification on 19 Jan 2012 By Abhi */

#pharmaheading{
	width:651px;
	height:185px;
	background:url('images/home_001.jpg') no-repeat 0 0;
	position:relative;
}
#pharmaheading #heading{
	font-size:25px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:80px;
	left:230px;
	line-height:26px;
	text-shadow: 1px 1px #000;
}
#healthheading{
	width:651px;
	height:185px;
	background:url('images/homehealth_001.jpg') no-repeat 0 0;
	position:relative;
}
#healthheading #heading{
	font-size:30px;
	
	color:#fff;
	position:absolute;
	top:60px;
	left:40px;
	line-height:30px;
	font-family:"Times New Roman",Times,serif;
}
 
#communityheading{
	width:651px;
	height:185px;
	background:url('images/communitylinks_001.jpg') no-repeat 0 0;
	position:relative;
}
#communityheading #heading{
	font-size:25px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:110px;
	left:180px;
	line-height:26px;
	text-shadow: 1px 1px #555;
}
  

.clearfloats{
    clear:both;
}
ul#top-navigation{
    list-style: none;
    margin:0px;
    position:absolute;
    right:30px;
    top:0px;
}
ul#top-navigation li{
    float:left;
    margin-left:6px;
    color:#fff;
    display:inline;

}
ul#top-navigation li a:link{
    float:left;
    color:#fff;
    border-right: 1px solid #fff;
    padding-right:6px;
    line-height: 14px;
    display:inline;
    margin-top: 10px;
}

ul#top-navigation li a:hover{
    color:#024E99;
    border-right: 1px solid #fff;
}

ul#top-navigation li a:visited{
    float:left;
    color:#fff;
    border-right: 1px solid #fff;
    padding-right:6px;
    line-height: 14px;
    display:inline;
    margin-top: 10px;

}

ul#top-navigation li a.onpage{
    color:#317806;
    border-right: 1px solid #fff;
}


.top_menu_last_item{
    border-right: 0px solid #fff !important;
}

#top-secondry-nav{
    height:40px; width:100%; background:#21a31b; border-top: 1px solid #fff; border-bottom: 1px solid #fff;
}
#top-secondry-nav ul{
    margin-left:200px;
    margin-top:0px;
    list-style: none;
    padding-left: 0px;

}
#top-secondry-nav ul li{
    padding:10px 30px 10px 30px;
    float:left;
    text-align: center;
}
#top-secondry-nav ul li:hover{
    background-color: #fe8d00;
}
#top-secondry-nav ul li.selected{
    background-color: #fe8d00;
}


#top-secondry-nav ul li a{
    font-size: 18px;
    font-weight: bold;
    color:#fff;

    text-align: center;
}


#sidebar{
    width:200px;
}
#content-area{
    width:650px;
}
#home-featured-data{
    margin:10px 0px 18px 18px;
}
#home-featured-data a img{
    margin-right:3px;
    margin-bottom:5px;
}
#sidebar_new{
    /* width:185px;*/
    width:200px;
    padding:0px;
    margin-top:20px;
}
#sidebar_menu{
    /* width:185px;*/
    width:200px;
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
#sidebar_menu li{
    position:relative;
    z-index: 9;
    /*    padding-left: 30px;
        margin: 3px 0px;
        padding-top:4px;
        padding-bottom: 4px;
        width:200px;*/
}
#sidebar_menu li ul{
    position:absolute;
    left:160px;
    top:0px;
    display:none;
    width:200px;
    list-style:none;
}

#sidebar_menu li a {
    display: block;
    text-decoration: none;
    color:#000;
    background-color:#d9f8c7;
    padding: 5px;
    padding-left:30px;
    border-bottom: 0;
    z-index:1;
}
#sidebar_menu li ul li a {
    z-index:2;
}	

#sidebar_menu li a:hover{
    background-color: #21a31b;
    border-left: 1px solid #bbfbb8;
    color:#CFE9F8;
}

#sidebar_menu li:hover ul { display: block; }	
/* Fix IE. Hide from IE Mac \*/
* html #sidebar_menu li { float: left; }
* html #sidebar_menu li a { height: 1%; }

/* End */
#sidebar_menu li:hover ul{ 
    display: block; }

#sidebar_menu li.over ul {
    display:block;
}

.sidebaritem{
    margin-left:15px;
    margin-top:10px;
}
.intro{
    width:550px;
    margin-left:50px;
    color:#2c650a;
    text-align:left;
    position:relative;
    z-index:0;
}
#featured-product{
    margin-left:20px;
}
#featured-coupon{
    margin-left:15px;
}
#about-page h1,h2,h3{
    color:#2c650a;
}
#about-page{
    padding:30px 50px;
    color:#2c650a;
}
#misc-page{
    padding:30px 50px;
}
#misc-page h2{
    color:#2c650a;

}

#misc-page .arrowed{
    list-style-position: outside;
    list-style-image: url('images/arrow_blue_dotted_r.gif');
    text-indent:5px;
    padding-left:15px;
}
.boldblue{
    color:#2c650a;
    font-size:13px;
    font-weight:bold;
}
.arrowed{
    list-style-position: outside;
    list-style-image: url('images/arrow_icon.gif');
    text-indent:5px;
    padding-left:15px;
}
#links-page{
    padding:30px 50px;
    background:#fff url('images/helpful-links.jpg') no-repeat right 100px;

}
#links-page hr{
    color:#eaeaea;
}

#links-page a{
    text-decoration:underline;
    line-height:20px;
    color:#000;
}
#products-page{
    padding:30px 0px 30px 20px;

}
#products-page td{
	width:200px;
    padding:5px;
    text-align:center;
    line-height:15px;
    border-top:1px solid #CFE9F8;
    padding-bottom:20px
}
.price{
    text-align:center;
}

#coupons-page{
    padding:30px 50px;
}

#login-page{
    padding:30px 10px;
}


#login-page-bottom{
    padding:30px 0px 30px 30px;
}
#login-page-bottom p{
    width:600px;
}
.coupon{
    width:280px;
    border:2px dashed #000;
    float:left;
    margin-left:10px;
    padding:10px;
    margin-bottom:10px;


}
.coupon img{
    float:right;
    margin-left:10px;
}

#login-box{    
    width:600px;
	width:632px\9;
    height:144px;
	height:194px\9;
	background:#fff url(images/login.jpg) no-repeat;
    padding-top:50px;
    padding-left:30px;
    padding-right:0px;	
	display:block;
}


.label{
    width:100px;
    float:left;
    color:#000;
}
#login-box input{
    margin-bottom:4px;
    border:1px solid #ddd;

}

.blue-txt  a{
    color: #2c650a;
}
.blue-txt a:hover, a:visited, a:link, a:active{
    color: #000;
}
