/*  BASIC */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;


}


a {
	color:#F90;
	text-decoration:none;
	font-weight:700;
}

a:hover{
	color:#F00;
	text-decoration:underline;
	
}

p {
	font-size:0.9em;
}

.space p{
	line-height:200%;
}

h1{
font-size:1.8em;
}

h2{
margin-left:0.5em;
}

h3{
margin-left:1em;
}

abbr
{
border-bottom:dotted 0.1em;
	cursor: help;
}

/* TEMPLATE */

 #container { 
	min-width: 95em; 
	background:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.badge{
margin:1em 0em 0em 2em;
border:0px;
}



#navs_container{
	margin-left:-1.2em; 
	margin-top:0em; 
	border-top:solid 3px #f00; 
	background-color:#000; 
	height:2.5em; 
	border-bottom:solid 3px #f00;
}
 #header { 
 
 	background: url(../images/logo.gif) repeat-x left bottom #000;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:5.5em;
	margin-left:-1.5em;
	border-top:solid 3px #F00;
	
	
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/

.logoBot{
		margin-top:0.2em;
		margin-left:-1.3em;
	background: url(../images/logo_bottom.gif) repeat-x left top;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:8em;
	margin-left:0em;
	z-index: -100;
}
	
.heading{
font-size:1.5em; 
text-align:right; 
margin-top:-2em;
margin-right:1em; 
margin-bottom:2em;
}
	
	
 #sidebar1 {
	margin-top:3px;
        float: right; 
	width: 330px; /* since this element is floated, a width must be given */
	background:#000 ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px; /* top and bottom padding create visual space within this div */
	border-left:solid 5px #F00;
	font-size:0.8em;
	text-align:center;
	
	}
 #sidebar1 h3, p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	
}

#sideBarWrap{
	background: url(../images/sideBg.gif) repeat-y right top; /* BACKGROUND IMAGE TO EXTEND RIGHT COLUM TO BOTTOM OF THE PAGE*/

}


.gooSbTop{
margin-top:2em; 
margin-bottom:4em;
}

.lyndaVert{
border:0px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
 #mainContent {
  	margin: -5.8em 21em 0 -1em; padding:20px;/* the left margin will look best if you match the padding amount to the header and footer. */
	background: url(../images/mainBgTop.gif) repeat-x right top #FFF;
  
} 



   	#wrapperMain2{
      
padding-top:0em;
	padding-right:0.5em;

}
	
 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top:solid 3px #F00;
	color:#FFFFFF;
	
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this el'ement will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.8em;
	
}

.logo{
		margin-top:0.1em;
		margin-left:-1.3em;
}

.wbIm{
margin-left:2em;
}	

/* index page styles */

.kickBack{
float:left;
margin-left:2em; 
margin-top:-1.5em;
margin-right:1em;
}

.jtClub {
float:right;
margin-top:-1.5em; 
margin-right:1em; 
margin-left:1em;
}	
	
.info1{
float:left;
width:25em; 
background-color:#EFEFEF; 
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
border:solid 2px #F00; 
margin:1em 1em 0.5em 1em; 
clear:right;
}

.proj1{
margin-top:2em;
}

.bGround{
margin-top:2em;
}


#memberBen{
	width:542px;
	height:515px;
	background: url(../images/benefitsBg.png) no-repeat left top;
	margin-top:0.5em;
		margin-right:2em;
		margin-bottom:0em;
		padding-top:3em;
		padding-left:3.9em;
	}
	
	#benTi{
		margin-left:0em;
	}
	
	.list{
		list-style:none;
		line-height:225%;
		color:#00F;
		margin-bottom:3em;
padding-right:0.5em;

	}
	
	.list2 {
		list-style:none;
                
		line-height:225%;
		margin-top:4.5em;
		font-weight:700;
	  
	}

	
	.quWrapper{
		margin-top:24px;
		margin-bottom:2em;
		margin-left:5px;
		height:75px;
	}
	
	.conWrapper{
		
		margin-bottom:2.5em;
		margin-left:5px;
		height:70px;
	}
	
	.trialWrapper{
		margin-top:2em;
		margin-bottom:2.5em;
		margin-left:5px;
		height:70px;
	}

.trialWrapper2{
		margin-top:2em;
		margin-bottom:2em;
		margin-left:5px;
		height:70px;
	}
	
	

	


/* *********** END TEMPLATE *************** END TEMPLATE ******************* */



/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left:4em;	
}


.fltrtGoo { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left:4em;	
	padding-top:2.5em; 
	padding-right:2em;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.red{
	color:#F00;
}
	
.white{
	color:#FFF;
}

.blue{
	color:#00C;
}

.padRed{
	padding-bottom:1em;
	color:#F00;
}

.padBot{
	padding-bottom:1em;
}

.padBot2{
	margin-bottom:2em;
}

.noBorder {
border:0px;
}

.underline{
	text-decoration:underline;
}

.copy{
font-size:0.6em;
vertical-align:top;
}
	
/* ************* END *************** */


	
	.signUp{
		margin-top:1.7em;
		margin-bottom:0em;
		border:solid #F00 3px;
		background-color:#000;
		text-align:center;
	}
	
	.centerSUp{
		margin-top:1.7em;
		padding:10px;
		border:dashed #ffffff 1px;
		background-color:#000;
	}
	
	.trial1{
		margin-top:2.5em;
		margin-left:3.7em;
		margin-bottom:2em;
	}
	
#glStyle{
	position:relative;
	top:1.5em;
	left:3em;
}
	
	


/* SITE NAVIGATION */

/* YOU'RE HERE TAB STYLE */

#profile #profileLink{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#services #servicesLink{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#faq #faqLink{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#trial #freeTrialLink{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#fullMember #fullMemberLink{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#home #homeLink
{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#signIn #profileLink
{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}


#downloads #downloadLink
{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}

#peel #peelLink
{
background-color:#FFF;	
color:#FC8007;
padding-bottom:15px;
}


.navs {
  padding-left: 3em;
  margin:1em 0em 0em 0em;
   width: 100%;
  z-index: 2;
}

.navs li {
  list-style: none;
  float: left;
  background-color:#000;
  margin-right:  0px;
  border-right:solid 2px #666f00;
  margin-top:-1em;
  
}

.navs a {
  display: block;
  padding: 10px 18px 10px 18px;
  background-color:#000;
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}


.navs a:hover {
	color:#02D124;

background-color:#333;
}

.navs #profileLink{
	 border-left:solid 2px #666f00;
}



.cntText{
text-align:center; 
margin-top:2em; 
margin-bottom:2em;
}
		
.pad {
	margin-top:5em;
	
}

.padBotCnt{
	margin-top:3em;
	margin-bottom:3em;
	text-align:center; 
}

#girl{
	margin-top:-3.5em;
	margin-right:2em;
	margin-bottom:1em;
}
	
.leftWh {
	text-align:left;
	color:#FFF;
}

.valid {
	float: right;
}


/* faq pages */

.line{
	border-top:dashed 1px #000;
	padding-bottom:1em;
	
}


/* sign up full */

#button{
	margin-top:3em;
	margin-right:5em;

}

.d9{
	margin-top:1em;
margin-bottom:0.5em;
margin-left:1em;
}



.adStyle{

	margin-top:0.5em;
margin-right:0.5em;
margin-left:0.6em;
	width:416px;
background-color:#000000;
padding:0.5em;
padding-left:1.3em;
}


.preload{
	 visibility:hidden; margin-top:-4.5em;
}

#butWrapper{
	margin-top:1em;
	margin-right:4em;
	margin-bottom:-0.5em;
	margin-left:2em;
}

#subButton{
	margin-top:2em;
	margin-right:-2em;
	margin-bottom:3em;
}

input:focus{
background-color: #FFFFCC;
}

select:focus{
background-color: #FFFFCC;
}

textarea:focus{
background-color: #FFFFCC;
}


/* FREE TRIAL PAGE MODS */

.formTrial {
	width:99%;
margin-left:1em;
background-color:#FFFFFF;

padding-top:8px;
padding-bottom:3em;
margin-bottom:3em;
}

#formWrapper{

margin-top:2em;
margin-left:10em;
}

#sitelokregisteruser .label{
font-size:1em;
font-family:verdana, arial,sans-serif ;
float:left;
width:25em;
padding-top:0em;
padding-left:0em;
margin-right:2em;
text-align:right;
font-weight:bold;
clear:left;
}


.error {
text-align:right;
color:red;
text-decoration:underline;
font-weight:700;
}

.error2 {
text-align:right;
color:red;
margin-right:0em;
margin-left:0em;
margin-bottom:1em;
padding-right:1em;
background-color:#FF0;
}

.allow{
color:red;
font-size:0.8em;
margin-left:4em;
}

.legal{
margin-left:-6em;
}

.fillOut{
	margin-bottom:2em;
	margin-left:-6em;
}

#terms{
padding-top:1em;
margin-bottom:2em;
margin-left:0em;
}

.agree{
padding-top:0em;
margin-left:0.7em;
}

.coupon{
padding-top:1em;
margin-left:0.7em;
}


.trialButton {
margin-top:2em;
margin-left:27.5em;
margin-bottom:1em;
}

.offer{
	margin-top:1em; text-align:center;
	padding-bottom:1em;
}




/* UPDATE FORM */

#sitelokmodify .label{
font-size:1em;
font-family:verdana, arial,sans-serif ;
float:left;
width:25em;
padding-top:0em;
padding-left:0em;
margin-right:2em;
text-align:right;
font-weight:bold;
clear:left;
}





/* PEEL1 FORM */

#peelone .label{
font-size:1em;
font-family:verdana, arial,sans-serif ;
float:left;
width:10em;
padding-top:0em;
padding-left:0em;
margin-right:2em;
text-align:right;
font-weight:bold;
clear:left;
}




/* FAQ */


#main{
width:23em;

background-color:#FFF;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:solid 2px #F00;
padding:1em;
padding-bottom:1em;
margin-top:1em;
margin-right:1em;
margin-bottom:0.5em;
margin-left:1em;
}

#main h2{
padding-bottom:1em;
font-size:0.7em;
color:#F90;
border-bottom:solid 2px #ff9000;
}


#main h2 {
	background: url(../images/open.png) no-repeat 0% 10%;
	padding-left: 2em;
	cursor: pointer;
}
#main h2.close {
	background-image: url(../images/close.png);
}
#main .answer {
  background-color: #FF0;
border:solid 2px #F00;
}



p.normal {

  font-size:12pt;

  font-family: arial;

  margin: 20px 20px 0px 20px;

  padding: 0px 0px 0px 0px;

  color:#F90;

}

p.heading1 {

  font-size:16pt;

  font-family: arial;

  font-weight: bold;

  margin: 30px 20px 20px 15px;

  padding: 0px 0px 0px 0px;
  
  color:#F90;

}

p.message {

  font-size:10pt;

  font-family: arial;

  color: red;

  font-weight: bold;

  margin: 0px 0px 8px 0px;

  padding: 0px 0px 0px 0px;

}

p.autostore {

  font-size:10pt;

  font-family: arial;

  color: red;

  margin: 20px 20px 0px 20px;

  padding: 0px 0px 0px 0px;

}

p.forgot {

  font-size:10pt;

  font-family: arial;

  color: blue;

  margin: 20px 20px 20px 20px;

  padding: 0px 0px 0px 0px;

}

input.textfield {

  font-size:10pt;

  font-family: arial;

}

input.buttonfield {

  font-size:12pt;

  font-family: arial;

  margin: 20px 0px 30px 0px;

}