body {
  background: white url(../images/bg.png) repeat-x 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
p { 
  margin-bottom: 1em;
  line-height: 18px;
}

a { color:	#2659bf; }
a:hover { color: #666; }

strong {
  font-weight: bold;
  color: #555;
}
#container { 
	margin: 0 auto;
  padding: 16px 0;
	text-align: left;
  width: 848px;
  
  background: transparent url(../images/containerbg.png) repeat-x 0 0;
  
}
#header {
  background: transparent url(../images/bluetop.png) no-repeat 0 0;
  padding-top: 6px;  
}
#logo {
  display: block;
  background: transparent url(../images/pl_logo3.png) no-repeat 10px 0;
  height: 100px;
  width: 400px;
  text-indent: -9000px;
}
#nav {
  list-style: none;
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
  background: white;
  margin: 0;
  padding: 0;
}
#nav li {
  list-style: none;
  float: left;
  line-height: 34px;
}
#nav li a {
  display: block;
  height: 35px;
  width: 120px;
  text-align: center;
  text-decoration: none;
  color: #6e6e6e;
  border-right: 1px solid #ccc;
  background: transparent url(../images/navbg.png) repeat-x 0 0;
}
#nav li a#link_contact { border-right: none; }
#nav li a:first-letter { font-size: 14px; }
#nav li a:hover { background: white; border-bottom: 1px solid #ccc; height: 34px;}

/* 
	LEVEL TWO
*/
#nav ul { visibility: hidden; z-index: 99; position: absolute;/*width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; */}
#nav ul li { float: none; border-left: 1px solid #ccc; text-align: left; margin-left: -1px; }
/* IE 6 & 7 Needs Inline Block */
#nav ul li a { display: inline-block; } 
#nav ul li a:first-letter { font-size: 12px; }



body#home #nav li a#link_home,
body#overview  #nav li a#link_overview,
body#features #nav li a#link_features,
body#getstarted #nav li a#link_getstarted,
body#download #nav li a#link_download,
body#register #nav li a#link_register,
body#community #nav li a#link_community,
body#forums #nav li a#link_community,
body#contact #nav li a#link_contact,
#nav li a.active:hover { background: white; border-bottom: none;}

#page {
	background-color: white;
	border: 1px solid #ccc;
	border-top: none;
	padding: 	12px 9px;
  clear: both;
}
#mast {
  height: 270px;
  background: white url(../images/frontbg2.png) repeat-x 0 0;
  color: #666;
}


#screenshots {
text-indent: -9000px;
	display: block;
  height: 270px;
  background: transparent url(../images/screenshots.png) no-repeat 9px 25px;
  float: right;
  width: 460px;

    background: none;
    height: 240px;
    margin-top: 25px;
    position: relative;
    left: 9px;
}


#masttext {
	padding-top: 25px;
	padding-left: 23px;
	width: 328px;
}
#masttext p {
  font-size: 14px;
  line-height: 25px;
}
#mast strong {
  color: #2659BF;
}
#mast .mastbutton {
	width: 93px;
	height: 28px;
	background: transparent url(../images/button_bg.png) no-repeat 0 0;
	display: block;
	text-decoration: none;
	color: #666;
	text-align: center;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
}

#content {
  background: white url(../images/frontbg.png) repeat-x 0 0;
  padding: 5px;
}
.split #content { float: left; }
#sidebar {
  float: right;
  width: 227px;
}
.box h2, .wide  h2, .split h2 {
  background: transparent url(../images/sideheader.png) repeat-x 0 0;
  height: 11px;
  line-height: 11px;
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 11px 18px;
  margin: 0;
}
.wide h2 { background-image: url(../images/box_header_wide.png); padding-left: 29px;  }
.split #right h2 { background-image: url(../images/box_header_split.png); }


#sidebar .sidebody , .wide .box, .split .box {
  border: 1px solid #e2e2e2;
  background: white url(../images/sidebg.png) repeat-x left bottom;
  padding: 20px;
  border-top: 0;
}
.wide .box {	padding: 1.5em 30px; }

.sidecontent {
  background: white url(../images/sidebox.png) no-repeat left bottom;  
  padding: 18px;
}
#sidebar .sidebody  {
  border: 1px solid #e2e2e2;
  background: transparent url(../images/sidebg.png) repeat-x left bottom;
  min-height: 200px;
  height: 200px;
  padding: 20px;
  font-style: italic;
}
#features_box{
  margin: 0 -15px;
}
#features_box h2 {
	background-image: url(../images/features_bg.png);
	padding-left: 15px;
}
#featuresbody {
	background: white url(../images/features_bg2.png) no-repeat left bottom; 
	padding: 18px 0;
}
#features_box ul, #overview  ul, ul.list, #manual ul { 
	/*list-style-image: url(../images/bullet.png);*/
	list-style-type: none;
}
#features_box ul li, #overview #main ul li, #main ul.list li, #manual #main ul li { 
	list-style-type: none;
	background: transparent url(../images/bullet.png) no-repeat 0 4px;
	padding-left: 18px;
}
#manual #main ul { padding-left: 2em; }
#manual #main ul li { padding-bottom: 1em; }
ul.list { padding-left: 2em; }
ul.list li { padding-bottom: .6em; }
#features_box ul { margin-left: 33px; }
#features_box ul li  {
	width: 220px;
	padding-bottom: 9px;
	float: left;
	margin-right: 18px;
	}
	
/*#overview #page ul li { padding-bottom: 1em; margin-left: 17px; margin-right: 30px; width: 330px; float: left;}*/

	
	
#main {
  width: 518px;
  padding: 0 36px 20px 30px;
  float: left;
  border: 1px solid #e2e2e2;
    /*min-height: 300px;
  height: 300px;*/
    margin-right: 5px;
    background-color: #f6f6f6;
}
.wide #main { 
	width: 750px; 
	margin-left: 0;
  float: none;
}
.split #main {
	/*width: 750px; */
	margin-left: 0;
}
.split #right { 
  width: 586px;
  padding: 0;
  float: left;
    margin-left: 5px;
}

p#floatRight {
  float:right;
  text-align:right;
  color: #555;
  font-size:11px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
}

p#copyright {
  font-size: 11px;
  color: #333;
  clear: both;
  text-align: right;
  padding: 12px 8px 6px;
  margin: 0;
}
h1, #manual #main h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #444;
  height: 26px;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 8px 0;
}

.box h3, #main h3 { color: #2659bf; margin: 1em 0; font-size: 13px; }

#home h1 {
  /*background: transparent url(../images/welcome.png) no-repeat 0 0;
  text-indent: -9000px;*/
  border-bottom: 1px solid #ccc;
  margin: 12px 0 8px;
}

#main p, #main h3 {
  margin-bottom: 1em;
}
  
 .bottombox {
 width: 228px;
 height: 182px;
 /* background: transparent url(../images/box_bg.png) no-repeat 0 0; */
 float: left;
 /* margin-top: 14px; */
 color: white;
 /* padding: 22px 5px 15px 15px; */
 padding: 18px 5px 15px 15px;
 font-weight: bold;
 line-height: 18px;

height: auto;
 }
  .bottombox h3 {
  font-size: 16px;
  text-transform: uppercase;
  }
  .bottombox h4 {
  color: rgb(45,45,45);
  margin-top: 10px;
  }
  #main .bottombox p { margin: 0; }
  #main .bottombox a { color: #555; }
  #main .bottombox h3 { margin: 0; color: white; }
/****************************/
#bottomarea {
background: transparent url(../images/box_bg2.png) no-repeat 0 0;
margin-top: 14px;
float: left;
}
#bottomarea .btm {
background: transparent url(../images/box_bg2_btm.png) no-repeat 0 0;
height: 11px;
clear: left;
width: 518px;
}
#main .bottombox h3 {
font-size: 14px;
}
#main .bottombox h4 {
margin-top:14px;
}
#main .bottombox a {
color:#2659BF;
}
/****************************/
  a#overview_screen { display: block; float: right; text-align: center; margin: 1em 0 1em 2em;}
  
  .listclear { clear: left; }
  
  .os_logo { float: left; padding-right: 20px; }
  
  #download #main li { margin-bottom: 0.5em; }
  
  #contact td { padding: 0.5em; vertical-align:top;}
  
  /* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:rgba(20,20,20,0.45);
	padding: 10px 10px 1px 10px;
	/*width:675px;	
	min-height:200px;*/
	/*border:1px solid #666;*/
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 20px 0px #333;
	-webkit-box-shadow: 0 0 20px #333;	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* caption styling */
.simple_overlay p {
	text-align: center;
	padding: 1px 20px; 
	/*font-weight: bold;*/
	font-size: 13px;
	/*border-top: 1px solid #eee;*/
	color: #FAF6EF;
	margin: 0.1em 0;
	padding: 3px 0px 3px 0px;
	background-color:rgba(10,40,150,0.85);
	-moz-box-shadow:0 0 20px 0px #333;
	-webkit-box-shadow: 0 0 20px #333;	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#contact form#form, #register form#form { margin-top: 2em; }
#contact label, #register label { 
  display: block;
  font-weight: bold; 
  width: 100px; 
  float: left; 
  margin-bottom: 1em;
  clear: left;
}
#contact input, #contact textarea, #register input, #register select { border: 1px solid #bbb; margin-bottom: 1em;}
#register label { width: 120px; margin-left: 4em; }
#contact textarea { width: 400px; }
#contact input:focus, #contact textarea:focus  { background-color: #ffc; border-color: #999;}
#contact #msglabel { margin-bottom: 0; }

#register #register2 select { width: 100px; }

#msgbtn, #register #btn, #reg_confirm .btn {
  background-color: #2659bf;
  color: white;
  font-weight: bold;
  padding: 3px;
}
#register #btn {
  margin-top: 1em;
  margin-left: 166px;
}


#getstarted li#tutorial,#getstarted li#faq,#getstarted li#manual, #community #shared, #community #forums { 
  margin-top: 1em;
  background: transparent url(../images/icons/quick.png) no-repeat 0 5px; 
  padding-left: 45px;
  margin-left: 2em;
  height: 60px;
}
#getstarted li#faq { background-image: url(../images/icons/faq.png); }
#getstarted li#manual { background-image: url(../images/icons/book.png); }
#community li#forums { background-image: url(../images/icons/dialog.png); }
#community li#shared { background-image: url(../images/icons/shared.png); }

#forums .sidecontent ul { margin: 0; padding-left: 1em; list-style: square; }
#forums .sidecontent ul li { padding-bottom: 0.5em;}
#forums #content { float: left; }

#getstarted td { padding: 9px; }
#getstarted td  img { padding: 9px; }
#getstarted td  img.tiny { padding: 0; }
#getstarted td.step { font-weight: bold; text-align: right; width: 60px;  }
#getstarted td.step span { font-weight: normal; font-size: 9px; }
#getstarted #tut_next  { 
  float: right; 
  background: transparent url(../images/icons/arrow_16.png) no-repeat right 0; 
  padding-right: 20px;
}
#getstarted #tut_back  { 
  float: left; 
  background: transparent url(../images/icons/leftarrow_16.png) no-repeat 0 0; 
  padding-left: 20px;
}
a.top { display: block; float: right; width: 16px; height: 16px; background: transparent url(../images/icons/uparrow_16.png) no-repeat 0 0; }
a.file_download { background: transparent url(../images/icons/disk.png) no-repeat 0 0; padding-left: 20px;}


#manual #sidebar { float: left; }
#manual #sidebar ol { list-style-type: decimal; padding-left: 1em; }
#manual #sidebar ol li { padding-bottom: 0; padding-top: 0.5em; }
#manual #sidebar ol ol li { padding-bottom: 0; padding-top: 0; }
#manual #sidebar ol ol { list-style-type: lower-alpha; padding-top: 0.5em; }
#manual #sidebar ol ol ol{ list-style-type: lower-roman; }
#manual #main { float: left; margin: 0 0 0 5px; }
#manual .sidecontent { padding-right: 0; }
#manual .sidecontent a { text-decoration: none; }


.faq h2 { background: none; margin: 1em 0; padding: 0; }

.testimonials p { font-style: italic; }
.testimonials p span { font-style: normal; display: block; text-align: right; margin: 0.5em 0 2em; }

.import_help ol { list-style-type: decimal; padding-left: 2em; margin: 1em 0;}

.error { color: #900; }
.small { font-size: 9px; }

#reg_confirm { width: 300px; margin: 2em 0 2em 2em;}
.reg_label { font-style: italic; width: 120px; padding: 0.3em 1em; }
#reg_update select, #reg_update input { width: 200px; }
#reg_update #btn { width: 75px;  }


  #container { position: relative; }
  #search {
    position: absolute;
    top: 8px;
    right: 0;
    background: transparent url(../images/search_bg.png) no-repeat 0 0;
    padding: 0 9px 8px 30px;
  }
  #search #searchbox {
    width: 153px;
    background-color: #ddd;
    height: 15px;
    border: 1px solid #eee;
    margin: 0;
    padding: 2px;
    padding-right: 25px;
    color: #777;
  }
  #search #searchbox.focused { color: #333; }
  #search #searchbtn {
    position: absolute;
    margin: 0;
    width: 21px;
    background: #ddd url(../images/search_bg2.png) no-repeat 50% 50%;
    height: 21px;
    padding: 0;
    cursor: pointer;
    top: 0;
    right: 12px;
    border: none;
  }
  a#logo { background-image: url(../images/pl_logo3.png); width: 410px; }

  #searchresults ol li { margin-bottom: 1em; }
  