/* @override http://lifewavetraining.com/css/layout.css */

/* @override http://lifewavetraining.com/css/layout.css */

/* @override http://lifewavetraining.com/css/layout.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

 

embed#rotator {
	border-color: #f8eda0;
	background-color: #ccc;
	padding:2px
}
 /* ------------------------ type selectors ------------------------ */
body {background:  url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/18px  Arial, Helvetica, sans-serif; 
	color:#000;
	}

html {background:#000000 url("../images/bg-wrap.jpg") top repeat-x;}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.4em; color:#f3f3f3; }
h2	{ font-size:1.2em; color:#9f3c3c; }
h3	{ font-size:1.1em; color:#000; }

h2.energy {color:#b41c20; }
h2.icewave {color:#a6a8ab; }
h2.silentnights {color:#824c99; }
h2.sp6 {color:#009cda; }
h2.yage {color:#faa21a; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#d7ac6b; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#d7ac6b; text-decoration:underline; outline:none; }


#column-right h2 a:link, #column-right h2 a:visited	{ color:#9f3c3c; text-decoration:none; outline:none; }
#column-right h2 a:hover, #column-right h2 a:active	{ color:#9f3c3c; text-decoration:underline; outline:none; }

.choosegallery {font-size:100px; font-weight:bold; margin-left:25px; letter-spacing:-10px; margin-right:20px; float:left; line-height:100px;}
.choosegallery2 {font-size:100px; font-weight:bold; margin-left:25px; letter-spacing:-10px;  float:left; line-height:100px;}
.choosegallery a:hover, .choosegallery2 a:hover  { text-decoration:none; color:#FFF;}

.specialgallery { margin-right:15px; width:200px;  float:left;}

/* ------------------------ classes ------------------------ */

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	clear:both;
	}
 

img.img-left { 
border-color:#44110f !important;
	border-style:dashed  !important;
	border-width:1px  !important;

	float:left; 
	margin:2px 0px 10px 26px;
	}
	

	img.img-icon { 
	float:left; 
	margin:2px 20px 0px 26px;
	clear:both;
	}
	
.opp { margin-bottom:40px;}	
	
img.img-product { 
	float:right; 
	margin:5px 0px 10px 10px;	 
	}	

img.img-right, img.alignright { 
		border-color:#44110f !important;
	border-style:dashed  !important;
	border-width:1px  !important;
		float:right; 
	margin:5px 0px 10px 10px;
	padding:4px;
	}

img.img-right-noborder { 
	float:right; 
	margin:5px 0px 10px 10px;
 
	}

img.sp6-instructions {
	float:left; 
	margin:5px 15px 10px 0px;
	border:3px solid #aa2934;
	}


.table-phone { margin-left:26px;}
.table-phone object { margin:5px 0px 5px 5px !important; }
p.phonecalls { font-size:1.1em !important; margin:5px 0px 0 5px !important; font-weight:bold;}

.trainingimage { float:left;}


/* ------------------------ main framework ------------------------ */
#wrap {	
	width:900px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */

#lang {	position:relative; height:24px; width:104px; float:right; }
	#lang a {position:absolute; left:0px; width:104px; top:0px; height:24px;}
	#lang a span {display:none;}

#bg-lang {	  height:468px; width:950px; float:left; background:url("../images/bg-lang.jpg");}

#masthead {	position:relative; height:112px; width:230px; float:left;}
	#masthead a {position:absolute; left:0px; width:230px; top:0px; height:112px;}
	#masthead a span {display:none;}



/* ------------------------ Log in - FRAMEWORK ------------------------ */

#column-main-login { width:452px; height:251px; background: url("../images/bg-login.jpg"); margin-left:214px; margin-top:144px; }
#column-main-login p { color:#cdc3c3; padding:67px 0 0 28px;  }


input.submit-login { margin:3px 0px 0px 237px; } /* defines placement of contact-main submit button */
input.submit-login { /* REMOVE IF NOT USED */
	background:url("../images/btn-enterwebsite.jpg")  !important;
	width:135px  !important;
	height:25px  !important;
	border:none  !important;
	cursor:pointer  !important;
	}

#loginform { margin:20px 0 10px 0; }

#loginform label { 
	width:175px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	color:#CCCCCC;
	}

#loginform label input, #loginform label textarea, #loginform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}	
	
#loginform input { 
	background-color:#222121 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000000;
	color:#c4c4c4;
	width:200px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:5px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:2px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.1em;
	}	
 
/* ------------------------ BOXES LEFT FRAMEWORK ------------------------ */

#boxes-left {width:207px; float:left; margin-top:41px;}
	
#box-video { width:207px; height:129px; background: url("../images/box-video.jpg"); position:relative;}	
#box-video a {position:absolute; left:0px; width:207px;	top:0px; height:129px;}
#box-video a span {display:none;}

#box-testi { width:207px; height:129px; margin-top:11px; background: url("../images/box-testi.jpg"); position:relative;}	
#box-testi a {position:absolute; left:0px; width:207px;	top:0px; height:129px;}
#box-testi a span {display:none;}

#box-news { width:207px; height:129px; margin-top:11px; background: url("../images/box-news.jpg"); position:relative;}	
#box-news a {position:absolute; left:0px; width:207px;	top:0px; height:129px;}
#box-news a span {display:none;}

#box-faq { width:207px; height:129px; margin-top:11px; background: url("../images/box-faq.jpg"); position:relative;}	
#box-faq a {position:absolute; left:0px; width:207px;	top:0px; height:129px;}
#box-faq a span {display:none;}


#blog-side-wrap { width:207px; background: url("../images/blog-side-wrap.jpg") repeat-y;}	
#blog-side-cat { width:207px; height:46px; background: url("../images/blog-side-cat.jpg");}
#blog-side-recent { width:207px; height:46px; background: url("../images/blog-box-recent.jpg");}
#blog-side-bottom { width:207px; height:28px; background: url("../images/blog-side-bottomwrap.jpg") bottom;}

#next { margin-left:27px;}


#boxes-nav-blog {width:207px; float:left; margin-top:41px;}
#boxes-nav-blog2 {width:207px; float:left; }
li.cat-item a { color:#e9e9e9 !important; font-size:1.1em; margin-left:20px; font-weight:bold;}

#recentpost { color:#e9e9e9 !important; font-size:1.0em !important; padding-left:20px; font-weight:normal; }
#recentpost ul li a { color:#e9e9e9 !important; font-size:1.0em !important; maring-left:5px !important; font-weight:normal; padding-right:5px; padding-bottom:15px !important; padding-top:15px !important;}

.post h1 {margin:0px 0px 5px 26px !important; font-size:1.5em;
	color: #c97454;
}
.post h2 {margin:5px 0px 10px 26px !important; font-size:1.1em;}



.breakclass { margin-left:26px; margin-top:40px; margin-bottom:15px; width:677px; height:2px;  background: url("../images/blog-bullet.jpg") repeat-x; }

.breakclass2 { margin-left:0px; margin-top:40px; margin-bottom:15px;  margin-right: 0px; height:2px;  background: url("../images/blog-bullet.jpg") repeat-x; }



/* ------------------------ homepage-center Framework------------------------ */

#homepage-center { width:464px; margin-top:41px; float:left; margin-left:24px;}
#homepage-center  p, #homepage-center  h1, #homepage-center  h2, #homepage-center  h3, #homepage-center  ul, #homepage-center  dl {
		margin:0px 26px 10px 0px;
		color:#c4c4c4;}
		
#top-leaders { width:438px; height:280px; background:transparent url("../images/top-leaders.jpg")}

/* ------------------------ right-col-homepage Framework------------------------ */

#right-col-homepage {margin-top:41px; float:left; width:204px; height:548px; background:transparent url("../images/right-col-homepage.jpg");}

#right-col-homepage p {color:#c4c4c4; margin:0px 5px 10px 10px;}

#conf-video { float:left; width:170px; height:150px; position:relative; padding-top:40px; padding-left:20px;  }
#conf-video a {
	 
	left:15px;
	width:170px;
	top:70px;
	height:40px; 
}
#conf-video a span {display:none;}



#videonew { float:left; width:170px; height:150px; position:relative; padding-top:10px;}
#videonew a {
	position:absolute;
	left:16px;
	width:180px;
	top:20px;
	height:130px;
}
#videonew a span {display:none;}


 
#video1 { float:left; width:170px; height:130px; position:relative; padding-top:70px;}
#video1 a {
	position:absolute;
	left:19px;
	width:170px;
	top:43px;
	height:130px;
}
#video1 a span {display:none;}


#video2 { float:left; width:170px; height:130px; position:relative; padding-top:130px; }
#video2 a {
	position:absolute;
	left:18px;
	width:170px;
	top:42px;
	height:130px;
}
#video2 a span {display:none;}



/* ------------------------ Accouncements Framework------------------------ */
#bottom-box-homepage-wrap { float:left; width:900px; background: url("../images/bottom-box-homepage-wrap.jpg") top repeat-y;}
#bottom-box-homepage { padding-top:26px; float:left; width:900px; background:url("../images/bottom-box-homepage.jpg") top no-repeat;}

#bottom-box-homepage p{ color:#bcbcbc; margin-left:30px;}
#bottom-box-homepage h2{ color:#9f3c3c; font-size:1.3em; font-weight:normal !important; margin-bottom:10px; margin-left:30px;}
.bottom-box-heading { color:#a6413f; font-weight:bold; }

#bottom-box-homepage-bottom { float:left; width:900px; height:4px; background:url("../images/bottom-box-homepage-bottom.jpg") bottom no-repeat;}

#meetings { float:right; width:285px; height:150px; position:relative;}
#meetings a {position:absolute; left:0px; width:285px;	top:0px; height:150px;}
#meetings a span {display:none;}

.titlebig { font-size:1.3em; color:#9f3c3c; font-weight:bold;}
.titledate { font-size:1.2em; color:#f0bf74; font-weight:bold;}



/* ------------------------ Products Framework- Framework ------------------------ */

p.products { color:#cdc3c3;  }
p.warning { color:#999; font-size:.9em;  }

#products-videoplay-sp6 {width:390px; height:389px; float:left; margin-top:41px; background:url("../images/products-videoplay-sp6.jpg"); position:relative;}
	#products-videoplay-sp6 a {position:absolute; left:0px; width:373px; top:42px; height:307px;}
	#products-videoplay-sp6 a span {display:none;}

#title-product-sp6  {width:483px; height:42px; background:url("../images/title-product-sp6.jpg");}



#products-videoplay-ee {width:390px; height:389px; float:left; margin-top:41px; background:url("../images/products-videoplay-ee.jpg"); position:relative;}
	#products-videoplay-ee a {position:absolute; left:0px; width:373px; top:42px; height:307px;}
	#products-videoplay-ee a span {display:none;}

#title-product-ee  {width:483px; height:42px; background:url("../images/title-product-ee.jpg");}




#products-videoplay-sn {width:390px; height:389px; float:left; margin-top:41px; background:url("../images/products-videoplay-sn.jpg"); position:relative;}
	#products-videoplay-sn a {position:absolute; left:0px; width:373px; top:42px; height:307px;}
	#products-videoplay-sn a span {display:none;}

#title-product-sn  {width:483px; height:42px; background:url("../images/title-product-sn.jpg");}



#products-videoplay-yage {width:390px; height:389px; float:left; margin-top:41px; background:url("../images/products-videoplay-yage.jpg"); position:relative;}
	#products-videoplay-yage a {position:absolute; left:0px; width:373px; top:42px; height:307px;}
	#products-videoplay-yage a span {display:none;}

#title-product-yage  {width:483px; height:42px; background:url("../images/title-product-yage.jpg");}

#products-videoplay-iw {width:390px; height:389px; float:left; margin-top:41px; background:url("../images/products-videoplay-iw.jpg"); position:relative;}
	#products-videoplay-iw a {position:absolute; left:0px; width:373px; top:42px; height:307px;}
	#products-videoplay-iw a span {display:none;}

#title-product-iw  {width:483px; height:42px; background:url("../images/title-product-iw.jpg");}






/* ------------------------ NEW Training  Video - Framework ------------------------ */

#training-area {width:900px; float:left; margin-top:41px; }
#training-area h1{ color:#faa21a; margin-bottom:20px; font-size:1.7em;}
#training-area h2{ color:#486f85; margin-bottom:20px; font-size:1.2em;}

#training2 {
	color: #faa21a !important; font-size:1.7em !important;
} 

#training-area p { color:#c4c4c4; }
.training-thumb { width:200px; height:180px; margin-right:20px;   float:left;}
.training-thumb p { color:#dadada; font-size:.75em; line-height:12px;}


.training-thumb2 { width:175px; height:140px; margin-left:20px;   float:right;}
.training-thumb2 p { color:#dadada; font-size:.8em; line-height:12px;}



/* ------------------------ Training  Video - Framework ------------------------ */

#training-boxes-left {width:390px; height:595; float:left; margin-top:41px; background: url("../images/training-left-col-wrap.jpg") top repeat-y;}
#training-boxes-top {width:390px; height:46px; background: url("../images/training-left-col-top.jpg") top no-repeat;}
#training-boxes-bottom {width:390px; height:6px; float:left; background: url("../images/training-left-col-bottom.jpg") bottom no-repeat;}	


#training-video-wrap 
					 {      		 position: inherit;
									top: 5px;
									left: 0px;
									width: 367px;
									height: 495px;
									color: #fff;
									overflow: auto;						
									scrollbar-3dlight-color:#701C1C; 
									scrollbar-arrow-color:#818181; 
									scrollbar-base-color:#701C1C; 
									scrollbar-darkshadow-color:#701C1C; 
									scrollbar-face-color:#2C0303; 
									scrollbar-highlight-color:#701C1C; 
									scrollbar-shadow-color:#701C1C;	} 


#title-video-corp  {width:299px; height:37px; background: url("../images/title-video-corp.jpg") top no-repeat;}
#title-video-training  {width:299px; height:37px; background: url("../images/title-video-training.jpg") top no-repeat;}
#title-video-conf {width:299px; height:37px; background: url("../images/title-video-conf.jpg") top no-repeat;}


#title-training-materials  {width:206px; height:62px; background: url("../images/title-training-materials.jpg") top no-repeat;}

#btn-download-1 {	position:relative; height:91px; width:330px; float:left;  background: url("../images/btn-download-1.jpg") top no-repeat;}
	#btn-download-1 a {position:absolute; left:0px; width:330px; top:0px; height:91px;}
	#btn-download-1 a span {display:none;}
	
#btn-download-2 {	position:relative; height:91px; width:330px; float:left;  background: url("../images/btn-download-2.jpg") top no-repeat;}
	#btn-download-2 a {position:absolute; left:0px; width:330px; top:0px; height:91px;}
	#btn-download-2 a span {display:none;}



#product-boxes-top {width:390px; height:46px; background: url("../images/product-left-col-top.jpg") top no-repeat;}

h2.category {margin-left:16px; margin-bottom:7px;}
p.video-selections {margin-left:12px; margin-bottom:10px; margin-right:30px; color:#cdc3c3; font-size:1.oem; font-weight:bold;}

.video-selections a:link, .video-selections a:visited	{ color:#cdc3c3; text-decoration:none; outline:none; }
.video-selections a:hover, .video-selections a:active	{ color:#cdc3c3; text-decoration:none; outline:none; }

#flash-player {width:468px; height:272px; margin-left:36px; margin-top:40px; background: url("../images/player-background.jpg") no-repeat; }
#flash-player ins { margin-left:25px;}

#flash-player-training {width:500px; height:325px; margin-top:40px; }
#flash-player-sp6 {width:500px; height:325px; margin-top:40px; background: url("../images/training-player-bg.jpg");}

#btn-link-1 {	position:relative; height:140px; width:500px; float:left; }
	#btn-link-1 a {position:absolute; left:0px; width:500px; top:0px; height:140px;}
	#btn-link-1 a span {display:none;}
	
#btn-link-2 {	position:relative; height:155px; width:500px; float:left; }
	#btn-link-2 a {position:absolute; left:0px; width:500px; top:0px; height:155px;}
	#btn-link-2 a span {display:none;}	


#flash-playertraining ins { margin-left:25px;}


#column-right-news {
	width:510px;
	float:left;
	margin-top:41px;
	}

#header-productoverview {float:left; width:471px; height:78px; background: url("../images/header-productoverview.jpg") no-repeat;}
#subhead-selectproduct  {float:left; width:332px; height:68px; background: url("../images/subhead-selectproduct.jpg") no-repeat;}

#header-seethepictures { position:relative; float:left; width:495px; height:207px; background: url("../images/header-seethepictures.jpg") no-repeat;}
#header-seethepictures a { position:absolute; left:0px; width:495px; top:0px; height:207px;}
#header-seethepictures span { display:none;}


#news-player {width:468px; height:272px; margin-left:36px; margin-top:40px; background: url("../images/player-background.jpg") no-repeat; }
#news-player ins { margin-left:25px;}
 
#mediaplayer { margin-left:9px; margin-top:9px;}
#mpl{ margin-top:43px; margin-left:16px;}
#mpl2{ margin-top:43px; margin-left:20px;}
#mpl3{ margin-top:78px; margin-left:31px;}

#noflash { margin-top:0px; color:#fff;}
#noflash-home {float:left; width:175px;}
#noflash-home p {padding-top:50px; padding-left:39px;}
#secondplayer { float:left; width:210px; margin-left:12px; margin-top:23px; }
#secondplayer p {padding-top:50px; padding-left:85px;}
#thirdplayer p {padding-top:370px; padding-left:50px;}

/* ------------------------ IN THE NEWS  Video - Framework ------------------------ */

#inthenews-boxes-left {width:390px; float:left; margin-top:41px; background: url("../images/inthenews-wrap.jpg") top repeat-y;}
#inthenews-boxes-top {width:390px; height:46px; background: url("../images/inthenews-header.jpg") top no-repeat;}
#inthenews-boxes-bottom {width:390px; height:10px; float:left; background: url("../images/inthenews-bottom.jpg") bottom no-repeat;}	




/* ------------------------ Phone Calls - Framework ------------------------ */

#phone-subhead {width:664px; height:50px; background: url("../images/phone-subhead.jpg") top no-repeat;}
.yellowfont { color:#faa21a; font-weight:bold;}

#phonecallarea { background-color:#222121; border:#000000 1px solid; margin:0 25px 12px 26px;}

#phoneplayer {margin:5px 5px 20px 5px;}

.phonecallheading { color:#ab3636; font-weight:bold;}
.whitetext {color:#CCCCCC;}

/* ------------------------ FAQ  - Framework ------------------------ */

#faq-wrap {width:664px; float:left; margin-left:26px; background: url("../images/faq-wrap.jpg") top repeat-y;}
#faq-subhead {width:664px; height:50px; background: url("../images/faq-subhead.jpg") top no-repeat;}
#photo-subhead {width:664px; height:50px; background: url("../images/photo-subhead.jpg") top no-repeat;}
#faq-bottomwrap {width:664px; height:8px;  background: url("../images/faq-bottomwrap.jpg") bottom no-repeat;}	
#faq-formsubhead {width:664px; height:41px;  background: url("../images/faq-formsubhead.jpg") top no-repeat;}
.faqlinks { font-size:1.2em; line-height:18px; font-weight:bold;}

.formp {padding-right:25px;} 


#faqform{ margin-left:100px;}
 
.returnfaq { position:relative; margin-left:28px; margin-top:20px;  width:133px; height:24px; background:transparent url("../images/btn-returntofaq.jpg");}
.returnfaq a { position:absolute; left:0px; width:133px; top:0px; height:24px;}
.returnfaq span { display:none;}

.backtotop { float:right; position:relative; margin-left:28px; margin-top:20px; margin-right:25px;  width:133px; height:24px; background:transparent url("../images/btn-backtotop.jpg");}
.backtotop a { position:absolute; left:0px; width:133px; top:0px; height:24px;}
.backtotop span { display:none;}




/* ------------------------ On The Road  - Framework ------------------------ */

.photodivs {width:300px; float:left; margin-left:26px;}
.photodivs2 {width:300px; float:left;  margin-left:35px;}
.photodivs img, .photodivs2 img  {border:3px solid #ffffff;}
.captiontext {margin-left:0px !important; margin-top:5px; font-size:.8em;}
.storyborder {border:5px solid #ffffff;}


.photostory img { float:left; margin-left:25px; padding:0px 25px 40px 10px;}
.photostory h2 { color:#9f3c3c !important; font-size:1.4em;}
.photostory p { color:#c4c4c4;}
.viewphotos { position:relative; margin-left:260px; width:133px; height:24px; background:transparent url("../images/btn-viewphotos.jpg");}
.viewphotos a { position:absolute; left:0px; width:133px; top:0px; height:24px;}
.viewphotos span { display:none;}

.return { position:relative; margin-left:28px; margin-top:20px;  width:133px; height:24px; background:transparent url("../images/btn-returntostories.jpg");}
.return a { position:absolute; left:0px; width:133px; top:0px; height:24px;}
.return span { display:none;}

/* ------------------------ LIFEWAVE LEADERS  - Framework ------------------------ */

#column-right-leaders {
	width:693px;
	float:left;
	margin-top:41px;
	}
	#column-right-leaders p, #column-right-leaders h1, #column-right-leaders h3 {
		margin:0px 0px 10px 26px;
		color:#c4c4c4;
		}
#column-right-leaders ul {color:#c4c4c4;}
#column-right-leaders h2 {margin:0px 26px 10px 26px;}
#column-right-leaders form {margin-left:0px; }

	/* multi column list */
	#column-right-leaders ul { padding-left:5px; } 
		#column-right-leaders ul li { 			 
			padding-left:26px;  /* pushes text to the right to display bg img */
			float:left;
			width:300px;
			line-height:15px;
			font-size:1.2em; padding-bottom:20px;
			}
 
.img-left-leaders  {
			float:left; 
			margin:0px 10px 10px 0px;
		 	border:2px solid #ffffff;}
			
 #column-right-leaders a img {border:2px solid #ffffff;}


.returnleaders { position:relative; margin-left:28px; margin-top:20px;  width:133px; height:24px; background:transparent url("../images/btn-returntoleaders.jpg");}
.returnleaders a { position:absolute; left:0px; width:133px; top:0px; height:24px;}
.returnleaders span { display:none;}


/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:207px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:693px;
	float:left;
	margin-top:41px;
	}
	#column-right p, #column-right h1, #column-right h3 {
		margin:0px 0px 10px 26px;
		color:#c4c4c4;
		}
#column-right ul {color:#c4c4c4;}
#column-right h2 {margin:25px 26px 10px 26px;}
#column-right form {margin-left:0px; }

	/* multi column list */
	#column-right ul { margin-left:48px  } 
		#column-right ul li {			 
			line-height:15px;
			font-size:1.0em; padding-bottom:10px;
	list-style-type: disc;
}
			
li img {border:3px solid #ffffff;}


	#photo-stories ul { padding-left:5px; } 
		#photo-stories ul li { 			 
			padding-left:26px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px !important;
			line-height:15px !important;
			font-size:.9em; padding-bottom:35px !important;
			}
#photo-stories ul  { color:#9f3c3c; font-weight:bold; text-align:center;}


#photo-stories2 ul { padding-left:5px; } 
		#photo-stories2 ul li { 			 
			padding-left:22px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px !important;
			line-height:15px !important;
			font-size:.9em; padding-bottom:35px !important;
			}
#photo-stories2 ul  { color:#9f3c3c; font-weight:bold; text-align:center;}

 
#banner-compensation { position:relative;
 margin-left:26px; float:left; width:664px; height:263px; background:url("../images/banner-compensation.jpg") top no-repeat;}
#banner-compensation a { width:664px; height:263px; top:0px; left:0px; position:absolute; }

#banner-phonecalls  { position:relative;
 margin-left:26px; float:left; width:664px; height:144px; background:url("../images/banner-phonecalls.jpg") top no-repeat;}
#banner-phonecalls a { width:664px; height:144px; top:0px; left:0px; position:absolute;  }
 
/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
 
/* ------------------------------------- Buttons ---------------------------------------- */
#btn-getstarted {
		position:relative;
		width:438px;
		height:167px;
		display:block;
		background:url("../images/btn-getstarted.jpg") no-repeat;	
		}
 
 		#btn-getstarted a {position:absolute; left:0px; width:438px; top:0px; height:167px;}	
				
		#btn-getstarted span { display:none; }

#btn-homeproducts {
		position:relative;
		margin-top:30px;
		width:438px;
		height:160px;
		display:block;
		background:url("../images/btn-homeproducts.jpg") no-repeat;	
		}
		
#btn-homeproducts a {position:absolute; left:0px; width:438px; top:0px; height:160px;}		 
		
		#btn-homeproducts span { display:none; }

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
 
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	height:296px;
	margin:0 auto;
	text-align:left;
	background:url("../images/footer-wrap.jpg") top;
	line-height:22px;
 
	}

#footer-wrap {
	height:296px;
	margin:0 auto;
	text-align:center;
	background:url("../images/footer-bg.jpg") top repeat-x;	
	}

#footer p {
	color:#cbcbcb;
	margin-bottom:10px;
 	}

.footerSEOtext{color:#b5b5b5; font-size:.8em;}

#footer a:link, #footer a:visited { color:#cbcbcb; text-decoration:none; }
#footer a:hover, #footer a:active { color:#cbcbcb; text-decoration:underline;}

#footer ul {margin:10px; padding-top:7px; font-size:1.0em;  }
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		float:none;
		line-height:20px;
		border-left: 1px solid #b5b5b5;
		}
	#footer li.first { border: none; }
	
	
	
	
#footer-1 { width:236px;  padding-top:72px; margin-left:5px; float:left;}
#footer-2 { width:266px;  padding-top:72px; margin-left:5px; float:left;}
#footer-3 { width:200px;  padding-top:72px;    float:left;}
#social { height:100px; width:175px;  padding-top:72px;    float:left;}



.facebook { position:relative;  width:100px; height:50px; float: left; }
.facebook a { position:absolute; left:50px; width:45px; top:0px; height:50px;}
.facebook span { display:none;}

.twitter { position:relative; float:left; width:65px; height:50px;}
.twitter a { position:absolute; left:10px; width:50px; top:0px; height:50px;}
.twitter span { display:none;}



.footerCOPY { padding-top:59px;}


	

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:512px; 
	height:43px; 
	margin:45px 0 0 158px;
	padding:0;
	float:left;
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 101px; margin-left: 5px;}
#nav-02 { width: 101px;}
#nav-03 { width: 101px;}
#nav-04 { width: 101px;}
#nav-05 { width: 103px;}
 

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -5px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -106px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -207px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -308px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -409px -43px no-repeat; }
 

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	 z-index: 1;
	position:absolute;
	left:-9999px;
 	background-color:#454445;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul { left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover,  #nav-05 ul a:hover  { 
	background-image:none;
	background-color:#2b2a2b;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:170px;}		
#nav-03 ul, #nav-03 li { width:170px;}		
#nav-04 ul, #nav-04 li { width:105px;}
#nav-05 ul, #nav-05 li { width:150px;}






/* ------------------------ vertical sprite nav ------------------------ */
#nav-left {
	background:url("../images/nav-left.jpg") top left no-repeat;					
	width:207px;	/* Width of buttons, not entite image (or half of entire image) */
	height:549px;	 /* Height of entire image */
	margin:41px 0 0 0; 
	padding:0;
	float:left;
	z-index:10;
	}

#nav-left li span { display: none; }

#nav-left li { float:left; list-style:none; position:relative; }

#nav-left li, #nav-left a { 
	height:78px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-left-01 { margin-top:2px; width:207px; }

/* margin-top if there is a spacing between each nav button */
#nav-left-02, #nav-left-03, #nav-left-04, #nav-left-05, #nav-left-06, #nav-left-07 { margin-top:0; width:207px; }



#nav-left-01 a:hover { background:url("../images/nav-left.jpg") -207px  -2px no-repeat; }
#nav-left-02 a:hover { background:url("../images/nav-left.jpg") -207px  -80px no-repeat; }
#nav-left-03 a:hover { background:url("../images/nav-left.jpg") -207px  -158px no-repeat; }
#nav-left-04 a:hover { background:url("../images/nav-left.jpg") -207px  -236px no-repeat; }
#nav-left-05 a:hover { background:url("../images/nav-left.jpg") -207px -314px no-repeat; }
#nav-left-06 a:hover { background:url("../images/nav-left.jpg") -207px -392px no-repeat; }
#nav-left-07 a:hover { background:url("../images/nav-left.jpg") -207px -470px no-repeat; }

td.pics {
	background-color: #fffeff;  
}

td.payplantext {
	color: #fcf7f1;
	background-color: #729173;
}

#column-right table tbody tr td div table tbody tr td.pics p {
	color: #060606;
}




/* PLAYER AND TABS CODES */


#PFUNK{ padding:4px; background-color:#727272; width:486px; height:320px
	
}

 

#PFUNK 2{ padding:4px; background-color:#727272; width:486px; height:320px; float:right;
	
}
 
 
 
 
 
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #2d2c2c;
	border-left: 1px solid #2d2c2c;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #2d2c2c;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #232222;
}
ul.tabs li a {
	text-decoration: none;
	color: #faa21a;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #2d2c2c; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	 
}
ul.tabs li a:hover {
	background: #595959;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #000;
	border-bottom: 1px solid #000; /*--Makes the active tab look like it's connected with its content--*/
}


.tab_container {
	border: 1px solid #2d2c2c;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #000;
}
.tab_content {
	padding:20px 5px 20px 10px;
	font-size: 1.2em;
}
 
 
 
 
 
 
 #top-link { display:none; position:fixed; right:5px; bottom:5px; color:#ccc; font-weight:bold; text-decoration:none; border:1px solid #9b9b9b;  background:#727272; padding:8px; }

a.more-link { background: url("../images/btn-bg.jpg") repeat-x left top;
  color:#cc;
  font-weight: normal;
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #101010;
  padding: 3px 18px;
  font-size: 9px;
  line-height: 0.75em;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px
	
}

.storytitle a { text-decoration:none; font-weight: lighter;
	
}
.storytitle a:hover { text-decoration:none; font-weight: lighter;
	
}


a.more-link:hover{
  background-position: 0 -22px;
  color: #ddd
}
a.more-link:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0
}


/* ------------------------ SLIDER SOB ------------------------ */

#paddingwrap { overflow:hidden; width:439px;
		height:315px;}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:439px;
		height:294px;
		overflow:hidden !important; 
		}	
 
	/* numeric controls */	

	ol#controls{
		margin:3px 0;
		padding:0;
		height:15px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:13px;
		line-height:13px;
		border:1px solid #2d2b2c;
		background:#000;
		color:#2d2b2c;
		padding:0 4px;
		text-decoration:none;
		font-size:10px
		}
	ol#controls li.current a{
		background: #555254;
		color:#2d2b2c;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

p.audioplayer_container { background-color: #343434; padding:5px; border: 1px dashed #757575; width:295px;}
	
 .audioplayer { margin-left:26px; background-color: #000; padding:5px; border: 1px dashed #757575; width:250px; float:right;}

a.translate-this-button { margin-left:14px
	
}










