@charset "UTF-8";

<style type="text/css"> 

/* 

CSS for Gullos Salon and Boutique --- Linked to home & contact pages
Created by Jon Whitbeck --- jonwhitbeck.com

overview:
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

*/

/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
		}

h1, h2, h3, h4, h5, h6
	{font-size: 100%; }
	
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
address, caption, cite, code, dfn, em, strong, th, var
 {font-style: normal; font-weight: normal;}
 
table
	{border-collapse: collapse; border-spacing: 0;}
	
fieldset, img
	{border: 0;}
	
caption, th
	{text-align: left;}
	
a {
	text-decoration: none;
	color: #333;
}
	
			

/* --------------------------------------------------------------------------------------------- */
/*positoning*/

.fltrt { /* can be used to float an element right. floated element must precede element it should be next to on page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: -3px 12px 5px -5px;
}
.clearfloat { /* should be placed on a div or break element & should be final element before the close of a container that should fully contain a float */
	clear:both;
	line-height: 0px;
	margin: 0;
	padding: 0;
	height: 0px;
}

.inline { display: inline; }


/* --------------------------------------------------------------------------------------------- */
/*type*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
}
	
p {
	padding: 0;
	margin: 0 0 .8em;
	line-height: 1.4em;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 1em;
}
	
h3 {
	font-size: 0.9em;
	letter-spacing: 1px;
	margin: .5em 0 0 0;
}
	
h4 {
	font-size: 0.9em;
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-style: italic;
}

div#content_main .stress {
	font-weight: bold;
	color: #182a53;}
	
	
#footer p#phone {
	font-size: 1.2em;
	float: left;
	padding: 20px 0 0 10px;
}

#footer p#address {
	float: right;
	padding: 20px 10px 0 0;
	font-size: 1em;
	font-weight: normal;
}

.stress {font-weight: bold;}

.i_stress {font-style: italic;}
 
/* --------------------------------------------------------------------------------------------- */
/*layout structure*/

html {
	height: 100%; margin-bottom: 1px;
}


#wrapper {
	width: 780px;  /* 20px allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: #880011 url(images/bg_shadow.jpg) repeat-y 50% 0;
} 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* centers container in IE 5*  text is then set to left aligned default in the #container*/
	font-size: 0.8em;
	background: #880011;
}

/*body#homepage #mainContent {
	margin: 0; 
	padding: 15px 25px 0 25px; 
	background: #fff7cc url(images/vector_body.jpg) no-repeat left bottom;
}*/

div#mainContent {
	margin: 0; 
	padding: 15px 25px 0 25px; 
	/*background: url(images/vector_body2.jpg) no-repeat left bottom;*/
}

body#homepage #mainContent, body#salon #mainContent, body#opportunities #mainContent, body#contact #mainContent, body#specials #mainContent, body#boutique #mainContent {
	margin: 0;
	padding: 5px 25px 0 25px;
	background: #fff7cc;
}

#subContent {
	background: #fff7cc;
	padding: 0 18px 0 0;
}

#footer {
	padding: 0 25px 0 25px;
	background:#880011 url(images/gullos_footer.jpg) no-repeat left top;
	height: 95px;
	margin: 0 -10px -15px -10px;
} 


/* --------------------------------------------------------------------------------------------- */
/*type*/


#branding h1 {
	margin: 0; /* last element in div avoids margin collapse - an unexplainable space b/w divs. border also works*/
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.head_img_replace {
	font-size: .1em;
	font-weight: normal;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#subContent #cta {
	width: 180px;
	float: left;
}

#mainContent a.main_textlink {
	font-weight: bold;
	color: #880011;
	text-decoration: none;
}

#mainContent  a.sub_textlink {
	font-weight: bold;
	text-decoration: none;
}


#footer p {
	margin: 0; /* first element in footer will avoid possibility of margin collapse - a space between divs */
	padding: 0; /* create space without the margin collapse issue */
	color: #d8d8d8;
}

/* --------------------------------------------------------------------------------------------- */
/*branding*/

#pageTop {
	background: url(images/gullos_topper.jpg) no-repeat left top;
	height: 48px;
	margin: 0 -10px 0 -10px;
	padding: 0 10px;
}


#branding {
	height: 88px;
	padding: 0 25px 8px 0;
	background: #fff7cc url(images/vector_brand_new.jpg) no-repeat right top;
	width: 755px;
}

/*emergency notice css, hides bg image*/

/*#homepage #branding {
	height: 88px;
	padding: 0 25px 8px 0;
	background: #fff7cc;
	width: 755px;
}*/

#branding img#logo {
	position: absolute;
	left: 18px;
	top: 62px;
}

#branding img#tagline {
	padding: 70px 0 0 0;
	float: right;
}

/* --------------------------------------------------------------------------------------------- */
/*subContent navigation*/

#mainNav ul { font-size: .9em; }

#mainNav li {
	margin: 0px;
	display: inline;
}

#mainNav a {
	background: url(images/navBg.jpg) repeat-x left top;
	display: block;
	float: left;
	width: 92px;
	height: 15px;
	font-size: 0.85em;
	padding: 12px 0 5px 0;
	text-align: center;
	color: #222;
	background: url(images/tabNactive.jpg) no-repeat left top;
}

#subContent #navigation {
	padding: 0 0 0px 18px;
	margin: 0;
}

#subContent #navigation #mainNav a.here, #subContent #navigation #mainNav a:hover { 
	background: url(images/tabActive.jpg) no-repeat top left;
	color: #FFFFFF;
	font-weight: bold; }
	
#appointment #subContent #navigation #mainNav a.here { 
	font-size: .8em; }

#nav_main {
	float: left;
	/*allows li to fill entire ul bg expands w/ contents*/
	width: 725px;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 30px;
}

#subContent #navBar {
	height: 20px;
	width: 750px;
	margin-left: 12px;
	background: url(images/navBtm.jpg);
}



/* --------------------------------------------------------------------------------------------- */
/*subContent*/

#subContent #specials_monthly {
	float: left;
	height: 178px;
	width: 480px;
	margin: 0 0 0 18px;
	padding: 0 15px 0 0;
	background: url(images/gullosNowMonthly.jpg) no-repeat left center;
}

#subContent_imgs {
	float: left;
	padding: 0 0 0 0;
}

#homepage #subContent_imgs {
	margin-right: 10px;
	float: left;
	padding: 0 0 0 60px;
}

#homepage #subContent_imgs33 {
	margin-right: 10px;
	float: left;
	padding: 0;
}

#cta_btns li {
	background-color: #880011;
	background: #880011 url(images/btn_red.jpg) no-repeat left top;
	padding: 22px 20px 20px 25px;
}

#subContent #imgCTA_wrap { padding-left: 20px; }

#cta_btns a {
	color: #fff;
}

li#first_btn {
	margin-bottom: 16px;
	margin-top: 3px
}

#subContent #gullo_signup {
	float: left;
	height: 175px;
	width: 290px;
	margin: 0px;
	padding: 0;
	background: url(images/gullosNow2.jpg) no-repeat left center;
}

#mainContent #gullo_signup {
	float: left;
	height: 175px;
	width: 265px;
	margin: -3px 20px 5px -5px;
	padding: 0 0 0 25px;
	background: url(images/gullosNow2.jpg) no-repeat left center;
}

#subContent #gullo_signup table {
	width: 275px;
	margin: 10px 0 0 0;
}

#mainContent #gullo_signup table {
	width: 275px;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}

#subContent #gullo_signup h3, #mainContent #gullo_signup h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 0 0 0;
	text-align: center;
}

#subContent #gullo_signup p#gNow {
	padding: 50px 10px 5px 25px;
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

#mainContent #gullo_signup p#gNow {
	padding: 50px 10px 5px 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

#subContent #gullo_signup .label, #mainContent #gullo_signup .label {
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.2em;
	font-style: italic;
}

#subContent #swirlBox {
	float: left;
	width: 200px;
	padding-top: 10px;
	background: url(images/vector_nav.jpg) no-repeat left top;
	height: 170px;
}

#salon #subContent #swirlBox, #opportunities #subContent #swirlBox, #team #subContent #swirlBox {
	padding-right: 50px;
}


/* --------------------------------------------------------------------------------------------- */
/*mainContent*/

#service_details {
	width: 425px;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
}
#service_details  li {
	list-style: circle;
	margin-left: 18px;
	padding: .25em 0 .3em 0;
	line-height: 1em;
}

#mainContent img.header { margin: -5px 0 3px 0; }

#mainContent .header { display: block; }

#mainContent .full_width { margin-top: 15px; }



/* --------------------------------------------------------------------------------------------- */ 
/* home page*/


#service {
	float: left;
	width: 425px;
	margin: 0 13px 0px 0;
}

#homepage h2#service_head {
	width: 420px;
	margin: 0;
	padding: 7px 0px;
}

#hours {
	width: 284px;
	float: right;
}

#homepage h4.rounded_head, #specials h4.rounded_head {
	width: 290px;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0px;
	text-align: center;
	background: url(images/headerHours.gif) no-repeat left top;
}

#hours_details {
	width: 260px;
	padding: 5px 20px 0 0px;
	border-right: 2px solid #d2ccac;
	border-left: 2px solid #d2ccac;
	border-top: 1px solid #d2ccac;
	margin-bottom: 0px;
}

#hours_details li {
	padding: .25em 0 .3em 0;
	line-height: 1em;
	border-bottom: 1px solid #E5DFC3;
}

#hours_details .day { float: left; }

#hours_details .time { float: right; }


#hours_details ul { padding: 0px 0px 0px 20px; }

.rounded_boxbtm {
	height: 16px;
	width: 284px;
	background: url(images/hoursBtm.gif) no-repeat left top;
	margin: -5px 0 8px 0;
	padding: 0;
}

#hours_details li.last_item {
	border-bottom-style: none;
	padding-bottom: 5px;
}


#mainContent #boutique {
	height: 92px;
	width: 290px;
	padding: 0 0 10px 0;
}

#mainContent #discounts {
	height: 69px;
	width: 290px;
}

#mainContent #newCTA {
	float: right;
	margin: -25px 0 0 20px;
}

#mainContent #newCTA #textConfirm {
	height: 69px;
	width: 290px;
}

#mainContent #serviceHours {
	margin: -10px 0px 0px;
	padding: 0px;
}

#homepage #wrapper #subContent #imgCTA_wrap #gullo_signup #gullosNow #ea input { padding-left: 20px; }

#homepage #wrapper #subContent #imgCTA_wrap #gullo_signup #gullosNow form { margin: 0 0 0 25px; }

#homepage #wrapper #subContent #imgCTA_wrap #gullo_signup #safe_logo {
	margin-left: 27px;
	margin-top: 0px;
	padding: 0;
}

#mainContent #pricelist #prices .stress_sm {
	font-size: 0.85em;
	font-weight: bold;
	
}


/* --------------------------------------------------------------------------------------------- */ 
/* salon page*/

#btm_shadow {
	margin: 0px;
	padding: 0px;
	height: 15px;
	background: #fff7cc url(images/footer_shadow.jpg) repeat-x left top;
}

#top_shadow {
	background: #fff7cc url(images/page_shadow.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 780px;
}

#prices {
	width: 734px;
	border-left: 2px solid #d2ccac;
	border-right: 2px solid #d2ccac;
}

#prices td {
	padding-bottom: 3px;
	padding-left: 50px;
	padding-right: 15px;
	border-bottom: 1px solid #dcd6b4;
}

#prices .head {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #f1eac5 url(images/table_head.jpg) repeat-x left top;
	padding-left: 50px;
}

#prices .head1 {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top:  1px solid #dcd6b4;
	background: #f1eac5 url(images/table_head.jpg) repeat-x left top;
	padding-left: 50px;
}

#prices .head2 {
	background: #f1eac5 url(images/table_head.jpg) repeat-x left top;
	text-indent: 50px;
}

#prices .detail {
	font-style: italic;
	font-size: 0.9em;
	padding-left: 50px;
}

#prices .sub_detail {
	font-style: italic;
	font-size: 0.9em;
	text-indent: 30px;
}

#prices caption { 
	margin-left: 25px;
	text-align: center; 
	border-bottom: 1px solid #ece5c1;
}

#mainContent p.last { margin-bottom: 20px; }

#prices .price_point {
	text-indent: 50px;
}

#price_header {
	margin: 0;
	padding: 0;
}



/* --------------------------------------------------------------------------------------------- */ 
/* contact page*/


fieldset {padding: 0 0 10px 0;}

#feedback label {
	float: left;
	width: 8em;
}

#form_left {
	float: left;
	width: 340px;
}

#form_right {
	float: right;
	width: 340px;
	padding: 0;
	margin: 35px 0 0 0;
}

#feedback #form_right #select {
	float: right;
	padding: 0;
	margin: 0;
	width: 100%;
}

#howheard, #subscribe {
	position: absolute;
	top: 0;
	right: 0;
}

#clientStatus {
	position: absolute;
	top: 1px;
	left: 115px;
}

input { width: 200px; }

input.radio, input.checkbox, input.submit {
  width: auto;
}

input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#form_left div, #form_right div {
	position: relative;
	padding-bottom: 15px;
}

#form_right div { padding: 2px 0 10px 0; }

/* style error messages */
label .warning {
	position: absolute;
	margin-left: 0;
	left: 121px;
	top: 18px;
	color:#760000;
	background: url(images/error.png) no-repeat left top;
}

.warning {
  color:#760000;
  padding-left: 18px;
  background: url(images/error.png) no-repeat left top;
}

/* style form elements on focus */
#contact #mainContent #feedback input:focus, #contact #mainContent #feedback textarea:focus { background: #f7f7f7; }

#comment_area label {display: block;}

#comments {
	width: 337px;
	margin: 0;
	padding: 0;
	height: 150px;
}

p#comment_label {
	display: block;
	margin-top: 40px;
}

#contact_topper {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 734px;
	background: url(images/contact_top2.jpg);
}

#contact_btm {
	background: url(images/contact_btm2.jpg);
	height: 31px;
	width: 734px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 18px;
}


/* --------------------------------------------------------------------------------------------- */ 
/* opportunites page*/

#feedback, #application {
	width: 700px;
	padding: 18px 15px 8px 15px;
	border-left: 2px solid #d2ccac;
	border-right: 2px solid #d2ccac;
	margin-top: 0px;
	margin-bottom: 0px;
}

#application .form_left {
	float: left;
	width: 310px;
	margin: 0 0 5px 0;
	position: relative;
}

#application .form_right {
	float: right;
	width: 310px;
	margin-bottom: 5px;
	position: relative;
}

#application label {
	float: left;
	width: 5em;
	margin-top: 5px;
}
	
#application fieldset { margin: 0 0 0 30px; }

#application #app_contact, #application #app_employment,  #application #app_education, #application #app_avail, #application #app_interest {
	margin: 0 0 10px 0;
	border: 1px solid #d2ccac;
}

#app_employment #select .form_left label { width: 5em; }


#app_contact fieldset.sub_fieldset legend, #app_employment fieldset.sub_fieldset legend, #app_education fieldset.sub_fieldset legend {
	margin-left: -25px;
}
#app_contact .sub_fieldset, #app_employment .sub_fieldset, #app_education .sub_fieldset {
	padding-left: 20px;
}
#app_contact .sub_fieldset .sub_legend, #app_employment .sub_fieldset .sub_legend, #app_education .sub_fieldset .sub_legend {
	margin-left: -25px;
}

legend, .sub_legend {
	color: #333333;
}

input.radio {
	width: auto;
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}

input.checkbox {
	margin-right: 8px;
}

#app_avail div.full_width label, #app_interest div.full_width label {
	float: none;
	display: inline;
	margin-right: 15px;
}

#app_education #graduate .form_left { width: 300px; }

#app_education .sub_fieldset .form_left #grad_label { padding-right: 15px; }

.sub_fieldset .full_width { margin-left: 18px; }

#application .sub_fieldset .warning {
	position: absolute;
	top: 18px;
	left: 5em;
}

#application #send { float: right; }

#application #state, #application #zip, #application #date_employed, #application #position, #application #date_employed2, #application #position2 { margin-top: 5px; }

#opportunities p.sent {
	font-style: italic;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: .5em;
}

#team #subContent #navigation, #specials #subContent #navigation, #appointment #subContent #navigation, #boutique #subContent #navigation, #contact #subContent #navigation { margin-right: 5px; }


/* --------------------------------------------------------------------------------------------- */ 
/* boutique page*/

#boutique #mainContent .img_rt {
	float: right;
	margin: -3px 0 8px 0;
}
#boutique #mainContent .img_lft {
	margin: -2px 15px 10px -5px;
	float: left;
}
#boutique #mainContent {
	padding: 15px 18px 0px 25px;
}



/* --------------------------------------------------------------------------------------------- */ 
/* specials page*/


#service_details .twoline_li { list-style: none; }

div.specials_img {
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

div.specials_copy {
	width: 555px;
	float: left;
	margin: 5px 0 10px 0;
}

div.specials_img .neg_margin_l { margin-left: -5px; }

div.specials_locks_copy {
	width: 250px;
	float: left;
	margin: 5px 0px 10px;
}

#mainContent .specials img, #mainContent .specials_locks img {
	float: left;
	margin: -5px 0 0 0;
	padding: 0 20px 0 0;
}

#mainContent .specials { margin: 8px 0 5px -8px; }

#mainContent .specials_locks {
	width: 525px;
	float: left;
	margin-bottom: 25px;
}

#mainContent .header_specials { margin: 0px 0 5px 0; }

#subContent #navigation #mainNav a.here { font-weight: bold; }

#gullos_now #safe_logo {
	margin: 0px;
	padding: 5px 0 0 15px;
}

#specials #mainContent h2 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px 0px 8px 0;
	color: #880011;
}

#feedback #form_left .contactFieldset {
	margin-top: 10px;
	border: 1px solid #d2ccac;
	padding: 10px 0 0 0;
}

#contact #mainContent #feedback #form_left label { padding-left:12px; }

#form_left .contactFieldset #homeAddress {
	padding: 0 0px 0px 12px;
	font-style: italic;
}

#contact #feedback legend { font-style: italic; }

#feedback #form_left .contactFieldset #client { margin-top: 5px; }

#feedback #form_left .contactFieldset #lastItem { margin-bottom: 10px; }

#contact #wrapper #mainContent #feedback #form_left .contactFieldset #lastItem p {
	padding: 3px 0 0 10px;
}

#contact #gullosShadow {
	height: 110px;
	width: 300px;
	background: url(images/gullosLogoShadow.jpg) no-repeat left top;
	padding: 0px;
	margin: 35px 0px 0px 20px;
}

#contact #wrapper #mainContent #feedback #form_right #send { float: right; }

#boutique #wrapper #mainContent p {
	margin: 5px 10px 5px 0px;
	padding-top: 5px;
}

#boutique #mainContent h2 {
	color: #880011;
	padding: 0px;
	margin: 2px 0 0 0;
}

#boutique  #mainContent .boutiqueBox {
	margin: 8px 0px;
	padding: 0px;
}

#contact #mainContent #feedback {

 }
#specials  #mainContent   h3  {
	font-size: 1.1em;
	padding: 0px 0px 5px;
	color: #880011;
	margin: 0;
}

#homepage #mainContent p#fbFan {
	background: url(images/facebookLogo.jpg) no-repeat left top;
	padding: 3px 5px 6px 55px;
}

#homepage #branding #emergencyNotice {
	position: absolute;
	left: 276px;
	top: 107px;
	font-size: 0.9em;
	color: #000;
	width: 389px;
}

#branding #fbLink {
	height: 45px;
	width: 45px;
	position: absolute;
	left: 720px;
	top: 102px;
}

#specials #subContent #specials_monthly p {
	font-size: 0.95em;
	padding: 0 0 4px 155px;
	margin: 0;
}

#specials #specials_monthly h3 {
	font-size: 0.9em;
	letter-spacing: normal;
	margin: 0px 0px 3px 155px;
}

#specials #specials_monthly p#pricePoint {
	font-size: 1.4em;
	font-weight: bold;
	color: #880011;
	margin: 45px 0px 3px 0px;
}

#specials #specials_monthly p#pricePointNow {
	font-size: 1.4em;
	font-weight: bold;
	margin: 55px 0px 8px 0px;
}


#specials #subContent #specials_monthly #priceClose {
	margin-top: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}

#mainContent p .stressRed {
	font-weight: bold;
	color: #880011;
}
