body {
  margin: 0;
  padding: 0;
  background: #f3f3eb url('gfx/bg.png') no-repeat top center !important;
  background: #f3f3eb url('gfx/bg.gif') no-repeat top center;
  text-align: center;
  font-family: tahoma;
  color: #353535;
  font-size: 11px;
  height: 100%;
  }
  
h1 {
  font-size: 18px;
  font-weight: normal;
  margin-left: 27px;
  }
  
p {
  line-height: 19px;
  margin: 5px 35px 5px 27px;
  text-align: justify;
  }
  
img {
  border: 0;
  }
  
#container {
  width: 718px;
  margin: 90px auto 0 auto;
  text-align: left;
  position: relative;
  }
  
#container #top {
  height: 28px;
  background: url('gfx/containerTop.png') no-repeat !important;
  background: url('gfx/containerTop.gif') no-repeat;
  }
  
#container #containerBody {
  background: url('gfx/containerBody.png') repeat-y !important;
  background: url('gfx/containerBody.gif') repeat-y;
  }
  
#container #bottom {
  height: 28px;
  background: url('gfx/containerBottom.png') no-repeat !important;
  background: url('gfx/containerBottom.gif') no-repeat;
  }
  
#containerBody {
  float: right;
  }

#content {
  width: 718px;
  float: right;
  height: 100%;
  }
  
#topMenu ul {
  margin: 0 0 0 14px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  }
  
#topMenu ul li {
  float: left;
  line-height: 28px;
  text-align: center;
  margin-right: -8px;
  font-size: 16px;
  }  
  
#topMenu ul li#li1 {
  width: 234px;
  height: 28px;
  background: url('gfx/topMenu01.png') no-repeat;
  }
  
#topMenu ul li#li2 {
  width: 255px;
  height: 28px;
  background: url('gfx/topMenu02.png') no-repeat;
  }
  
#topMenu ul li#li3 {
  width: 217px;
  height: 28px;
  background: url('gfx/topMenu03.png') no-repeat;
  }
  
#topMenu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  filter: alpha(opacity=60);
  opacity: 0.6;
  }
  
#topMenu ul li a:hover {
  filter: alpha(opacity=100);
  opacity: 100;
  /*text-decoration: underline;*/
  }

#topMenu ul li a #medical {
  width: 234px;
  height: 28px;
  }
  
#topMenu ul li a #aesthetics {
  width: 255px;
  height: 28px;
  }
  
#topMenu ul li a #contact {
  width: 217px;
  height: 28px;
  }
  
#content {
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  }
  
#leftCol {
  width: 163px;
  float: left;
  background-color: #eaeaea;
  margin: 19px 0 -10px 15px;
  text-align: center;
  background: #eaeaea;
  height: 100%;
  position: absolute;
  }
 
#leftColBottom {
  width: 163px;
  height: 20px;
  background: url('gfx/leftColBottom.png') no-repeat right bottom;
  position: absolute;
  bottom: -17px;
  left: 15px;
  }
  
#leftCol #logo {
  display: block;
  margin: 40px auto;
  }
 
#rightCol {
  width: 518px;
  float: right;
  margin-right: 16px;
  min-height: 550px;
  height: auto !important;
  height: 550px;
  display: inline;
  }
  
#rightCol #flashHp {
  float: left;
  margin: 19px 0 32px 0;
  }

#freeEditor {
  margin-top: 50px;
  }
  
#freeEditor img {
  margin-left: 25px;
  }
  
#freeEditor p {
  margin: 0;
  padding: 0;
  }
  
#bottom {
  float: right;
  }
  
#footer {
  clear: both;
  width: 718px;
  height: 40px;
  background: url('gfx/containerBottom.png') top no-repeat;
  }
  
#footer p, #footer a {
  color: #353535;
  }

#footer a {
  text-decoration: none;
  }

#footer a:hover {
  text-decoration: underline;
  }
  
#footer #d-webs {
  float: left;
  margin: 20px 0 0 25px;
  }
  
#footer #siteDetails {
  float: right;
  margin: 20px 25px 0 0;
  }
  
/*----------------------------------------*/

#leftCol table {
  font-size: 14px;
  font-weight: bold;
  width: 163px;
  }
  
/*#contentSection {
 min-height: 550px;
  }*/
  
#contentTitle {
  display: block;
  font-size: 20px;
  color: #80c048;
  margin-left: 32px;
  }
  
#contentTitleNavy {
  display: block;
  font-size: 20px;
  color: #1db9d2;
  margin-left: 32px;
  }
  
#contentTitlePurple {
  display: block;
  font-size: 20px;
  color: #bb63d4;
  margin-left: 32px;
  }
  
#contentPath {
  color: #dbdbdb;
  margin-left: 32px;
  }

#contentPath a, a.sendtoafriend_link, a.printv_link {
  color: #dbdbdb;
  text-decoration: none;
  }
  
#contentPath a:hover, #contentData a:hover {
  text-decoration: underline;
  }
  
#contentPathNavy {
  color: #1db9d2;
  margin-left: 32px;
  }
  
#contentPathNavy a {
  color: #1db9d2;
  text-decoration: none;
  }
  
#contentPathNavy a:hover {
  text-decoration: underline;
  }
  
#contentPathPurple {
  color: #bb63d4;
  margin-left: 32px;
  }
  
#contentPathPurple a {
  color: #bb63d4;
  text-decoration: none;
  }
  
#contentPathPurple a:hover {
  text-decoration: underline;
  }

#contentData {
  /*display: block;*/
  margin: 20px 0 0px 32px;
  float: left;
  width: 450px;
  /*padding-left: 32px;*/
  }

#contentData p {
  margin: 10px 0 16px 0;
  text-align: justify;
  }
  
#siteMainMenu {
  text-align: left;
  }
  
/*-----------------------Gallery-----------------------*/

#galleryPresntationComplete {
  width: 490px;
  margin: 50px 0 0 0;
  }

.gallerySingleItem {
  width: 190px;
  height: 145px;
  float: left;
  margin: 0 45px 27px 0;
  border: 1px solid #1db9d2;
  position: relative;
  overflow: hidden;
  }
  
.singleItemDesc {
  display: block;
  background: #1db9d2;
  height: 18px;
  width: 190px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  }
  
.singleItemDesc a {
  color: #fff;
  text-decoration: none;
  }
 
.galleryTextLink a:hover {
  text-decoration: none;
  }
  
#purple .gallerySingleItem {
  border: 1px solid #bb63d4;
  }
  
#purple .singleItemDesc {
  background: #bb63d4;
  }
  
/*------------------------------------------------*/

.buttons {
  background: #eaeaea;
  border: 1px solid #757575;
  color: #757575;
  font-family: tahoma;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  }
  
.text_field, .text_field_big {
  border: 1px solid #757575;
  font-familt: tahoma;
  }
  
#contactTable {
  margin: 10px 0 0 32px;
  }
  
table#contentTable tr td {
  align: left;
  }
  
/*-------------------Static News------------------------*/

a.newsLink {
  display: block;
  color: #80c048;
  }
  
.newsSingleItem {
  margin: 20px 0 10px 0;
  }
  
.newsDate {
  display: block;
  }
  
/*------------------------------------*/

.content_pages_table img {
  max-width: 200px;
  width: auto !important;
  width: 200px;
  }
  
table.content_pages_table tr td {
  font-size: 11px;
  }
#siteMainMenu ul{
list-style:none;
margin:0;
padding:0;
}
#siteMainMenu li{
	display:block;
	height:30px;

}
#siteMainMenu li a{
color:#757575;
font-size:15px;
height:30px;
overflow:hidden;
font-weight:bold;
line-height:30px;
display:block;
white-space:nowrap;
text-decoration:none;
padding-left:10px;
}

#siteMainMenu li a:hover{
 background:#D8D8D8;
}
.lang{
	text-align:right;
	padding:0 20px 0 0;
}
.lang a{
	color:#000;
}
.lang a:hover{
	color:#000;
	text-decoration:none;
}