body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
table#subHeader { background-image:url(images/header_bg.jpg); background-repeat:repeat-x; }
#leftside { width:50%; background-image:url(images/sub_leftside.jpg); background-position:right top; background-repeat:no-repeat; }
#rightside { width:50%; background-image:url(images/rightside_sub.jpg); background-position:left top; background-repeat:no-repeat; }
#mainWindow { width:739px; height:100%; position:relative; text-align:left; }
#mainContent { min-height:542px; background-image:url(images/mainContentBackground.jpg); background-repeat:repeat-x; background-color:#FFFEEC;  } 
#footer { color:white; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:2em; }

.distance { color: #E0492C; font-weight:bold; }
#contentArea img { border:3px solid #E0492C; }
#mainNav a { font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; display:block; padding:0px 3px; font-stretch:extra-condensed; font-weight:bold; color:#FFF; display:inline; text-decoration:none; }
.homeButton { width:40px;  }
.workhereButton { width:85px; }
.ourpricingButton { width:85px; }
.locationsButton { width:85px; }
.truthButton { width:190px; }
.salonButton { width:85px; }
#contentArea { padding:10px; }
label.error { color:#C00; font-weight:bold; background-color:transparent; margin:0px; border:0px; }
.row0 { background-color:#EFEEE0; }
.row1 {}
.colTop { background-color:#BFBEB3; }

.totals { color:#E0492C; }
.errorBox { border:1px solid red; background-color:#FFC4C5; padding:10px;}
.error { border:1px solid red; background-color:#FFC4C5; }


.success { background-color:#daffde; background-image:url(images/approved.png); background-repeat:no-repeat; background-position:-50px 70%; padding:10px; border:3px solid green; };
/* These area the main tags, these tags are also used in editor_styles.css make sure if you make any changes here that you copy them over to the editor_styles.css */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA4330;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #EA4330;
}
a:hover {
	text-decoration: none;
	color: #51B3DA;
}
a:active {
	text-decoration: underline;
	color: #EA4330;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	
}
a.footer:link {
	text-decoration: none;
	color: #FFF;
	
}
a.footer:visited {
	text-decoration: none;
	color: #FFF;
	
}
a.footer:hover {
	text-decoration: underline;
	color: #E74832;
	
}
a.footer:active {
	text-decoration: none;
	color: #FFF;
	
}





h1 { padding:0px; margin:5px 0px 5px 0px; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:normal; font-stretch:semi-condensed; line-height:1.3em; color:#E74832  }
h2 { padding:0px; margin:5px 0px 5px 0px;  font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; font-stretch:condensed; line-height:1.3em; color:#666; }
h3 { padding:0px; margin:5px 0px 5px 0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; line-height:1.3em; color:#77CBED; }
h4, h5, h6 {  margin:5px 0px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; line-height:1.3em; color:black; }
p { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.6em;}

ul li { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333; list-style:square; line-height:1.4em; }
ol li { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333; list-style:square; line-height:1.4em; }
/* End editor shared styles



/** DROP DOWN STYLING *******/
.jquerycssmenu{
font: bold 12px Verdana;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
z-index:99999;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:99999;

}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
margin-right:10px;
z-index:99999;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
 /*background: white url(tintblue.gif); top center repeat-x;background of tabs (default state)*/
padding: 0px 8px 10px 8px;
padding-right: 5px; /*spacing between tabs*/
color: #FFF;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/*background-image: url(images/button_mouseOver_background.jpg); /*tab link background during hover state*/
color:#a3e4ff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
z-index:999999;
left: 0;
list-style:none;
display: block;
visibility: hidden;
top:-15px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
list-style:none;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
list-style:none;
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
background: #1F93C2;
color: #E5E5E5;
padding: 4px 5px;
margin: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #4ec9fa;
color:white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/** END DROP DOWN STYLING *******/
