/* reset */
* {
    margin: 0;
    padding: 0;
}

/* general */
body {
    background: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #fff;
}   
h1 {
    text-indent: -9999px;
}
h1 a {
    display: block;
    font-size: 0;
    height: 60px;
    width: 300px;
}
h1 a:hover {
    border: 0;
}
h2 {
    font-size: 16px;
}
h2 a:hover { 
    color: #b42500;
    font-style: normal;
}
h2 a:visited { 
    color: #ff3400;
    font-style: normal;
}
a, a:visited { 
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    font-style: italic;
}
table {
    position: absolute;
    top: 5px;
    left: 600px;
}
th { 
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
}
a img {
    border: 0;
}

/* site */
#site {
    width: 1000px;
    margin: auto;
}

/* header */
#header { 
    height: 93px;
    background: url(../img/header.png) no-repeat;
    font-size: 1.4em;
    color: #fff;
    position: relative;
}
#email {
    position: absolute;
    top: 67px;
    left: 790px;
}

/* content */
#content {
    position: relative;
    overflow: hidden;
}
#portfolio #content {
    height: 594px;
    background: url(../img/portfolio_bg.png) no-repeat;
}
#backstage #content {
    height: 750px;
    background: url(../img/about_bg.png) no-repeat #333;
}
#about #content {
    background: url(../img/about_bg.png) no-repeat #333;
    *height: 620px;
}
#clients #content {
    background: url(../img/about_bg.png) no-repeat #333;
    *height: 900px;
}
#services #content {
    background: url(../img/about_bg.png) no-repeat #333;
    height: 520px;
}
#nav {
    font-size: 1.6em; 
    padding: 30px 0 0 30px;
    list-style: none;
    width: 160px;
}
#nav li {
    margin-bottom: 10px;
} 
#nav li a:hover { 
	font-size: 18px;
	color: #b42500;
}                     

#portfolio .portfolio, #clients .clients, #about .about, #services .services, #backstage .backstage {
    font-weight: bold;
}
.last {
    position: absolute;
	top: 210px;
    font-style: italic;
}
#rr {
    position: absolute;
    top: 220px;
    margin: 50px 0 0 15px;
    width: 190px;
    height: 170px;
}
#rr h2 {
    font-size: 1.6em; 
	margin-bottom: 5px;
}
#rr img {
    border: 2px solid #8e1f00;
}
#rr ul {
    list-style: none;
}
#clients em {
	font-size: .8em; 
}
#clients h2 {
	font-size: 1.5em; 
    text-decoration: underline; 
    color: #fff;
}
#makeup_artist_gallery {
    position: absolute;
    top: 0;
    left: 767px;
}
#makeup_artist_gallery li, #makeup_artist_gallery2 li {
    height: 96px;
    width: 153px;
}
#makeup_artist_gallery img, #makeup_artist_gallery2 img {
    display: block;
    width: 153px;
}     
#makeup_artist_gallery2 {  
	width: 800px;
    position: absolute;
    top: 30px;
    left: 200px;
}
#makeup_artist_gallery2 li {
	float: left; 
	list-style: none;
	margin: 0 20px 20px 0; 
}
.prev, .next {
    text-indent: -9999px;
    display: block;
    height: 25px;
    width: 20px;
    position: absolute;
    left: 946px;
}
.prev {
    top: 268px;
}
.next {
    top: 296px;
}
.prev:hover, .next:hover {
    border: 0;
}
.prev:focus, .next:focus {
    outline: 0;
}
#photo {
    position: absolute;
    top: 17px;
    left: 251px;
    z-index: 2;
    width: 430px;
    height: 566px;
    overflow: hidden;
}
#loading {
    position: absolute;
    top: 250px;
    left: 460px;
    height: 32px;
    width: 32px;
    background: url(../img/ajax-loader.gif) no-repeat;
    text-indent: -9999px;
}
#main_content p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 18px;
}
#about #nav, #clients #nav, #services #nav { 
    width: 150px;
    float: left;
}
#about #main_content {
    float: right;
    width: 470px;
    padding: 30px 30px 30px 0;
}
#services #main_content {
    float: left;
    width: 670px;
    padding: 30px 30px 30px 0;
}
#about #secondary_content {
    width: 270px;
    float: right;
    padding: 30px 30px 30px 0;
}
#rr_lg {
    padding-bottom: 30px;
}
#about #secondary_content h2 {
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
#about #secondary_content li {
    list-style: none;
    margin-bottom: 20px;
    overflow: auto;
    clear: both;
    font-size: 1.2em;
}
#about #secondary_content img {
    float: left;
    padding-right: 10px;
}
.col {
    width: 150px;
    float: left;
    margin: 30px 10px 30px 0;
    font-size: 1.1em;
}
.col h2 {
    margin-bottom: 10px;
    font-size: 1.4em;
}
.col ul {
    margin-bottom: 10px;
}
.col li {
    list-style: none;
    margin-bottom: 8px;
}

/* footer */
#footer {
    font-size: 1.1em;
    background: #8e1f00;
    border-top: 2px solid #470f00;
    padding: 5px 10px;
    clear: both;
}
#footer a:hover {
    font-style: normal;
}
#footer ul, #footer li, #footer p {
    display: inline;
}
#footer ul {
    padding: 0 150px 0 30px;
}
#footer li {
    list-style: none;
    margin-right: 10px;
}