	body {
		background-color: #05274A;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		_font-size: .7em;
		#font-size: .7em;
	}

/*******************************************************

	Page Styles - this is the container for everything

*********************************************************/

	#page {
		border: 3px solid #0A5F96;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		background-image: url('../images/content_bg.jpg');
		background-repeat: repeat-y;		
	}

/*********************************************************

	Header Styles - Header image and top nav

**********************************************************/

	#menu {
		background-color: #0172B4;
		margin-top: -2px;
		_margin-top: -4px;
		#margin-top: -4px;
		height: 40px;
		width: 800px;
	}

	#menu a img {
		border: none;
	}

	#menu li {
		display: inline;
		font-size: 15px;
		color: white;
		font-weight: bold;
	}
	
/****************************************************************

	Content Styles

*****************************************************************/

	#content {
	
		background-color: #fff;
		background-image: url('../images/content_bg.jpg');
		background-repeat: repeat-y;
	
	}
	
/*****************************************************************

	Left Panel Styles

******************************************************************/

	#leftPanel {
	
		width: 120px;
		float: left;
		margin-left: 3px;
	
	}
	
/*****************************************************************

	Main Styles - This is where the majority of the content will be.
	
*****************************************************************/

	#main {
	
		margin-left: 155px;
		margin-right: 15px;
		color: #000;
	
	}
	
	#main h1 {
	
		margin-bottom: 1em;
		font-size: 1.4em;
		color: #0F4986;
	
	}
	
	#main h2 {
	
		font-size: .9em;
		font-weight: bold;
		margin-bottom: 1em;	
	}
	
	#main p {
	
		margin-bottom: 1em;
	
	}
	
	#main ul.interior {
	
		margin-left: 10px;
		margin-bottom: 2em;
		list-style-type: disc;
	
	}
	
	#main li.interior {
	
		margin-left: 25px;
		margin-bottom: 4px;
		margin-right: 15px;
		line-height: 1.2em;
	
		
	}
	
	#main a {
		
		text-decoration: none;
	
	}

	#main a:hover {
		
		text-decoration: underline;
	
	}
	
	#main label {
	
		width: 150px;
		float: left;
		height: 1.4em;
	
	}
	
	#main .required {

		background-color: #F0F8FE;
		border: 1px solid #B9B9B9;

	}	
	
	#main table {
	
		width: 99%;
		margin-bottom: 1em;
	
	}
	
	#main th {
	
		background-color: #BCBDC0;
		font-weight: normal;
		padding: 2px;
	
	}
	
	#main td {
	
		background-color: #DCDDDF;
		text-align: center;
		padding: 2px;
	
	}
	
	#main tr.shaded td {
	
		background-color: #D1D2D4;
	
	}	

/****************************************************************

	Alert Styles: These are for error messages for the user to see, such as inappropriately filling out a form
	
*****************************************************************/

	#content #alert {

		padding: 4px;
		border: 1px solid #cacaca;
		margin-bottom: 1em;
		text-align: center;
	}

	#content #alert p {

		margin-top: 4px;
		margin-bottom: 4px;

	}

/****************************************************************

	Sub-Menu Styles

*****************************************************************/

	#submenu {
		margin-bottom: 15px;
	}

	#submenu li {
		display: inline;
		color: #0F4986;
		font-weight: normal;
	}

	#submenu li a, #submenu li a:visited {
		color: #0F4986;
	}

/****************************************************************

	Salon Styles - Styles specific to the Salon Start-Up section

*****************************************************************/

	.startUpBlock img {
		float: right;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 1em;
	}
	
	.startUpBlock h2 {
	
		background-color:  #0F4986;
		padding: 4px 2px;
		color: #fff;
		clear: right;
	
	}

/****************************************************************

	Product Styles

*****************************************************************/

	#content h2.subhead {

		background-color:  #0F4986;
		padding: 4px 2px;
		color: #fff;
		clear: right;

	}
	
	#content h2.noclear {
	
		clear: none;
	
	}
	
	#content .pagination {
	
		text-align: center; 
		margin: 6px; 
		margin-bottom: 1em;
	
	}
	
	#content .productimage {
	
		float: right;
		margin: 10px 25px;
	
	}
	
	#content .caption {
	
		text-align: center;
		font-size: .6em;
		_font-size: .7em;
		#font-size: .7em;
		
	}
	
	#content .textbutton {
	
		border: 1px solid #4B608C;
		background-color: #C9F3E4;
		padding: 6px;
		color: #227D6D;
		width: 125px;
		text-align: center;
		
	}	
	
	#content p {
	
		line-height: 1.2em;
	
	}
	
/***************************************************************

	Cart Styles

*****************************************************************/

	#content .grandTotal {
	
		margin-left: 450px;
	
	}

/****************************************************************

	Footer Styles

*****************************************************************/
	
	#footer {
	
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
		margin-bottom: 1em;
	
	}
	
	#footer p {
	
		text-align: right;
		color: #62E8E7;
	
	}

	#footer a {
	
		color: #62E8E7;
	
	}	