/* main layout */




* {
	font-size: 10pt;

}


body {
	font-family: Verdana, Arial, Sans;
	text-align: center;

}

#main {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	background: white
}

#header { margin: 0px 5px 10px 15px; }

	
#header_image {
	border: 5px solid #d0d0d0;
	width: 850px; 
	margin-left: 5px
}

#content {
	margin: 5px 5px;
	border: 5px solid #d0d0d0;
	width: 850px;
	background: #ffffe0
}

#leftcol {
	background: #ffffe0;
	margin: 0px;
	width: 560px;
	float: left;
}

#rightcol {
	margin: 10px 10px 10px 0px;
	float: left;
	width: 280px;
	text-align: center;
	background: white
}

#footer {
	margin: 5px 0;
	border: 5px solid #d0d0d0;
	background: #999999;
	width: 850px;
	text-align: center
}

#footertext { text-align: center; }

/* header components */
#header h1, #header h1 a {
	font-family: Impact, Helvetica, Verdana, Arial, Sans;
	font-size: 22pt;
	line-height: 140%;
	margin: 0; padding: 0;
	color: black;
	font-weight: normal;
	text-decoration: none
}

#header h1 a:visited { color: black }
	
#header h2, #header h2 em { 
	font-family: Arial Narrow, Arial, Helvetica, Sans;
	font-size: 14pt;
	line-height: 110%;
	font-weight: bold;
	margin: 0; padding: 0

}

p {
	margin: 0px 0px 15px 0px
}

a:hover {
	color: blue;
	text-decoration: underline
}


h2 a {
	color: black;
	text-decoration: none
}



.reviewme {
	border: 2px solid blue;
	width: 240px;
	text-align: left;
	background: #ffffe0;
	padding: 10px;
	margin: 10px auto 20px auto
}

#review_single * {
	font-size: 11pt;
	margin-bottom: 15px;
}

.review { 
	margin: 10px;
	background: white;
	padding: 10px;
	text-align: left;
}

.review h2 {


	padding: 0px;
	margin: 0px; 

}


.review .reviewinfo {
	margin: 10px 0px
}

.review .reviewtext {
	margin-bottom: 10px
}

.review .facebook {
	background-image: url(images/facebook1.gif);
	background-repeat: no-repeat; 
	padding: 0px 0px 0px 18px; 
	margin: 0px 0px 10px 0px; 
	background-postion: left top
}

.review .reviewreply {
	margin-bottom: 15px;
	padding: 10px 10px 2px 10px;
	background: #f0f0ff
}

.salesperson {font-style: oblique; margin-bottom: 10px }