/*-------------------------------------------

             Title :  Live Leader
             Usage :  Global Layout
             Author:  QualityXHTML
             Edited:  2009-06-17

---------------------------------------------*/


/*===================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: 11;
	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;
    z-index:10;
	}

#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;
	}

.lang-no #login a {
    background: url(/images/button_no.png) no-repeat top left;
}


/* 6. Site Navigation
---------------------------------------------*/
#site-nav {
	position: relative;
	margin: -22px auto 25px;
	width: 945px;
	height: 22px;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul {
	position: relative;
	z-index: 11;
	float: right;
	margin-right: 114px;
	}

#site-nav ul li {
	float: left;
	margin-left: 17px;
	}

* + 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 a {
	position: relative;
	top: 1px;
	display: block;
	padding-bottom: 10px;
	color: #3D3632;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	outline: none;
	}

* + html #site-nav ul li a {
	top: 2px;
	}

.safari #site-nav ul li a {
	top: 2px;
	text-shadow: #FCFCFB 0 1px 1px;
	}

#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;
	}

#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;
	}

/* mods */
.link {
    color: #C0531D;
}

ol.numbers {
    list-style-type:decimal;
    font-size:12.8px;
    margin-left:1.5em;
}

ul.bullets {
    list-style-type:disc;
    font-size:12.8px;
    margin-left:1.5em;
}

ul.bullets li, ol.numbers li {
    float:none !important;
    height:auto !important;
    border:0 !important;
}

ul.checks {
    list-style-type:none;
    margin-bottom:20px !important;
    margin-left:5px !important;
}

ul.checks li {
    background: url(/gfx/check-small.gif) no-repeat scroll 0 3px !important;
    padding-left:20px !important;
    margin-bottom:2px !important;
}


ul.bullets li {
line-height:120%;
float:left;
margin-right:10px;
margin-top:0;
padding:4px 0 0;
}

#lightbox-image-details-caption {
    font-size:1.4em;
}

#feedback_wrapper {
    margin-top:1em;
}

#feedback_wrapper input {
    width: 250px;
    padding:2px;
}

#feedback_wrapper label {
    display:block;
    font-size:12.8px;
    margin-bottom:3px;
    margin-top:10px;
}

#feedback_wrapper textarea {
    font-size:100%;
    font-family:Trebuchet MS,Verdana, Arial,sans-serif;
    padding:2px;
    color:gray;
    width:220px;
    height:1.6em;
    margin-top:0.5em;
    margin-bottom:0.5em;
    overflow:auto;
}

#feedback_status {
    color:gray;
    display:none;
    padding-top:5px;
    padding-bottom:5px;
}

.send {
    display:block;
	width: 81px;
	height: 30px;
	border: none;
	font-size: 0;
	letter-spacing: -100px;
	cursor: pointer;
	margin-top:15px;
    background: url(/images/button.png) no-repeat 0 -30px;
}

#conversionFrame {
    width: 100%;
    height: 100px;
    border:0;
}

.pay_wrapper, .receipt_wrapper {
    padding-bottom: 20px;
}


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


@media screen {
	.sIFR-flash {
	  visibility: visible !important;
	  margin: 0;
	  padding: 0;
	}

	.sIFR-replaced, .sIFR-ignore {
	  visibility: visible !important;
	}

	.sIFR-alternate {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 0;
	  height: 0;
	  display: block;
	  overflow: hidden;
	}

	.sIFR-replaced div.sIFR-fixfocus {
	  margin: 0pt; 
	  padding: 0pt; 
	  overflow: auto; 
	  letter-spacing: 0px; 
	  float: none;
	}
}


@media print {
	.sIFR-flash {
	  display    : none !important;
	  height     : 0;
	  width      : 0;
	  position   : absolute;
	  overflow   : hidden;
	}

	.sIFR-alternate {
	  visibility : visible !important;
	  display    : block   !important;
	  position   : static  !important;
	  left       : auto    !important;
	  top        : auto    !important;
	  width      : auto    !important;
	  height     : auto    !important;
	}
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*-------------------------------------------

             Title :  Live Leader
             Usage :  Homepage
             Author:  QualityXHTML
             Edited:  2009-06-17

---------------------------------------------*/


/*===================TOC=====================

               1. Tour
               2. Key Features
               3. News & Tips

=============================================*/



/* 1. Tour
---------------------------------------------*/
#tour {
	position: relative;
	margin-bottom: 11px;
	width: 945px;
	height: 425px;
	overflow: hidden;
	background: url(/images/tour_bg.png) no-repeat bottom left;
	}

#tour r {
	position: absolute;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: url(/images/r_bg.png) no-repeat;
	}

#tour .tl { top:    0;  left:  0;    background-position:    0    0; }
#tour .tr { top:    0;  left: 941px; background-position: -4px    0; }
#tour .bl { top: 407px; left:  0;    background-position:    0 -4px; }
#tour .br { top: 407px; left: 941px; background-position: -4px -4px; }

* html #tour .tr { background-position: -3px    0; }
* html #tour .bl { background-position:    0 -3px; }
* html #tour .br { background-position: -3px -3px; }

#tour h2 {
	position: absolute;
	left: -500em;
	}

#tour ol {
	position: relative;
	width: 3780px;
	height: 411px;
	}

#tour ol li {
	float: left;
	width: 945px;
	height: 100%;
	background-repeat: no-repeat;
	}

.safari #tour ol li {
	text-shadow: #3A312C 0 1px 1px;
	}

#tour ol .li-1,
#tour ol .li-4 { background-image: url(/images/tour_li_bg.jpg); }
#tour ol .li-2,
#tour ol .li-3 { background-image: url(/images/tour_li_bg.png); }

#tour ol .li-1 { background-position: 0      0; }
#tour ol .li-2 { background-position: 0      0; }
#tour ol .li-3 { background-position: 0 -411px; }
#tour ol .li-4 { background-position: 0 -411px; }

#tour ol li h3 {
	color: white;
	font-size: 2em;
	border-bottom: 1px solid #63594E;
	}

#tour ol .li-4 h3 {
	border-color: #74675a;
	}

#tour ol .li-1 h3 { margin: 0  47px 23px 442px; padding: 86px 0  9px; }
#tour ol .li-2 h3 { margin: 0 122px 23px 487px; padding: 30px 0 12px; }
#tour ol .li-3 h3 { margin: 0 417px 23px  72px; padding: 69px 0 12px; }
#tour ol .li-4 h3 { margin: 0 112px 13px 477px; padding: 39px 0  4px; }

#tour ol li p {
	color: white;
	font-size: 1em;
	line-height: 1.4em;
	}

#tour ol .li-4 .p-2 {
	font-size: 0.75em;
	line-height: 1.5em;
	}

#tour ol .li-1 p    { margin: 0  57px    0 501px; }
#tour ol .li-2 p    { margin: 0 117px    0 489px; }
#tour ol .li-3 p    { margin: 0 416px    0  73px; }
#tour ol .li-4 .p-1 { margin: 0  80px 24px 478px; }
#tour ol .li-4 .p-2 { margin: 0  70px    0 745px; }

* + html #tour ol .li-4 .p-1 {
	margin-bottom: 28px;
	}

#tour-nav div,
#tour-nav a,
#tour-nav span {
	position: absolute;
	top: 341px;
	height: 32px;
	background: url(/images/tour-nav_div_bg_fixen.png) no-repeat;
	}

.lang-no #tour-nav div,
.lang-no #tour-nav a,
.lang-no #tour-nav span {
	background: url(/images/tour-nav_div_bg_fixno.png) no-repeat;
}

.lang-no #tour .li-1 h3 {
    font-weight:normal;
}

#tour-nav div #tour-1-sign,
#tour-nav div #tour-1-take {
	top: 0;
	background: none;
	}

#tour-nav div              { left:  641px; width: 304px; background-position: 0      0; }
#tour-nav div #tour-1-sign { left:      0; width:  93px; }
#tour-nav div #tour-1-take { left:  144px; width: 160px; }
#tour-nav     #tour-2-prev { left:  945px; width: 121px; background-position: 0  -32px; }
#tour-nav     #tour-2-next { left: 1790px; width: 100px; background-position: 0 -128px; }
#tour-nav     #tour-3-prev { left: 1890px; width: 121px; background-position: 0  -64px; }
#tour-nav     #tour-3-next { left: 2735px; width: 100px; background-position: 0 -128px; }
#tour-nav     #tour-4-prev { left: 2835px; width: 121px; background-position: 0  -96px; }
#tour-nav     #tour-4-sign { left: 3670px; width: 110px; background-position: 0 -160px; }

#tour-nav a {
	overflow: hidden;
	text-indent: -500em;
	outline: none;
	}

#tour-nav span {
	cursor: pointer;
	}


/* 2. Key Features
---------------------------------------------*/
#features {
	position: relative;
	float: left;
	padding-bottom: 4px;
	width: 703px;
	background: url(/images/features_ul_bg.png) no-repeat -703px 100%;
	}

#features h3 {
	padding: 0 0 3px 31px;
	overflow: hidden;
	}

#features h3 div {
	display: inline;
	height: 1%;
	color: #322925;
	font-size: 1.5em;
	}

#features h3 object {
	display: inline;
	width: 149px;
	}

#features h3 a {
	color: #C0531D;
	font-size: 0.75em;
	vertical-align: 10px;
	}

.safari #features h3 a {
	text-shadow: #EAE7E3 0 1px 1px;
	}

#features h3 a span {
	position: relative;
	bottom: 1px;
	}

.safari #features h3 a span {
	position: static;
	}

#features ul {
	padding-top: 4px;
	background: url(/images/features_ul_bg.png) no-repeat top left;
	}

#features ul div {
	padding-bottom: 23px;
	width: 701px;
	overflow: hidden;
	border: solid #C1BEBB;
	border-width: 0 1px;
	background: #E9E6E2;
	}

#features ul .div-1 {
	padding-top: 23px;
	}

* + html #features ul .div-1 {
	padding-top: 25px;
	}

#features ul div li {
	position: relative;
	left: 29px;
	float: left;
	margin-right: 23px;
	width: 200px;
	}

#features ul div li h4 {
	position: relative;
	margin: 0 -5px 6px 0;
	font-size: 1.1em;
	}

.safari #features ul div h4 {
	text-shadow: #E9E6E2 0 1px 1px;
	}

#features ul div li h4 span {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 9px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(/images/features_span_bg.png) no-repeat;
	}

* + html #features ul div li h4 span {
	vertical-align: 4px;
	}

.ff2 #features ul div li h4 span {
	vertical-align: 32px;
	}

#features ul div li p {
	color: #3A312C;
	font-size: 0.7em;
	line-height: 1.2em;
	}

.ff #features ul div li p {
	line-height: 1.15em;
	}


/* 3. News & Tips
---------------------------------------------*/
#news {
	float: right;
	width: 210px;
	}

.safari #news {
	text-shadow: #EAE7E3 0 1px 1px;
	}

#news h3.first {
	position: relative;
	padding: 0 0 4px 1px;
	border-bottom: 1px solid #B3AFAA;
	}

#news h3 div {
	display: inline;
	color: #322925;
	font-size: 1.5em;
	}

#news h3 object {
	display: inline;
	width: 136px;
	}

#news h3 a {
	color: #C0531D;
	font-size: 0.75em;
	vertical-align: 10px;
	}

#news h3 a span {
	position: relative;
	bottom: 1px;
	}

.safari #news h3 a span {
	position: static;
	}

#news ol li {
	margin-top: -1px;
	padding: 10px 0 15px;
	border-top: 1px solid #D6D3CF;
	}

#news ol li h4 {
	margin-bottom: 3px;
	line-height: 1em;
	}

* + html #news ol li h4 {
	line-height: 1.1em;
	}

#news ol li h4 a {
	color: #C0531D;
	font-size: 0.75em;
	}

#news ol li p {
	color: #3A312C;
	font-size: 0.75em;
	line-height: 1.25em;
	}

/* KW mods */
#customizeWrapper {
    float:left;
    width: 450px;
    height: 450px;
}

#customizeImg {
    width:200px;
    margin-top:40px;
    margin-left:100px;
}

.browncheck {
    margin-right: 5px;
    margin-bottom:5px;
    vertical-align:bottom;
}

p.checklist {
    margin-top:10px !important;
    line-height:25px;
    padding-left:10px;
}

.chat_box {
    margin:5px 0 15px 0 !important;
}

 
