@charset "UTF-8";
/* CSS Document */

body  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B4B4B4;
	background-image: url(../images/backgroundrepeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/containerrepeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
} 
.thrColFixHdr #header {
	padding: 0px;
	height: 247px;
	width: 900px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #container #header img {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #maincontainer {
	background-image: url(../images/contentbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	height: auto;
	width: auto;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ADB3D8;
	background-image: url(../images/sidebar1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#sidebar1 a:hover, #sidebar a:focus, #sidebar a:active {
	color : #6B0018;
}
#sidebar1  a   {
	text-decoration: none;
	color: #3D4186;
}
#sidebar1 a.services {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1 h2 {
	font-size: 0.7em;
	font-weight: normal;
	margin-left: -10px;
	margin-top: 4px;
	background-color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 14px;
	margin-bottom: 7px;
}
#sidebar1 h3 {
	font-size: 1em;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC8EB;
	color: #3D4186;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
#sidebar1 h5 {
	font-size: 0.7em;
	font-weight: normal;
	margin-right: -10px;
	margin-left: 0px;
	margin-top: 4px;
	background-color: #C5C7D6;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-bottom: 7px;
}
#sidebar1 h6 {
	font-size: 0.7em;
	font-weight: normal;
	margin-right: -10px;
	margin-left: -10px;
	background-color: #969CC1;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	color: #E0E2F3;
	padding-right: 10px;
}
#sidebar1 ul {
	margin-right: -10px;
	margin-top: 0px;
	background-color: #969CC1;
	margin-left: -10px;
	padding-top: 4px;
	padding-bottom: 14px;
}
#sidebar1 li {
	font-size: 0.7em;
	font-weight: normal;
	color: #E0E2F3;
	list-style-position: inside;
	line-height: 120%;
	margin-left: -20px;
	margin-right: 10px;
	list-style-type: square;
}
.sideimage {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0px;
}
.callout {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3A3E6A;
	border-bottom-color: #3A3E6A;
	color: #3A3E6A;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	text-align: center;
	margin-right: -12px;
	margin-left: -12px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: .9em;
}
.calloutNoitalic {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #3A3E6A;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
	background-color: #DCDFEE;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
.thrColFixHdr #sidebar2 {
	width: 170px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	background-color: #ADB3D8;
	background-image: url(../images/sidebar2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidebar2 p {
	font-size: .65em;
	text-align: center;
	margin-bottom: 20px;
}
.thrColFixHdr #mainContent {
	padding-top: 0px;
	padding-right: 53px;
	padding-left: 53px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 190px;
} 
#mainContent #main_image {
	height: 388px;
	width: 390px;
	background-image: url(../images/photo_mirror.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: -20px;
	margin-left: -20px;
}
#mainContent img {
	margin-right: -20px;
	margin-left: -20px;
}
#mainContent li {
	list-style-type: circle;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 0.8em;
	color: #434669;
}
#mainContent table {
	width: auto;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.thrColFixHdr #footer {
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 100%;
	vertical-align: middle;
	float: left;
} 
.thrColFixHdr #container #footer #left {
	vertical-align: middle;
	text-align: right;
	width: 420px;
	float: left;
	line-height: 60px;
}
.thrColFixHdr #container #footer #right {
	vertical-align: middle;
	text-align: left;
	width: 420px;
	float: right;
	line-height: 60px;
}
.thrColFixHdr #container #footer #right a {
	font-size: 14px;
}
.thrColFixHdr #container #footer table {
	text-align: center;
	height: 60px;
}
.thrColFixHdr #container #footer a {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 6px;
	padding-left: 6px;
}
.thrColFixHdr #container #footer a:hover, .thrColFixHdr #container #footer a:focus, .thrColFixHdr #container #footer a:active {
	color : #000000;
}
.thrColFixHdr #container #footer h2 {
	font-weight: normal;
	font-size: 1.2em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-size: 0.7em;
	margin-top: 4px;
	margin-bottom: 10px;
}
.thrColFixHdr #container #mainContent h5 {
	margin-bottom: 8px;
	margin-top: 0px;
	color: #434669;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #969CC1;
}
.thrColFixHdr   #mainContent   h4   {
	color: #666666;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin-top: .2em;
	margin-bottom: 0.2em;
}
.bold {
	font-weight: bold;
}
#subfooter {
	font-size: .7em;
	color: #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#subfooter  a  {
	color: #990000;
	text-decoration: none;
}
.sub  {
	vertical-align: super;
	font-size: 0.6em;
	font-weight: normal;
}
#mainContent #photo_btn {
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	display: table-cell;
	margin-bottom: 1.2em;
}
#photo_btn p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin-left: 165px;
	margin-right: 30px;
	margin-top: auto;
	margin-bottom: auto;
}
#photo_btn a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
#photo_btn.acne {
	background-image: url(../images/photo_acne_btn.jpg);
}
#photo_btn.radiesse {
	background-image: url(../images/photo_radiesse_btn.jpg);
}
#photo_btn.filler {
	background-image: url(../images/photo_filler_btn.jpg);
}
#photo_btn.permanent {
	background-image: url(../images/photo_permanent_btn.jpg);
}
#photo_btn.xtreme {
	background-image: url(../images/photo_xtreme_btn.jpg);
}
#photo_btn.tattoo {
	background-image: url(../images/photo_tattoo_btn.jpg);
}
.style5 {font-size: 2px}
.style6 {color: #3D4186; font-weight: bold;}
.center {
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}
