/* @override http://www.myteenoffdrugs.com/css/style.css */

@charset "UTF-8";
/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Corey Wells
email:     coreywells@gmail.com
website:   http://www.coreywells.ca
-----------------------------------------------------------------------------*/

/* =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, table, ul {
margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	}

h2 {
color:#8a0a07;
margin-top: 0;
}

em {
font-size:130%;
}
/* =Typography
-----------------------------------------------------------------------------*/


body  {
	font: small "Verdana, Arial, Helvetica, sans-serif";
	background:url(../images/body_bkgd/bkgd_img.png);
	background-color: #c8c8c8;
	background-repeat: repeat-x;
	/*/*margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0; */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}

p {
line-height:135%;
}


/* =Headings
-----------------------------------------------------------------------------*/


.thrColFixHdr #header { 
	/*background:#fff; */
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top:20px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h3 {
font-size:115%;
color:#8a0a07;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
color:#8a0a07;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #8a0a07;
}

a:hover {
	text-decoration: underline;
	color: #8a0a07;
	}
	
a:active {
	text-decoration: none;
	color: #8a0a07;
}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Sidebar1
_____________________________________________________________________________*/



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/side_round/top_left.gif) no-repeat top left; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-position:left bottom;*/
	padding:0px; /* padding keeps the content of the div away from the edges */
	margin-left:30px;
	display:inline;
}

.thrColFixHdr #sidebar1 p {
padding:0 10px 0 10px;
}

.thrColFixHdr #sidebar1 h3 {
padding: 10px 15px 0 15px;
margin:0;
font-size:120%;
line-height:120%;
color:#8a0a07;
text-align:center;
}

.thrColFixHdr #sidebar1 img {
margin-left:8px;
margin-right:5px;
margin-bottom:10px;
}

#sidebar1a {
background:url(../images/side_round/bottom_rt.gif) no-repeat bottom left;
padding:10px 0 10px 0;
}

.thrColFixHdr #sidebar1 h3 a {
color:#8a0a07;
}




/* Container
_____________________________________________________________________________*/

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8a0a07;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px 0 10px;
} 




/* =Main Nav
-----------------------------------------------------------------------------*/



  #tabsF {
      float:left;
      width:100%;
      /*background:#efefef;*/
      font-size:140%;
      line-height:normal;
	  border-bottom:1px solid #666;
	  margin-bottom:35px;
	  margin-top:20px;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url(../images/nav/tablt.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url(../images/nav/tabrt.gif) no-repeat right top;
      padding:5px 21px 4px 6px;
      color:#333333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
	  
	  /*This is the Sub Nav*/
	  
	  #menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 400px;
  height: 80px;
  position:relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}


#menu a:hover span {
  display: block;
}

#menu .book {
  width: 183px;
  height: 80px;
  background: url(../images/product_sub_nav/book.gif) no-repeat;
  left: 50px;
  top: 0px;
}

#menu .coaching {
  width: 183px;
  height: 80px;
  background: url(../images/product_sub_nav/coaching.gif) no-repeat;
  left: 223px;
  top: 0px;
}

#menu .no_back {
list-style: none;
background: none;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
.thrColFixHdr #mainContent { 
	margin: 0px 60px 65px 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
} 

#mainContent h1 {
text-align:center;
color:#8a0a07;
background:url(../images/concerned/concerned.png) right top no-repeat;
/*font-family:Arial, Helvetica, sans-serif;*/
padding: 0 90px 30px 0;
margin: 20px 0 0 0 ;

}


#mainContent p {
font-size:120%;
line-height:30px;
}

#mainContent ul {
	padding:0;
	margin:10px 0 0 40px;
	font-size:120%;
	line-height: 30px;
	list-style-type:none;
	}

#mainContent li {
	padding-left:20px;
	background:url(../images/dont_sign/dont_sign.gif);
	background-repeat:no-repeat;
	background-position:0 7px; (these are x-y coordinates)
	vertical-align:top;
}

#mainContent img {
	margin-bottom: 10px;
}
# mainContent #menu li {
background: none;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/


/* Product Purchase tags */

#purchase {
	float:right;
	width:300px;
	background:url(../images/purchase/purchase_top.gif) no-repeat top left;
	margin-left:5px;
	display:inline;
}

#purchase1 {
background:url(../images/purchase/purchase_bottom.gif) no-repeat bottom left;
color:#FFFFFF;
text-align:center;
padding: 0 10px 10px 10px;
font-size:130%;
}

#mainContent #purchase p {
color:#FFFFFF;
padding:0;
margin: 5px 0 0 0;
text-align:center;
font-size:150%;
line-height: 30px;
}

#mainContent #purchase1 p {
color:#FFFFFF;
padding: 0 0 0 0;
margin: 5px 0 0 0;
text-align:center;
font-size:100%;
line-height: 30px;
}

#mainContent #paypal {
margin:0 30px 0 30px;
padding:0 10px 0 10px;
text-align:center;
}

/* =Footer
-----------------------------------------------------------------------------*/
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
 border: 0px solid transparent; 
  margin:0;
  padding-top: 5px;
  width: 400px;
  padding-left: 10px;
}

legend {
font-size:180%;
margin-top: 0;
color:#fff;
}

form {
background-image: url(../images/contact_background/contact_form.png);
background-repeat:repeat-x;
background-position: top left;
float:left;
margin:0;
padding-top:10px;
border: 4px solid #5b5b5b;
}

button {
width:50px;}

field {
margin:0;
padding:0;
}

label {
color:#FFFFFF;
padding-top:5px;
}

#mainContent fieldset p {
color:#fff;
}

#mainContent #purchase form {
background-image: none;
float:none;
margin:0;
padding-top:0;
border: none;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
