﻿.foo {} /* -- W3C Validator Requirement. */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 SubPages StyleSheet - Masello - Salon Services of New England
*           Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the subpage css styles for the entire project.
*   All subpage styles, links, forms, and other non-layout items can be found here.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ~~~ SubPage Layout Styles ~~~ */

/* Custom Styles
-------------------------------------------------------------------------------*/   
.subpage-bullet {
	float: left;
	margin: 5px 2px 0 0;
	width: 13px;
	height: 13px;
	background: url("Images/subpage-bullet.png") no-repeat;
}

/* SubPage Header Styles
-------------------------------------------------------------------------------*/   
#subpage-header { height: 79px; }
#subnav, #membernav { float: left; }
#subnav span, #membernav span { display: none; }

/* SubPage Body Styles
-------------------------------------------------------------------------------*/
#subpage-body { }

#subpage-sep-top {
	height: 6px;
	background: url("Images/master-sep-top.png") no-repeat; 
}

#subpage-sep-bot {
	height: 6px;
	background: url("Images/master-sep-bot.png") no-repeat; 
}

#subpage-content-wrapper {
	background: #000 url("Images/subpage-bg.png") no-repeat;
	height: 100%;
}

#page-image {
	position: relative;
	left: 176px;
	top: 8px;
	height: 74px;
}

#subpage-contentarea {
	position: relative;
	z-index: 10;
	left: 184px;
	top: 8px;
	width: 675px;
}

#subpage-contentarea #background-top {
	background: url("Images/subpage-content-bot.png") no-repeat;
	height: 17px;
}

#subpage-contentarea #background-content {
	background: url("Images/subpage-content-bg.png") repeat-y;
	min-height: 300px;
}
* html #subpage-contentarea #background-content { 
	height: 300px; 
	margin: 0 4px;
	background: url("Images/subpage-content-bg.gif") repeat-y;
}

#subpage-contentarea #background-content #content-wrapper {
	margin: 0 10px;
	padding: 6px 12px;
	font-size: 13px;
}

#subpage-contentarea #background-content #content-wrapper a {
	color: #CCCCCC;
}
#subpage-contentarea #background-content #content-wrapper a:hover {
	color: #6600CC;
}

#content-wrapper .subsection-content {
	margin-top: 38px;
}
#content-wrapper .subsection-content img {
	width: 609px;
	height: 22px;
}
#content-wrapper .subsection-content p{
	margin-top: 10px;
}

#subpage-contentarea #background-bot {
	background: url("Images/subpage-content-top.png") no-repeat;
	height: 17px;
}
* html #subpage-contentarea #background-bot { margin-bottom: 0; }

#footer-images { 
	clear: both;
	float: left;
	width: 100%;
	position: relative; 
	z-index: 0; 
	top: -255px; 
	margin-bottom: -255px; 
}

#footer-images #model {
	float: left;
	width: 178px;
	height: 253px;
}

* html #footer-images #model { display: none; }

#footer-images #styledesign {
	float: right;
	position: relative;
	z-index: 10;
	margin: 269px 7px 0 0;
	width: 163px;
	height: 76px;
	background: url("Images/subpage-styledesign.png") no-repeat;
}

/* News Announcer Styles
------------------------------------------------------------------------------------------------- */
.NewsAnnouncerItemStyle		{ display: block; margin-bottom: 6px; }

/* Product Logo Styles
------------------------------------------------------------------------------------------------- */
.product-list { 
	width: 632px;
	text-align: center;
	margin-top: 25px;
}

.product-list td {
	padding: 10px 0;
	border: 1px solid #CCCCCC;
}

* html .product-list img { width: 150px; height: 50px; }

/* Popup Styles
------------------------------------------------------------------------------------------------- */
.educational-popup  {
	padding: 10px;
	text-align: left;
	background-color: #000;
}

.educational-popup table tr td {
	padding-top: 10px;
}

/* Education Styles 
------------------------------------------------------------------------------------------------- */

.mNewVendor {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #6600CC !important;
}
div.Educational .top {
	float: right; 
	font-size: 10px;
	padding: 3px 5px;
	margin-top: 5px;
	border: 1px solid #6600CC;
}

div.Educational ul#list{
	margin: 10px 0px;
	padding-bottom: 0;
}
div.Educational ul#list li{
	list-style: none;
	width:50%;
	float:left;
	padding:0 !important;
	margin:0;
}

div.Educational ul#list li a{	
	display:block;
	color: #fff;
	border:0;
	margin:2px;
	background-image: url(Images/subpage-bullet.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 0 20px;
}
div.Educational ul#list li a:hover{	
	border:0;
}

div.Educational dl{
	clear:left;
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
}

div.Educational dt{
	font-size: 1.15em;	
	font-weight: bold;
	border-bottom: 1px solid #6600CC;
	background-image: url(../images/icon_posted.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding:4px 0;
}

div.Educational dd h4.schedule{
	font-size: 1.05em;	
	color: #fff;
	margin:0 0 0 15px;
	padding: 4px 0 4px 20px;
	
}
div.Educational dd{
	margin: 10px 0 50px 0;
	padding:0 20p;
}
div.Educational dd a.moreInfo{
	background-image: url(../images/icon_pdf_sm.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 85px;
	float: right;
	color: #fff !important;
	padding: 0 0 0 20px;
	font-size:10px;
	border:0 !important;
}
div.Educational dd a.moreInfo:hover{
	border:0 !important;
}
div.Educational dd ul.default{
	border: 0px;
	margin: 5px 0 10px 30px;
}
div.Educational dd ul.default li {
	list-style: disc;
}
div.Educational dd ul{
	border: 1px solid #464646;
	margin:0 30px;
	padding:0px
}
div.Educational dd ul li{
	list-style: none;
	padding:2px 5px;
	margin:0;
}
div.Educational dd ul li.odd{
	background-color: #464646;
}
.odd{
	background-color: #464646;
}

div.Educational dd table { margin-top: 15px; }

/* Member Product Styles
-------------------------------------------------------------------------------*/   
.products		{ text-align: center; }
.products img	{ margin-bottom: 15px; }
.products p		{ text-align: left; }
.products p.highlighted { font-weight: bold; }
.products p.disclaimer { font-size: .85em; }
.products ul		{ text-align: left; }
.product-styling-wrapper { float: left; margin-top: 15px; }
.product-image-left { float: left; width: 155px; }
.product-body-right { float: left; width: 455px; margin-left: 15px; }