@charset "UTF-8";
/* 
	Master Style Sheet developed by Aaron Gough
	http://www.aarongough.com
*/

/************************************************
		 Styling for Standard Elements	
*************************************************/

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background: #eacdd2 url(images/template_images/background_header.jpg) top center repeat-x;
padding-top: 28px;
}

h1, h2, h3, h4, h5{
margin: 0;
padding: 0;
font-weight: bold;
}

img{
border: 0;
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h4{
font-size: 12px;
}

h5{
font-size: 12px;
}

p{

}

ul{

}

/************************************************
		Custom Styling for Specific IDs		
*************************************************/

#container{
width: 981px;
margin: 0 auto;
background: transparent url(images/template_images/main_column_repeat.jpg) top left repeat-y;
}

#container_header{
width: 981px;
background: transparent url(images/template_images/main_column_header.jpg) top left no-repeat;
}

#container_footer{
width: 981px;
background: transparent url(images/template_images/main_column_footer.jpg) bottom left no-repeat;
}

#left_column{
width: 560px;
float: left;
display: inline;
margin-left: 63px;
}

#header_menu{
width: 560px;
height: 28px;
padding-bottom: 172px;
}

#main_menu{
width: 564px;
height: 28px;
list-style: none;
margin: 10px 0px 0px;
padding: 0;
vertical-align: text-bottom;
}

#home a{
width: 46px;
}

#products span {
width: 48px;
}

#faq a{
width: 38px;
}

#testimonials a{
width: 68px;
}

#resources a{
width: 72px;
}

#about-femeeze a{
width: 88px;
}

#contact a{
width: 58px;
}

.has_submenu, .no_submenu{
float: left;
display: block;
position: relative;
}

.has_submenu span, .no_submenu a{
display: block;
height: 28px;
line-height: 14px;
padding: 0 10px 0 10px;
color: white;
text-decoration: none;
}

.has_submenu span:hover, .no_submenu a:hover, .active, .is_submenu li a:hover{
color: #ed217c;	
}

.is_submenu{
position: absolute;
left: 0px;
top: 23px;
margin: 0;
padding: 0;
list-style: none;
background: black;
}

.is_submenu li a{
display: block;
padding: 4px 12px 4px 12px;
color: white;
text-decoration: none;
}

#main_content{
width: 384px;
padding: 0 41px 80px 135px;
text-align: left;
color: white;
}

#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5{
font-weight: normal;	
color: #fad7e6;
}

#main_content h1{
font-size: 24px;
}

#main_content a{
color: white;	
}

#spacer{
clear: both;
height: 1px;
overflow: hidden;
width: 100%;
}

#right_column{
width: 350px;
float: right;
padding-top: 2px;
}

#right_column img{
display: block;	
}

#footer_container{
width: 100%;
height: 80px;
clear: both;
position: relative;
}

#walden_badge{
position: absolute;
bottom: 5px;
right: 56px;
color: #ec418c;
}

#walden_badge a{
color: #ec418c;	
}

#copyright{
position: absolute;
bottom: 28px;
right: 56px;
color: #b42d65;
text-align: right;
}

#copyright a{
color: #af1f5b;
}

#footer_contact{
width: 384px;
height: 37px;
line-height: 37px;
text-align: center;
position: absolute;
bottom: 5px;
left: 198px;
font-size: 18px;
color: #af1f5b;
}

#footer_contact a{
color: #af1f5b;	
}

/************************************************
				Global Classes	
*************************************************/

/* for any block-level elements */
.clear{ 
clear: both; 
}

.float_left{
float: left;
}

.float_right{
float: right;
}

/* for text */
.align_left{
text-align: left;
}

.align_right{
text-align: right;
}

.align_center{
text-align: center;
}

.align_justify{
text-align: justify;
}

.bold{
font-weight: bold;
}

.italic{
font-style: italic;
}

.underline{
text-decoration: underline;
}

/* for images */
.img_left{
float: left;
display: inline;
margin: 4px 10px 4px 0;
}

.img_right{
float: right;
display: inline;
margin: 4px 0 4px 10px;
}

/* for lists */
.nopadding{
padding: 0;
}

.noindent{
margin-left: 0;
padding-left: 0;
}

.nobullet{
list-style: none;
list-style-image: none;
}

/************************************************
				Custom Classes	
*************************************************/

.product{
float: left;
padding: 5px;
}

