@charset "utf-8";
/* CSS Document */

/***************** Main **************/
* {margin:0px; padding:0px;}
body{position:absolute; width:100%; height:100%; font-family:Arial, Helvetica, sans-serif;}
#container{margin:0 auto; width:1000px; position:relative; text-align:left; padding:0;}/*centers main content*/
/***************** Header Box **************/
#header {width:1000px; position:relative;}
/*Text Logo*/
#header h1 {margin:0 auto; background:url(../images/logo-text-graphic.gif) no-repeat; width:586px; height:66px;}
#header h1 a {display:block; width:586px; height:66px;}

/*Disclaimer Links (bottom right of header)*/
#header ul { text-align:right; position:absolute; right:29px; font-size:.65em; margin:0; padding:0; bottom:1px;}
#header ul li {display:inline; list-style:none; text-transform:uppercase; padding: 0 0 0 10px;}
#header ul li a:link, #header ul li a:visited, #header ul li a:hover {color:#632f09;}

/***************** Headers *****************/
h1 {font-size: 1.8em; font-weight:bold; color:#000; margin:0px; padding:0px;}
h2 {font-size: 1.6em; margin:0px; padding:0px;}
h3 {font-size: 1.6em; margin:0px; padding:0px; letter-spacing:.1em; font-weight:lighter; color:#e5a425;}
h4 {color:#bc7139; font-size:1.1em;}
.subtitle {font-size:.8em; color:#c77437;}

/***************** Basic Links *****************/
a:link, a:visited{color:#92d4d4; text-decoration:none;}
a:hover{color:#92d4d4; text-decoration:underline;}
a:active, a:focus{outline:none;}

/***************** General Content Styles **************/
.hidden {position:absolute; left:-9999px;}
.clear {clear:both; height:1px; margin:0; padding:0;}
.cearabove {clear:both;}
.left {float:left; margin:4px 10px 10px 0;}
.right {float:right; margin:4px 0 10px 10px;}
.medspa td, .medspa th {padding:4px; border-bottom:1px solid #2F1613; border-right:1px solid #2F1613;}
.medspa th {background:#92D4D4; color:#2F1613;}
.medspa .even td{background:#592906;}
.medspa {border-top:1px solid #2F1613; border-left:1px solid #2F1613;}
.medspa .noborder, .medspa .noborder td {border:none;}
/***************** Menu *****************/
/*General Menu Styles*/
#navbar {background:url(../images/nav-bar-bg.jpg) repeat-x; height:24px; width:100%; position:absolute;z-index:10;}
#menu {height:auto; padding:0; z-index:50; left:0; width:1000px; margin:0 auto; position:relative; top:3px;}
#menu ul {margin:0; padding: 0;}
#menu ul li {position:relative; list-style:none; margin-left:50px; float:left; display:inline; }
#menu ul li a {display: block; height:17px; text-decoration:none;}

/*Home Link*/
#menu ul li.one {background:url(../images/nav-off-home.gif) no-repeat; margin-left:15px;}
#menu ul li.one a {width:49px;}
#menu ul li.one a:hover {background:url(../images/nav-on-home.gif) no-repeat;}

/*About Dr. Nargi Link*/
#menu ul li.two {background:url(../images/nav-off-about.gif) no-repeat;}
#menu ul li.two a {width:112px;}
#menu ul li.two a:hover {background:url(../images/nav-on-about.gif) no-repeat;}

/*Our Office Link*/
#menu ul li.three {background:url(../images/nav-off-office.gif) no-repeat;}
#menu ul li.three a {width:78px;}
#menu ul li.three a:hover {background:url(../images/nav-on-office.gif) no-repeat;}

/*Procedures Link*/
#menu ul li.four {background:url(../images/nav-off-procedures.gif) no-repeat;}
#menu ul li.four a {width:84px;}
#menu ul li.four a:hover {background:url(../images/nav-on-procedures.gif) no-repeat;}

/*Medspa Link*/
#menu ul li.five {background:url(../images/nav-off-medspa.gif) no-repeat;}
#menu ul li.five a {width:62px;}
#menu ul li.five a:hover {background:url(../images/nav-on-medspa.gif) no-repeat;}

/*News Link*/
#menu ul li.six {background:url(../images/nav-off-news.gif) no-repeat;}
#menu ul li.six a {width:47px;}
#menu ul li.six a:hover {background:url(../images/nav-on-news.gif) no-repeat;}

/*Store Link*/
#menu ul li.seven {background:url(../images/nav-off-store.gif) no-repeat;}
#menu ul li.seven a {width:45px;}
#menu ul li.seven a:hover {background:url(../images/nav-on-store.gif) no-repeat;}

/*Hospitals and Amenities Link*/
#menu ul li.eight {background:url(../images/nav-off-amenities.gif) no-repeat; margin-right:0;}
#menu ul li.eight a {width:148px;}
#menu ul li.eight a:hover {background:url(../images/nav-on-amenities.gif) no-repeat;}


/***************** Credit *****************/
#credit {clear:both; font-size:0.7em;  text-align:center; color:#632f09; margin:0 auto 0 auto; padding:20px 20px 20px 0; }
#credit a:link, #credit a:visited {color:#632f09; text-decoration:none;}
#credit a:hover {color:#632f09; text-decoration:none;}

