@charset "UTF-8";
/* CSS Document */

/*
Title:  Salon VIP - Layout Styles
Author:	lee@netinspire.co.uk
*/

@import url('undohtml.css');

html																{overflow-y: scroll;}
html, body															{height: 100%; margin: 0;}

body																{width: 100%; text-align: center; font: 95% Helvetica, Arial, Verdana, Sans-Serif;}
#page																{width: 870px; margin: 0 auto -120px; min-height: 100%; height: auto !important; height: 100%; text-align: left;}
#push																{height: 120px;}

#container															{min-height: 100%; height: auto !important; height: 100%;}


.clear																{clear: both; display: block; height: 1px; margin: -1px 0 0 0;}

/*
Branding
*/
#branding															{position: relative; width: 870px; height: 120px;}
#branding h1														{position: relative; float: left; width: 157px; height: 110px; top: 10px; left: 5px; text-indent: -9999px; overflow: hidden;}
#branding h1 a														{position: relative; top: 0; left: 0; display: block; width: 157px; height: 110px;}
#branding p															{display: inline; position: relative; float: right; font-size: 1.3em; margin: 15px 0 1px 0; padding: 0; text-align: right;}
#branding .tel 														{display: inline; clear: right;	font-size: 1.68em; margin: 0; padding: 0 0 15px 0;} 



	 
		
		




/*
Main NavBar
*/
#main-nav															{position: absolute; width: 700px; height: 24px; top: 84px; left: 170px; margin: 0; font-size: 110%; text-align: center;}
#main-nav li														{position: relative; float: left; height: 24px; width: 100px;}
#main-nav a															{display: block; height: 24px; width: 100%; text-decoration: none; padding-top: 12px;}


hr																	{display: none;}


.content															{position: relative; float: left; width: 479px; margin: 0 0 0 10px; display: inline;}
.subcontent															{position: relative; float: right; width: 365px; margin: 0 0 0 10px; display: inline;}

.hpcontent															{position: relative; float: left; width: 539px; margin: 0 0 0 10px; display: inline;}
.hpsubcontent														{position: relative; float: right; width: 285px; margin: 0 0 0 10px; display: inline;}




/*
	FOOTER
*/
#footer-container													{height: 120px; width: 100%; padding: 0; text-align: center;}
#footer																{height: 120px; width: 850px; margin: 0 auto; padding: 0; font-size: 100%; text-align: left; line-height: 200%; z-index: 100;}
#footer address														{width: 600px; margin-top: 30px; float: left;}
#footer p															{width: 600px; float: left; margin: 0;}


/*
Headings
*/
h2																	{width: 100%; height: 70px; margin: 10px 0; text-indent: -9999px;}
h3																	{font-size: 130%; font-weight: normal; margin: 1.5em 0 -.5em 0; border-bottom: 2px solid;}
h4																	{font-size: 110%; font-weight: normal; margin: 1.5em 0 -.2em 0; border-bottom: 1px solid; text-align: center;}

/*
Text
*/
p																	{margin: 1em 0; line-height: 125%;}

.intro																{font-weight: bold; margin-top: -5px;}

strong																{font-weight: inherit;}

.large																{font-weight: bold; font-size: 110%;}

/*
Images
*/
.imgright															{float: right; margin: 2px 0 2px 3px;}

/*
Definition Lists
*/
dl																	{margin: 2em 0 3em 0;}
dt																	{position: relative; border-bottom: 1px dotted; padding-bottom: 3px; margin-top: 1em;}
dt strong															{font-weight: bold; padding: 0.1em 0.3em 0.2em 0;}
dt span																{position: absolute; right: 0; padding: 0.1em 0 0.2em 0.3em;}
dd																	{font-size: 90%; margin: .4em 0 2em 0; line-height: 130%;}



#form-div { 
  font-family : helvetica, verdana, palatino sans, tahoma, arial, sans-serif;
  width : 315px;
  margin : 0 0 20px 20px;
  color : #999;
  line-height : 160%;
  padding: 10px 0;
  border: 8px solid #fff;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #669900; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #666; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #669900;
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #bb0000;
}

#form-div p.error a, #form-div p.success a {
  color : #ffff7f;
}

#form-div p.center {
  text-align : center;
  background-color : #edbaba;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #bb0000; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #669900; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : normal;
}

#form-div legend span { }

legend.main-legend { 
  font-size : 220%;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 12px;
}

legend.main-legend span { }
legend.main-legend { }

label.req-label, label.opt-label {
  color : #666;
  margin-left: 8px; /* My Style */
}

label.opt-label.check {
  float : right;
  padding : 0;
  margin : 1px 4px;
  margin-left: 8px; /* My Style */
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
  margin-left: 8px; /* My Style */
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
  margin-left: 8px; /* My Style */
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #c70000;
  margin-left: 8px; /* My Style */
}

label.req-label.explain {
  color : #666;
  display: block;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

label.req-label span strong {
	margin-left: -8px; /* My Style */
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
  margin-left: 8px; /* My Style */
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
  margin-left: 8px; /* My Style */
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em helvetica, verdana, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
  margin-left: 8px; /* My Style */
}

select.select {
  padding : 1px 0;
  margin-bottom: 10px;
}

input.text-short {
  width : 100px;
  margin-left: 8px; /* My Style */
}

input.text-med, select.select {
  width : 250px;
  margin-left: 8px; /* My Style */
}

input.text-long {
  width : 300px;
  margin-left: 8px; /* My Style */
}

textarea.textarea {
  width : 250px;
  height : 150px;
  margin-left: 8px; /* My Style */
}

select.select, select.select option {
  cursor : pointer;
}

option {
	margin: .2em 2px;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
}



input.button														{ font: 1.3em helvetica, verdana, palatino sans, tahoma, arial, sans-serif; border: 1px solid #fff; background: #00c; margin: 0 0 10px 15px; padding: 5px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; }
input.button:hover, input.button.hover,
input.button:focus, input.button.focus								{ border: 1px solid #00c; background: #fff; color: #00c; }


/*input.button { 
  font : 1.1em helvetica, verdana, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 2px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #666;
}


input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}*/