BODY {
	text-align: center;
	margin: 0px;
	background: url(images/background.jpg) repeat-y center #000000; }

.title {
	font-weight: bold;
	font-size: 14pt;
	margin:0;
	padding-bottom: 6px;}
	
h1, h2 {
	font-size: 11pt;
	font-weight: bold;
	color:#333;
	margin:0;
	padding: 6px 0;}
	
P {
	margin:0;
	padding:6px 0; }

/*------------------------------------ Layout ----------------------------------*/

.BackgroundWrapper {
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	padding-bottom: 10px; }
	
.PageWrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto; 
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }
	
.PageHeader {
	height: 265px;
	background: url(images/header.jpg) no-repeat; }
	
.HeaderFlash {
	width: 166px;
	height: 127px;
	position: relative;
	top: 126px;
	left: 145px; }
	
.HeaderVideo {
	width: 900px;
	height: 410px;
	text-align: center;
	margin-top:5px; }

.MenuWrapper .Left {
	background: url(images/menu-left.jpg) no-repeat left; }
	
.MenuWrapper .Center {
	height:66px;
	width: 846px;
	margin-left:27px; }
	
.MenuWrapper .Right {
	background: url(images/menu-right.jpg) no-repeat right; }
	
.MenuWrapper .Top {
	height: 12px;
	background: url(images/menu-top.jpg) no-repeat; }
	
.MenuWrapper .Middle {
	height:50px;
	background:url(images/menu-bg.jpg) left top repeat-x; }
	
.MenuWrapper .Bottom {
	height: 4px;
	background: url(images/menu-low.jpg) no-repeat; }
	
.Content .Top {
	height: 16px;
	background: url(images/mid-panel.jpg) no-repeat; }

.Content .Left, .Footer .Left {
	background: url(images/border-leftedge.jpg) repeat-y left; }
	
.Content .Center {
	width: 846px;
	margin-left:27px; }
	
.Content .Panes .Right {
	background: url(images/border-rightedge.jpg) repeat-y right; }
	
.ContentPane {
	background:#FFF; }
	
.SidePane {
	background: #fff; }
	
.Content .Bottom {
	height: 25px;
	background: url(images/border-lowedge.jpg) no-repeat; }
	
.Footer .Center {
	width: 846px;
	margin-left:27px;
	background:#FFF }
	
.Footer .Right {
	background: url(images/border-rightedge.jpg) repeat-y right; }

.Footer .Top  {
	height: 25px;
	background: url(images/border-upedge.jpg) no-repeat; }

.FooterPane {
	text-align: center;
	line-height: 18px; }
	
.HomePageVideo {
	width: 320px;
	height: 290px;
	float: left;
	margin:0 8px 8px 0; }

.Copyright {
	color:#09F;
	text-align: center;}
	
.ba {
	width: 400px;
	float:left; }
	
.ba-img {
	width: 147px;
	float:left;
	text-align:center; }
	
.img-container {
	margin:auto;
	width: 300px;}

/*---------------------------------------------- Menu ----------------------------------------*/
/******************** Up State *************************/
.TXVmenu {
	width:846px; 
	height:50px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt; }

.TXVmenu ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left;
	display:inline; }
	
.TXVmenu li {
	margin:0; 
	padding:0; 
	list-style:none; }
	
.TXVmenu a {
	display:block; 
	color:#fff; 
	line-height:50px; 
	text-decoration:none;
	font-weight:bold; }

.TXVmenu a em.left {
	display:block;
	float:left;
	width:15px;
	height:50px; }
	
.TXVmenu a b {
	display:block;
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	float:left;
	cursor:hand;}
	
.TXVmenu a em.right {
	display:block;
	width:15px;
	height:50px;
	float:left; }
		
.TXVmenu li:hover > ul {visibility:visible;}
.TXVmenu a:hover ul,
.TXVmenu a:hover a:hover ul, 
.TXVmenu a:hover a:hover a:hover ul {visibility:visible;}
.TXVmenu a:hover ul ul, 
.TXVmenu a:hover a:hover ul ul {visibility:hidden;}
.TXVmenu ul li ul {visibility: hidden;}

.TXVmenu li {float:left; position:relative; margin-right:1px;}
.TXVmenu li ul li { float:none; position:static; margin-right:0;}

/*********************** Flyout Portion of Menu ************************/

.TXVmenu ul :hover ul {
	display:block;
	position:absolute;
	top:49px; 
	left:3px;
	width:240px;
	z-index:9999;
	 }
	
.TXVmenu ul :hover ul li ul {
	display: none;
	position:relative;
	z-index:9999;}

.TXVmenu ul :hover ul li a,
.TXVmenu ul li a:hover ul li a {
	display:block;
	background:#003366;
	color:#fff;
	height:auto;
	line-height:15px;
	padding:4px 8px; 
	width:220px; 
	border:1px solid #000; 
	font-size:11pt;
	text-decoration:none;
	z-index:9999;}
	
.TXVmenu ul :hover ul li a:hover,
.TXVmenu ul li a:hover ul li a:hover {
	color:#000;
	background: #cce7fc; }
	
.TXVmenu ul :hover ul :hover ul,
.TXVmenu ul li a:hover ul :hover ul {
	display:block; 
	position:absolute; 
	top: -5px;
	left:244px;}

.TXVmenu ul li a:hover ul li a ul{
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:0;  }
	
.TXVmenu ul li a:hover ul li a:hover ul{
	visibility:visible; 
	position:absolute; 
	top:-5px; 
	left:244px;}

.TXVmenu li ul {display:block; position:absolute; visibility:hidden; }

.TXVmenu li li a {background:#fff;line-height:22px; color:#000;} 

.TXVmenu li li ul {left:100%; margin-top:-23px; margin-left:-5px; top:23px;}

.TXVmenu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
.TXVmenu table ul li a {padding-left:0; padd\ing-left:20px;}
.TXVmenu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
.TXVmenu table table ul {margin-top:-4px; marg\in-top:-7px;}

/************ Over state *****************/
.TXVmenu a:hover b {
	color:#000;
	background: url(images/menu-over.jpg) repeat-x;
	text-decoration:none;  }
	
.TXVmenu a:hover em.left {
	background: url(images/menu-overleft.jpg) left bottom no-repeat;  }
	
.TXVmenu a:hover em.right {
	background: url(images/menu-overright.jpg) right bottom no-repeat;  }
	
.TXVmenu :hover > a b  {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x;
	text-decoration:none;  }
	
.TXVmenu :hover > a em.left {
	background: url(images/menu-overleft.jpg) bottom left no-repeat;  }
	
.TXVmenu :hover > a em.right {
	background: url(images/menu-overright.jpg) bottom right no-repeat;  }
	
/************* Current Item *************/

.TXVmenu .CurrentItem a em.left, .SEOMenu .CurrentItem :visited em.left, .SEOMenu .ParentItem a em.left, .SEOMenu .ParentItem :visited em.left{
	background:url(images/menu-downleft.jpg) left bottom no-repeat; }
	
.TXVmenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu-down.jpg) repeat-x;
	color:#fff;  }
	
.TXVmenu .CurrentItem a em.right, .SEOMenu .CurrentItem :visited em.right, .SEOMenu .ParentItem a em.right, .SEOMenu .ParentItem :visited em.right {
	background:url(images/menu-downright.jpg) right bottom no-repeat;  }	
	
/****************** Current Item Over ****************/

.TXVmenu .CurrentItem a:hover b, .TXVmenu .ParentItem a:hover b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x;  }
	
.TXVmenu .CurrentItem a:hover em.left, .TXVmenu .ParentItem a:hover em.left {
	background: url(images/menu-overleft.jpg) bottom left no-repeat;  }
	
.TXVmenu .CurrentItem a:hover em.right, .TXVmenu .ParentItem a:hover em.right {
	background: url(images/menu-overright.jpg) bottom right no-repeat;  }
	
.TXVmenu .CurrentItem :hover > a b, .TXVmenu .ParentItem :hover > a b {
	color:#000;
	background: url(images/menu-over.jpg) bottom repeat-x; }
	
.TXVmenu .CurrentItem :hover > a em.left, .TXVmenu .ParentItem :hover > a em.left {
	background: url(images/menu-overleft.jpg) bottom left no-repeat; }
	
.TXVmenu .CurrentItem :hover > a em.right, .TXVmenu .ParentItem :hover > a em.right {
	background: url(images/menu-overright.jpg) bottom right no-repeat;  }
	
.TXVmenu ul ul .CurrentItem a:hover b {
	color:#000;
	background: transparent;  }
	
.TXVmenu ul ul .CurrentItem a:hover em.left {
	background: transparent; }
	
.TXVmenu ul ul .CurrentItem a:hover em.right {
	background: transparent; }
	
.TXVmenu ul ul .CurrentItem :hover > a b {
	color:#000;
	background: transparent; }
	
.TXVmenu ul ul .CurrentItem :hover > a em.left {
	background: transparent; }
	
.TXVmenu ul ul .CurrentItem :hover > a em.right {
	background: transparent; }

/*---------------------------------------------- Video Buttons ----------------------------------------*/

.sidemenu a{
	text-deocration:none;
	display:block;
	width:260px;
	height:148px;
	background-position:left top;
	background-repeat:no-repeat;
}
.sidemenu a.botox{
	background:url(images/botox.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.botox:hover{
	background:url(images/botox.jpg) right no-repeat;
}
.sidemenu a.mesotherapy{
	background:url(images/mesotherapy.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.mesotherapy:hover{
	background:url(images/mesotherapy.jpg) right no-repeat;
}
.sidemenu a.chempeel{
	background:url(images/chemical-peel.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.chempeel:hover{
	background:url(images/chemical-peel.jpg) right no-repeat;
}
.sidemenu a.photoreju{
	background:url(images/photo-rejuvenation.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.photoreju:hover{
	background:url(images/photo-rejuvenation.jpg) right no-repeat;
}
.sidemenu a.hairremoval{
	background:url(images/hair-removal.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.hairremoval:hover{
	background:url(images/hair-removal.jpg) right no-repeat;
}
.sidemenu a.restylane{
	background:url(images/restylane.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.restylane:hover{
	background:url(images/restylane.jpg) right no-repeat;
}
.sidemenu a.ipl{
	background:url(images/ipl.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.ipl:hover{
	background:url(images/ipl.jpg) right no-repeat;
}
.sidemenu a.skincare{
	background:url(images/skin-care.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.skincare:hover{
	background:url(images/skin-care.jpg) right no-repeat;
}
.sidemenu a.juvederm{
	background:url(images/juvederm.jpg) left no-repeat;
	text-decoration:none;
}
.sidemenu a.juvederm:hover{
	background:url(images/juvederm.jpg) right no-repeat;
}