/*-----------------------------------------------------------------------------
Hair Removal Style Sheet

version:   1.01
author:    nick rathert
email:     nrathert@info.com
website:   http://www.info.com/
-----------------------------------------------------------------------------*/

/* =General
=============================================================================
=============================================================================*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul 
{
  margin: 1em 0;
}

/* Remove top margin on p element */
p
{
	margin-top: 0;
}

/* Class for clearing floats */
.clear 
{
	clear:both;
  height: 0px;
}


/* Remove border around linked images */
img 
{
	border: 0;
}




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

body 
{
  /*font: 72%/1.75 "Lucida Grande", Verdana, "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;*/
  font: 11px/20px "Lucida Grande", Verdana, "Trebuchet MS", Tahoma, sans-serif;
  position: relative;
  margin: 0 auto;
  width: 960px;
  background-image: url(images/hrBg01.jpg);
  background-repeat: repeat-y;
  background-position: center;
  
  height: 800px;
  /*outline: 1px solid #000;*/
}

a
{
	color: #3e8185;
}

a:hover
{
	color: #ed929c;
}

img
{
	padding: 4px;
  border: 1px solid #cec;
}

img#t3_dll, img#jsimg
{
	border: none;
}




/* =Layout
=============================================================================
=============================================================================*/

/* =Wrappers
-----------------------------------------------------------------------------*/

.contentWrapper
{
	width: 960px;
	margin: 0;
  position: relative;
  font-size: 12px;
	
	/*outline: 1px dotted #d00;  /* ...Used for Dev. Comment out or remove. */
	/*height: 500px;  /* ...Used for Dev. Comment out or remove. */
}



/* =Headings
-----------------------------------------------------------------------------*/

.header
{
	margin: 0px 0 0px 0px;
  width: 960px;
  height: 179px;
  background-image: url(images/hrHeader02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border-bottom: 2px solid #ed929c;
	
	/*outline: 1px dotted #f00;  /* ...Used for Dev. Comment out or remove. */
}

.header h2
{
	margin: 0;
  position: absolute;
  text-indent: -2000em;
}

.header a
{
	width: 960px;
  height: 179px;
  display: block;
  border: none;
}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

.navMain
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*margin: 0 0 10px 0;*/
  margin: auto;
  margin-bottom: 30px;
  width: 930px;

	/*outline: 1px dotted #0f0;  /* ...Used for Dev. Comment out or remove. */
	  /* ...Used for Dev. Comment out or remove. */
	height: 25px;  /* ...Used for Dev. Comment out or remove. */
}

.navMain h3
{
	margin: 0;
  font-size: 11px;
  font-weight: normal;
}

.navMain h4
{
	margin: 0;
  font-size: 11px;
  font-weight: normal;
}

/*.navMain ol#navOL
{
	width: auto;
  margin: auto;
  display: block;
}*/

.navMain ol
{
	width: auto;
  margin: auto;
	/*margin: 0;*/
}

.navMain li
{
	display: block;
  float: left;
}

.navMain a
{
	display: block;
  padding: 0em 1em;
  text-decoration: none;
  color: #3e8185;
}

/*li#firstLink a:first-child*/
/*.navMain a#firstLinkAnchor*/
.navMain ol#navOL li#firstLink:first-child a
{
	padding-left: 0;
}

/*li#lastLink a:first-child*/
.navMain ol#navOL li#lastLink:last-child a
{
	padding-right: 0;
}

.navMain a:hover
{
	color: #ed929c;
  
}

.navMain li ol
{
	display: none;
  position: absolute;
  /*width: 250px;*/
  background-image: url(images/menuBG02.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #fff;
  z-index: 100;
}

.navMain li > ol
{
	top: auto;
	left: auto;
}

.navMain li:hover ol, .navMain li.over ol
{
	display: block;
  /*z-index: 10;*/
}

.navMain li ol li
{
	display: block;
  /*width: 250px;*/
  clear: both;
  /*border-bottom: 1px dotted #ccc;*/
}

.navMain li ol li:last-child a
{
	border-bottom: none;
}

.navMain li ol /*li:first-child*/
{
	border: 1px solid #ccc;
	border-top: 1px solid #8db5b8;
}

.navMain li ol:hover
{
}

.navMain li ol li a
{
	padding: .625em 1.25em;
  display: block;
  border: none;
  width: 225px;
  line-height: 1.25em;
  border-bottom: 1px dotted #ccc;
}

.navMain li ol li a:hover
{
	background-image: url(images/pinkBg01.png);
}





/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

.contentMain
{
	width: 573px; /*593px;*/
	margin: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0;
  padding-left: 20px;

	/*outline: 1px dotted #66f;  /* ...Used for Dev. Comment out or remove. */
	/*height: 550px;  /* ...Used for Dev. Comment out or remove. */
}

.contentMain h1, .contentMain h2
{
	font-size: 18px;
  margin: 24px 0 12px 0;
  line-height: 18px;
  vertical-align: baseline;
  color: #3e8185;
}

.contentMain h1:first-child, .contentMain h2:first-child
{
	margin-top: 4px;
}

.contentMain h3
{
	size: 12px;
  font-weight: normal;
  color: #3e8185;
  margin-bottom: 0px;
}

/*.contentMain p, .contentSecondary p
{
	text-indent: 1em;
}*/

.contentMain ul
{
	margin-left: 36px;
}

.contentMain ol
{
	margin-left: 21px;
}



/* =Secondary Content
-----------------------------------------------------------------------------*/

.contentSecondary
{
	/*width: 226px;*/
  width: 320px; /*340px;*/
	margin: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  /*left: 734px;*/
  left: 620px;
  padding-right: 20px;

	/*outline: 1px dotted #f0f;  /* ...Used for Dev. Comment out or remove. */
	/*height: 500px;  /* ...Used for Dev. Comment out or remove. */
}

.contentSecondary h3
{
	font-size: 14px;
  margin: 12px 0;
  color: #3e8185;
}

.contentSecondary h3:first-child
{
	margin-top: 0;  
  height: 18px;
  vertical-align: baseline;
}


.contentSecondary ul
{
	margin-left: 18px;
}

.contentSecondary blockquote
{
	background-image: url(images/quoteBubble.jpg);
  background-position: 10%;
  background-repeat: no-repeat;
  min-height: 159px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  padding: 0 16px;
  border-left: 1px solid #ed929c;
}




/* =Footer
-----------------------------------------------------------------------------*/

.footer
{
	width: 920px;
	margin: 50px 0 20px 0;
  padding: 0px 20px;
  background-image: ; /*url(images/footerBG02.jpg);*/
  background-repeat: repeat-x;
  border-top: 1px solid #ed929c;

	/*outline: 1px dotted #ff0;  /* ...Used for Dev. Comment out or remove. */
	/*height: 50px;*/
}

.footer ul#siteMapNav li, ul#siteMapNav h5, ul#siteMapNav a
{
	display: inline;
  list-style: none;
  margin: 0;
}

.footer h5
{
	font-weight: normal;
  font-size: 10px;
}

.footer ul#siteMapNav a
{
	padding: 0 1em;
  text-decoration: none;
}




/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset 
{
  border: 1px solid transparent;
}

select#removalMethodsList
{
	width: 265px;
}


/* =Tables
-----------------------------------------------------------------------------*/

table 
{ 
  border-spacing: 0;
	/*border-collapse: collapse;*/
}

td 
{
  text-align: left;
	font-weight: normal;
}

td#cszCol01
{
	width: 157px;
}

td#cszCol02
{
	width: 50px;
}

td#cszCol03
{
	width: 80px;
}

td h3
{
	margin: 0;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

.sponsoredAds
{
  /*outline: 1px dotted #4ab2f7;*/
  padding: 5px 20px;
  font: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #cbebdb; /*#8db5b8;*/
  background-image: url(images/adBg02.jpg);
}

.sponsoredAds table
{
	margin: 0;
  padding: 0;
}

.searchFunction
{
	width: 940px;
  /*height: 25px;*/
  /*margin: 30px 0 0 0;*/
  text-align: right;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  background-color: #8db5b8;
  background-image: url(images/searchBG01.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  
  /*outline: 1px dotted #daa;*/
}

.searchFunction form
{
	margin: 0;
  padding: 0;
}

.searchFunction h4
{
	font-weight: normal;
  font-size: 12px;
  color: #fff;
  display: inline;
  margin: 0;
}

.sponsoredAdSize01
{
	width: 918px;
  margin: 0 0 35px 0;
}

.sponsoredAdSize02
{
	width: 918px;
  margin: 35px 0;
}

.imgRight
{
	float: right;
  margin: 5px 0 5px 7px;
  display: inline;
}

.imgLeft
{
	float: left;
  margin: 5px 10px 5px 0px;
  display: inline;
}

#PhoneAds
{
	margin: 0 0 3em 0;
  background-image: url(images/phone.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.Ptitle
{
	font-size: 14px;
  color: #3e8185;
  font-weight: bold;
  margin: 0 0 0.75em 0;
  height: 18px;
  vertical-align: baseline;
}

.Pdescription
{
}

.Pnumber
{
	font-size: 16px;
  color: #3e8185;
  margin-left: 55px;
  margin-top: 12px;
  padding-bottom: 17px;
}

div#contactInfo p
{
	text-indent: 0;
}

div#findSpecialist
{
	width: 471px;
  border: 1px solid #ccc;
  padding: 10px 50px;
}
p.topics{ text-align: center; margin-top: 10px; }



/* =Misc 2
-----------------------------------------------------------------------------*/

.clear_children, .cc_tallest 
{ 
	position: relative; 
} /**/

* html .clear_children 
{ 
	display: inline;
}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */

.cc_tallest:after 
{ 
	/*content: ''; */
} /* PREVENTS A REDRAW BUG IN SAFARI */

