/*
eBizProductions - July 2009
Bizzie Lizzie
www.bizzie-lizzie.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #333;
	background: #FDFDBF;
}

h3 
{
	border: solid 1px #ACB3BB;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 50px;
	background: #DBDEE1 url(Images/hive.png) no-repeat;
	background-position: left center;
	vertical-align: middle;
	clear: both;
}

li {
	list-style-image: url(Images/hive2.png);
	list-style-position: outside;
	margin: 0px 0px 5px -12px;
	padding: 0px;
}

p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

#wrap {
	margin: 10px auto 5px;
	width: 900px;
	height: 675px;
	background: #fff url("Images/background.jpg");
	border: 10px solid #79657C;
}

/* Navigation */

.buttonscontainer 
{
	margin: 114px 220px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right;
	display: inline;
}

.buttons a 
{
	color: #000;
	padding: 0px 0px 0px 0px;
	font: 15px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

.buttons a:hover 
{
	background-color: #F8F45C;
	color: #000;
	text-decoration: none;
}

/* Testimonial */

.testimonial{
	font-size: 12px;
}

.testimonial .comp-name{
	font-family: Papyrus;
	font-weight:bold;
}

.testimonial .date{
	font-weight:bold;
	text-align: left;
	padding-bottom: 5px;
	display: block;
}

.testimonial .author{
	text-align: right;
	padding-bottom: 5px;
	display: block;
}

.testimonial .author em{
	font-weight: bold;
	font-style: normal;
}

.testimonial p{
	line-height: 15px;
	text-align: left;
	margin-bottom: 10px;
}

/* More standard floated columns */

div.figure {
	clear: left;
	float: left; 
	width: 124px;
	margin: 0px;
}

.figure img {
	border: solid 2px #ACB3BB;
	padding: 5px;
	margin-top: 5px;
	background-color: #eee;
}

.figure p {
	font: bold 10px Arial, sans-serif;
	color: #333;
	text-align: center;
	background-color: #eee;
	border: 2px solid #ACB3BB;
	padding: 2px;
	margin: 0px 10px 0px 0px;
}

#content {
	float: left;
	margin: 20px 0px 0px 15px;
	padding: 0px 10px 0px 0px;
	width: 665px;
}

.contentbox {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	border: solid 0px #ACB3BB;
	border-top: 0px;
	height: 420px;
	display: inline;
	overflow: auto;
	width: 650px
}

#contact-info {
	clear: both;
	margin: 0px;
	padding: 27px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
}

#contact-info em
{
	font-weight: bold;
	font-style: normal;
}

#contact-info a {
	color: #5C246E;
}

#copyright {
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #79657C;
}