/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
span { display:none; }


/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

html {
	background:#77521D url("../images/bg-wrap.jpg") center top repeat-y;
}

body { 
	background:transparent url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }
h4	{ font-size:.9em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#7c4117; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#7c4117; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.small {
	font-size: 11px;
}
.active {
	text-decoration: underline;
}



img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 50px 10px 10px; 
	padding:5px;
	border:1px solid #7c4117;
	}
	
body#media #noflash {
	float:right;
	margin:15px 50px 15px 15px;
	width:171px;
	height:206px;
}

body#index #mediacenter {
	margin:0 0 60px 10px;
	width:242px;
	height:292px;
}


/* ------------------------ form elements ------------------------ */



form {
	width:185px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
	
	#column-left #quick_contact form { margin-left:35px; }

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#dba65c !important; /* to prevent highlighting by Google Toolbar */
	border:0;
	color:#672f06;
	width:180px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:185px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business, #subject { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; z-index: 1;}

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	z-index:1;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	z-index:1;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/quick-contact-submit.jpg");
	width:57px;
	height:28px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:952px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:114px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:42px;
	width:292px;
	top:7px;
	height:100px;
		}
	#masthead a span {
		display:none;
		}


	
#blank-nav-3D-spacer {
	background:url("../images/header-graphic-blank.jpg") top left no-repeat;					
	width:175px;	/* Width of buttons, not entite image (or half of entire image) */
	height:253px;	 /* Height of entire image */
	margin:0;
	padding-left:58px;
	margin-left:26px;
	float:left;
	}
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:176px;	/* Width of buttons, not entite image (or half of entire image) */
	height:253px;	 /* Height of entire image */
	margin:0;
	padding-left:83px;
	float:left;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:34px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:8px; width:170px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { margin-top:0; width:170px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -342px  -8px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -342px  -42px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -342px  -76px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -342px  -110px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -342px -144px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -342px -178px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -342px -212px no-repeat; }



/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:259px;
	float:left;
	background:url("../images/bg-left-col.jpg") 0 0 no-repeat;
	padding-top:20px;
	}

	#column-left form { margin-left:0px; } /* set form margin here */
	
#quick_contact {
	margin:10px 0 0 32px;
	padding:70px 0 0 0;
	background:url("../images/email.jpg") 0 0 no-repeat;
}

	#quick_contact p {
		margin:10px 0 0 35px;
	}
	
	#column-left p {
		margin:10px 0 0 35px;
	}
	
	body#contact #column-left #googlemaps p {
		font-size:.8em;
		margin:12px -25px -8px 35px;
	}
	
	
			
/* ------------------------ column-middle framework ------------------------ */
#column-middle {
	width:692px;
	float:left;
	}
	
	body#index #column-middle { width:391px; }
	body#index #column-middle p { margin-right:20px; }

	#column-middle p, #column-middle ul, #column-middle dl {
		margin:0px 50px 10px 35px;
		}
	
	#column-middle h1 {
		margin:20px 50px 10px 35px;
	}
	
	#column-middle h2 {
		margin:30px 50px 10px 35px;
	}
	
	#column-middle h3, #column-middle h4 {
		margin:25px 50px 10px 35px;
	}

	#column-middle form { margin:0; } /* set form margin here */

	/* single column list */
	#column-middle ul { padding:5px 0 0 15px; }
		#column-middle ul li { 
			list-style: none;
			padding: 10px; /* pushes text to the right to display bg img */
			}
	#column-middle .pro { padding: 0 0 0 25px; margin: 5pxpx 0 20px 0;}
		#column-middle .pro ul { padding: 0 0 0 25px; margin: 5px 0 0 0;}
	#column-middle .pro li {
			list-style: none;
			margin: 1px 0 3px 20px;
			padding: 0 5px 5px 0px; /* pushes text to the right to display bg img */
			}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:301px;
	float:left;
	background:url("../images/bg-right-col.jpg") 0 0 no-repeat;
	padding-top:10px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
online_store {
	margin: 0 0 0 10px;
}

#logos {
	margin:0;
	height:65px;
	background:url("../images/logos.jpg") 0 0 no-repeat;
}

#asaps {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 30px 0 0;
}

/* ------------------------ header framework ------------------------ */
#header-flash { height:253px; float:left; width:693px; background:url("../images/header-bg.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:253px;}
#header-graphic { height:253px; float:left; width:693px; background:url("../images/header-index.jpg"); }
#header-graphic-blank {height:253px;float:left;width:693px;background:url(../images/header-graphic-blank.jpg);}
#noflash {margin-top:10px; width:667px; height:231px;}

body#doctors #header-graphic { height:253px; float:left; width:693px; background:url("../images/header-doctors.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:64px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead.jpg") no-repeat;  }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg") no-repeat; }
	body#experience #subhead { background:url("../images/subhead-experience.jpg") no-repeat; }
	body#whats-new #subhead { background:url("../images/subhead-whats-new.jpg") no-repeat; }
	body#media #subhead { background:url("../images/subhead-media.jpg") no-repeat; }
	body#cosmetic-pro #subhead { background:url("../images/subhead-cosmetic.jpg") no-repeat; }
	body#face #subhead { background:url("../images/subhead-face.jpg") no-repeat; }
	body#face-lift #subhead { background:url("../images/subhead-facelift.jpg") no-repeat; }
	body#blepharoplasty #subhead { background:url("../images/subhead-blepharoplasty.jpg") no-repeat; }
	body#body-lift #subhead { background:url("../images/subhead-body-lift.jpg") no-repeat; }
	body#breast #subhead { background:url("../images/subhead-breast.jpg") no-repeat; }
	body#breast-aug #subhead { background:url("../images/subhead-breast-aug.jpg") no-repeat; }
	body#liposelection #subhead { background:url("../images/subhead-liposelection.jpg") no-repeat; }
	body#abdominoplasty #subhead { background:url("../images/subhead-abdominoplasty.jpg") no-repeat; }
	body#spa-main #subhead { background:url("../images/subhead-spa-skin.jpg") no-repeat; }
	body#our-spa #subhead { background:url("../images/subhead-our-spa.jpg") no-repeat; }
	body#spa-services #subhead { background:url("../images/subhead-spa-services.jpg") no-repeat; }
	body#medical #subhead { background:url("../images/subhead-medical.jpg") no-repeat; }
	body#laser #subhead { background:url("../images/subhead-laser.jpg") no-repeat; }
	body#botox #subhead { background:url("../images/subhead-botox.jpg") no-repeat; }
	body#restylane #subhead { background:url("../images/subhead-dermalfillers.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:transparent url("../images/bg-wrap.jpg") repeat-y;
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#plasticSurgeryResources {
	width:952px;
	background:url("../images/bg-wrap.jpg") 0 0 repeat-y;
	margin:0 auto;
	text-align:center;
	}

#plasticSurgeryResources p {
	color:#672f06;
	margin:10px 35px;
	}
	
.plasticSurgeryResources-desc {
	margin: 15px 65px 15px 65px;
}

#plasticSurgeryResources a:link, #plasticSurgeryResources a:visited { color:#672f06; text-decoration:none; }
#plasticSurgeryResources a:hover, #plasticSurgeryResources a:active { color:#672f06; text-decoration:underline; }

#plasticSurgeryResources ul {margin:0px;}
	#plasticSurgeryResources li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #672f06;
		}
	#plasticSurgeryResources li.first { border: none; }
	
#addresses {color:#672f06;}
#addresses ul {margin:0px; display:block;}
	#addresses li {margin:0 auto;
		
	}
	
/* ------------------------ index button nav ------------------------ */

#column-left #googlemaps {
	width:179px;
	margin-top:110px;
	margin-left:40px;
	}
	
	#googlemaps h3 {
		font-size:.9em;
		margin-left:45px;
	}

#column-left ul#cosmetic {
	background:url("../images/cosmetic_btn.jpg") top left no-repeat;					
	width:179px;
	height:49px;
	margin-left:74px;
	}
	
	
div#btn-gallery {
	background:url("../images/btn-gallery.jpg") top left no-repeat;					
	width:179px;
	height:49px;
	margin-left:74px;
	position: relative;
	}
	
	body#contact div#btn-gallery {
	background:url("../images/btn-gallery.jpg") top left no-repeat;					
	width:179px;
	height:49px;
	margin-left:0px;
	position: relative;
	}
	
div#btn-gallery a {
	position:absolute;
	left:0px;
	width:174px;
	top:0px;
	height:45px;
		}
div#btn-gallery a span {
		display:none;
		}


	
	
	

		#column-left ul#cosmetic li { 
			background:none;
			padding-left:0px; /* pushes text to the right to display bg img */
			}
		#column-left ul#cosmetic li ul  { padding-left:0px; margin-bottom:0; }
		#column-left ul#cosmetic li ul li { 
			background:none;
			padding-left:0px; /* pushes text to the right to display bg img */
			position:relative;
	
			}
#cosmetic li span { display: none; }
#cosmetic li { float:left; list-style:none; position:relative; }
#cosmetic li, #cosmetic a { 
	height:47px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */

#cosmetic li ul {
	position:absolute;
	left:-9999px;
	background-color:#EBC88E;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:179px; /* Set to same width as in #nav */
	margin-top:-45px; /* Set to each button height, same as used above */
	z-index: 2;
	}

#cosmetic li ul li {
	height:20px; /* Height of each drop down nav item */
	border-bottom:1px solid #5A5C44;
	z-index: 2;
	}

#cosmetic li ul li a {
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	margin:0;
	padding-left:5px;
	z-index: 2;
	}

#cosmetic li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#cosmetic a:link, #cosmetic a:visited, #cosmetic a:hover, #cosmetic a:active {
	font-size:1.0em;
	color:#5A5C44;
	text-decoration:none;
	}

#cosmetic li:hover ul, #cosmetic li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */

#cosmetic ul a:hover { 
	background-image:none;
	background-color:#5A5C44;
	color:#EBC88E;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */

#cosmetic ul, #cosmetic li { width:180px; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */

#column-left ul#spa {
	background:url("../images/spa_btn.jpg") top left no-repeat;					
	width:179px;
	height:50px;
	margin-left:74px;
	
	}
	
		#column-left ul#spa li { 
			background:none;
			padding-left:0px; /* pushes text to the right to display bg img */
	
			}
		#column-left ul#spa li ul  { padding-left:0px; margin-bottom:0; }
		#column-left ul#spa li ul li { 
			background:none;
			padding-left:0px; /* pushes text to the right to display bg img */
	
			}

#spa li span { display: none; }
#spa li { float:left; list-style:none; position:relative; }
#spa li, #spa a { 
	height:50px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */

#spa li ul {
	position:absolute;
	left:-9999px;
	background-color:#EBC88E;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:179px; /* Set to same width as in #nav */
	margin-top:-48px; /* Set to each button height, same as used above */
	z-index: 2;
	}

#spa li ul li {
	height:20px; /* Height of each drop down nav item */
	border-bottom:1px solid #5A5C44;
	z-index: 2;
	}

#spa li ul li a {
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	padding-left:5px;
	z-index: 2;
	}

#spa li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */

#spa a:link, #spa a:visited, #spa a:hover, #spa a:active {
	font-size:1.0em;
	color:#5A5C44;
	text-decoration:none;
	}

#spa li:hover ul, #spa li.sfHover1 ul	{ left: auto; }

/* Hover styles for drop down items */

#spa ul a:hover { 
	background-image:none;
	background-color:#5A5C44;
	color:#EBC88E;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */

#spa ul, #spa li { width:180px; }
#column-left>#spa ul, #column-left>#spa li { width:224px; }

/*  Classes specific to the contact page for the store buttons */

#column-left li.store {height:76px;}

#column-left li.spa {height:45px;}

#column-left p.spa_links {margin-left:77px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0); 
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
ul.service-list, ul.serivce li ul {list-style:none;}
ul.service-list li, ul.service-list li ul li {margin:0!important;padding:0!important;}
ul.service-list li a {display:block;margin:2px 0;padding:4px 0;}
.service-wrapper {margin:30px 0 15px 35px;width:600px;}
.service-wrapper p {margin:15px 100px 0 0!important;}
.service-wrapper table tr td p {margin:0!important;padding:5px 15px 5px 0!important;}
.service {border-bottom:1px dashed #2A2A2A;margin:0;width:600px;font-size:13px;font-weight:bold;}
.service .price {display:block;float:right;width:100px;font-weight:bold;text-align:right;}
#library3D {width:701px;height:557px;margin:-215px 0 0 0;}
#library3D-link {width:234px;height:60px;margin:0 0 10px 5px;}
#library3D-link a {border:none;text-decoration:none;}