@charset "utf-8";

/***** The Cosmetic Clinic CSS Document *********/

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image:url(../graphics/bg_@.png);
}
body:after
{
	holder: url(../graphics/bg_8.png) url(../scripts/ebbtcbnav1_0.png) url(../scripts/ebbtcbnav2_0.png) url(../scripts/ebbtcbnav3_0.png) url(../scripts/ebbtcbnav4_0.png) url(../scripts/ebbtcbnav5_0.png) url(../scripts/ebbtcbnav6_0.png) url(../scripts/ebbtcbnav7_0.png) url(../images/bernardshort.jpg) url(../images/suenelson.jpg)
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C7F7F;
}

a {font-weight:bold; text-decoration:none; color:#333333;}
a:hover {text-decoration:underline;}
a:active {outline:none;}
a img {border:none;}

/**** TEXT Section ******************************/
.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C7F7F;
}
.bodyGreen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px
	font-style: italic;
	font-weight: bold;
	font-style: italic;
	color: #467F7F;
}
.bodyGrey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px
	font-weight: bold;
	font-weight: bold;
	color: #6C7F7F;
}
.newsBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left:5px;
	padding-right:5px;
	color: #7755e8;
}
.newsBold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	color: #7755e8;
}
.gototop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	text-decoration:none;
	
}
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	text-align:center;
}

/***** DIV Section *******************************/
#CONTAINER {
	width:960px;
	height:650px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../graphics/bg_8.png);
	background-repeat:no-repeat;
}
#HEADER {
	height:120px;
}
#NAVBAR {
	height:22px;
	padding-left:40px;
	z-index:100;
}
#CONTENT_HOME {
	float:left;
	width:650px;
	background:#FFF;
	padding-left:10px;
	padding-right:10px;
}
#CONTENT {
	float:left;
	width:925px;
	height:483px;
	overflow:auto;
	padding-left:15px;
	padding-right:15px;
}
#CONTENT_INNER {
	float:left;
	width:930;
	height:483px;
	overflow:auto;
	background:#FFF;
	padding-left:10px;
	padding-right:10px;
}
#CONTENT_LEFT {
	float:left;
	width:15%;
	height:483px;
	overflow:auto;
	background:#FFF;
	padding-left:10px;
	padding-right:10px;
}
#CONTENT_RIGHT {
	float:right;
	width:80%;
	height:483px;
	overflow:auto;
	background:#FFF;
	padding-left:10px;
	padding-right:10px;
}
#NEWS {
	float:right;
	width:278px;
	background-color: #FFF4FF;
	padding-top:1px;
}
#FOOTER {
	position:relative;
	height:25px;
	width:960px;
	padding-top:5px;
	padding-left:25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:left;
	clear:both;
}

/****** BUTTONS Section *************************/

.ebul_cbnav, .ebul_cbnav ul {
  background-color: #D8FFFF;
  border: 1px solid #6E8080;
  display: block;
  font-size: 1px;
  margin: 0px;
  overflow: auto;
  padding: 0px;
  position: absolute;
  visibility: hidden;
}

.ebul_cbnav_shadow {
  background-color: #777777;
  display: block;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}

.ebul_cbnav table {
  border-collapse: separate;
}

.ebul_cbnav tr {
  background-color: #D8FFFF;
  cursor: pointer;
  font-size: 1px;
}

.ebul_cbnav td {
  border: 0px solid #6E8080;
  padding: 1px;
  text-align: left;
}

.ebul_cbnav td a {
  color: #627373;
  font-family: "Trebuchet MS", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.ebul_cbnav tr.hot, .ebul_cbnav tr.expanded {
  background-color: #70CCCC;
}

.ebul_cbnav tr.hot td, .ebul_cbnav tr.expanded td {
  border-color: #6E8080;
}
.ebul_cbnav tr.hot a, .ebul_cbnav tr.expanded a {
  color: #FFFFFF;
  font-family: "Trebuchet MS", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul.ebul_cbnav {
  position: absolute;
  visibility: hidden;
}                               

.cbnavebul_menulist .spaced_li {
  padding: 0px 0px 0px 0px;
}

.cbnavebul_menulist li {
  list-style-type: none;
  float: left;
}

.cbnavebul_menulist img {
  vertical-align: bottom;
  
}

.cbnavebul_menulist {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

/***** Drop Shadow ******************************/

.imagecontainer{
	float:left;
	clear:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right    !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	z-index:-4;
}

.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff; /* Image background */
	border: 1px solid #467e7f; /* Image border */
	margin: -6px 6px 6px -6px;
	padding: 4px;
z-index:-2;
}

