﻿/*-------------------------------------------

             Title :  Live Leader
             Usage :  Global Layout
             Author:  QualityXHTML
             Edited:  2009-06-13

---------------------------------------------*/


/*===================TOC=====================

               1. Reset
               2. Containers
               3. Skip Links
               4. Branding
               5. Member Login
               6. Site Navigation
               7. Content
               8. Company Navigation
               9. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	color: #3A312C;
	text-decoration: none;
	}

a:hover,
a:focus {
	color: #C0531D !important;
	}

img, abbr, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

strong, em, cite {
	font-style: normal;
	font-weight: normal;
	}

legend {
	display: none;
	}

object {
	outline: none;
	}


/* 2. Containers
---------------------------------------------*/
html {
	background: url(../images/html_bg.png) repeat top left;
	}

body {
	min-height: 595px;
	font-family: Arial, sans-serif;
	background: url(../images/body_bg.png) no-repeat top center;
	}

* html #bg {   /* for IE 6 */
	background: url(../images/body_bg.png) no-repeat top center;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	margin: 0 auto;
	width: 945px;
	height: 88px;
	}

#branding h1 {
	position: relative;
	z-index: 2;
	width: 200px;
	}

#branding h1 a {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 171px;
	height: 59px;
	overflow: hidden;
	text-indent: -500em;
	background: url(../images/branding_a_bg.png) no-repeat center;
	}

#branding p {
	position: absolute;
	left: -500em;
	}


/* 5. Member Login
---------------------------------------------*/
#login {
	position: relative;
	margin: -56px auto 0;
	width: 945px;
	height: 30px;
	}

#login h4 {
	position: absolute;
	left: -500em;
	}

#login a {
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 1;
	width: 72px;
	height: 30px;
	overflow: hidden;
	text-indent: -500em;
	outline: none;
	background: url(../images/button.png) no-repeat top left;
	}


/* 6. Site Navigation
---------------------------------------------*/
#site-nav {
	position: relative;
	margin: -22px auto 25px;
	width: 945px;
	height: 22px;
	visibility: hidden;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul {
	position: relative;
	z-index: 1;
	float: right;
	margin-right: 114px;
	}

#site-nav ul li {
	float: left;
	margin-left: 17px;
	visibility: hidden;
	}

* + html #site-nav ul li {   /* for IE 7 */
	padding-bottom: 2px;
	}

#site-nav ul li:hover {
	border-bottom: 2px solid #D7D2CB;
	}

#site-nav ul li.current {
	border-bottom: 2px solid #A69F40;
	}

#site-nav ul li object {
	margin-left: -1px;
	}


/* 7. Content
---------------------------------------------*/
#content {
	position: relative;
	margin: 0 auto;
	width: 945px;
	}

#content:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}


/* 8. Company Navigation
---------------------------------------------*/
#com-nav {
	padding: 17px 0 13px;
	clear: both;
	width: 600px;
	cursor: default;
	}

* + html #com-nav {
	padding: 16px 0 28px;
	}

.features #com-nav,
.blog     #com-nav {
	margin-left: 299px;
	}

#home #com-nav {
	padding-bottom: 4px;
	}

* + html #home #com-nav {
	padding-bottom: 19px;
	}

#com-nav h4 {
	position: absolute;
	left: -500em;
	}

#com-nav ul {
	display: inline;
	cursor: default;
	}

* + html #com-nav ul {
	margin-left: 3px;
	}

#com-nav ul li {
	display: inline;
	font-size: 0.7em;
	}

.safari #com-nav ul li {
	display: inline;
	font-size: 0.65em;
	}

#com-nav ul li span {
	position: relative;
	top: -1px;
	margin: 0 4px 0 -1px;
	color: #80756E;
	font-size: 0.9em;
	cursor: default;
	}

* + html #com-nav ul li span {
	margin: 0 4px 0 0;
	}

.ie8 #com-nav ul li span {
	margin: 0 3px 0 0;
	}

#home #com-nav ul li span {
	color: #a49e99;
	}

#com-nav ul li a {
	color: #5A4B43;
	text-transform: uppercase;
	}

#home #com-nav ul li a {
	color: #88837F;
	}


/* 9. Site Info
---------------------------------------------*/
#siteinfo {
	display: inline;
	color: #5A4B43;
	font-size: 0.7em;
	text-transform: uppercase;
	cursor: text;
	}

.safari #siteinfo {
	font-size: 0.65em;
	}

#siteinfo #powered {
	position: absolute;
	left: -500em;
	}

#home #siteinfo {
	margin-left: 31px;
	color: #88837F;
	}

#home #powered {
	position: absolute;
	bottom: 0;
	right: -243px;
	width: 158px;
	height: 64px;
	font-size: 0;
	color: #EAE7E3;
	letter-spacing: -100px;
	text-indent: -500em;
	background: url(../images/powered_bg.png) no-repeat center;
	}

#home #powered a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
