
*{margin:0; padding:0;}
/* RESET STYLES */

html,body,div,h1,h2,h3,h4,h5,h6,p,img,
dl,dt,dd,ol,ul,li,caption,form,fieldset,
embed,object,applet {
  margin: 0;
  padding: 0;
  border: 0;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



body{background:#ffffff;margin: 0px; font-family:Arial, Helvetica, sans-serif; color:#555555;font-size:12px; }

/* text Css */
a:focus {outline: 0px dotted;}
hr {border: 0 #ccc solid;border-top-width: 1px;	clear: both;height: 0;}
ul, ol{margin:0 10px;}
li{font-size:12px;}
table, td{font-size:12px;}
table{width:100%;}
table{margin:10px auto;}
table td{padding:5px 10px;}


/* fonts */
h1 {font-size: 22px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:28px;}
h2 {font-size: 20px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:26px;}
h3 {font-size: 18px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:24px;}
h4 {font-size: 16px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:22px;}
h5 {font-size: 14px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:20px;}
h6 {font-size: 12px; margin:0; margin-bottom:5px; padding:5px 0; font-weight:bold; color:#000; line-height:18px;}
p{font-family:Arial, Helvetica, sans-serif;font-size:14px;padding:5px 0;text-align:left; line-height:19px; color:#555555}
small{font-family: Tahoma,Arial, Helvetica, sans-serif;font-size:8pt;color:#999999;}

/* images and misc. */

img{ border: none; padding: 0px; }
img a{border:none;}
img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

blockquote{	border-left:1px solid #A5ABAB;margin:15px;padding:0 12px 0 12px;}
code{margin:10px;font-family:"Courier New", Courier, monospace;}

/* links */
a:link, a:visited, a:active{color:#96c612;text-decoration:none;border: none;	}
a:hover{color:#231f20;text-decoration: none; border: none;}
a.one:link, a.one:active, a.one:visited{color: #cd9227;	text-decoration:none;border: none;}
a.one:hover{color: #231f20;text-decoration: none; border: none;}
a.dt:link, a.dt:active, a.dt:visited{color: #555;text-decoration:none;border: none;}
a.dt:hover{color:#a6ce39;text-decoration: underline; border: none;}
a.rmr:link, a.rmr:active, a.rmr:visited{color: #bcbcbc;text-decoration:none;border: none; background:#f4f4f4; font-size:11px; padding:3px 10px;-webkit-border-radius: 2px;
-moz-border-radius: 2px; border-radius: 2px;}
a.rmr:hover{color:#fff;text-decoration: underline; border: none; background:#a6ce39}
a.two:link, a.two:active, a.two:visited{color: #000;	text-decoration:none;border: none;}
a.two:hover{color: #c9280c;text-decoration: none; border: none;}
a.viewall:link, a.viewall:active, a.viewall:visited{color: #fff;	text-decoration:none;border: none; display:block; padding:8px 0; text-align:center; background:#93B731; text-transform:uppercase;font-weight: bold;}
a.viewall:hover{color: #fff;text-decoration: none; border: none; background:#a6ce39}
a.rmr1:link, a.rmr1:active, a.rmr1:visited{color: #bcbcbc;text-decoration:none;border: none; background:#fff; font-size:11px; padding:3px 10px;-webkit-border-radius: 2px;
-moz-border-radius: 2px; border-radius: 2px;}
a.rmr1:hover{color:#fff;text-decoration: underline; border: none; background:#a6ce39}
a.four:link, a.four:active, a.four:visited{color: #000;	text-decoration:none;border: none;}
a.four:hover{color: #006666;text-decoration: none; border: none;}

/* container */
.wrapper{width:100%; float:left;}
.container {width: 960px;margin: 0 auto;padding: 0px;color:#333;}
.icontainer {width: 100%;margin: 0px;padding: 0px;color:#333; float:left;}
.full{width:100%; float:left;}
.txtrt{text-align:right;}
.txtcenter{text-align:center;}

/* header */
.sdp_header_home{width:100%; float:left; height:490px; background:url(images/bg.jpg) no-repeat top center;}
.sdp_header_in{width:100%; float:left; height:130px;}
.sdp_head{width:100%; float:left; height:130px;}
.sdp_logo{width:25%; float:left; padding-top:10px;}
.top_contact_menu{width:75%; float:right;}
	.top_contact{width:100%; float:left; padding:0px 0; text-align:right}
	.web_title{margin:0; padding:0; font-size:20px; line-height:26px;}
	.web_title a{ color:#000;}
	.sdp_contact{padding:0px 0; margin-bottom:25px;}
	.social{float:right; margin:0 10px; padding-top:3px;}
	.search{float:right; margin:0 10px; padding-top:8px;}
	.homeemail{float:right; margin:0 10px; padding-top:10px; line-height:22px;} 
	.home_number{float:right; margin:0 10px; padding-top:10px; line-height:22px;}
	.homeemail img, .home_number img{float:left; margin-right:5px;}
	
.sdp_banner{width:100%; float:left; height:330px;overflow:hidden}
.sdp_banner_wrapper{width:720px; float:right; margin-right:40px;}
.shadow{-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.75); margin-bottom:20px;}
.navigation{margin:20px 0 !important; width:100%; float:left; text-align:center}
	
/* Menu */
.sdp_menu{width:100%; float:left; background:#93b731;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border:1px solid #fff}

#menu-main-menu, #menu-main-menu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:70;font-weight:bold; float:left; font-family:Geneva, Arial, Helvetica, sans-serif;}
#menu-main-menu a {display:block; padding:11px 12px 11px 12px; color:#fff;text-decoration:none; font-size:13px;-webkit-transition:color .2s linear,background .2s linear;-moz-transition:color .2s linear,background .2s linear;-o-transition:color .2s linear,background .2s linear;transition:color .2s linear,background .2s linear; }
#menu-main-menu li {float:left; position:relative;}
#menu-main-menu ul {position:absolute; display:none; width:200px; top:38px; left:0px;}
#menu-main-menu ul a {border-left:1px solid #96b83b;border-right:1px solid #96b83b;  padding:7px 10px; text-transform:none; font-size:12px;}
#menu-main-menu li ul {border-top:1px solid #96b83b; width:222px;}
#menu-main-menu li ul a {width:200px; height:auto; float:left;  border-bottom:1px solid #96b83b;}
#menu-main-menu ul ul {top:auto;}
#menu-main-menu li ul ul {left:200px; margin:0px 0 0 21px; top:-1px }
#menu-main-menu li:hover ul ul, #menu-main-menu li:hover ul ul ul, #menu-main-menu li:hover ul ul ul ul {display:none;}
#menu-main-menu li:hover ul, #menu-main-menu li li:hover ul, #menu-main-menu li li li:hover ul, #menu-main-menu li li li li:hover ul {display:block;}

ul#menu-main-menu li:hover a {background:#7a9f14 ;color:#fff;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border:1px solid #7a9f14 ; }
ul#menu-main-menu li:hover li a { background-color:#7a9f14; background-image:none; color:#fff;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border:1px solid #7a9f14; }
ul#menu-main-menu li:hover li a:hover{color:#fff; background:#63950c;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border:1px solid #7a9f14;}

#menu-main-menu .current-menu-item a, #menu-main-menu .current-page-ancestor a, #menu-main-menu .current-menu-ancestor a, #menu-main-menu .current-post-ancestor a{background:#63950c; color:#fff;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; border:1px solid #63950c;}

.menu-footer-menu-container{width:100%; float:left; text-align:center; margin-bottom:0px;}
#menu-footer-menu ul { margin: 0;padding:0px 5px 0 5px;list-style:none; text-align:center;}
#menu-footer-menu li { display:inline;margin:0;padding:0;cursor:pointer;}
#menu-footer-menu li a { padding:0px 10px 0px 10px; color:#FBFBFB;text-decoration:none; font-size:12px; margin:0; font-weight:bold}
ul#menu-footer-menu li:hover a {color:#a6ce39; text-decoration:underline  }
#menu-main-menu .menu-item-home a, #menu-footer-menu .menu-item-home a{border-left:0;}
#menu-main-menu .menu-item-home a{-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}

/* breadcrumb */
.breadcrumb{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #999; width:100%; padding:0px 0 5px 0; font-weight:normal; border-bottom:1px dotted #fff; }
.breadcrumb a{color:#666;}
.breadcrumb a:hover{color:#000; text-decoration:underline}

/* Footer */
.aha_footer{width:100%; float:left; background:#242021; padding:15px 0; text-align:center; font-size:11px; color:#999;border-bottom:2px solid #a6ce39}
.copyright{color:#999; padding-top:15px;}
.textcenter{text-align:justify; padding-right:25px;}

/*Content Box */
#cnt{float:left;width: 100%;color: #333;min-height: 400px; background:#F9FFBB; -webkit-box-shadow: 0px -2px 12px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    0px -2px 12px 0px rgba(50, 50, 50, 0.43);
box-shadow:         0px -2px 12px 0px rgba(50, 50, 50, 0.43);}
.welcometxt{width:70%; float:left; text-align:center; border-bottom:1px solid #fff; padding-bottom:15px;}
.leafbox{width:30%; float:right; margin-top:-19px;}
.welcomeh2{ color:#000; font-size:33px; line-height:26px; font-weight:bold; margin:25px 0 2px 0; padding:0; text-align:center;  font-family:Georgia, "Times New Roman", Times, serif}
.sdpsubtxt{font-size:20px; line-height:22px; font-weight:bold; color:#618431; text-align:center; margin:0;}
.pharmacy{width:31%; float:left; margin-top:10px;}
.specialities{width:31%; float:left; margin:0 20px;  margin-top:10px;}
.kalpoasana{width:33%; float:right;}
.pharmacytext{width:350px; float:right; min-height:100px; margin-top:10px;}
.pharmacytextfull{width:140px; float:right; background:#fff; min-height:100px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left:40px; border:1px solid #eee; padding-bottom:10px;}
.pharmacytextfull1{width:150px; float:right; background:#fff; min-height:100px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left:60px; border:1px solid #eee; padding-bottom:10px;}
.homeicon{margin:-5px 0 0 0; padding:0; float:left; position:absolute;}
.pharmacy1{font-size:18px; line-height:22px; color:#231f20; margin:10px 0 0 0; padding:0;}
.pharmacy2{ font-size:12px; line-height:16px; color:#d76b2a;}
.brdr10{-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.inleaf{ float:right; margin-top:-40px; position:absolute}
.inpage_bg{background:url(images/bg2.png) repeat-y left; width:100%; float:left}
.headclass{font-size:30px; line-height:36px; font-weight:bold; color:#232021}

/*left Sidebar */
#leftsdbr{float:left;margin:0px 0;width: 200px;color: #000;min-height: 200px;5px 10px; margin-top:20px;}
.lsdbx{float:left;margin:0px 0 10px 0;width: 100%;color: #000;min-height: 100px; }
.lsdbx ul{ padding:0 0 0 20px; font-size:10pt;}

/*left Sidebar */
#rightsdbr{float:right;margin:0px 0;width: 200px;color: #000;min-height: 400px;}
.rsdbx{float:left;margin:0px 0 15px 0;width: 100%;color: #000;min-height: 100px; }
.rsdbx ul{ padding:0 0 0 20px; font-size:10pt;}

/*right Box */
#icnt{float:right;width: 715px;	color: #000;min-height: 400px;   margin-top:20px;}
#icnt ul, #icnt ol{margin:10px 20px; color:#333}
#icnt ul li, #icnt ol li{padding:5px 0}

/* Inner content */
.pagepost{margin: 10px 0px;padding: 0px;line-height: 13pt; width:100%; float:left;}
.pagepost ul, .post ul {margin:0px 0 0 20px;}
.pagepost li, .post li {font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

/* post content */
.pagepostsub{width:96%; float:left; padding:5px 10px; border-top:1px dotted #e5e1c1;}
.postcontent {margin: 5px 0px;padding:10px;line-height: 13pt; width:98%; float:right; }
.spost {margin: 10px 0px;padding:0 10px;line-height: 13pt; width:98%; float:right;}

.entry img{float:left;margin:5px 15px 5px 5px;padding:5px;background:#fff;border:1px solid #ccc;}
.entry1 img{ }
.postmetadata{clear: both;background:#F7F7F7;padding:6px;margin-top: 16px;}
.navigation {font-size:8pt;float:left;width:100%;margin:10px 0;}
.pageentry{}
/*.pageentry img{border:2px solid #DDDDDD }*/
.pageentry .aligncenter{ margin:10px auto;}
.pageentry .alignleft{ margin:10px 25px;}
.pageentry .alignright{ margin:10px 25px;}
	
.alignleft {float:left; margin:25px;}
.alignright {float:right; margin:25px;}

.notfound{padding: 10px; font-size: 14pt; font-weight: 300;}
cite {font-family: arial, verdana, tahoma;font-size: 9pt;font-weight: bold;font-style: normal;}
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */
#searchform{padding: 0px 0 0px 0px; width:187px; float:right;}
#searchform input#s{font-family:arial, times;font-size: 12px;padding:3px 5px 2px 5px;margin: 0px;border: 1px solid #eeeeee;color:#333; float:left; width:150px; background:#fbfbfb; border-right:0;height:17px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
#searchform input#searchsubmit{ margin:0px; float:left; background:#fbfbfb; border:1px solid #eeeeee; border-left:0; padding:2px 0 1px 0; -webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}

/* Text and image properties */
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption-text{text-align:center;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #fff;padding-top: 4px;margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}


/* Pagination */
.emm-paginate { font-size:12px; font-weight:bold}
.emm-paginate a {background:#fff; border:1px solid #eee; color:#666; margin-right:4px; padding:5px 10px; text-align:center; text-decoration:none; }
.emm-paginate a:hover, .emm-paginate a:active {background:#a6ce38; color:#fff;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#231f20; border:1px solid #eee; margin-right:4px; padding:5px 10px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

#screen-meta-links {
display: none;
}

#brk_news ul{white-space:nowrap; height: 1em;width: 100%; line-height:14pt;}
#brk_news ul li{display:inline; padding:0 15px; }

table#kpg-albums td{text-align:center !important; border:0 !important}
table#kpg-albums{border:0 !important}
table#kpg-albums td img.kpg-thumb-multiplePerRow{border:3px solid #B12925 !important}
table#kpg-albums td div.kpg-nbPhotos{margin-top:5px !important}
table#kpg-pictures td, table#kpg-pictures {border:0 !important}
table#kpg-pictures td img.kpg-thumb {border: 3px solid #F4CC6A !important;}
div#kpg-backLink{padding:0 !important}
div#kpg-album-description{margin-bottom:0 !important;}
.kpg-title{float:left;text-align:center; width:100%}

#s2email{padding:5px; margin:5px 0 0 0;width:200px;}

.home_products{margin:20px 0 20px 0;}
.blackbox{ background:#63950C; padding:10px 0; font-size:18px; color:#fff; text-transform:uppercase; text-align:center; font-weight:bold; margin-bottom:15px;}
.blackbox1{width:5%; float:left;}
.blackbox2{width:90%; float:left;}
.blackbox3{width:5%; float:left;}
.productimg{width:150px; padding:10px; overflow:hidden; height:150px; background: url(images/bgproduct.png) no-repeat transparent;}
.product_title{width:150px; padding:0 10px; color:#7F8F00; font-weight:bold }
.product_title h6{margin:0; padding:5px 0 3px 0; line-height:16px;}
.productall{margin-top:15px;}

.image_carousel {padding: 0px;position: relative;}
.image_carousel li{padding:0px;margin:0px 10px; display: block;float: left; width:170px; height:225px; text-align:center; overflow;hidden; background:#E2E69A; border:1px solid #E2E69A}
a.prev, a.next {background: url(images/nav.png) no-repeat transparent;width: 32px;	height: 65px;display: block;position: absolute;top: 120px;}
a.prev {left: 0px;background-position: 0 0; }
a.prev:hover {background-position: 0 -71px; }
a.prev.disabled {background-position: 0 -100px !important;  }
a.next {	right: -1px;background-position: -40px 0; }
a.next:hover {background-position: -40px -71px; }
a.next.disabled {background-position: -40px -100px !important;  }
a.prev.disabled, a.next.disabled {cursor: default;}
a.prev span, a.next span {display: none;}
.shadrad{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 2px 2px 8px #c2c2c2;-webkit-box-shadow: 2px 2px 8px #c2c2c2;box-shadow: 2px 2px 8px #c2c2c2;}

#comments{ text-align:left; padding:10px 10px; font-size:16px; color:#333; border-top:1px solid  #eee; margin-top:20px;}
ol.commentlist { list-style:none; margin:0 !important; padding:0 !important; width:100%; float:left;  }
ol.commentlist li { margin:10px 0 10px; position:relative; background:#fff; border:1px solid #ddd; padding:0 !important}
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 14px; }
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:10px; position:absolute; top:10px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#ccc; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:0px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:0px 0 0; text-indent:0;border:0px solid #eee; border-bottom:0; margin: 10px}
ol.commentlist li ul.children li.depth-2 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 0px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 0px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#fff; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
.cmnt_navigation{ width:100%; float:left; margin:5px 0;}
.cmnt_alignleft{ float:left; margin:0; padding:0;}
.cmnt_alignright{ float:right; margin:0; padding:0;}
.comment-body{ margin-left:60px; padding:10px;}
.fn{font-size:14px; }
.says{font-size:11px; color:#999}
.brdrrd{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#respond{padding:10px 20px;  }
#respond textarea{width:100%; }
a#cancel-comment-reply-link{ background:#f00; color:#fff; padding:3px 5px;}
.cmnt_navigation {padding:3px 10px; width:97%;}
.cmnt_navigation a{color:#333; font-weight:bold}
#commentform input{padding:5px 10px;}
#respond label small{color:#000;}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;

}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:44%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative; margin-top:4px;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;-webkit-box-shadow: -1px -1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px -1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -1px -1px 5px 0px rgba(50, 50, 50, 0.75);

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center; width:720px;
	padding: 20px 0; margin-top:-20px; z-index:100; position:absolute
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 0px; font-size:1px; 
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:55px;
	height:57px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-54px 0;
	right:-12px;
}
.theme-default a.nivo-prevNav {
	left:-10px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


.product_lists{width:200px; float:left; margin:10px; height:261px; border:1px solid #ddd; padding:0px; overflow:hidden; background:#fff; text-align:center}
.product_lists h5{margin:0; padding:0;}
.product_lists p{margin:0; padding:0;}
.product_lists img{margin:0 auto; padding:5px; border:1px solid #eee}
.product_imgtitle{width:180px; float:left; padding:15px 10px 5px 10px; height:210px; overflow:hidden}
.product_more{width:100%; float:left; height:30px;}
.product_more1{width:100%; float:left; height:10px;}
 .product_more1 ul{margin:0 !important; padding:0 !important;}
.product_more1 li{list-style-type:none; padding:0 !important}
a.viewall1:link, a.viewall1:active, a.viewall1:visited{color: #fff;	text-decoration:none;border-top:1px solid #eee; display:block; padding:8px 0;padding-left: 20px;   text-align:left; background:#93B731; text-transform:uppercase;font-weight: bold;}
a.viewall1:hover{color: #fff;text-decoration: none; border: none; background:#a6ce39}

.sdp_prd1{width:95%; float:left; padding:10px 10px 8px 10px; border:1px solid #eee; background:#fff; margin-bottom:3px;}
.sdp_prd2{width:30px; float:left; margin-right:15px;}
.sdp_prd2 img{float:left; margin:0; padding:0;}
.sdp_prd3{width:530px; float:left;}
.sdp_prd7{width:400px; float:left;}
.sdp_prd4{width:100px; float:left;}
.sdp_prd5{width:220px; float:left;}
.prodh6{font-size:16px; line-height:22px; padding:0; margin:0;}
.sdp_prd4 ul{margin:0 !important; padding:0 !important;}
.sdp_prd4 li{list-style-type:none; padding:0 !important}
.sdp_prd4 li a {background: #99CC66; padding:5px; color:#000; border:1px solid #eee; font-size:12px; display:block; text-align:center; font-weight:bold; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius:10px;}
.sdp_prd4 li a:hover{background:#000; color:#fff; font-weight:bold}


.sdp_prd5 ul{margin:0 !important; padding:0 !important;}
.sdp_prd5 li{list-style-type:none; padding:0 !important}
.sdp_prd5 li a {background: #99CC66; padding:5px; color:#000; border:1px solid #eee; font-size:12px; display:block; text-align:center; font-weight:bold; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius:10px;}
.sdp_prd5 li a:hover{background:#000; color:#fff; font-weight:bold}

.textbox:focus {
    border: 1px solid #07c;
    box-shadow: 0 0 10px #07c;
}

.redcolour{
  color: #CC9424;
}
