@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(/site/template/assets/scripts/jquery/lightbox/css/jquery.lightbox-0.5.css);

html{
	
	background: #d4ddee;
	height: 100%;
}

body{
	background: #d4ddee url(../images/body_bg.gif) 0 0 repeat-x;
	color:#444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:961px;
	min-height: 100%;
	position: relative;
	/* Set this to the same height as the footer */
    margin-bottom: -153px;
	background:transparent url(../images/wrap_bg.gif) repeat-y 0px 0px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 118px;
	margin:0 auto;
	background:transparent url(../images/header_bg.gif) no-repeat 0 0;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:39px;
		position:absolute;
		top: 26px;
	}
		#logo img{
			height:80px;
			width:136px;
		}

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:25px;
	width:100%;
	background:transparent url(../images/nav_bg.gif) no-repeat 0 0;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
			
			#nav a{
					display:block;
					float:left;
					text-decoration:none;
					background:url(../images/nav_bg.gif) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:25px 0 0 0;
					position:absolute;
					width:100px;
				}
				#nav a:hover, #nav a.active{
				}
				
			/*Home*/
			#t66209 a, #t66209 a.active{
			width:81px;
			left:0px;
			background-position:0 0;
			}
			
			#t66209 a:hover{
			background-position:0px -25px;
			}
			
			/*About Us*/
			#t66519 a{
			background-position:-80px 0;
			left:80px;
			width:123px;
			}
			
			#t66519 a:hover, #t66519 a.active{
			background-position:-80px -25px;
			}
			
			/*Cosmetic Procedures*/
			#t66286 a{
			left:204px;
			width:200px;
			background-position:-204px 0px;
			}
			
			#t66286 a:hover, #t66286 a.active{
			background-position:-204px -25px;
			}
			
			/*Personal Stories*/
			#t66290 a{
			left:403px;
			width:183px;
			background-position:-403px 0px;
			}
			
			#t66290 a:hover, #t66290 a.active{
			background-position:-403px -25px;
			}
			
			/*Q & A*/
			#t66284 a{
			left:586px;
			width:93px;
			background-position:-586px 0;
			}
			
			#t66284 a:hover, #t66284 a.active{
			background-position:-586px -25px;
			}
			
			/*Payment Options*/
			#t66283 a{
			left:679px;
			width:167px;
			background-position:-679px 0;
			}
			
			#t66283 a:hover, #t66283 a.active{
			background-position:-679px -25px;
			}
			
			/*Contact Us*/
			#t66282 a{
			left:844px;
			width:117px;
			background-position:-844px 0;
			}
			
			#t66282 a:hover, #t66282 a.active{
			background-position:-844px -25px;
			}
#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
	}
	
	#main-table-body-leftcell{
		background: #bdcae5;
		width:169px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:613px;
		padding-left:14px;
	}

	#main-table-body-far-right-cell{
	background:#fff;
	vertical-align:top;
	}
	
	
	#third-column{
		width:165px;
		border-top:3px solid #D4DDEE;
	}
	
/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:0px 0 0 0;
}


#menu-header {
	background:transparent;
}


#menu{
	margin: 0px 0 0 0px;
	padding:0;
	width: 169px;
	background:#d4ddee;
	padding:20px 0 11px 0px;
}
	#menu ul{
		font-size: 12px;
		margin:0 0px 0 0;
		padding:0 0 27px 0;
		list-style: square inside;
		border-bottom: 1px solid #e2e2e3;
		background:#fff;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#474948;
				display:block;
				font-size: 12px;
				padding: 9px 3px 6px 26px;
				border-top: 1px solid #e2e2e3;
				background:#fff url(../images/menu_a_bg.gif) no-repeat 0px 0px;
				width:140px;
			}
			
			#menu a:hover {
			background:#b2c1e0 url(../images/menu_a_bg_hover.gif) no-repeat 0px 0px;
			color:#003399;
			}
			
			#menu a.current{
			background:#b2c1e0 url(../images/menu_a_bg_hover.gif) no-repeat 0px 0px;
			color:#003399;
			}
			
			#menu a.subcurrent{
			background:#fff url(../images/menu_a_a_bg_hover.gif) no-repeat 18px 0px;
			font-weight:bold;
			color:#003399;
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 45px;
				border-top: 1px solid #e2e2e3;
				text-decoration: none;
				width:124px;
				background-position:18px 0px;
			}
			
			#menu li ul li a:hover {
			background:#fff url(../images/menu_a_a_bg_hover.gif) no-repeat 18px 0px;
			color:#003399;
			}
			
	#menu-footer{
		background:transparent;
		padding-bottom:17px;
	}

#menu h3{
padding:0px;
margin:0px;
}

#menu h3 a, #menu h3 a:hover{
width:170px;
margin:0px;
padding:0px;
text-decoration:none;
text-indent:-10000px;
border:0px;
height:27px;
}

.tab66519 #menu h3 a, .tab66519 #menu h3 a:hover{
background:transparent url(../images/menu_headings/about_us.gif) no-repeat 0px 0px;
}

.tab66286 #menu h3 a, .tab66286 #menu h3 a:hover{
background:transparent url(../images/menu_headings/cosmetic_procedures.gif) no-repeat 0px 0px;
}

.tab66290 #menu h3 a, .tab66290 #menu h3 a:hover{
background:transparent url(../images/menu_headings/personal_stories.gif) no-repeat 0px 0px;
}

.tab66284 #menu h3 a, .tab66284 #menu h3 a:hover{
background:transparent url(../images/menu_headings/qa.gif) no-repeat 0px 0px;
}

.tab66283 #menu h3 a, .tab66283 #menu h3 a:hover{
background:transparent url(../images/menu_headings/payment_options.gif) no-repeat 0px 0px;
}

.tab66282 #menu h3 a, .tab66282 #menu h3 a:hover{
background:transparent url(../images/menu_headings/contact_us.gif) no-repeat 0px 0px;
}

#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:1px 0 0 0px;
	margin: 0;
	position:relative;
	width: 100%;
	background:#fbfbfb url(../images/breadcrumb_bg.gif) repeat-x 0 bottom;
}

	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.5em 0 .5em 9px;
		width:772px;
		color:#767778;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
		color:#767778;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{	
		color:#767778;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;		
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:9em;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#767778;
				font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#767778;
				font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 10px 0 10px;
		padding:0 0 10px 0;
		overflow:hidden;
	}
	#pagetitle{
		margin:15px 0 15px 0px;
		border-bottom:1px solid #c7c5c5;
	}
		#pagetitletext h1{
			font-size:20px;
			font-weight: normal;
			color: #d9be66;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 153px;
		clear: both;
}

#footer{
	clear:both;
	height: 153px;
	margin:0 auto;
	position:relative;
	background: transparent url(../images/footer_bg.gif) repeat-x 0 0;
}
	#footerwrap{
		margin:0 auto;
		width: 961px;
		position:relative;
		height: 40px;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		bottom:-85px;
	}
		#poweredby a{
			color:#fff;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
