/*-- //
 copyright 2008 Dental Excellence / created by kp Creation
  // --*/
/* page background */
BODY{color:#333;font-family:arial, helvetica, sans-serif;margin: 0px 0px 0px 0px; }
.outerBodyWrap{background:#363f47 url(../images/body.gif) center 321px repeat-y}
.bodyWrap{background:url(../images/bodyWrap.gif) left top repeat-x;margin-bottom:-17px}
* HTML .bodyWrap{height:0}
#outerWrap{background:url(../images/outerWrap.jpg) center top repeat-y}
/* footer */
.footer{font-size:12px;font-family: arial;color:#ffffff}
/* content */
img.floatLeft {
   float: left;
   margin: 10px;
}
img.floatRight {
   float: right;
   margin: 10px;
}
.firstbigletter {
   font-family:Georgia;
   color:chocolate;
   font-size:26px;
   font-weight:normal;
   line-height:92%;
   letter-spacing: 1px;
}
.headline {
   font-family:Verdana;
   color:darkred;
}
.question {
   font-family:Verdana;
   font-size:12px;
}
.title {
   font-size:28px;
   color:darkred;
   font-weight:bold;
}
.smalltext {
   font-size:-1;
   font-style:italic;
}
.disclaimer {
   line-height:10px;
   font-size:10px;
   font-style:italic;
}
/* link */
A:link {color: darkred;}
A:visited {color: darkred;}
A:active {color: darkred;}
A:hover {color: darkred;}
/* shadow */
.img-shadow {
   float:left;
   background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
   background: url(../images/shadow.gif) no-repeat bottom right;
   margin: 10px 0 0 10px !important;
   margin: 10px 0 0 5px;
}
.img-shadow img {
   display: block;
   position: relative;
   background-color: #fff;
   border: 1px solid #a9a9a9;
   margin: -6px 6px 6px -6px;
   padding: 4px;
}
.img-border img {
   display: block;
   position: relative;
   background-color: #fff;
   border: 1px solid #a9a9a9;
   margin: -6px 6px 6px -6px;
   padding: 8px;
}
.p-shadow {
   width: 90%;
   float:left;
   background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
   background: url(../images/shadow.gif) no-repeat bottom right;
   margin: 10px 0 0 10px !important;
   margin: 10px 0 0 5px;
}
.p-shadow div {
   background: none !important;
   background: url(../images/shadow2.gif) no-repeat left top;
   padding: 0 !important;
   padding: 0 6px 6px 0;
}
.p-shadow p {
   color: #777;
   font: 1em georgia, serif;
   border: 1px solid #a9a9a9;
   padding: 6px;
   margin: -6px 6px 6px -6px !important;
   margin: 0;
}
