/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset, textarea {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
	margin: 0px 0px 1em 0px;
	padding: 0;
}

p {
	padding: 0px 0px 1em 0px;
	margin: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	width: 115px;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}

/** begin custom **/
html {
	overflow-y: scroll;
}

#mainBody {
	background: #24231e url(/custom/images/bodybg.jpg) repeat-x top;
	color: #fff;
}

#container a {
	color: #fff;
}

#container {
	width: 950px;
	margin: 0 auto;
	background: url(/custom/images/logo.png) no-repeat top left;
	height: auto !important;
	height: 768px;
	min-height: 768px;
}

#logoContainer {
	float: left;
	width: 220px;
	height: 80px;
}
#headerPhoneNo {
	text-align: right;
	padding-top: 30px;
	padding-right: 12px;
	padding-bottom: 3px;
	float: right;
}
#menu {
	float: right;
	clear: right;
	width: 690px;
}
#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	margin-right: -9px;
	float: left;
	display: block;
	height: 44px;
	overflow: hidden;
	cursor: pointer;
}
#menu .menuItemBg, #menu .menuItemLeft, #menu .menuItemRight {
	display: block;
	height: 44px;
	float: left;
}
#menu .menuItemLeft, #menu .menuItemRight {
	width: 9px;
}
#menu .menuItemBg {
	padding: 6px;
}
#menu a:hover {
	background: transparent;
}
#menu a:hover .menuItemLeft {
	background: url(/custom/images/menuleft.gif) no-repeat left top;
}
#menu a:hover .menuItemRight {
	background: url(/custom/images/menuright.gif) no-repeat right top;
}
#menu a:hover .menuItemBg {
	background: url(/custom/images/menubg.gif) repeat-x center top;
}
#menu.noFrame a:hover .menuItemLeft {
	background: url(/custom/images/menuleftround.gif) no-repeat left top !important;
}
#menu.noFrame a:hover .menuItemRight {
	background: url(/custom/images/menurightround.gif) no-repeat right top !important;
}
#menu.noFrame a:hover .menuItemBg {
	background: url(/custom/images/menubground.gif) repeat-x center top !important;
}
#menuFlair {
	color: #cedfe2;
}

#contentArea {
	padding-left: 40px;
	position: absolute;
	margin-top: -22px;
	width: 910px;
}

#mainFrame {
	background: url(/custom/images/mainframe.png) no-repeat;
	width: 909px;
	height: 332px;
}
#mainFrame img {
	margin: 17px 17px 0 17px;
}

.panelButtons {
	clear: both;
	height: 134px;
}
.panelButton {
	float: left;
	width: 182px;
	height: 131px;
	cursor: pointer;
}

#bottomBannersLeft {
	width: 545px;
	float: left;
}
#bottomBannersRight {
	float: left;
}

#footer {
	clear: both;
	text-align: right;
	font-size: 8pt;
	padding-right: 32px;
	padding-bottom: 1em;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
.footerLink {
	padding-right: 16px;
}

h1, h2 {
	color: #fff;
	font-weight: normal;
	line-height: 100%;
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 19pt;
	margin-bottom: 13px;
}

#agBanner {
	margin: 0 11px 0 12px;
}

#portfolioIntro {
	margin-bottom: 6px;
}
#portfolioIntro h1 {
	margin-bottom: 0;
}
#portfolioIntro .boxText {
	font-size: 8pt;
}
.glassBoxContent {
	padding: 12px 15px;
}
.boxIntroLine, #teamMemberText h2 {
	font-size: 8pt;
	margin: 0;
	color: #fff;
	font-weight: normal;
}
#teamMemberText h2 {
	padding-bottom: 1em;
}
.boxText {
	line-height: 11pt;
}

.scissors {
	width: 538px;
	height: 156px;
	background: url(/custom/images/scissorsbg.png) no-repeat;
	margin-left: 5px;
	margin-bottom: 5px;
}
.scissors, .scissors a {
	color: #fff;
}
.scissors a {
	text-decoration: none;
}
.teamNameTitle {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.teamNameLink {
	float: left;
	width: 100px;
	height: 2em;
	overflow: hidden;
	text-decoration: none;
	font-size: 11pt;
}
.scissorsInner {
	padding: 13px;
	position: absolute;
	width: 510px;
}

#lhsItems {
	float: left;
	width: 546px;
	overflow: hidden;
}

#rhsItems {
	float: left;
	width: 360px;
	overflow: hidden;
}

#staffDescriptionBox {
	float: left;
}
#staffImagePanel {
	float: left;
}
#staffImagePanel img {
	margin: 18px 19px;
}
#teamMemberText {
	height: 479px;
}
#teamMemberButton {
	float: right;
	position: relative;
	width: 150px;
}
#hairProductsIntro {
	margin-bottom: 6px;
}
#hairProductsIntro h1 {
	margin-bottom: 6px;
}

#teamMemberContact {
	float: left;
	width: 300px;
	position: relative;
}
#askStylistBtn {
	cursor: pointer;
}
#teamMemberContactForm {
	position: absolute;
	margin-top: -178px;
	width: 297px;
	height: 211px;
	background: url(/custom/images/askastylistbg.jpg) no-repeat;
}
#teamMemberContactFormDetails {
	height: 164px;
	margin-top: 19px;
	padding: 0 8px;
}
#teamMemberContactFormButtons {
	text-align: right;
	padding-right: 5px;
}
#teamMemberContactFormButtons img {
	cursor: pointer;
}
#teamMemberContactFormButtons input {
	margin-right: 3px;
}
.askAStylistInput {
	font-size: 8pt;
	color: #24231e;
	border: 1px solid #24231e;
	padding: 4px 9px;
}
input.askAStylistInput {
	width: 118px;
}
textarea.askAStylistInput {
	width: 260px;
	height: 115px;
	overflow: auto;
	margin-top: 9px;
}
#contact_name {
	margin-right: 4px;
}

.hairProductLogosColumn {
	float: left;
	width: 168px;
	text-align: center;
	padding-top: 14px;
	padding-left: 6px;
}
#hairProductsIframe {
	background: url(/custom/images/agproductsbg.jpg) no-repeat;
	width: 534px;
	height: 196px;
	margin-left: 6px;
	margin-bottom: 6px;
}
#hairProductsIframe iframe {
	margin: 12px 0 0 12px;
}

#leftBox, #rightBox {
	float: left;
}

/** BOXES **/
.box182x256 {
	width: 182px;
	height: 256px;
	background: url(/custom/images/box182x256.png) no-repeat;
}
.box362x546 {
	width: 362px;
	height: 546px;
	background: url(/custom/images/box362x546.png) no-repeat;
}
.box363x213 {
	width: 362px;
	height: 213px;
	background: url(/custom/images/box363x213.png) no-repeat;
}
.box363x139 {
	width: 362px;
	height: 139px;
	background: url(/custom/images/box363x139.png) no-repeat;
}
.box363x230 {
	width: 363px;
	height: 230px;
	background: url(/custom/images/box363x230.png) no-repeat;
}
.box363x262 {
	width: 363px;
	height: 262px;
	background: url(/custom/images/box363x262.png) no-repeat;
}
.box546x124 {
	width: 546px;
	height: 124px;
	background: url(/custom/images/box546x124.png) no-repeat;
}
.box546x262 {
	width: 546px;
	height: 262px;
	background: url(/custom/images/box546x262.png) no-repeat;
}
.box546x426 {
	width: 546px;
	height: 426px;
	background: url(/custom/images/box546x426.png) no-repeat;
}
.box546x546 {
	width: 546px;
	height: 546px;
	background: url(/custom/images/box546x546.png) no-repeat;
}
.box546x833 {
	width: 546px;
	height: 833px;
	background: url(/custom/images/box546x833.png) no-repeat;
}
.box546x230 {
	width: 546px;
	height: 230px;
	background: url(/custom/images/box546x230.png) no-repeat;
}
.box727x256 {
	width: 727px;
	height: 256px;
	background: url(/custom/images/box727x256.png) no-repeat;
}
/** END BOXES **/

.day365Image {
	text-align: center;
}
.day365Text h1 {
	margin-bottom: 10px;
}

#content_main {
	position: relative; /* hack for ie and transparency fixing */
}

.printButton {
	float: right;
	position: relative;
}

#offerImage {
	text-align: center;
	padding-top: 20px;
}
.offerInfoBox table {
	margin-bottom: 1em;
}

#agSpecials {
	background: url(/custom/images/agspecials.gif) no-repeat 10px top;
	width: 354px;
	height: 294px;
	margin-top: 12px;
}
#agSpecialContent {
	padding: 105px 0 0 120px;
}

#menuBg {
	background: url(/custom/images/menuborder.png) no-repeat;
	height: 833px;
	margin-top: 10px;
}
#menuPriceList {
	float: left;
	width: 456px;
	height: 747px;
}
#menuPriceListBg {
	background: url(/custom/images/menuinner.jpg) no-repeat;
	width: 314px;
	height: 659px;
}
#menuPriceListContent {
	padding-top: 40px;
	padding-left: 3px;
}
#menuPriceListContent, #menuPriceListContent td {
	color: #3d1a0f;
	font-family: Times New Roman, Times, serif;
	font-size: 9.5pt;
}
#menuPriceListContent table {
	table-layout: fixed;
}
#menuPriceListContent td {
	padding: 0 4px 1em 0;
}
#menuPriceListInner {
	padding: 90px 0 0 10px;
}
#menuPriceListInner h2 {
	font-size: 12pt;
}

.menuContent {
	margin-top: 25px;
	font-size: 8pt;
}
.menuContent h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 13pt;
	margin-bottom: 1px;
	font-weight: bold;
}

#map {
	text-align: center;
}

#contactForm {
	padding-top: 1em;
	position: relative;
}
#contactForm label {
	padding-top: 5px;
}
#contactForm input, #contactForm textarea {
	color: #666;
}
#contactForm p {
	clear: both;
	margin-bottom: 20px;
}
.inputTextBackground {
	background: url(/custom/images/textinput.png) no-repeat;
	position: absolute;
	width: 211px;
	height: 31px;
}
.textareaBackground {
	background: url(/custom/images/textareabg.png) no-repeat;
	position: absolute;
	width: 259px;
	height: 131px;
}
.formInput {
	background: transparent;
	border: 0;
	color: #fff;
	width: 211px;
	padding: 6px;
	position: absolute;
}
#contactForm textarea {
	overflow: auto;
	width: 243px;
	height: 115px;
}
#contactSubmit, #submitHaircutButton {
	clear: both;
	text-align: right;
	margin-top: 127px;
	padding-right: 6px;
}
#contactSubmit {
	padding-right: 6px;
}
#submitHaircutButton {
	padding-right: 35px;
}

#styleGalleryIntro {
	margin-right: 2px;
}
#galleryConnection {
	text-align: center;
	padding-top: 50px;
}
.styleGalleryCategory {
	float: left;
	width: 181px;
	height: 212px;
}

#galleryPanel {
	z-index: 1000;
}
#galleryPanel, .yui-panel-container, .yui-panel {
	background: transparent;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
.hd {
	display: none;
	padding: 0px;
	margin: 0px;
}
#galleryPanel .bd {
	width: 466px;
	height: 612px;
	padding: 0px;
	margin: 0px;
}
#galleryPanelBg {
	background: transparent url(/custom/images/gallerybg.png) no-repeat;
	width: 466px;
	height: 612px;
	position: absolute;
	z-index: -1;
}
.mask {
	background-color: #000 !important;
	-moz-opacity: 0.80;
	opacity: .80;
	filter: alpha(opacity=80);
}

#galleryButtons {
	float: right;
	padding: 10px 12px 0 0;
}
#galleryMenu {
	height: 46px;
	clear: both;
}
#galleryPrevious {
	padding-left: 9px;
}
#galleryPrevious, #galleryNext {
	float: left;
	width: 38px;
	text-align: center;
	padding-top: 246px;
}
#galleryImageContainer {
	float: left;
	width: 371px;
	height: 520px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
#galleryPagination {
	clear: both;
	width: 371px;
	padding-top: 11px;
	margin-left: 44px;
	width: 381px;
	overflow: hidden;
}
#galleryPagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
}
#galleryPagination a.current {
	text-decoration: underline;
	font-weight: bold;
}
#styleDropDown {
	position: absolute;
	margin-left: 155px;
	margin-top: 14px;
}
#styleDropDownTop {
	background: url(/custom/images/styledropdown.png);
	width: 155px;
	height: 29px;
	line-height: 23px;
	color: #24231e;
	text-indent: 14px;
	cursor: pointer;
}
#styleDropDownBg {
	background: url(/custom/images/ddmbg.png) no-repeat top;
	width: 155px;
	height: 128px;
	position: absolute;
	margin-top: -13px;
	position: absolute;
	z-index: 100;
}
#styleDropDownItems {
	line-height: 145%;
	position: absolute;
	z-index: 200;
	padding-top: 3px;
}
#styleDropDownItems a {
	color: #24231e;
	text-decoration: none;
	padding-left: 14px;
	font-size: 9pt;
}

#agTipsBanner {
	padding: 4px 0 0 8px;
}

.clearer {
	clear: both;
}

/* hair flair */
#hairFlairFrameContainer {
	height: 362px;
	width: 909px;
}
#hairFlairTabs {
	position: absolute;
	margin-top: 298px;
	padding-left: 27px;
}
.hairFlairTab {
	float: left;
	width: 108px;
	height: 55px;
	margin-right: 2px;
}
.hairFlairTabLast {
	margin-right: 4px !important;
}
.hairFlairConsultTab {
	float: left;
	width: 297px;
	height: 43px;
	margin-top: 15px;
}
.hairFlairTabOn, a.hairFlairTab:hover {
	margin-top: 5px;
}
.hairFlairMainFrame {
	position: absolute;
}
#hairFlairSteps {
	padding: 6px 0 0 6px;
	width: 532px;
}
.hairFlairStep {
	margin-right: 14px;
}
#uploadAndWin {
	position: absolute;
	margin-top: -55px;
}

.paginationContainer {
	width: 908px;
	height: 38px;
}
.paginationBg {
	position: absolute;
	width: 908px;
	height: 38px;
	background: url(/custom/images/paginationbg.png) no-repeat;
}
.pagination {
	position: absolute;
	padding: 6px 4px 0 20px;
	width: 876px;
}
.paginationPages {
	text-align: center;
	padding-top: 6px;
}
#paginationTop .paginationPages {
	width: 350px;
	text-indent: 51px;
}
.paginationSearch {
	float: right;
}
.pagination h2, #paginationTop .paginationPages {
	float: left;
}
.pagination h2 {
	font-size: 18pt;
}
.paginationPages a {
	padding: 0 3px;
	text-decoration: none;
}
.currentPage {
	padding: 0 3px;
	font-weight: bold;
	text-decoration: underline;
}
#haircutKeywords {
	background: url(/custom/images/searchboxbg.jpg) no-repeat;
	width: 150px;
	height: 23px;
	color: #b8b8b8;
	font-size: 8pt;
	border: 0;
	margin: 2px 5px 0 3px;
}
.paginationSearch input, .paginationSearch img {
	vertical-align: middle;
}
.paginationSearch img {
	cursor: pointer;
}

#haircuts {
	padding-left: 14px;
}
.haircut {
	width: 182px;
	float: left;
}
.haircutFrame, .haircutFramePhoto {
	width: 182px;
	height: 214px;
}
.haircutFrame {
	background: url(/custom/images/haircutframe.png) no-repeat;
}
.haircutFramePhoto {
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.haircutInfoName {
	color: #7b8686;
	font-weight: bold;
}
.haircutInfo {
	padding: 0 18px;
	height: 100px;
}
.haircutInfoCriteria {
	color: #fff;
	padding-top: 3px;
	font-size: 8pt;
}
.haircutInfoCriteriaLabel {
	font-weight: bold;
	padding-right: 5px;
}
.haircutDivider {
	height: 100px;
	float: left;
	width: 50px;
}
.haircutButton {
	padding-left: 18px;
}

#haircutMainInfo {
	padding: 4px 2px 0 18px;
}
.haircutFrameLarge, .haircutFrameLargePhoto {
	width: 298px;
	height: 352px;
}
.haircutFrameLarge {
	background: url(/custom/images/haircutframelarge.png) no-repeat;
	margin-right: 10px;
	float: left;
}
.haircutFrameLargePhoto {
	background-position: center center;
	background-repeat: no-repeat;
}
.haircutUploadContainer {
	padding: 19px 17px;
}
#haircutMainInfoDetails {
	float: left;
	width: 340px;
	padding-top: 4px;
}
.haircutMainInfoCriteria {
	padding-top: 4px;
}
.haircutMainInfoCriteriaLabel {
	font-weight: bold;
	width: 67px;
	float: left;
	display: block;
}
#socialBookmarkBanner {
	float: right;
	padding-bottom: 5px;
}
.errorMessage {
	font-weight: bold;
}
.bookmarksLeft {
	float: left;
	width: 600px;
	padding-left: 17px;
}
#tipsContent {
	padding-top: 25px;
}
.newsListingTitle a {
	color: #cedfe2 !important;
	text-decoration: none;
}
.newsListingDate {
	display: none;
}
.newsListingPreview {
	padding-bottom: 1.5em;
}

.faceShapeTopBg, .faceShapeTop, .faceShapeTopContainer {
	width: 900px;
	height: 87px;
}
.faceShapeTopBg {
	position: absolute;
	background: url(/custom/images/drawertop.png) no-repeat;
}
.faceShapeTop {
	position: absolute;
}
.faceShapeLeft {
	float: left;
	width: 154px;
	padding-top: 2px;
	text-align: center;	
}
.faceShapeRight {
	float: left;
	width: 388px;
	margin-right: 65px;
	padding-top: 6px;
}
.faceShapeCeleb {
	float: left;
	width: 280px;
	padding-top: 6px;
}
.faceShapeCelebName {
	color: #24231e;
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	padding-top: 5px;
}
.faceShapeTitle, .faceShapeCelebTitle {
	font-weight: bold;
}
.faceShapeIntro, .faceShapeIntro a {
	color: #24231e !important;
}
.faceShapeIntro p {
	display: inline;
}
.faceShapeMiddle {
	background: #fff;
	margin: 0 2px;
	width: 896px;
	color: #24231e;
}
.faceShapeText {
	padding: 10px 10px 10px 154px;
}
.faceShapeText h3, .faceShapeTitle, .faceShapeCelebTitle {
	color: #727b7b;
	font-size: 9pt;
	margin-bottom: 0;
}
.faceShapeBottom {
	width: 900px;
	height: 23px;
	background: url(/custom/images/drawerbtm.gif) no-repeat;
	text-align: center;
	cursor: pointer;
	margin-bottom: 8px;
}
/* end hair flair */

#teamImage {
	position: absolute;
	margin: 17px;
}