/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
  background:#372955 url("../images/bg.jpg") top repeat-x;
  text-align:center;
  font:12px/16px Arial, Helvetica, sans-serif;
  color:#000;
}

blockquote {
  margin-left:10px;
  margin-right:10px;
}

h1 {
  font-size:1.2em;
  color:#513C2E;
}

h2 {
  font-size:1.1em;
  color:#513C2E;
}

h3 {
  font-size:1.0em;
  color:#513C2E;
}

h1 span,
h2 span,
h3 span { display:none; }

a:link,
a:visited {
  color:#4F3829;
  text-decoration:underline;
  outline:none;
}

a:hover,
a:active {
  color:#4F3829;
  text-decoration:none;
  outline:none;
}

/* ------------------------ classes ------------------------ */
.clear { clear:both; }

div.clear {
  height:.01em;
  overflow:hidden;
}

p.back-to-top {
  text-align:right;
  display:block;
  padding-right:15px;
  background:url("../images/bullet-back-to-top.jpg") right no-repeat;
}

img.readmore {
  height:20px;
  width:66px;
  margin:20px 0px 10px 470px;
}

img.viewgallery {
  display:block;
  height:20px;
  width:74px;
  margin:20px 0px 10px 462px;
}

img.img-left {
  float:left;
  margin:2px 10px 10px 0px;
}

img.img-right {
  float:right;
  margin:5px 0px 10px 10px;
}

div.ctc {
  background:transparent url("../images/btn-ctc.jpg") no-repeat;
  height:132px;
}

a.btn-ctc {
  display:block;
  position:relative;
  width:231px;
  height:92px;
  left:48px;
  top:47px;
}
a.btn-ctc:hover {
  background:transparent url("../images/btn-ctc.jpg") -352px -47px no-repeat;
}
.btn-ctc span { display:none; }
a.btn-store {
  background:transparent url("../images/leftcol-derm-team.jpg") 0 0 no-repeat;
  display:block;
  height:73px;
}
a.btn-store:hover {
  background:transparent url("../images/leftcol-derm-team.jpg") -304px 0 no-repeat;
}
.btn-store span { display:none; }
#subhead { padding-top:120px; }

#subhead-doc h2.header2-first,
#subhead-gallery h2.header2-first { padding-top:80px; }

#subhead-appointment h2.header2-first { padding-top:100px; }

#column-left p#contact-thankyou-leftcolp { margin-top:30px; }

.gallery-thumb {
  display:block;
  margin:20px 0px 20px 0px;
}

#column-right h2.header2-first { border-bottom:none; }

/* ------------------------ form elements ------------------------ */
form {
  width:207px;
  margin:0px 0 15px 0; /* set margin left and right below */
}

form.quick-contact-index {
  width:307px;
  float:right;
  padding-right:70px;
  margin-left:34px;
}

form label { font-size:.95em; }

form br {
  line-height:0;
  height:0;
} /* defaults vertical spacing between fields */

input,
textarea,
select {
  background-color:#DED2A5 !important; /* to prevent highlighting by Google Toolbar */
  border:1px solid #404040;
  color:#404040;
  width:202px; /* 5 pixles smaller than form width !important */
  height:18px;
  line-height:18px;
  vertical-align: middle;
  margin-bottom:4px; /* sets vertical spacing between fields */
  padding-top:1px; /* vertically position text in input/textarea field */
  padding-left:4px; /* horizontally position text in input/textarea field */
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1.0em;
}

.quick-contact-index input,
.quick-contact-index textarea,
.quick-contact-index select { width:145px; }

select {
  width:207px;
  padding:0;
} /* same width as form - !important */

textarea {
  height:70px;
  overflow:auto;
  float:right;
}

#contact_business { display: none; } /* do not remove */

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#column-right form#contact-main { margin:20px 0 10px 50px; }

#contact-main label {
  width:220px;
  position:relative;
  display:block;
  text-align:right;
  margin-bottom:10px;
  font-size:1.0em;
}

#contact-main label input,
#contact-main label textarea,
#contact-main label select {
  width:170px;
  position:absolute;
  left:110%;
  top:-2px;
}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea {
  height:100px;
  overflow:auto;
}

/* ------------------------ submit button form elements ------------------------ */

input.submit,
input.submit-contact-main {
  background-color:#7F5892 !important;
  color:#FFF;
  width:60px;
  height:20px;
  cursor:pointer;
  padding:0;
}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image,
input.submit-contact-main { /* REMOVE IF NOT USED */
  background:url("../images/btn-submit.jpg");
  width:64px;
  height:20px;
  border:none;
  cursor:pointer;
}

body#index input.submit {
  clear:both;
  float:right;
  margin-right:91px;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
  background:url("../images/bg-wrap.jpg") repeat-y;
  width:906px;
  margin:0 auto;
  text-align:left;
}

/* ------------------------ header framework ------------------------ */

	/* index page link within #masthead */		
	#header-graphic a {
  display:block;
  position:relative;
  left:56px;
  width:444px;
  top:20px;
  height:65px;
}

#header-graphic a span { display:none; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
  width:304px;
  float:left;
  padding-bottom:50px;
}

#column-left p,
#column-left h1,
#column-left h2,
#column-left h3 { margin:0px 39px 10px 58px; }

#column-left form {
  margin-left:58px;
  margin-top:30px;
} /* set form margin here */

#subhead-aesthetic {
  background:transparent url("../images/leftcol-subhead-aesthetic.jpg") no-repeat;
  height:71px;
  width:304px;
}

#subhead-eyedisease {
  background:transparent url("../images/leftcol-subhead-eyedisease.jpg") no-repeat;
  height:55px;
  width:304px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
  width:602px;
  float:left;
  color:#513C2E;
}
#column-right p,
#column-right h1,
#column-right h2,
#column-right h3,
#column-right ul,
#column-right dl { margin:0px 60px 10px 44px; }

#column-right h2 { border-bottom:1px solid #513C2E; }

#column-right form { margin-left:0px; }

/* single column list */
	#column-right ul { padding-left:5px; }

#column-right ul li {
  list-style-type:square;
  list-style-position:inside;
  /* background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:362px; } /* sets height for all non-flash headers */

body#index #header-graphic { background:url("../images/header.jpg"); }

body#about #header-graphic { background:url("../images/header.jpg"); }

body#eyedisease #header-graphic { background:url("../images/header.jpg") no-repeat; }

body#aesthetic #header-graphic { background:url("../images/header.jpg") no-repeat; }

body#contact #header-graphic { background:url("../images/header.jpg"); }

body#thankyou #header-graphic { background:url("../images/header.jpg"); }

body#sitemap #header-graphic { background:url("../images/header.jpg"); }

/* ------------------------ subhead framework ------------------------ */
body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }

body#index #subhead-doc { background:url("../images/subhead-index-doc.jpg") no-repeat; }

body#index #subhead-gallery { background:url("../images/subhead-index-gallery.jpg") no-repeat; }

body#index #subhead-appointment { background:url("../images/subhead-index-appointment.jpg") no-repeat; }

body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }

body#eyedisease #subhead { background:url("../images/subhead-eyedisease.jpg") no-repeat; }

body#aesthetic #subhead { background:url("../images/subhead-aesthetic.jpg") no-repeat; }

body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg") no-repeat;
	height:410px;
}

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
  height:55px;
  background:url("../images/subhead-meet-doc.jpg");
}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
  height:55px;
  background:url("../images/title-contact.jpg");
}

#title-our-procedures {
  height:35px;
  background:url("../images/title-our-procedures.jpg");
}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
  height:186px;
  display:block;
  background:url("../images/dental-btn-special-offer.jpg") no-repeat;
}

#btn-special-offer:hover { background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */ }

#btn-special-offer span { display:none; }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
  background:url("../images/footer.jpg");
  width:100%; /* fix for Safar */
  height:146px;
  clear:both; /* important - do not remove */
}

/* ------------------------footer framework ------------------------ */
#footer {
  background:transparent url("../images/bg-footer.jpg") repeat-y;
  width:906px;
  margin:0 auto;
  padding-bottom:20px;
  text-align:center;
}

#footer p {
  color:#404040;
  padding:0px 60px 0px 60px;
  margin-bottom:10px;
}

#footer a:link,
#footer a:visited {
  color:#1D1B59;
  text-decoration:underline;
}

#footer a:hover,
#footer a:active {
  color:#1D1B59;
  text-decoration:none;
}

#footer ul { margin:0px 10px 10px 10px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
  padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
  display: inline;
  border-left: 1px solid #1D1B59;
}

#footer li.first { border: none; }

/* ------------------------ TEH MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
  background:url("../images/nav.jpg") no-repeat;
  width:906px;
  height:44px;
  margin:0;
  padding:0;
}

#nav span { display: none; }

#nav li,
#nav a {
  height:44px;
  display:block;
} /* change height here also */

#nav li {
  float:left;
  list-style:none;
  _display:inline;
  position:relative;
}

#nav-01 {
  width: 69px;
  margin-left: 102px;
}

#nav-02 { width: 113px; }

#nav-03 { width: 168px; }

#nav-04 { width: 271px; }

#nav-05 { width: 89px; }

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -102px -44px no-repeat; }

#nav-02 a:hover { background:url("../images/nav.jpg") -171px -44px no-repeat; }

#nav-03 a:hover { background:url("../images/nav.jpg") -284px -44px no-repeat; }

#nav-04 a:hover { background:url("../images/nav.jpg") -452px -44px no-repeat; }

#nav-05 a:hover { background:url("../images/nav.jpg") -723px -44px no-repeat; }

/* ----------------------------------------------------------------------- */
/* ------------------------ Aesthetic Surgery Nav ------------------------ */
/* ----------------------------------------------------------------------- */
#nav-aesthetic {
  background:url("../images/nav-aesthetic.jpg") top left no-repeat;
  width:304px;	/* Width of buttons, not entite image (or half of entire image) */
  height:497px;	 /* Height of entire image */
  margin:0;
  padding:0;
}

#nav-aesthetic li span { display: none; }

#nav-aesthetic li {
  float:left;
  list-style:none;
  position:relative;
}

#nav-aesthetic li,
#nav-aesthetic a {
  height:67px;	/* Each button must have the same height, define it here */
  display:block;
}

/* margin-top to set where the nav should begin */
#nav-aesthetic-01 {
  margin-top:16px;
  width:304px;
}

/* margin-top if there is a spacing between each nav button */
#nav-aesthetic-02 {
  margin-top:5px;
  width:304px;
}

#nav-aesthetic-03,
#nav-aesthetic-04 {
  margin-top:3px;
  width:304px;
}

#nav-aesthetic-05,
#nav-aesthetic-06 {
  margin-top:4px;
  width:304px;
}

#nav-aesthetic-01 a:hover { background:url("../images/nav-aesthetic.jpg") -304px -16px no-repeat; }

#nav-aesthetic-02 a:hover { background:url("../images/nav-aesthetic.jpg") -304px -88px no-repeat; }

#nav-aesthetic-03 a:hover { background:url("../images/nav-aesthetic.jpg") -304px -158px no-repeat; }

#nav-aesthetic-04 a:hover { background:url("../images/nav-aesthetic.jpg") -304px -228px no-repeat; }

#nav-aesthetic-05 a:hover { background:url("../images/nav-aesthetic.jpg") -304px -299px no-repeat; }

#nav-aesthetic-06 a:hover { background:url("../images/nav-aesthetic.jpg") -304px -370px no-repeat; }

/* ----------------------------------------------------------------------- */
/* ------------------------ Eye Disease Nav ------------------------ */
/* ----------------------------------------------------------------------- */

#nav-eyedisease {
  background:url("../images/nav-eyedisease.jpg") top left no-repeat;
  width:304px;	/* Width of buttons, not entite image (or half of entire image) */
  height:164px;	 /* Height of entire image */
  margin:0;
  padding:0;
}

#nav-eyedisease li span { display: none; }

#nav-eyedisease li {
  float:left;
  list-style:none;
  position:relative;
}

#nav-eyedisease li,
#nav-eyedisease a {
  height:67px;	/* Each button must have the same height, define it here */
  display:block;
}

/* margin-top to set where the nav should begin */
#nav-eyedisease-01 {
  margin-top:16px;
  width:304px;
}

/* margin-top if there is a spacing between each nav button */
#nav-eyedisease-02 {
  margin-top:4px;
  width:304px;
}

#nav-eyedisease-01 a:hover { background:url("../images/nav-eyedisease.jpg") -304px -16px no-repeat; }

#nav-eyedisease-02 a:hover { background:url("../images/nav-eyedisease.jpg") -304px -87px no-repeat; }
