@charset "utf-8";
.servicesheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCB797;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
}
.servicesdescription {
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
}

.htext {
	height: 125px;
	width: 300px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #0066FF;
	font-weight: bold;
	position: relative;
}
.producttitle {
	width: 180px;
	height: 20px;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-left: 3px;
	background-color: #FFFFFF;
	z-index: 2;
	position: relative;
	border: 1px solid #666666;
}
.producttitlelittle {
	width: 180px;
	height: 20px;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	padding-left: 3px;
	background-color: #FFFFFF;
	z-index: 2;
	position: relative;
	border: 1px solid #666666;
}

.price {
	position: relative;
	width: 75px;
	height: 20px;
	bottom: 22px;
	left: 195px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: 500;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 2;
	font-size: 17px;
	border: 1px solid #666666;
}
.productdesc {
	position: relative;
	width: 286px;
	bottom: 35px;
	left: 25px;
	height: 160px;
	padding-top: 15px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px inset #999999;
	z-index: 1;
	padding-left: 4px;
	padding-right: 0px;
	line-height: 12px;
}

