@charset "utf-8";
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                                   CSS File for [ TheStudioHairSalon.com All Rights Reserved. ]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  @Author - (Innovative Studios Senior Web Developer [www.Innovative-Studios.com])
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* IE 6 and < DO NOT SUPPORT !important */

/*
When styling fonts with CSS you may be doing this:
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;

There's no need though as you can use this CSS shorthand property:
font: 1em/1.5em bold italic small-caps verdana,serif;
*/

/*-------------------------------- PAGE BODY STYLES ------------------------------------------*/

/*-------------------------------- HREF LINK STYLES ------------------------------------------*/
a, a:active, a:visited {
}
a, a:active, a:visited, .lightLink, .darkLink {
}
a:hover {
}
a:hover, .lightLink:hover, .darkLink:hover {

}
.lightLink {

}
.darkLink {

}

/*-------------------------------- HEADERS AND LABELS ------------------------------------------*/
h1, h2, h3, h4, h5, h6 {

}
/* --------------------------------- VARIOUS LIST STYLES ------------------------------------- */
#subHeader ul {

}
#subHeader li {
/* display:block; will get rid of bullets in mozilla if visible */
}
#subHeader li a {

}

/* --------------------------------- FORM ELEMENTS STYLES ------------------------------------- */

/* --------------------------------- PARAGRAPH STYLES ------------------------------------- */
p {
}
/* --------------------------------- Specific proprietary divisions ------------------------------------- */
#header {

}
#subHeader {
background:#000 url('/global/ui/sub_nav_bg.jpg') bottom repeat-x;
margin:0;
padding:0;

}
#contentContainer {
width:                   100%;
margin:                  auto;
background:              #000;
position:                relative;
border:                  0px solid #EFD24A;

/*  need the following for bottom positioning */
min-height:              100%;
height:                  auto !important;
height:                  100%;
}
#content {
width:                   100%;
position:                relative;
background:              #eee;
margin:0;padding:0;
font:                    90% "Calibri", Arial, sans-serif;
}
#content2 {
margin: 2em 10%;
width: auto;
position:relative;
font-size:90%;
background:#fff url('/multimedia/images/home_content2_bg.jpg') no-repeat top left;
border:1px solid #ccc;
color:#961B4F;
padding:1em 1em 1em 200px;
}
#footer {
	background:              #000;
	width:                   100%;
}
