/*==============================================================================

version:  1.0
date:	  01/04/08
author:   Capisce Design Inc.
email:    capisce@capiscedesign.com
website:  http://www.capiscedesign.com/

==============================================================================*/



* {
	margin: 0;
	padding: 0;
}

body { /* Center layout */
	text-align: center;
	/*min-width: 950px;  :FIX: Netscape 6 */
	background-color: #FFF;
	}
	
#wrapper {
	width: 950px;
	margin: 50px auto 0px; /* Center layout */
	text-align: left; /* Center layout */
	position:relative;
	}


/*============================================================================== 
 * Typography
==============================================================================*/

body {
	font-size: 12px;
	}

p {
	color:#696969;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 1.75em;
	}

h1 {
	color:#C2E5F9;
	font-family:Helvetica,san-serif;
	font-size:32px;
	font-weight:normal;
	letter-spacing:0.05em;
	}

h2 {
	color:#696969;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 1.75em;
	font-weight:normal;
	padding-bottom:20px;
	letter-spacing:0.05em;
	}	
	
h3 {
	color:#FF0000;
	font-family:Helvetica,san-serif;
	font-size:32px;
	font-weight:normal;
	letter-spacing:0.05em;
	}
	
h4 {
	color:#C2E5F9;
	font-family:Helvetica,san-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0.05em;
	}	
	
.maintextindent li {	
	color:#696969;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.75em;
	padding:2px 0pt;
	}
	
.warning {
	color:#FF0000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 1.75em;
	}
	
.redtext {
	color:#FF0000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height: 1.75em;
	}
	
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 1.35em;
	}	
	
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 1.35em;
	}
	
p a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#f9a451;
	text-decoration:none;
	}

p a:visited {
	color:#f9a451;
	text-decoration:none;
	}	
		
p a:hover {
	color:#f9a451;
	text-decoration:underline;
	}
	
p a:active {
	color:#f9a451;
	text-decoration:underline;
	}	
	
.topNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#696969;
	text-transform:uppercase;
	}
	
.topNav a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#696969;
	text-transform:uppercase;
	text-decoration:none;
	}	
	
.topNav a:visited {
	color:#696969;
	text-decoration:none;
	}	
	
.topNav a:hover {
	color:#999;
	text-decoration:underline;
	background-color:#FFF;
	}	
	
.topNav a:active {
	color:#696969;
	text-decoration:none;
	}	
							

/*============================================================================== 
 * Header
==============================================================================*/

#header {
	position:relative;
	width: 950px;
	margin: 0;	
	height: 128px;
	z-index:4;
	}
	
#logo {
	float:left;
	}
	
.searchbox {
	color:#999999;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:10px;
	}
	
.top {
	width:856px;
	height:93px;
	text-align:right;
	float:right;
	}	

.navbar {
	width:832px;
	padding-left:8px;
	margin-top:0 !important;
	margin-top: 4px;
	padding-bottom:0 !important;
	padding-bottom: 2px;
	height:22px;
	text-align:right;
	float:right;
	background-color:#a2aaaf;
	position:relative;
	}	
	
#formskin select {
	background-color:#a2aaaf;
	border:1px solid #CCC;
	color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	font-weight:normal;
	}	
	
#formproduct select {
	background-color:#a2aaaf;
	border:1px solid #CCC;
	color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8.5pt;
	font-weight:normal;
	}	
	
#consultationheader { /* iframe for consultation form header */
	height: 94px !important;
	height: 106px;
	}
	
/*============================================================================== 
 * topNav
==============================================================================*/

	
ul#topNav  {	
	padding: 0;
	list-style: none;
	height:35px;
	width:154px;
	float:left;
	text-align:right;
	overflow: hidden;
	}	
	
ul#topNav li {
	float: left;
	}	
	
ul#topNav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px; /* for IE5/Win only */
	}			
	
/* Replace Text With Images
----------------------------------------------------------------------------- */

li#Home a {
	background: url(../clinic/images/nav_05.jpg) top left no-repeat;
	width: 58px;
	height: 35px;
	}
	
li#AboutClinic a {
	background: url(../clinic/images/nav_06.jpg) top left no-repeat;
	width: 96px;
	height: 35px;
	}

/* Image Rollovers
----------------------------------------------------------------------------- */

li#Home a:hover {
	background-position: -58px 0;
	}
	
li#AboutClinic a:hover {
	background-position: -96px 0;
	}
	
/*============================================================================== 
 * navmenu1
==============================================================================*/
	

ul#navmenu1  {
	padding: 0;
	list-style: none;
	height:35px;
	width: 138px;
	float:left;
	text-align:left;
	}
	
ul#navmenu2  {
	padding: 0;
	list-style: none;
	height:35px;
	width: 109px;
	float:left;
	text-align:left;
	}	
	
/*============================================================================== 
 * topRightNav
==============================================================================*/

	
ul#topRightNav  {	
	padding: 0;
	list-style: none;
	height:35px;
	width:549px;
	float:left;
	text-align:right;
	overflow: hidden;
	}	
	
ul#topRightNav li {
	float: left;
	}	
	
ul#topRightNav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:35px; /* for IE5/Win only */
	}			
	
/* Replace Text With Images
----------------------------------------------------------------------------- */
	
/*li#TreatmentsCondition a {
	background: url(../clinic/images/nav_07.jpg) top left no-repeat;
	width: 138px;
	height: 35px;
	}	
	
li#TreatmentsName a {
	background: url(../clinic/images/nav_08.jpg) top left no-repeat;
	width: 109px;
	height: 35px;
	}*/
	
li#Testimonials a {
	background: url(../clinic/images/nav_09.jpg) top left no-repeat;
	width: 117px;
	height: 35px;
	}

li#BeforeAndAfter a {
	background: url(../clinic/images/nav_10.jpg) top left no-repeat;
	width: 74px;
	height: 35px;
	}	
	
li#Contact a {
	background: url(../clinic/images/nav_11.jpg) top left no-repeat;
	width: 111px;
	height: 35px;
	}		
	
li#Directions a {
	background: url(../clinic/images/nav_12.jpg) top left no-repeat;
	width: 103px;
	height: 35px;
	}		
	
li#Policies a {
	background: url(../clinic/images/nav_13.jpg) top left no-repeat;
	width: 72px;
	height: 35px;
	}		
	
li#Gallery a {
	background: url(../clinic/images/nav_14.jpg) top left no-repeat;
	width: 72px;
	height: 35px;
	}	
				
	
/* Image Rollovers
----------------------------------------------------------------------------- */

	
/*li#News a:TreatmentsCondition {
	background-position: -138px 0;
	}
		
li#TreatmentsName a:hover {
	background-position: -109px 0;
	}*/
		
li#Testimonials a:hover {
	background-position: -117px 0;
	}
	
li#BeforeAndAfter a:hover {
	background-position: -74px 0;
	}
	
li#Contact a:hover {
	background-position: -111px 0;
	}	
		
li#Directions a:hover {
	background-position: -103px 0;
	}	
				
li#Policies a:hover {
	background-position: -72px 0;
	}					
									
li#Gallery a:hover {
	background-position: -72px 0;
	}	
		
/*============================================================================== 
 * SubNav
==============================================================================*/
	

ul#subNav  {
	padding: 0;
	list-style: none;
	height:20px;
	width:840px !important;
	width:820px;
	float:left;
	text-align:left;
	overflow: hidden;
	}	
	
ul#subNav li {
	float: left;
	}	
	
ul#subNav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
	}
	
	
/* Replace Text With Images
----------------------------------------------------------------------------- */


li#formskin {
	width: 160px;
	height: 20px;
	}
	
li#formproduct {
	width: 160px;
	height: 20px;
	}
	
li#Bestsellers a {
	background: url(../clinic/images/nav_10.gif) top left no-repeat;
	width: 122px;
	height: 20px;
	}
	
li#NutritionCenter a {
	background: url(../clinic/images/nav_11.gif) top left no-repeat;
	width: 156px;
	height: 20px;
	}

li#space {
	width: 145px !important;
	width: 135px;
	height: 20px;
	}	
	
li#Clinic a {
	background: url(../clinic/images/nav_12.gif) top left no-repeat;
	width: 86px;
	height: 20px;
	}		
		
/* Image Rollovers
----------------------------------------------------------------------------- */

li#Bestsellers a:hover {
	background-position: -122px 0;
	}
	
li#NutritionCenter a:hover {
	background-position: -156px 0;
	}
	
li#Clinic a:hover {
	background-position: -86px 0;
	}		
		
/*============================================================================== 
 * Image Rollovers - Current Page
==============================================================================*/

#MeetKate_page li#MeetKate a {
	background-position: -75px 0;
	cursor: default;
	}
	
#InTheNews_page li#InTheNews a {
	background-position: -92px 0;
	cursor: default;
	}
	
#VirtualClinic_page li#VirtualClinic a {
	background-position: -102px 0;
	cursor: default;
	}	

#WhatsHot_page li#WhatsHot a {
	background-position: -89px 0;
	cursor: default;
	}	
		
#Locations_page li#Locations a {
	background-position: -87px 0;
	cursor: default;
	}	
	
#Professional_page li#Professional a {
	background-position: -1050px 0;
	cursor: default;
	}


/*============================================================================== 
 * Content
==============================================================================*/

#maincontent {
	z-index:1;
	float: left;
	}
	
.maintextindent {
	padding-left: 20px;
	padding-bottom:10px;
	}

ul.maintextindent {
	padding-left: 20px;
	padding-bottom:10px;
	}		

/*============================================================================== 
 * Feature Section
==============================================================================*/

.clear {
	clear:both;
	}
	
/*============================================================================== 
 * Footer Section
==============================================================================*/

#footer {
	width: 950px;
	margin: 10px auto !important; /* Center layout */
	margin: 0px 188px 20px 188px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#666666;
	}
	
.emailbox {
	color:#999999;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:10px;
	width:110px;
	}
	
#mailframe {
	width: 950px !important;
	width:950px;
	}

/*============================================================================== 
 * Footer Nav
==============================================================================*/

#social {
	width: 950px;
	height: 60px;
	background-color: #F0F0F0;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#social img {
	margin-top: 7px;
	margin-right: 15px;
	border: 0px;
}

ul#footerNav {
	padding: 0 178px 20px 178px !important;
	padding: 0px 188px 0px 188px;	
	list-style: none;
	width: 950px;
	height: 28px !important;
	height:50px;
	float: left;
	text-align: center;
	overflow: hidden;
	}
	
ul#footerNav li {
	display:inline;
	float: center;
	}

ul#footerNav a {
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:28px; /* for IE5/Win only */
	}	
	
/* Replace Text With Images
----------------------------------------------------------------------------- */

li#contactus a {
	background: url(../clinic/images/nav_14.gif) top left no-repeat;
	width: 95px;
	height: 28px;
	}	
	
li#sitemap a {
	background: url(../clinic/images/nav_15.gif) top left no-repeat;
	width: 90px;
	height: 28px;
	}	
	
li#termsandconditions a {
	background: url(../clinic/images/nav_16.gif) top left no-repeat;
	width: 140px;
	height: 28px;
	}	
	
li#privacypolicy a {
	background: url(../clinic/images/nav_17.gif) top left no-repeat;
	width: 115px;
	height: 28px;
	}	
	
li#customerservice a {
	background: url(../clinic/images/nav_18.gif) top left no-repeat;
	width: 125px;
	height: 28px;
	}	
	
li#catalogrequest a {
	background: url(../clinic/images/nav_19.gif) top left no-repeat;
	width: 213px;
	height: 28px;
	}						
	
/* Image Rollovers
----------------------------------------------------------------------------- */

li#contactus a:hover {
	background-position: -95px 0;
	}
	
li#sitemap a:hover {
	background-position: -90px 0;
	}
	
li#termsandconditions a:hover {
	background-position: -140px 0;
	}
	
li#privacypolicy a:hover {
	background-position: -115px 0;
	}
	
li#customerservice a:hover {
	background-position: -125px 0;
	}
	
li#catalogrequest a:hover {
	background-position: -213px 0;
	}					
		
/*============================================================================== 
 * Copyright Section
==============================================================================*/

#copyright {
	font-size:7pt;
	color: #999;
	}
	
#copyright a:link {
	font: Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#666666;
	text-decoration:none;
	}	
	
#copyright a:visited {
	color:#666666;
	font-size:7pt;
	text-decoration:none;
	}	
	
#copyright a:hover {
	color:#666666;
	font-size:7pt;
	text-decoration:underline;
	}	
	
#copyright a:active {
	color:#666666;
	font-size:7pt;
	text-decoration:none;
	}	

