body {
    background-color: Gainsboro;
}
#wrapper {
    background: url("images/wrapper.png") repeat-x scroll 0 0 transparent;
}
#outer-wrapper {
    margin-top: 0;
}
#contentwrap {
    border-bottom: 1px solid #B2DEE5;
    padding: 10px 6px 10px 10px;
    width: 980px;
}
a {
    color: #3366CC;
    text-decoration: none;
}
a:hover {
    color: #5588AA;
    text-decoration: underline;
}
#header {
    height: 73px;
}
#header h1 {
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 0 !important;
    padding: 0 25px;
    text-shadow: 0 1px 0 #FFFFFF;
}
#header h1 a, #header h1 a:visited {
    color: #000000;
    text-decoration: none;
}
#header h2 {
    color: #000000;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 12px;
    padding-left: 25px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.logoimg {
    margin: 0 0 0 19px;
}
.feedtwitter {
    margin-top: 6px;
 #   margin-bottom: 6px;
    text-align: left;
}
#pagemenucontainer {
    background: url("images/top-menu.png") repeat-x scroll 0 0 transparent;
    border-radius: 0 0 10px 10px;
    float: left;
    height: 26px;
    margin-top: 0;
}
#pagemenu {
    float: left;
    height: 26px;
}
#pagemenu, #pagemenu ul {
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#pagemenu {
}
#pagemenu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#pagemenu li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#pagemenu ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#pagemenu li a, #pagemenu li a:link {
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;
}
#pagemenu li a:hover, #pagemenu li a:active {
    background: none repeat scroll 0 0 #CCD5DB;
    border-radius: 0 0 10px 10px;
    color: #000000;
    display: block;
    text-decoration: none;
}
#pagemenu li.current_page_item a {
    background: none repeat scroll 0 0 #CCD5DB;
    border-radius: 0 0 10px 10px;
    color: #000000;
}
#pagemenu li:hover, #pagemenu li.sfhover {
    position: static;
}
#navcontainer {
    display: block;
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    padding-top: 0;
    width: 978px;
}
#navcontainer .current-cat a {
    background: url("images/tab.png") no-repeat scroll center top transparent;
    color: #000000;
    padding-top: 16px;
}
#navcontainer .cat-item a {
    padding-top: 16px;
}
#nav a {
	padding-top: 16px;
}


#content {
    padding: 0;
}
pre {
    overflow: auto;
    width: 460px;
}
.post {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 19px;
}

/*#content .post:hover {
	background-color: #bedbf4;

}
*/
.post p {
    margin-bottom: 10px;
}
.title {
    color: #1A1B1B;
    font-family: Arial,Helvetica,Sans-serif;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 8px;
    padding: 15px 0 0;
}
.title a {
    color: #1A1B1B;
    text-decoration: none;
}
.title a:hover {
    color: #3366CC;
    text-decoration: none;
}
.pagetitle {
    color: black;
    font-family: Arial,Helvetica,Sans-serif;
    line-height: 26px;
	font-size: 2em;
    margin-bottom: 20px;
    #text-decoration: underline;
}
.readmorecontent {
    text-align: right;
}
a.readmore {
    background: url("images/h2bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #076D9D;
    font-size: 13px;
    font-weight: bold;
    padding: 1px 10px 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
a.readmore:hover {
    color: #5588AA;
}
.postdate {
    color: #626D70;
    font-family: Arial,Verdana;
    font-size: 11px;
    padding: 2px 0;
}
.postmeta {
    display: none;
    font-family: Arial,Verdana;
    font-size: 11px;
    padding: 2px 4px;
}
.postdate img, .postmeta img {
    border: medium none;
    margin: 2px;
    vertical-align: middle;
}
.entry {
    font-family: Arial,Verdana;
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
    //text-align: justify;
}
.navigation {
    padding: 25px 0;
}
blockquote {
    border-left: 3px solid #BCBBBB;
    color: #666666;
    font-style: italic;
    overflow: hidden;
    padding-left: 9px;
}
.post img {
    max-width: 680px;
}
img.wp-smiley {
    border: medium none;
    margin: 0;
    max-height: 12px;
    padding: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    color: #232323 !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #168FB8 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
}
.wp-pagenavi span.pages {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    color: #232323 !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
}
.wp-pagenavi span.current {
    background: none repeat scroll 0 0 #B2DEE5 !important;
    border: 0 none !important;
    color: #000000 !important;
    font-size: 11px !important;
    font-weight: bold;
    padding: 4px 8px !important;
}
.wp-pagenavi span.extend {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    color: #232323 !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
}
.sidebaradbox {
    background: url("images/widget-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #B2DEE5;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.sidebaradbox2 {
    background: url("images/widget-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #B2DEE5;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    padding: 4px;
    text-align: center;
}


.ad125 {
    margin: 10px;
}
.sidebar {
    color: #333333;
    margin: 0 0 10px;
}
.sidebar-right {
    margin: 0 6px 0 0;
}
.sidebar-left {
    margin: 0;
}
.sidebar-left h2 {
}
.sidebar-right h2 {
}
.sidebar a {
    color: #076D9D;
    text-decoration: none;
}
.sidebar a:hover {
    color: #5588AA;
    text-decoration: underline;
}
#search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #0DA3BF;
    height: 23px;
    padding-right: 3px;
    text-align: right;
    width: 165px;
}
#search input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #444444;
}
#s {
    background: none repeat scroll 0 0 transparent;
    margin: 2px 0 0;
    padding: 2px 8px 4px;
    width: 123px;
}
#search .searchleft {
    float: left;
    width: 100px;
}
#search .searchright {
    float: right;
}
#topsearch #s {
    width: 135px;
    padding: 0;
}
#topsearch #search {
    float: right;
    margin: -30px 0 0;
}
.sidebar h2 {
    background: url("images/h2bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 10px 10px 0 0;
    color: #000000;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin: -8px -8px 0;
    padding: 8px 8px 6px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;
}
.sidebar ul {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.sidebar ul li {
    background: url("images/widget-bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #B2DEE5;
    border-radius: 10px 10px 10px 10px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 8px;
}
.sidebar ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li ul li, .sidebar ul li li {
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-radius: 0 0 0 0;
    border-style: none none dotted;
    border-width: 0 0 1px;
    margin: 0;
    padding: 3px 0;
}
#wp-calendar th {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar caption {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    margin: 2px 0;
    padding: 2px 4px;
    text-transform: uppercase;
}
#wp-calendar td {
    color: #777777;
    font: 12px 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}
#wp-calendar td:hover, #wp-calendar #today {
    background: none repeat scroll 0 0 #B2DEE5;
    color: #000000;
}
#wp-calendar td:hover a, #wp-calendar #today a {
    color: #FFFFFF;
}
#wp-calendar {
    empty-cells: show;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: 95%;
}
#footer {
    color: #333333;
    font-size: 13px;
    margin-top: 0;
    padding: 12px 19px 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}
#footer a {
    color: #333333;
}
#footer a:hover {
    color: #E8EFF1;
    text-decoration: none;
}
#credits {
    color: #555555;
    font-size: 11px;
    padding: 4px 4px 14px;
    text-align: center;
}
#credits a {
    color: #555555;
    text-decoration: none;
}
#comments h3 {
    margin-bottom: 10px;
}
#commentform input {
    margin: 5px 5px 1px 0;
    padding: 2px;
    width: 170px;
}
#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    padding: 2px;
    width: 100%;
}
#respond:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#commentform #submit {
    float: right;
    margin: 0 0 5px auto;
}
.alt {
    margin: 0;
    padding: 10px;
}
.commentlist {
    padding: 0;
    text-align: justify;
}
.commentlist li {
    list-style: none outside none;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
}
.commentlist li ul li {
    margin-left: 10px;
    margin-right: -5px;
}
.commentlist p {
    margin: 10px 5px 10px 0;
}
.children {
    padding: 0;
}
#commentform p {
    margin: 5px 0;
}
.nocomments {
    margin: 0;
    padding: 0;
    text-align: center;
}
.commentmetadata {
    display: block;
    margin: 0;
}
.post_thumbnail {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px #CCCCCC;
    margin: 0 10px 10px 0;
    padding: 5px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 3px 3px 4px #000000;
    transition: all 0.5s ease 0s;    
    
}
#content .post-thumb {
    margin: 0;
}

#content .post-thumb img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 3px 3px 4px #000000;
    transition: all 0.5s ease 0s;
}
#content .post-thumb img:after {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    bottom: -31px;
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
#content .post-thumb img:hover {
    position: relative;
    top: -8px;
    border-radius: 20px 20px 20px 20px;
}





#content .content {
    float: right;
}
#content .entry-title {
    margin-bottom: 0;
    margin-top: 3px;
}
#content .entry-title, #content .entry-title a {
    font-size: 15px;
    line-height: 30px;
    font-weight : bold;
}
#content .entry-summary p {
    margin: 0;
}
#content .entry-summary {
    min-height: 54px;
}
#content .company-description-map {
    margin-top: 10px;
}
#content .title {
	font-size:large;
}
#content .mapp-canvas-panel {
    height: 0px;
    width: 0px;
}


#content .filladia {
	color: #3366CC;
    font: Arial;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background-color: Gainsboro;
	border-radius: 20px 20px 20px 20px;
    box-shadow: 3px 3px 4px #000000;
    transition: all 0.5s ease 0s;
}
#content .filladia center {
text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2);
}

#content .scroll {
	color: #3366CC;
    font: Arial;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background-color: Gainsboro;
	font-size: small;
	margin-left: 15px;
    margin-right: 15px;
}
#content .uploadlink {
	color: #cc3335;
}
#content2 .comp_info {
    border: 1px solid lightgray;
    border-radius: 10px 10px 10px 10px;
    color: gray;
    float: left;
    padding: 10px;
    width: 222px;
    font-family: Comic Sans MS;
}
#content2 .comp_map {
    border: 1px solid lightgray;
    border-radius: 10px 10px 10px 10px;
    float: right;
    font-family: Times;

}
#content2 .post {
    border-bottom: 1px solid white;
    padding-bottom: 19px;


}

.slideInfoZone {
	height: 40;
}

#recent-posts-2 a {
	text-decoration: none;
	color: #076D9D;
}


#recent-posts-2 li:hover {
    
    text-shadow: 0 0 0.2em #94b3ce, 0 0 0.2em #94b3ce, 0 0 0.5em #94b3ce;
}
#google-ads {
    margin: 5px 0px 5px 40px;
}
#google-ads1 {
    margin: 5px 0px 5px 115px;
}
.footer-ad {
    text-align: center;
    margin-top: 10px;
}

.assos-ad {
    float: right;
    
}
#pharmacy {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 500px;
}

#pharmacy td, #pharmacy th {
  border: 1px solid #ddd;
  padding: 3px;
}

#pharmacy tr:nth-child(even){background-color: #f2f2f2;}

#pharmacy tr:hover {background-color: #ddd;}

#pharmacy th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #7B77FF;
  color: white;
}

                      