* { 
padding : 0;
margin : 0;
} 

body { 
	font-family: lucida grande, verdana, sans-serif;
	background : /* #dcdcdc; /*#ffbbff;/*6a5acd; /*b3a3abackground: url('../images/bg.gif')*/
	} 

.clear { 
clear : both;
} 

/* wrapper for whole page */

#wrapper { 
margin : 0 auto;
width : 929px;
background-color:#fff;
} 

/* header.php headerA.php */

#header { 
	clear:both;
	color : #fff;
	width : 929px;
	height: 70px;
	text-align:left;
	background-image: url(./images/wisdom-web-header.jpg);
	background-repeat:no-repeat;
	} 


#header h2 {
	font-family: lucida grande, verdana, sans-serif;
	color: #777;
	font-size: 2em;
	}

#header p {
	color: #000;
	font-size: 1em;
	}

#header p.small {
	font-size:12px;
	color: #777;
	padding:0;
	margin:3px 0 0 0;
	}


#header h1 {
	padding:0px;
	margin:0;
	color: #68228b;
	font-size: .6em;
}


/* #main content on each page, not including header & footer */

#main {
	width:680px;
	padding: 10px 10px; 30px; 10px;
	margin-left: 111px;
	margin-bottom:20px;
	}
	
#main h1, #indexmain h1{
	color:#000;
	font-size: 1.1em;
	margin: 30px 0 0 0;
	padding:3px 0 5px 8px;
	border-top: 1px solid #ffa500;
	background-image: url(./images/navbar.gif);
	}
	
#main h2, #indexmain h2 {
	padding-top:5px;
	color: #777;
	font-size: 1.1em;
	}	
	
#main h3 {
	color: #000;
	font-size: 1em;
	padding:.3em;
	margin:0;
	}
	
#main p, #border p, #indexmain p { 
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	padding: .2em;
	margin: .5em;
}

#main p.small{
	color: #000;
	font-size: .9em;
	line-height: 1em;
	padding: .2em;
	margin:0;
}


#border{
	/*border-top: 1px solid #ffa500;
	border-bottom: 1px solid #ffa500;*/
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0px;
	/*background: #f2f2f2;*/
	}
	
	
#borderbottom{
	text-align:right;
	border-top: 1px solid #ffa500;
	border-bottom: 1px solid #ffa500;
	margin: 80px 0 10px 0;
	padding: 11px 15px 15px 10px;
	background: #f2f2f2;
	} 

/*for comparison review page reviews.php, etc*/
#reviewbox1{
	width: 680px;
	margin-top: 10px;
	border: 1px solid #ffa500;
	}

#reviewbox1title{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ffa500;
	background: url(images/reviewbar.gif); /*#f5deb3;*/
	}	
#reviewbox1title h1{
	color: red;
	}	
	
#reviewcontent {
	padding:10px 15px 20px 15px;
	}
	
#reviewcontent h3{
	padding-bottom:0;
	margin-bottom:0px;
	}	
	
#reviewbox1 h1{
	border: none;
	background:none;
	margin:0;
	padding: 3px 0 0 20px;
	}	
	
#reviewbox1 ul{
	list-style-type:none;
	padding-left:15px;
	margin:0;
	color: #000;
	font-size: 16px;
	line-height: 18px;	
	}

#reviewbox2{
	width: 680px;
	margin: 25px 0 40px 0;
	border: 1px solid #777;
	}

#reviewbox2title{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #777; 
	background: #000 url(images/navbar.gif)
	}	
	
#reviewbox2title h1{
	color: red;
	}	

#reviewbox2 h1{
	border: none;
	background: none;
	margin:0;
	padding: 3px 0 0 20px;
	}	
	
	
#reviewbox2 ul{
	list-style-type:none;
	padding-left: 15px;
	margin:0;
	color: #000;
	font-size: 16px;
	line-height: 18px;
	}


#rating{
	margin:10px 0 10px 15px;
	padding-top:5px;
	width:260px;
	height:110px;
	border: 1px solid #ffa500;
	}



/*review pages*/
#headline{
text-align:center; 
padding:20px;
}

#headline h1{
color:#ff0000; 
font-size:1.3em; 
}

#testimonial {
margin:30px 20px 20px 70px;
padding:5px 15px 25px 15px;
width:500px; 
background-color: #ffe4c4;
border:solid 1px #a52a2a;
}

#testimonial h1{
border:none;
background:none;
}

#testimonial p{
font: 1em Verdana, Arial, sans-serif; 
color: #666
}

.testimonialRight{
text-align:right;
} 
 



/*footer*/
#footer { 
width : 929px;
clear : both;
margin : 20px 0 30px 0px;
/*background-image : url(images/footer1.jpg);*/
background-color: #fff; /*#ffbbff;*/
background-repeat : no-repeat;
background-position :0 0;
padding-bottom:5px;
} 

#navbarb{
	clear: both;
	text-align: center;
   font-size : 1em;
	width: 100%;
	height:30px;
	margin-bottom:5px;	
	}
	

#navbarb ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	line-height: 30px;
	white-space: nowrap;
}

#navbarb li {
	list-style-type: none;
	display: inline;
}



#footer p { 
padding : 0;
font-size : 12px;
color : #777;
text-align : center;
} 


#footer a {
font-size: 12px;
}

#footer a.systematick {
color: #777;
}

/* image border */
img.floatLeft { 
    float: left; 
    margin: 10px 10px 10px 0; 
}
img.floatRight { 
    float: right; 
    margin: 10px 0 10px 10px;
}


/*old stuff*/
/*bottom 3 columns
#colwrap {
width : 902px;
clear : both;
padding-left:100px;
background-color : #ffffff;
text-align:center;
} 

.col { 
text-align:left;
width :600px;
min-height: 260px;
float : left;
padding : 3px 10px 30px 60px;;
background-color: #ffffff;
} 

/* for Internet Explorer */
/*\*/
* html .col {
height: 260px;
}
/**/


.col p { 
font-size : 1.2em;
padding-right:5px;
padding: .25em;
color : #283161;
} 

.col h1 {
color : #6a5acd;
font-size : 1.4em;
padding : 10px 10px 0 0;
border-bottom:1px solid #777;
}

.col h3 { 
color : #ffffff;
font-size : 1.5em;
padding : 10px 0 0 0;
} 

.col a { text-decoration:none;
} 



/*index main*/
#indexmain{	
padding: 0;
margin: 0 0 10px 0;
float:left;
}



#indexmain h3, a{
color: #e78625;	
}

#main h1.orange {
border:none;
background: #fff;
color: #e78625;
}

/*index right column*/
#rightcolumn {	
color : #333;
margin : 50px 0 0 10px;
padding : 10px 10px 10px 20px;
max-width : 220px;
float : right;
background-color:#f1f1f1;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
} 


/*sidebar.php*/
#leftcolumn { 
color : #333;
background-color :#fff; 
margin : 40px 0 20px 1px;
min-height : 300px;
width : 200px;
float : left;
border:1px solid #777;
}



.title {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #777;
   background: #000 url(lrimages/fade.gif)
	}	
	
.title h2{
	color : #000;
	font-size : 1em;	
	padding-top: 4px;
	text-align:center;
	}

/* for Internet Explorer */
/*\*/
* html #leftcolumn {
height: 300px;
}
/**/

.textboxleft { 
margin-top : 10px;
background-color : #fff; 
padding :0 20px 10px 20px;
} 


.textboxleft h2 { 
color : #777;
font-size : 1em;
padding:0;
margin:0;
text-align:center;
} 

.textboxleft h3 {
color: #000;
font-size: 1em;
text-align:center;
text-decoration: bold;
border-bottom: 1px solid #777;
}

.textboxleft p { 
text-align : left;
font-size : .8em;
padding: .3em .5em .5em .3em;
color : #000;
} 

.textboxleft a { 
text-decoration : underline;
} 

/*end sidebar*/



/*right side
#rightcolumn { 
float : right;
color : #000;
background : #ffffff;
margin : 0px 0 40px 0;
padding : 0px 10px 0 10px;
min-height : 300px;
width : 675px;
display : inline;
} 
///* for Internet Explorer */
///*\*/
//* html #rightcolumn {
//height: 300px;
//}
///**/
//*/


/*mid aligned version - on chakra.php*/
/*right side*/
#rightcolumn1 { 
float : right;
color : #000;
background : #ffffff;
margin : 0px 0 40px 0;
padding : 0px 120px 0 10px;
min-height : 300px;
width : 675px;
display : inline;
} 
/* for Internet Explorer */
/*\*/
* html #rightcolumn1 {
height: 300px;
}
*/


