/* CSS Document */
/** {margin:0;padding:0} */
html {
overflow: auto;
}
body {
	padding : 0;
	margin : 0;
	border: 0;
	background-color: #FFFFFF;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images_layout/back_grey.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
	
	/*scrollbar-base-color:#333300;*/	
	
}
.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;
}
A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: underline;
	color: #FFFFFF;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* header styles */
#header {
	background: url(../images/layout/Header_bk.jpg);
	text-align:right;
	height: 84px;
	
	 /* creates the top overlap of the right column */
}
#headerlft {
	background: url(../images/logo.jpg);
	width: 204px;
	height: 177px;
	position: absolute; 
	top: 0px; 
	left: 0px;	
	 /* creates the top overlap of the right column */
}
#headerrt {
	background: url(../images/header.jpg);
	width: 777px;
	height: 84px;
	position: absolute; 
	top: 0px; 
	right: 0px;	
	 /* creates the top overlap of the right column */
}
#main {
	/* margin-left:10.2em;
        margin-right:10.2em;
        padding-left:1em;
        padding-right:1em;
		position: absolute;
	top: 84px;
	left: 204px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	margin-right: 267px;*/
}
#main2col {
	position: absolute;
	top: 84px; 
	left: 204px; 
	bottom: 0px;
	right: 0px;
	z-index: 100;
	
}
#main-top {
		background: url(../images/red_bar_center.jpg);
		height: 44px;
		
}
#main-top-text {
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 20px;
	margin-right: 10px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	position: fixed;
}
#main-board {
	font-size: 12px;
	color: navy;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 1px;
	padding-top: 3px;
	
}
#main-text {
	font-size: 12px;
	color: #333333;	
	text-align: left;	
	margin-left: 6px;
	margin-right: 6px;	
	
	
}
#main-foot {
		background: url(../images/red_frame_bot_center.jpg);
		height: 11px;
		
}
/* and then we put each list on its place */
#list1 {
	position: absolute;
	top: 177px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 205px;
	background: url(../images/bkgrd_left.jpg);
	background-color: #CCCCCC;
	height: 900px;
}
#list1b {
	position: absolute;
	top: 177px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 205px;
	background: url(../images/bkgrd_left.jpg);
	background-color: #CCCCCC;
	height: 1300px;
}

#list2 {
	padding-left:0px;
	padding-top:5px;
		
}
#list2b {
		position: absolute; 
		top: 84px; 
		right: 0px; 
		bottom: 0px; 
		right: 0px; 
		background: url(../images/blue_box.jpg);
		background-repeat: repeat-y;
		background-color: #134E9A;
		width: 267px;
		height: 1393px;
		
}
#list2_title {
	width: 267px;
	vertical-align: bottom;
	padding-left: 20px;
}
#list2 ul {
	color: #FFFFFF;
	text-align: left;
}
#list2 li {
	color: #FFFFFF;
	text-align: left;
	padding-right: 14px;	
}
.list2_titletext {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

#list2_text {
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;
}
.leftmenu
{
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

.leftmenu li
{
	padding-left: 10px;
	padding-bottom: 0px;
	/* 
	background: url(../images/arrow.gif) no-repeat 0 .3em;*/
}
#list2_text a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing:1px;
	padding-left:10px;
}

#list2_text a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
#doclist {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;	
}
#doclist a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

#doclist a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li a
{
background: url(../images/layout/Nav_button.jpg) #fff bottom left;
background-repeat: no-repeat;
height: 34px;
line-height: 34px;

width: 194px;
display: block;
color: #0d2474;
text-decoration: none;
text-align: left;
padding-left: 10px;
}
#nav-menu li a:hover
{
	background: url(../images/layout/Nav_button_roll.jpg) #fff bottom left;
	background-repeat: no-repeat;
	height: 34px;
	line-height: 34px;
	width: 194px;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{

}
#footer {

}
#vid {

 text-align: center;
 }

img.floatRight {
	float: right;
	vertical-align: top;
	margin: 0px;
	padding-left: 5px;
}
img.floatLeft {
	float: left;
	vertical-align: top;
	margin-right: 6px;
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    clear: right; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
	clear: right;
}
img.floatLeftClear2 { 
    float: left; 
    clear: left; 
    margin: 0px;
}
img.floatLeftClearClear { 
    float: left; 
    clear: left; 
	clear: right;
	margin-right: 5px;
}
img.floatLeftClearClearrt { 
    float: right; 
     
	padding-right: 20px;
}
img.bot {
	vertical-align: bottom;
	}
.bigred {
	font-size: 14px;
	color: #990000;
	text-align: left;
	font-weight: bold;
}
.PatientHeader {
	font-size: 16px;
	
}
input
{
	border: 1px solid #000;
}
.bigwhitetxt {
	color: #FFFFFF;
	font-size:18px

}
#redbar {
	height: 28px;
	vertical-align: middle;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#blusec {
	background-image: url(../images/layout/blue_back_top.jpg);
	background-repeat: no-repeat;
}
#maincon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
}
#maincon a {
	color: #FFFFFF;
	text-decoration: underline;
}
#maincon a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#boxnav {
	float: left;
	height: 20px;
	width: 340px;
}

#boxnav a {
	color: #FFFFFF;
	text-decoration: underline;
}
#boxnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#maincon2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h1 {
	font-size: 14px;
	line-height: 15px;
	text-align: left;
}

.thumbs {
	clear: both;
	margin: 10px auto;
}
.thumbnails div {
	position: relative;
	width: 28px;
	height: 28px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display: inline;
}
.thumbnails img {
	top: 0px;
	left: 0px;
	width: 28px;
	height: 28px;
	position: absolute;
	z-index: 1;
	border: 1px solid #000000;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.preview {
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	width: 40px;
	float: left;
	margin-right: 10px;
	position: absolute;
	left: 140px;
	top: 104px;
	height: 163px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
#main {
	background-image: url(../images_layout/serenity_layout_newlogo.jpg);
	height: 748px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#mainhair {
	background-image: url(../images_layout/serenity_layout_hair.jpg);
	height: 748px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#mainfacials {
	background-image: url(../images_layout/serenity_layout_facials.jpg);
	height: 800px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#mainbody {
	background-image: url(../images_layout/serenity_layout_body.jpg);
	height: 748px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#mainnails {
	background-image: url(../images_layout/serenity_layout_specials_yellow.jpg);
	height: 748px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#mainproducts {
	background-image: url(../images_layout/serenity_layout_products.jpg);
	height: 748px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#mainspecials {
	background-image: url(../images_layout/serenity_layout_bigred.jpg);
	height: 748px;
	width: 974px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
.thumbnails2 div {
	position: relative;
	width: 35px;
	height: 35px;
	
	margin: 8px;
	padding: 0;
	
}
.thumbnails2 img {
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	position: relative;
	z-index: 1;
	border: 1px solid #000000;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.greysky{
	color:#666666;
	
}


hr, .clearAll {
	clear: both;
}

.SlidingPanels {
	width: 360px;
	height: 420px;
}
.SlidingPanelsContent {
	width: 360px;
	height: 420px;
}

#example2.SlidingPanels {
	float: left;
}
#example2 .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#example2 .SlidingPanelsContent {
	float: left;
}

#example3.SlidingPanels {
	float: left;
}
#example3 .SlidingPanelsContentGroup {
	float: left;
	width: 1200px;
}
#example3 .SlidingPanelsContent {
	float: left;
	text-align: left;
}
#example3 .SlidingPanelsContent a {
	color: #FFFFFF;
	text-decoration: none;
}

#example3 .SlidingPanelsContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#example3 .SlidingPanelsContent h3 {
	size:15px;
}
#example3_nav.SlidingPanels {
	float: left;
}
#example3_nav .SlidingPanelsContentGroup {
	float: left;
	width: 1080px;
}
#example3_nav .SlidingPanelsContent {
	float: left;
}

.demoDiv{
			background-color: #CCC; 
			height: 150px; 
			overflow: hidden;
		}
		.animationContainer{
			height: 160px;
		}
		.demoDiv p, .demoDiv h4{
			width: 397px;
		}
		.hideInitially{
			visibility: hidden;
		}
#spec {
	float: right;
	height: 46px;
	width: 285px;
	margin-top: 5px;
}
#book {
	float: left;
	height: 60px;
	width: 94px;
}
