/*//////////////////////////////////////////////////////////////////////////////////// page setup ///////////*/html,body,a:link,a:visited,a:hover,a:active,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label,input,textarea,select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin:0;
	padding:0;
	border:0;
}
input,textarea,select {
	margin:0;
	padding:1px;
	border:1px solid #F79324;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
a.button,input.button{
	display:block;
	float:left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#e3e3e3;
	width:auto;
	text-decoration:none;
	margin:0;
	border:1px solid #F79324;
	cursor:pointer;
}
input.button {
	height:24px;
	padding:0 1px 3px 1px;
}
a.button {
	height:20px;
	padding:2px 6px 0 6px;
}
html, body {
	width:100%;
}
body {
	background:#000000 url(library/solstic_page_bg.jpg) no-repeat center top;
}
#loaderholder {
	display:none;
	position:absolute;
	right:20px;
	top:20px;
}
#msgholder {
	position:absolute;
	z-index:997;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#msgholder2 {
	position:absolute;
	z-index:998;
	display:block;
	width:100%;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=50);
	opacity: .5;
	top:0;
	left:0;
}
.msg {
	position:absolute;
	z-index:999;
	display:block;
	width:100%;
	height:100%;
}
.msg p {
	display:block;
	width:400px;
	margin:100px auto 0 auto;
	border:1px solid #330000;
	background-color:#cc0000;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.msg input#msgok {
	display:block;
	padding:2px 20px;
	margin:0 auto;
	cursor:pointer;
}
.msg a:link, .msg a:visited, .msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
ul {
	list-style-position:inside;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
h1 {
	font-size:22px;
	font-weight:normal;
	font-family:Impact, Arial, Helvetica, sans-serif;
}
.h2{
	font-size:16px;
	font-weight:bold;
	color:#B31313;
}
hr.dashedhr {
	border:0;
	height:0;
	border-bottom:1px #4c4b4b dashed;
	background-color:#ffffff;
}
#page {
	display:block;
	width:1000px;
	margin:0 auto;
}
#header_div {
	display:block;
	width:1000px;
	height:90px;
}
#clock {
	display:block;
	float:left;
	width:600px;
	color:#FFFFFF;
	font-family: Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:20pt;
	padding-top:5px;
	margin-top:40px;
}
#nsp {
	display:block;
	float:right;
	color:#FFFFFF;
}
#orange_box {
	display:block;
	width:1000px;
	background:#FEB614 url(library/solstic_orange_bg.jpg) no-repeat top;
}
#main_box_bg {
	display:block;
	float:left;
	width:720px;
	background:url(library/solstic_white_main_bg_mid.jpg) repeat-y;
	margin:160px 20px 20px 20px;
}
#main_box_top {
	display:block;
	width:680px;
	min-height:440px;
	padding:20px 20px 0px 20px;
	background:url(library/solstic_white_main_bg_top.jpg) no-repeat top;
}
#main_box_bot {
	display:block;
	width:720px;
	height:20px;
	background:url(library/solstic_white_main_bg_bot.jpg) no-repeat bottom;
}
#footer {
	display:block;
	text-align:center;
	margin-top:20px;
	font-size:11px;
	color:#FFFFFF;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#nav {
	display:block;
	float:right;
	width:220px;
	margin-top:170px;
	margin-right:20px;
	padding:0px;
}
a.nav_unselected:link, a.nav_unselected:visited {
	display:block;
	width:200px;
	padding:10px;
	color:#ffffff;
	font-family:Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration:none;
}
a.nav_unselected:hover {
	color:#ffe200;
	font-size:18px;
	text-decoration:none;
}
a.nav_selected:link, a.nav_selected:visited {
	display:block;
	width:200px;
	padding:10px;
	color:#ffe200;
	font-family:Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration:none;
}
a.nav_selected:hover {
	color:#ffe200;
	font-size:18px;
	text-decoration:none;
}
a.nav_unselected_special:link, a.nav_unselected_special:visited {
	display:block;
	width:200px;
	padding:10px;
	color:#ffffff;
	font-family:Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration:none;
	background-color:#F47822;
	margin-bottom:5px;
}
a.nav_unselected_special:hover {
	color:#ffe200;
	font-size:18px;
	text-decoration:none;
}
a.nav_selected_special:link, a.nav_selected_special:visited {
	display:block;
	width:200px;
	padding:10px;
	color:#FFFFFF;
	font-family:Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration:none;
	background-color:#000000;
	margin-bottom:5px;
}
a.nav_selected_special:hover {
	color:#ffe200;
	font-size:18px;
	text-decoration:none;
}
a.snav_unselected:link, a.snav_unselected:visited {
	display:block;
	width:170px;
	padding:10px 10px 10px 30px;
	color:#ffffff;
	font-family:Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-decoration:none;
}
a.snav_unselected:hover {
	color:#ffe200;
	font-size:14px;
	text-decoration:none;
}
a.snav_selected:link, a.snav_selected:visited {
	display:block;
	width:170px;
	padding:10px 10px 10px 30px;
	color:#ffe200;
	font-family:Impact,Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-decoration:none;
}
a.snav_selected:hover {
	color:#ffe200;
	font-size:14px;
	text-decoration:none;
}
#smallprint {
	display:block;
	float:right;
	width:220px;
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
}
#smallprint a:link, #smallprint a:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
#smallprint a:hover {
	text-decoration:none;
}
#contact_form label {
	display:block;
	float:left;
	width:80px;
}
#signup_form label {
	display:block;
	float:left;
	width:120px;
}
#main_box_top_tab {
	display:block;
	width:696px;
	min-height:440px;
	padding:12px 12px 0px 12px;
	background:url(library/solstic_white_main_bg_top.jpg) no-repeat top;
}
#tab_holder {
	width:696px;
	height:60px;
	background:url(library/tab_bg.jpg) repeat-x bottom;
}
a.tab_a:link, a.tab_a:visited {
	display:block;
	float:left;
	min-width:150px;
	height:60px;
	text-decoration:none;
}
.tab_left {
	display:block;
	float:left;
	width:20px;
	height:60px;
	background:url(library/tab_left.jpg) bottom no-repeat;
}
.tab_left_selected {
	display:block;
	float:left;
	width:20px;
	height:60px;
	background:url(library/tab_selected_left.jpg) bottom no-repeat;
}
.tab_right {
	display:block;
	float:left;
	width:25px;
	height:60px;
	background:url(library/tab_right.jpg) bottom no-repeat;
}
.tab_right_selected {
	display:block;
	float:left;
	width:25px;
	height:60px;
	background:url(library/tab_selected_right.jpg) bottom no-repeat;
}
.tab_mid {
	display:block;
	float:left;
	height:40px;
	padding:10px;
	background:url(library/tab_mid.jpg) repeat-x bottom;
}
.tab_mid_selected {
	display:block;
	float:left;
	height:40px;
	padding:10px;
	background:url(library/tab_selected_mid.jpg) repeat-x bottom;
}
.tab_words {
	display:block;
	float:left;
	margin-top:6px;
	padding-left:5px;
	font-size:12px;
}
.prow {
	display:block;
	position:relative;
	width:680px;
	border:1px solid #F79324;
	margin-bottom:10px;
}
.pimage {
	display:block;
	float:left;
	width:80px;
	padding:10px;
}
.pdet {
	display:block;
	float:left;
	width:440px;
}
.pname {
	display:block;
	width:420px;
	padding:10px;
	font-size:16px;
	font-family:Impact, Arial, Helvetica, sans-serif;
	color:#F79324;
}
.pdesc {
	display:block;
	width:420px;
	padding:10px;
}
.pbuy {
	display:block;
	float:left;
	width:120px;
	padding:10px;
	text-align:right;
}
.pbuy p {
	margin-bottom:4px;
}
.b_top {
	display:block;
	width:680px;
	margin-bottom:5px;
	padding:2px 0px;
	border-bottom:1px dashed #F79324;
	border-top:1px dashed #F79324;
	background-color:#dddddd;
}
.b_row {
	display:block;
	width:680px;
	margin-bottom:5px;
	padding-bottom:5px;
}
.but_row {
	display:block;
	width:680px;
	padding:2px 0px;
	border-bottom:1px dashed #F79324;
	border-top:1px dashed #F79324;
	text-align:right;	
}
.b_del{
	display:block;
	float:left;
	width:80px;
	text-align:center;
}
.b_pcode{
	display:block;
	float:left;
	width:110px;
}
.b_pname{
	display:block;
	float:left;
	width:300px;
}
.b_q{
	display:block;
	float:left;
	width:80px;
	text-align:center;
}
.b_price{
	display:block;
	float:left;
	width:110px;
	text-align:right;
}
.big_prod {
	display:block;
	position:absolute;
	top:-250px;
	left:100px;
	width:420px;
	padding:10px;
	border:1px solid #F79324;
	background:url(library/event_top.jpg) top repeat-x #FEE5AC;
	z-index:1000;
}	
#dob_ID_Link img {
	margin-top:20px;
}

/*//////////////////////////////////////////////////////////////////////////////////// lifestyle styles ///////////*/
#la_stages {
	float:left;
	display:block;
	width:600px;
}
#la_stage1 {
	float:left;
	width:250px;
	height:22px;
	text-align:left;
	padding:8px 0px 0px 40px;
	color:#333333;
	font-size:11px;
	background:url(library/2010_la_top_q.jpg) left no-repeat;
}
#la_stage1s {
	float:left;
	width:250px;
	height:22px;
	text-align:left;
	padding:8px 0px 0px 40px;
	color:#333333;
	font-size:11px;
	background:url(library/2010_la_top_qs.jpg) left no-repeat;
}
#pg_outer {
	width:170px;
	float:right;
	margin:2px 10px 0px 0px;
	height:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#pg_inner {
	display:block;
	height:10px;
	background-color:#274591;
}
#la_stage3 {
	float:left;
	width:110px;
	height:22px;
	text-align:left;
	color:#333333;
	font-size:11px;
	padding:8px 0px 0px 40px;
	background:url(library/2010_la_top_r.jpg) left no-repeat;
}
#la_stage3s {
	float:left;
	width:110px;
	height:22px;
	text-align:left;
	color:#333333;
	font-size:11px;
	padding:8px 0px 0px 40px;
	background:url(library/2010_la_top_rs.jpg) left no-repeat;
}
#la_stage4 {
	float:left;
	width:115px;
	height:22px;
	text-align:left;
	padding:8px 0px 0px 35px;
	color:#333333;
	font-size:11px;
	background:url(library/2010_la_top_sa.jpg) left no-repeat;
}
#la_stage4s {
	float:left;
	width:115px;
	height:22px;
	text-align:left;
	color:#333333;
	font-size:11px;
	padding:8px 0px 0px 35px;
	background:url(library/2010_la_top_sas.jpg) top no-repeat;
}
.laoff {
	display:block;
	float:left;
	width:160px;
	height:45px;
	margin:0px 5px 10px 5px;
	padding:5px 5px 0px 5px;
	background:url(library/2010_la_off.jpg) no-repeat;
}
.layes {
	display:block;
	float:left;
	width:160px;
	height:45px;
	margin:0px 5px 10px 5px;
	padding:5px 5px 0px 5px;
	background:url(library/2010_la_yes.jpg) no-repeat;
}
.lano {
	display:block;
	float:left;
	width:160px;
	height:45px;
	margin:0px 5px 10px 5px;
	padding:5px 5px 0px 5px;
	color:#FFFFFF;
	background:url(library/2010_la_no.jpg) no-repeat;
}
.lano a span {
	color:#FFFFFF;
}
.la_q {
	display:block;
	font-size:11px;
	text-align:center;
	color:inherit;
	width:160px;
	height:45px;
}
a.la_yn:link {
	display;block;
	height:45px;
	width:160px;
	text-decoration:none;
}
.la1_full_width {
	float:left;
	display:block;
	width:550px;
	background:#FFFFFF;
	border:1px #6699CC;
}
#results_chart {
	width:565px;
	height:380px;
	position:relative;
	background:url(library/2010_LA_Results.jpg) top no-repeat;
}
.results_overlay {
	width:26px;
	height:18px;
	position:absolute;
	background:url(library/2010_LA_overlay.png) no-repeat;
}
#la_results_heading1 {
	float:left;
	width:120px;
	height:22px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	font-size:12px;
	background:url(library/2010_la_vgood_bg.jpg) left no-repeat;
}
#la_results_heading2 {
	float:left;
	width:120px;
	height:22px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	font-size:12px;
	background:url(library/2010_la_good_bg.jpg) left no-repeat;
}
#la_results_heading3 {
	float:left;
	width:120px;
	height:22px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	font-size:12px;
	background:url(library/2010_la_ba_bg.jpg) left no-repeat;
}
#la_results_heading4 {
	float:left;
	width:120px;
	height:22px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
	padding-top:8px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background:url(library/2010_la_poor_bg.jpg) left no-repeat;
}
.la_results_desc {
	float:left;
	width:435px;
	margin-top:2px;
	font-size:10px;
}
.la_results_desc2 {
	float:left;
	width:435px;
	margin-top:9px;
	font-size:10px;
}
.la_option {
	display:block;
	float:left;
	width:510px;
	height:20px;
	line-height:30px;
	padding-left:28px;
	margin:2px 0 2px 20px;
	background:url(library/arrow.jpg) left no-repeat;
}
.la_option a:link, .la_option a:visited {
	text-decoration:none;
}
.la_option a:hover {
	text-decoration:underline;
}
a.system_arrow_poor:link, a.system_arrow_poor:visited {
	display:block;
	width:190px;
	float:left;
	height:100px;
	padding:15px 10px 10px 20px;	
	text-decoration:none;
	background:url(library/arrow_poor_bg.jpg) no-repeat;
}
.system_arrow_poor span{
	color:#FFFFFF;	
}
.system_arrow_poor_blank {
	width:190px;
	float:left;
	height:100px;
	padding:15px 10px 10px 20px;
}
.system_arrow_system {
	diaplay:block;
	margin-left:40px;
	font-size:16px;
}
a.buy_button_small:link, a.buy_button_small:visited {
	display:block;
	float:left;
	width:60px;
	height:22px;
	padding-top:8px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(library/2010_buy_button_bg.jpg) repeat-x;
}
.system_div {
	width:575px;
	margin:10px 0px 0px 15px;
	border-top:1px solid #274591;	
}
.system_name {
	float:left;
	width:165px;
	margin-left:15px;
	padding:8px 20px 5px 0px;
	height:87px;
}
.system_title {
	display:block;
	width:165px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#244aaa;
}
.system_ksp {
	display:block;
	width:165px;
	height:25px;
	margin-top:8px;
	font-size:12px;
	color:#244aaa;
}
.system_prod_background_box {
	width:375px;
	height:100px;
	background-color:#fbfbfb;
	position:relative;
	overflow:hidden;
}
.system_prod_flow {
	width:1000px;
	height:100px;
}
.system_prod {
	float:left;
	width:190px;
	height:90px;
	padding:4px;
	border:1px solid #999999;
	position:relative;
}
.system_prod_popout {
	position:absolute;
	width:84px;
	height:14px;
	background-color:#99AEE7;
	border:1px solid #999999;
	top:90px;
	left:53px;
	text-align:center;
}
.sysprod_image {
	float:left;
	width:50px;
	height:100px;
	overflow:hidden;
	position:relative;
}
.sysprod_data {
	position:absolute;
	width:42px;
	min-height:14px;
	left:4px;
	bottom:6px;
}
.sysprod_right {
	float:left;
	width:140px;
	height:100px;
	overflow:hidden;
}
.sysprod_right h3 {
	color:#244aaa;	
}
.prod_info {
	position:fixed;
	top:200px;
	left:50%;
	width:600px;
	margin-left:-300px;
	padding:30px 10px 10px 10px;
	border:1px solid #000099;
	background:url(library/2010_prod_detail_bg.jpg) repeat-x top #FFFFFF;
	z-index:1000;
}
.system_spaceholder {
	float:left;
	width:87px;
	height:100px;
}
a.smask_left_link:link {
	float:left;
	width:87px;
	height:100px;
	text-decoration:none;
}
a.smask_right_link:link {
	float:right;
	width:88px;
	height:100px;
	text-decoration:none;
}
.system_mask_left {
	width:87px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
}
.system_mask_right {
	width:88px;
	height:100px;
	position:absolute;
	top:0px;
	left:287px;
	background:url(library/2010_system_mask_right1.png) no-repeat;
}
.w600_fsize_header_la_p {
	width:570px;
	padding:5px 0px 0px 20px;
	height:25px;
	color:#FFFFFF;
	font-size:14px;
	background:url(library/2010_header_poor.jpg) top repeat-x;
}
.w600_fsize_header_la_ba {
	width:570px;
	padding:5px 0px 0px 20px;
	height:25px;
	color:#333333;
	font-size:14px;
	background:url(library/2010_header_ba.jpg) top repeat-x;
}
.w600_fsize_header_la_g {
	width:570px;
	padding:5px 0px 0px 20px;
	height:25px;
	font-size:14px;
	background:url(library/2010_header_good.jpg) top repeat-x;
}
.w600_fsize_header_la_vg {
	width:570px;
	padding:5px 0px 0px 20px;
	height:25px;
	font-size:14px;
	background:url(library/2010_header_vgood.jpg) top repeat-x;
}
/*//////////////////////////////////////////////////////////////////////////////////// glossary styles ///////////*/
a.gloss {
	text-decoration:none;
	border-bottom:dotted 1px #000000;
}
.alphabet {
	 list-style-position:outside;
}
.alphabet li {
	list-style-type:none;
	display:block;
	float:left;
	width:21px;
	text-align:center;
	line-height:30px;
}
.ab_on {
	padding:1px 3px;
	border:1px solid #4187B8;
	background-color:#5AB68D;
	color:#ffffff;
	font-weight:bold;
}
a.ab_off:link,a.ab_off:visited {
	text-decoration:none;
	padding:1px 3px;
	border:1px solid #4187B8;
	background-color:#ffffff;
	font-weight:bold;
}
a.ab_off:hover {
	background-color:#5AB68D;
	color:#ffffff;
}
/*//////////////////////////////////////////////////////////////////////////////////// xstandard styles //////*/
.black {
	color:#000000;
}
.grey {
	color:#666666;
}
.red {
	color:#990000;
}
.blue {
	color:#000099;
}
.green {
	color:#009900;
}
.smaller {
	font-size:x-small;
}
/*//////////////////////////////////////////////////////////////////////////////////// lightbox styles //////*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(library/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(library/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*//////////////////////////////////////////////////////////////////////////////////// font replacement styles //////*/
/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.
Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>
See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.
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;
  }
}
@media screen {
	.sIFR-active H1 {
		visibility:hidden;
	}
}