﻿/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. 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/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */


/* basic elements
 * ------------------------------------------------------------------------------------- */
body, div, ul, li, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #EFE8DF url("../images/bg.jpg") top left repeat-x;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #700000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #AF0202;
	text-decoration: underline;
}

h1 {
	color: #564A8C;
	font-size: 16px;
}

h2 {
	color: #8B775C;
	font-size: 15px;
}

h3 {
	font-size:14px;
	color: #8B775C;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto;
	background: url("../images/bg-main.jpg") top left repeat-y;
	text-align: center;
}
#side-left {
	background: url("../images/side-left.jpg") top left no-repeat;
	min-height: 490px;
}
#side-right {
	background: url("../images/side-right.jpg") top right no-repeat;
	min-height: 490px;
}
#main {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#banner {
	width: 760px;
	height: 327px;
	background: url("../images/banner.jpg") left top no-repeat;
}


/* HORIZONTAL sprite nav
 * ------------------------------------------------------------------------------------- */
#menu-top {
	background: url("../images/menu-top.jpg") top left no-repeat;
	width: 179px;
	height: 33px;
	position: relative;
	left: 534px;
}
#menu-top li span {display: none;}
#menu-top li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu-top li, #menu-top a {height: 33px; display: block;}
#menu-top-01 {left: 0px; width: 51px;}
#menu-top-02 {left: 51px; width: 65px;}
#menu-top-03 {left: 116px; width: 65px;}

#menu-top-01 a:hover {background: transparent url("../images/menu-top.jpg") -0px -33px no-repeat;}
#menu-top-02 a:hover {background: transparent url("../images/menu-top.jpg") -51px -33px no-repeat;}
#menu-top-03 a:hover {background: transparent url("../images/menu-top.jpg") -116px -33px no-repeat;}

/* HORIZONTAL sucker-sprite nav
 * ------------------------------------------------------------------------------------- */
#menu {
	background: url("../images/menu.jpg") top left no-repeat;
	width: 760px;
	height: 28px;
}
#menu span { display: none; }
#menu li {
	position: relative;
	float: left;
	list-style: none;
}
#menu li, #menu a {
	height: 28px;
	display: block;
}
#menu-01 {left: 221px; width: 101px;}
#menu-02 {left: 221px; width: 122px;}
#menu-03 {left: 221px; width: 131px;}
#menu-04 {left: 221px; width: 78px;}
#menu-05 {left: 221px; width: 87px;}

#menu-01 a:hover {background: transparent url("../images/menu.jpg") -221px -28px no-repeat;}
#menu-02 a:hover {background: transparent url("../images/menu.jpg") -322px -28px no-repeat;}
#menu-03 a:hover {background: transparent url("../images/menu.jpg") -444px -28px no-repeat;}
#menu-04 a:hover {background: transparent url("../images/menu.jpg") -575px -28px no-repeat;}
#menu-05 a:hover {background: transparent url("../images/menu.jpg") -653px -28px no-repeat;}

	/* begin son of suckerfish */

	#menu li ul {
		position: absolute;
		left: -9999px;
		background-color: #D1BEA7;
		border: 1px solid #F2EBE3;
	}

	#menu li ul li {
		height: 20px;
	}
	#menu li ul li a {
		width: 100%;
		height: 20px;
		line-height: 20px;
	}
	#menu li ul li a span {
		display: block;
		padding-left: 5px;
	}

	#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
		font-size: 11px;
		color: #5B4F8A;
		text-decoration: none;
	}

	#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }

	#menu-02 ul a:hover, #menu-03 ul a:hover, #menu-04 ul a:hover {
		background-image: none;
		background-color: #F2ECE6;
	}

	#menu-02 ul, #menu-02 li { width: 160px; }
	#menu-03 ul, #menu-03 li { width: 150px; }
	#menu-04 ul, #menu-04 li { width: 150px; }

.title {
		height: 20px;
		font-weight:bold;
		color:#000000;
		padding:5px 0 0 5px;
	}

/* content
 * ------------------------------------------------------------------------------------- */
#content {
	width: 760px;
}

#content-main {
	/*margin-left: 221px;*/
	float: left;
	width: 520px;
}
	#content-main p, #content-main h1, #content-main h2, #content-main h3 {
		margin-left: 25px;
		margin-right: 25px;
	}

	#content-main li {
		margin-left: 45px;
		list-style-image: none;
	}

#content-side {
	width: 221px;
	float: left;
	text-align: center;
}
	#content-side p, #content-side form {
		margin-left: 29px;
		margin-right: 10px;
	}

#asseenon {
	width: 207px;
	float: right;
	clear: right;
	padding-top: 20px;
	padding-left: 5px;
	margin-right: -5px;
}
#procedures {
	width: 207px;
	float: right;
	clear: right;
	background: url("../images/index/procedures/bg.jpg") left top repeat-y;
}


#procedures ul {
		width: 184px;
		background: url("../images/index/procedures/footer.jpg") bottom left no-repeat;
		padding-bottom: 27px;
	}
	#procedures li {
		list-style: none;
		background: url("../images/index/procedures/bg-item.jpg") left top no-repeat;
		height: 24px;
		font-size: 11px;
		margin-left: 0px !important;
	}
	#procedures li.heading {
		font-weight:bold;
		padding-left:32px;
		line-height: 24px;
		display: block;
	}

	#procedures li.nolink {
		padding-left:32px;
		line-height: 24px;
		color: #64588E;
		display: block;
	}

	#procedures li a {
		display: block;
		line-height: 24px;
		width: 100%;
	}
	#procedures li a span {
		margin: 0 0 0 32px;
	}
	#procedures a:link, #procedures a:visited {
		color: #64588E;
		text-decoration: none;
	}
	#procedures a:hover, #procedures a:active {
		color: #8D83B3;
		text-decoration: none;
	}

#sub {
	margin-right:-20px;
	width: 530px;
	background: url("../images/index/bg-sub.jpg") 0 62px no-repeat;
	float: right;
}
	#meet {
		width: 261px;
		float: left;
	}
		#meet p, #meet h2 {
			margin-left: 40px;
			margin-right: 20px;
		}
	#featured {
		width: 269px;
		float: left;
	}
		#featured p, #featured h2 {
			margin-left: 25px;
			margin-right: 30px;
		}

/* footer
 * ------------------------------------------------------------------------------------- */
#page-footer {
	background: url("../images/footer.jpg") top left no-repeat;
	width: 780px;
	height: 53px;
	clear: both;
}

#footer {
	width: 780px;
	margin: 0px auto;
	padding: 8px;
	text-align: center;
}

	#footer li {
		margin: 0px;
		padding: 0px;
		display: inline;
	}

	#footer a:link, #footer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #018270;
		text-decoration: underline;
	}

/* misc layout elements
 * ------------------------------------------------------------------------------------- */

input, textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #927956;
	background-color: #E2D4C0;
	margin-bottom: 2px;
}

.quickcontact {
	width: 150px;
}

.top {
	display: block;
	text-align: right;
	font-size: 10px;
}
.img-right {
	float: right;
	margin-left: 7px;
}
.data-table, .data-table td{
	border: 1px solid #927956;
	background-color: #E2D4C0;
	border-collapse:collapse;
}
.data-table th, .data-table th a{
	font-weight:bold;
	background-color: #B4A5D0;
}
#admin_menu{
	width:402px;
	background-color: #927956;	
	height:38px
}
#admin_submenu{
	width:402px;
	background-color: #927956;
	border: 1px solid #927956;
	height:93px
}
.menu_item{
	float:left;
	font-weight:bold;
	background-color: #B4A5D0;
	margin:1px;
	padding:10px;
}
.menu_item a{
	font-weight:bold;
	text-decoration:none;
}
#admin_submenu .menu_item{
	background-color: #FFFFFF;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	width: 158px;
}


/* BOTOX Content Add-on 
������������������������*/
H1.pageheader { /*485x100*/
	margin-top: 30px;
	/*width: 465px;*/
	height: 76px;
	padding: 12px 30px;
	text-align: center;
	font: 1.6em georgia,times,serif;
	line-height: normal;
	color: #FFF;
	background: url("../images/pagetitle-bg.png") no-repeat 50% 50%; 
}
IMG.page-title {margin-top: 30px;}
.botox P {font-size: 13px;}
P.bic {
	font-weight: bold;
	color: #4A317C;
	font-style: italic;
	font-size: 14px;
}
P.i {font-style: italic;}
P.b {font-weight: bold;}
.botox BIG {
	font-weight: bold;
	color: #4A317C;/*4A317C 7450AD 6F5BC8*/
	font-size: 1.6em;
	line-height: normal;
}
.botox EM {font-weight: bold;}
.botox LI {
	font-size: 1.2em;
	line-height: 1.5em;
}
/*����������������������*/

.price {
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:-10px;
	margin-bottom:-10px;
}
.prod_title {
	padding-left:25px; 
	padding-bottom:-10px;
	margin-bottom:-10px;
	width:300px;
	float:left;
	font-weight:bold;
	font-size:1.2em;
}
.price2 {
	font-weight:normal;
	font-size:1.2em;
	padding-bottom:0px;
	margin-bottom:0px;
}
.prod_title2 {
	padding-left:25px; 
	padding-bottom:0px;
	margin-bottom:0px;
	width:300px;
	float:left;
	font-weight:normal;
	font-size:1.2em;
}