﻿html {
	font-size: 90%;
}

* {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	margin: 0;
}

.formtext {
	font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
	font-size: 1em;
}

form {
	margin: 0;
	padding: 0;

}

table {
	font-size: x-small;
}

#wrapper {
	position: relative;
	width: 980px;
	margin:0 auto;
	padding: 0;
	background: url('../images/tower_bg.jpg') repeat-y;
}

#wrapper_template_c {
	position: relative;
	width: 690px;
	margin: 5px 0 10px 10px;
	padding: 0;

}
#optin_box {
          background:url(http://www.breakfreebeauty.com/images/optin_bg_wide.jpg);
		  background-repeat:no-repeat;
		  width:188px;
		  height:250px;
}
#optin_box_container {
		  padding-top:109px;
}


#left_outer {
	position: relative;
	float: left;
	width: 231px;
	margin: 0;
	padding: 0;
	z-index:1;
}

#left_content {
	position: relative;
	color: white;
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 30px 35px 25px 20px;
	z-index:2;
}

#left_content p, #left_content a.nav, #left_content h2 {
	margin-right: 10px;
}

#left_content p {
	color: white;
	font-size: 1.1em;
	line-height: 1.8em;
}


h1 {
	display:block;
	margin: 0 0 4px 0;
	font-size: 2.0em;
	font-weight: 400;
}

h2 {
	display:block;
	margin: 0 0 4px 0;
	font-size: 1.7em;
	font-weight: 400;
}

h3 {
	display:block;
	margin: 0 0 4px 0;
	font-size: 1.1em;
	font-weight: 600;
}



#left_content h2 {
	color: #ff0000;
	font-size: 1.5em;
	font-weight: 600;
}

#left_content a.nav {
	color: white;
	display: block;
	font-size: 1.1em;
	line-height: 1.4em;
	outline: none;
}

#right_outer {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	border-left: 1px solid #8E8E8E;
	width: 650px;
}

#right_outer_template_c {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 650px;
}


#right_content {
	padding-left: 15px;
	font-size: 1.1em;
}

#right_content p, #right_content td, #right_content th {
	font-size: 1.1em;
}

#column_content {
	float: left;
	width: 430px;
	margin: 0 0 0 0;
	padding: 0;
	color: #333333;
	font-size: 1.1em;
}

#column_content p, .body{
	color: #333333;
	font-size: 1.1em;
}


#column_nav {
	float: right;
	width: 189px;
	margin: 5px 0 0 0;
	padding: 0;
}

#section_title {
	background: url('../images/sectitle_bg.png') repeat-y;
	color: white;
	font-size: 1.8em;
	font-weight: 600;
	margin: 2px 0 10px 0;
	padding-left: 10px;
	line-height: 1.8em;
}

.quote, .summary {
	color: #666666;
	font-family: georgia,times new roman,garamond,serif;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.5em;
}
.quote1 {
	color: #666666;
	font-family: georgia,times new roman,garamond,serif;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.6em;
}

.quote2 {
	color: #333333;
	font-family: georgia,times new roman,garamond,serif;
	font-size: 1.9em;
	font-weight: 600;
	/*line-height: 2.0em;*/
}

#top_header {
	position: relative;
	width: 628px;
	height: 100px;
	border:solid 0px #ff0000;
	/*background: url('images/banner_bg_100.jpg') 38px bottom no-repeat;*/
}

#banner_bg_623 {
    position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	
}


#site_title {
    position: absolute;
	margin-top: 10px;
	margin-left: 110px;
	
}

#site_subtitle {
	position: absolute;
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
	width: 570px;
	left: 0;
	bottom: 22px;
	color: #cc0000;
}
#site_xtitle {
	position: absolute;
	font-size: 1.2em;
	font-weight: 400;
	font-style:italic;
	text-align: center;
	width: 570px;
	left: 0;
	bottom: 6px;
	color: #333333;
	border:solid 0px #ff0000;
}


#header_logo {
	position: absolute;
	right: -8px;
	bottom: 0;
	border: 0px solid #B2B2B2;
}



#footer {
	margin: 20px 10px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #666666;
}

#footer a {
	color: #990000;
	padding:3px 10px;
}
#footer a:hover {
	text-decoration:underline;
}

.ctl, .ctr, .cbl, .cbr {
	position: absolute;
	width: 10px;
	height: 10px;
}
.ctl {
	top: 0;
	left: 0;
	background: url('../images/corner_tl.png');
}
.ctr {
	top: 0;
	right: 0;
	background: url('../images/corner_tr.png');
}
.cbl {
	bottom: 0;
	left: 0;
	background: url('../images/corner_bl.png');
}
.cbr {
	bottom: 0;
	right: 0;
	background: url('../images/corner_br.png');
}


a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a img {
	border: 0px none;
}

.center {
	display: block;
	text-align: center;
	margin: auto;
}

.right {
	display: block;
	text-align: right;
	margin: auto;
	margin-right: 0;
}

.nomargin {
	margin: 0;
}

.red {
	color: #cc0000;
}

.clr_right {
	clear: right;
	float: right;
	padding: 0;
	margin: 0;
	border:solid 0px #004500;
}

.clr {
	clear: both;
}

.button_black, .button_red{
	display: block;
	width: 154px;
	height: 32px;
	color: #dedede;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	line-height: 2.0em;
}

.button_black:hover, .button_red:hover{
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.0em;
}

.navbox {
	width: 183px;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.1em;
	overflow:hidden;
	border:solid 0px #ff0000;
	background: url('http://www.breakfreebeauty.com/images/button_gradient_wide.jpg') no-repeat;
}

.navbox a {

	color: #333333;
	font-size: 1.0em;
	line-height: 1.1em;
}
.navbox a:hover {

	text-decoration:underline;
}

.navbox_text {
	display: block;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.1em;
	padding: 6px 8px 12px 10px;
	overflow:hidden;
}

.navbox_text_sm  a {
	display: inline;
	color: #666666;
	font-size: 0.9em;
}



.button_black {
	background: url('http://www.breakfreebeauty.com/images/button_b1_wide.jpg'); width:183px; height:36px; background-repeat:no-repeat;
}

.button_red {
	background: url('http://www.breakfreebeauty.com/images/button_r1_wide.jpg'); width:183px; height:36px; background-repeat:no-repeat
}

.mailinglist{
	font-size: 12px;
	font-weight: 600;
	color:#121212;
}

.storyblock { display:block; margin:8px 0; padding:4px; border-bottom:solid 1px #dedede; }
.storyblock a { font-size:14px; }

.signature { display:block; margin:8px 0; padding:4px 60px 4px 0; font-style:italic; text-align:right; }
.signature_left { display:block; margin:4px 0; padding:2px 10px 4px 0; font-style:italic; text-align:right; }
li { margin:4px 0; padding:2px; font-size:1.1em; border-bottom:solid 0px #dedede; }

h1 { display:block; margin:4px 0; font-size:2.2em; font-weight:600; }

h2 { display:block; margin:4px 0; font-size:1.6em; font-weight:600;  }

h3 { display:block; margin:4px 0; font-size:1.1em; font-weight:600; }

.pgtitle { display:block; margin:4px 0; font-size:2.2em; font-weight:600; color:#121212; }

.title { display:block; margin:4px 0; font-size:1.6em; font-weight:600; color:#121212; }

.subtitle { display:block; margin:4px 0; font-size:1.1em; font-weight:600; color:#121212; }

 a.title { display:block; margin:4px 0; font-size:1.6em; font-weight:600; color:#990000; }

 a.subtitle { display:block; margin:4px 0; font-size:1.1em; font-weight:600; color:#990000; }

.photocap { font-family: arial,helvetica,geneva,swiss,sunsans-regular,sans-serif;
color: #999999; font-size: 0.9em; }

.joinus_field { font-size: 1.0em; color:#666666;  background-color:#eeeeee; }
        .style1 {
	font-size: 12px;
	font-weight: 600;
	color: #CC0000;
}
.style2 {
	font-size: large;
}
#ad_spacer
        {
		  position:absolute;
		   width:279px;
	       height:292px; 
		  left:700px; 
		  top:130px; 
		  visibility:visible;
		  
		}
		
