/*
* Created by: Angie Jantz // March 28, 2006
* Modified by: 

*
* Copyright (c) 2006 condit.west.creative LLC
* 414 S. Mill Avenue, Tempe, Arizona. 85281, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* condit.west.creative LLC. You shall not disclose such confidential
* information and shall use it only in accordance with the terms of
* the license agreement you entered into with condit.west.creative LLC
*/

/*Note the order of the <a> psudo-class selectors is important*/
/*since subsequent appearing links override previous ones*/


/***********************************************/
/* HTML TAG STYLES                             */
/***********************************************/
body {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	background-image: url(assets/body_bckgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

input { /*sets text for form textfields*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666666;
}

hr {
	border: 0;
	color: #CAB8A3;
	background-color: #CAB8A3;
	height: 1px;
	width: 100%;
}

/***********************************************/
/* MAIN LAYOUT DIVS                            */
/***********************************************/
.siteWidth { /*sets the width for the content and footer areas*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.siteWidthheader { /*sets the width for the header areas - avoids wrap*/
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/************* header area styles  **************/
#headerContainer { /*sets 100% white bg*/
	background-color:#FFFFFF;
	height:90px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 0px;
	margin-right: auto;
	margin-left: auto;
}

.headerLogo { /*sets area padding and height for logo within header*/
	padding: 0px 8px 0px 8px;
	height:77px;
	float: left;
}

.headerNav { /*sets area for nav within header with left border*/
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #CAB8A3;
	height:62px;
	width:363px;
	float: left;
}

.headerEmail { /*sets area for email signup within header with left border*/
	background-color:#cab8a3;
}

/************* content area styles  **************/
#contentContainer { /*sets 100% white bg*/
	background-color:#FFFFFF;
	margin:0px;
	height: 100%;
	text-align: center;
	border-bottom-width: 24px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#centerTable {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* THE END, horay! */
#contentIndexContainer {
	background-color:#FFFFFF;
	margin:0px;
	height: 100%;
	text-align: center;
	border-bottom-width: 24px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeContent {
	height: 350px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/image_shot_1000x350.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#homeContentInfo {
	height: 300px;
	width: 410px;
	background-image: url(assets/homecontentinfo_bckgrd.png);
	background-repeat: repeat;
	background-position: left top;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	right: 30px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	padding-left: 10px;
}
#homeContentInfo p {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-right: 20px;
	margin-top: 10px;
	line-height: 15px;
}
#homeContentInfo h1 {
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	padding-bottom: 7px;
	line-height: 38px;
}
#homeContentInfo h2 {
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	line-height: 24px;
}
#homeContentInfo h3 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#insideBox {
	height: 280px;
	width: 400px;
	border: 1px solid #999999;
	margin-top: 10px;
}

.content { /*sets area for global content on site*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#333333;
	margin:0px;
	float:left;
	width:527px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.content p {
	margin-bottom: 10px;
}
.content a:link, .content a:visited {color: #7A4C17; text-decoration:underline;}
.content a:hover {color: #7A4C17; text-decoration:none;}

.contentindextext { /*sets content text for index only*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#333333;
}
.contentindextext a:link, .contentindextext a:visited {color: #666666; text-decoration:underline;}
.contentindextext a:hover {color: #666666; text-decoration:none;}

.contenthdr, .contentlefttexthdr { /*sets header text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color:#333333;
}

.contentlefttext { /*sets text style and padding for left ad text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.contentlefttext img {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentlefttext a:link, .contentlefttext a:visited {color: #666666; text-decoration:underline;}
.contentlefttext a:hover {color: #666666; text-decoration:none;}

.contenthdrimages { /*creates some space between page hdr images and content*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.contentbgshade { /*sets light background color for repeating rows, profile highlight, contact form*/
	background-color:#F7F4F1;
}

.breadcrumb { /*sets text and bottom border for any page with breadcrumb trails*/
	border-bottom: 1px solid #CAB8A3;
	padding: 2px;
	margin: 0px 0px 10px 0px;
	height: 17px;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

/************* footer area styles  **************/
#footerindexContainer {  /*creates larg brown band with darker borders for ads on index*/
	background-color:#CAB8A3;
	margin:0px;
	height: 62px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
#footersitewideContainer {  /*creates small brown band with darker borders*/
	background-color:#CAB8A3;
	height: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
#footerspacer {  /*separates content area from footer*/
	background-color:#FFFFFF;
	height: 0px;
}
.footer {  /* controls copyright info, footer nav*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#BABABA;
	padding: 8px 5px 8px 5px;
}
.footer img {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 2px;
}
.footer a:link, .footer a:visited {color: #BABABA; text-decoration:underline;}
.footer a:hover {color: #CCCCCC; text-decoration:none;}

.footercwc {  /* controls text for cwc tag*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color:#BABABA;
}

.footeradstart { /*no border for first ad in footer */
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.footeradsindiv { /*sets border for left side on footer ads*/
	float: left;
	border-left: 1px solid #7A4C17;
	height: 62px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.giftCardText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 11px;
}
.giftCardText a:link {
	color: #FFF;
	text-decoration: none;
}
.giftCardText a:visited {
	color: #FFF;
	text-decoration: none;
}
.giftCardText a:hover {
	color: #000;
}


/***********************************************/
/* PAGE DIVS AND STYLES                        */
/***********************************************/

/************* index page styles  **************/


#indexContentFRAME {
	position:absolute;
	left:360px;
	top:8px;
	width:425px;
	height:100px
	z-index:1;	
}

#indexContentGOY {
	position:absolute;
	left:130px;
	top:120px;
	width:406px;
	height:480px;
	z-index:1;
}

#indexContent {
	position:absolute;
	left:358px;
	top:150px;
	width:425px;
	height:405px;
	z-index:1;
}

/************* locations page styles  **************/
.zipsearchbg { /*sets bg color and text for zip search on locations page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color:#666666;
	padding: 9px;
	margin-bottom: 10px;
	background-color:#F7F4F1;
	border: 1px solid #CAB8A3;
}
.zipsearchbghdr { /*sets text for zip search hdr on locations page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color:#333333;
}
.specialsbg, .guydebg { /*sets bg color and text for specials on salon details page and guyde page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color:#666666;
	padding: 10px;
	margin: 10px 10px 0px 0px;
	background-color:#F7F4F1;
}
.specialsbg a:link, .smallgray a:visited {color: #666666; text-decoration:underline;}
.specialsbg a:hover {color: #666666; text-decoration:none;}

.specialshdr { /*sets text for specials hdr on salon specifics page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
	color:#666666;
}

.hours { /*sets text for hours module on salon specifics page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color:#666666;
	padding: 2px 0px 2px 10px;
}

.saloncontent, .commcontent { /*sets padding for content areas on salon specific page and communications page*/
	padding: 10px;
}

/************* story page styles  **************/
.profilebgon { /*sets area for area with background*/
	background-color:#F7F4F1;
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.profilebgoff { /*sets area for profiles without bg*/
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 600px;
}

.profilehdr { /*sets text style for profile headers*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#666666;
}
.profilecontent { /*sets text style for profile content*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#666666;
}

/************* services page styles  **************/
.servicescontent { /*sets text style for content on services page*/
	padding-right: 10px;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#333333;
	background-repeat: no-repeat;
}

/************* form styles  **************/
.form { /*sets text for form objects, aside from text fields*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#999999;
}
.required { /*sets asterik style to notate required fields*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#7A4C17;
}

/************* misc global styles  **************/
.smallgray { /*sets text used for disclaimer info, any other small text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#666666;
}
.smallgray a:link, .smallgray a:visited {color: #666666; text-decoration:none; font-weight:bold;}
.smallgray a:hover {color: #999999; text-decoration:underline; font-weight:bold;}

.smallgraybold { /*sets text used for communications hdrs, any other small text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color:#666666;
	font-weight:bold;
}
.signup {
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.selectSalon {
	padding-top: 2px;
}
.imageTopPadding {
	margin-top: 10px;
}

