
body {
  margin     : 0px;
  padding    : 0px;
  background : #ffffff;
  overflow-x : hidden;
  overflow-y : auto;
  width      : 100%;
  height     : 100%;
}

a { 
  font-family     : Arial;
  color           : #2275ac;
  text-decoration : none;
}
a:visited { 
  font-family     : Arial;
  color           : #2275ac;
  text-decoration : none;
}
a:active { 
  font-family     : Arial;
  color           : #2275ac;
  text-decoration : none;
}
a:hover { 
  font-family     : Arial;
  color           : #2275ac;
  text-decoration : underline;
}

#top-newsletter {
  background: transparent url(/images/newsletter.jpg) top left no-repeat;
  float:right;
  margin:50px 10px 0 0;
  height:20px;
  width:106px;
}

#footer {
  position   : fixed;
  z-index    : 500;
  bottom     : 0px;
  z-index    : 100;
  background : #ffffff url(/images/footer.jpg) bottom left repeat-x;
  width      : 100%;
  height     : 22px; 
}
  #footer span.copyright {
    float       : left;
    padding     : 6px 0 0 5px;
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;
  }
  #footer .links {
    float       : right;
    padding     : 6px 10px 0 0;
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;
  }
  #footer .links a {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }
  #footer .links a:active {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }
  #footer .links a:visited {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }      
  #footer .links a:hover {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }
  
  
  
  
#footer_inside {
  position   : fixed;
  z-index    : 500;
  bottom     : 0px;
  z-index    : 100;
  background : #ffffff url(/images/footer.jpg) bottom left repeat-x;
  width      : 100%;
  height     : 22px; 
}
  #footer_inside span.copyright {
    float       : left;
    padding     : 6px 0 0 5px;
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;
  }
  #footer_inside .links {
    float       : right;
    padding     : 6px 10px 0 0;
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;
  }
  #footer_inside .links a {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }
  #footer_inside .links a:active {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }
  #footer_inside .links a:visited {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }      
  #footer_inside .links a:hover {
    font-size   : 10px;
    font-family : Arial;
    color       : #555555;  
  }  
    
  
    

#pp-wrapper {
  position     : relative;
  width        : 980px;
  height       : 1150px;
  background   : #ffffff;
  margin-left  : auto;
  margin-right : auto; 
}

#pp-wrapper .header {
  position   : relative;
  width      : 980px;
  height     : 80px;
  background-image    : url('/images/logo.jpg');
  background-repeat   : no-repeat;  
  background-position : 5px 15px; 
}

#pp-wrapper .header .login { 
  float  : right;
  margin : 50px 10px 0 0;
  width  : 58px;
  height : 20px;
  cursor : pointer;
  background : url(/images/loginbtn.jpg) top left no-repeat; 
}
	#pp-wrapper .header .login:hover { 
	  background : url(/images/loginbtn_roll.jpg) top left no-repeat; 
	}

#pp-wrapper .header .logolink { 
  float  : left;
  width  : 184px;
  height : 49px;
  margin : 10px 0 0 0;
  cursor:pointer;	
}
	
#pp-wrapper .photos {
  position   : relative;
  margin     : 0;
  width      : 980px;
  height     : 363px;
  background : #000000;
}

#pp-wrapper .inside_photos {
  position   : relative;
  margin     : 0;
  width      : 980px;
  height     : 172px;
  background : #000000;	
}

#pp-wrapper .leftmenu {
  float    : left;
  margin   : 35px 0 0 10px;
  width    : 110px;
  height   : 346px;
  border-right : 1px solid #dbdbdb;
}

	#pp-wrapper .leftmenu ul {
	  float           : left;
	  list-style-type : none;
	  margin          : 0;
	  padding         : 0;
	}
		#pp-wrapper .leftmenu li {
		  float           : left;
		  width           : 110px;
		  line-height     : 26px;
		  list-style-type : none;
		  margin          : 0;
		  padding         : 0;
		  text-align      : left;
		  font-family     : Arial;
		  font-size       : 13px;
		  color           : #4c4b4b;
		  cursor          : pointer;
		}
		#pp-wrapper .leftmenu li:hover {
		  text-decoration: underline;
		}
		#pp-wrapper .leftmenu li.active {
		  color       : #2275ac;
		  font-weight : bold;
		  cursor      : default;
		  text-decoration : none;
		}
		#pp-wrapper .leftmenu li.spacer {
		  cursor      : default;
		  line-height : 15px;
                  text-decoration: none;
		}
		#pp-wrapper .leftmenu li.organize {
		  background  : url(/images/icon_organize.jpg) center left no-repeat;
		  text-indent : 23px;
		}
		#pp-wrapper .leftmenu li.learn {
		  background  : url(/images/icon_learn.jpg) center left no-repeat;
		  text-indent : 24px;
		}
		#pp-wrapper .leftmenu li.print {
		  background  : url(/images/icon_print.jpg) center left no-repeat;
		  text-indent : 25px;
		}
		#pp-wrapper .leftmenu li.share {
		  background  : url(/images/icon_share.jpg) center left no-repeat;
		  text-indent : 24px;
		}
		#pp-wrapper .leftmenu li.sell {
		  background  : url(/images/icon_sell.jpg) center left no-repeat;
		  text-indent : 25px;
		}	
		#pp-wrapper .leftmenu li a{
		  color: #4c4b4b;
		}
		#pp-wrapper .leftmenu li a:hover{
		  color: #4c4b4b;
		}		
		#pp-wrapper .leftmenu li a:visited{
		  color: #4c4b4b;
		}		
		#pp-wrapper .leftmenu li a:active{
		  color: #4c4b4b;
		}		
	

	#pp-wrapper .leftmenu ul li dl {
	  float           : left;
	  list-style-type : none;
	  margin          : 0;
	  padding         : 0;
	}

	#pp-wrapper .leftmenu ul li dl dt {
		  float           : left;
		  width           : 110px;
		  line-height     : 26px;
		  list-style-type : none;
		  margin          : 0 0 0 5px;
		  padding         : 0;
		  text-align      : left;
		  font-family     : Arial;
		  font-size       : 11px;
		  color           : #4c4b4b;
		  cursor          : pointer;
                  font-weight     : normal;
	}
		#pp-wrapper .leftmenu ul li dl dt.active {
		  color       : #2275ac;
		  font-weight : bold;
		  cursor      : default;
		  text-decoration : none;
		}
		#pp-wrapper .leftmenu ul li dl dt.active:hover {
		  text-decoration : none;
		}
		#pp-wrapper .leftmenu ul li dl dt:hover {
		  text-decoration: underline;
		}	
		
#pp-wrapper .centercontent {
  float  : left;
  margin : 36px 0 0 5px;
  width  : 850px;
  height : 721px;
}

  #pp-wrapper .centercontent h2 {
    width: 385px;
    padding: 5px 0 6px 0;
    background: url(/images/horizline.jpg) bottom left no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #494949;
  }
  
  #pp-wrapper .centercontent h3 {
    width: 835px;
    height : 23px;
    padding: 5px 0 6px 2px;
    background: url(/images/longline.jpg) bottom left no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #494949;
  }	  	

  #pp-wrapper .centercontent .topsection {	
	 float : left;
	 width : 100%;
	 height : 105px;
  }
  #pp-wrapper .centercontent .topsection img {
    float  : left;
    margin : 0 0 0 28px;
  }	
  #pp-wrapper .centercontent .topsection span {
    float  : right;
    margin : 7px 5px 0 0;
    width  : 212px;
    height : 42px;
    cursor : pointer;
    background : url(/images/joinbtn.jpg) top left no-repeat;
  }
  #pp-wrapper .centercontent .topsection span:hover {
    background : url(/images/joinbtn_roll.jpg) top left no-repeat;
  }
  
  #pp-wrapper .centercontent .about {
    float       : left;
    margin      : 0 0 0 28px;
    font-size   : 12px;
    font-family : Arial;
    color       : #646464;
    height      : 190px;
    width       : 385px;
    line-height : 19px;
  }
  
	#pp-wrapper .centercontent .about ul {
	  float           : left;
	  list-style-type : none;
	  margin          : 0;
	  padding         : 0;
	}
		#pp-wrapper .centercontent .about li {
		  float           : left;
		  width           : 100%;
		  height          : 100px;
		  list-style-type : none;
		  margin          : 0 0 15px 0;
		  padding         : 0px 0 0 0px;
		  text-align      : left;
		  font-family     : Arial;
		  font-size       : 12px;
		  color           : #494949;
		  cursor          : pointer;
		  background      : url(/images/horizline.jpg) bottom left no-repeat;
		}  
		
		#pp-wrapper .centercontent .about li.noline {
		 background      : #ffffff;
		}		
		  
	   #pp-wrapper .centercontent .about li .image_container {
	     float : left;
	     margin : 0;
	     padding : 4px 0 0 4px;
	     width: 78px;
	     height: 82px;
	     background: url(/images/imagecontainer.jpg) top left no-repeat;
	   }
	  
	   #pp-wrapper .centercontent .about li .article {
	     float       : left;
	     margin      : 0 0 0 7px;
	     padding     : 0px;
	     width       : 294px;
	     font-family : Arial;
	     font-size   : 11px;
	     color       : #6d6d6d;
	     line-height : 17px;
	   } 
	   #pp-wrapper .centercontent .about li .article span {
	     font-size   : 13px;
	     font-weight : bold;
	     color       : #2275ac;
	   }
	   
	    

  #pp-wrapper .centercontent .features {
    float       : left;
    margin      : 0 0 0 50px;
    font-size   : 12px;
    font-family : Arial;
    color       : #646464;
    height      : 390px;
    width       : 385px;
    line-height : 19px;
  }		
						

	#pp-wrapper .centercontent .features ul {
	  float           : left;
	  list-style-type : none;
	  margin          : 0;
	  padding         : 0;
	}
		#pp-wrapper .centercontent .features li {
		  float           : left;
		  width           : 100%;
		  height          : 65px;
		  line-height     : 20px;
		  list-style-type : none;
		  margin          : 0;
		  padding         : 20px 0 0 90px;
		  text-align      : left;
		  font-family     : Arial;
		  font-size       : 12px;
		  color           : #494949;
		  cursor          : pointer;
		}
		#pp-wrapper .centercontent .features li.organize {
		  background  : url(/images/organize.jpg) center left no-repeat;
		}
		#pp-wrapper .centercontent .features li.learn {
		  background  : url(/images/learn.jpg) center left no-repeat;
		}
		#pp-wrapper .centercontent .features li.print {
		  background  : url(/images/print.jpg) center left no-repeat;
		}
		#pp-wrapper .centercontent .features li.share {
		  background  : url(/images/share.jpg) center left no-repeat;
		}

    #pp-wrapper .centercontent .features .follow {
      float : left;
      width: 100%;
      margin: 30px 0 0 0; 
    }
    #pp-wrapper .centercontent .features .follow dl {
	  float           : left;
	  list-style-type : none;
	  display         : inline;
	  margin          : 0;
	  padding         : 0;    
    }
		#pp-wrapper .centercontent .features .follow dl dt {
		  float           : left;
		  width           : 44px;
		  height          : 44px;
		  line-height     : 20px;
		  list-style-type : none;
		  margin          : 10px 20px 0 0;
		}




  #pp-wrapper .centercontent .insidepage {
    float       : left;
    margin      : 0 0 0 28px;
    font-size   : 12px;
    font-family : Arial;
    color       : #646464;
    height      : 190px;
    width       : 855px;
    height      : 550px;
    line-height : 19px;
  }
  
  #pp-wrapper .centercontent .insidepage b {
    font-weight : bold;
    font-size   : 14px;
    color: #4b4b4b;
  }
  
  
  #pp-wrapper .centercontent .insidepage p {
    padding: 0 0 20px 0;
    margin : 0px;	
    font-family:Arial;
    font-size : 12px;
    font-weight:normal;
    color: #4b4b4b;
  }

 #pp-wrapper .centercontent .insidepage .sample_videos {
   float:right;
   width:460px;
   height:230px;
   margin-left:30px;
   margin-right:20px;
   margin-top: -23px;
}

  #pp-wrapper .centercontent .insidepage .sample_videos h4 {
    padding: 5px 0 6px 2px;
    font-size: 14px;
    font-weight: bold;
    color: #494949;
   text-align:left;
  }

  #pp-wrapper .centercontent .insidepage .sample_videos .video_1 {
    width: 209px;
    height:117px;
    background: url(/images/sampe_video1.jpg) top left no-repeat;
    outline:none;
    margin-bottom:10px;
  }
  #pp-wrapper .centercontent .insidepage .sample_videos .video_1:hover {
     background: url(/images/sampe_video1_roll.jpg) top left no-repeat;
  }
  #pp-wrapper .centercontent .insidepage .sample_videos .video_2 {
    width: 209px;
    height:117px;
    background: url(/images/sampe_video2.jpg) top left no-repeat;
    outline:none;
    margin-bottom:10px;
  }
  #pp-wrapper .centercontent .insidepage .sample_videos .video_2:hover {
     background: url(/images/sampe_video2_roll.jpg) top left no-repeat;
  }  

   #pp-wrapper .centercontent .insidepage .sample_videos span {
     font-family:Arial;
     font-weight: bold;
     font-size:11px;
     color: #2275ac;
   }
   #pp-wrapper .centercontent .insidepage .sample_videos span b {
     font-family:Arial;
     font-weight: bold;
     font-size:11px;
     color: #6a6a6a;
   }



  
  
/**ABOUT US PAGE STYLES FROM OLD SITE**/

#auContact {
  float:left;
  width: 800px;
  padding: 0px;
  margin: 0px 0px 0px 30px;
  font-family:Arial;
  font-size: 11px;
  color: #5e5e5e; 
}

#auContact .formField {
  width: 200px;
  height: 17px;
  padding: 1px;
  border: 1px solid #adadad;
  color:#5e5e5e; background: #ffffff;
}

#auContact .formFieldTA {
  width: 310px;
  height: 200px;
  padding: 1px;
  border: 1px solid #adadad;
  color:#5e5e5e;background: #ffffff;
}

#auContact .form {
  float:left;
  width: 350px;
}

#auContact .contactUs {
  float:left;
  display:;
}

#auContact .privacy {
  float:left;
  width: 700px;
  display:none;
}
#auContact .privacy p {
  width: 700px;
}

#auContact .terms {
  float:left;
  width: 700px;
  display:none;
}
#auContact .terms p {
  width: 700px;
}

#auContact h2 {
   float:left;
   height: 40px;
   width: 100%;
   padding: 0px;
   margin: 0px;
   font-size: 18px;
   font-weight: bold;  
  color: #495567;    
  background: #ffffff;
}

#submitContactUs {
  float:right;
  margin: 5px 36px 0px 0px;
  width: 60px;
  height: 28px;
  background:url(/images/submitButton.jpg) top left no-repeat;
  cursor:pointer;
}

#auContact .address {
  float:right;
  width: 300px;
  font-size:12px;
  line-height: 20px;
}


#aboutUsRight {
  width: 820px;
  font-famil:Arial;
  font-size: 12px;
  color: #606060;
}

#aboutUsRight .content h2 {
   height: 30px;
   width: 100%;
   padding: 0px;
   margin: 0px;
   font-size: 18px;
   font-weight: bold;
   background: #ffffff;
   color: #606060;
}

#aboutUsRight .content {
  float:left;
  padding-left: 10px;
  width: 100%;
  font-famil:Arial;
  font-size: 13px;
  color: #606060;
}

#aboutUsRight .content .pb {
  margin-bottom: 100px;
}


#aboutUsRight .content .bio {
   float:left;
   margin-bottom: 75px;
}

#aboutUsRight .content .bio.lmb {
   float:left;
   margin-bottom: 45px;
}

#aboutUsRight .content .bio .pic {
   float:left;
   margin: 0px;
   padding: 0px;
   width: 169px;
}

#aboutUsRight .content .bio .bioText {
  float:left;
  width: 550px;
  padding: 0px;
  margin: 0px;
}

#aboutUsRight .content .bio .bioText p {
  float:left;
  width: 550px;
  margin: -5px 0px 20px 0px;
  line-height: 18px;
}

#aboutUsRight p {
  line-height: 18px;
  margin-bottom:20px;
}


#subitSignupLoader { 
  float:left;
  display:none;
  padding-top: 15px;
  font-size: 12px;
  font-family:Arial;
  color: #5585B5;
}

#subitSignupLoader img {
  float:left;
  margin-top: -10px;
} 

  

	