.clear {
	width: 0px;
	height: 0px;
	display: block;
	clear: both;
}

img {
	border: 0;
}

.main {
	font-size: 11pt;
}

#splash {
	font-size: 20pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin: 8px 15px;
	text-align: center;
	color: #4e8f59;
}

	#splash strong {
		font-style: italic;
	}
	
	#productinfo {
		font-size: 9pt;
	}

#right {
	width: 250px;
	float: right;
	margin: 0;
}

	#orderbox {
		border: 1px solid black;
		width: 250px;
		text-align: center;
		font-size: 14pt;
	}
		#orderbox img {
			margin: 5px 0;
		}
	
		#orderbox h3 {
			margin: 0;
			padding: 6px 0 3px 0;
			width: 250px;
			display: block;
			background-color: #4f7991;
			color: #ffffff;
			font-size: 22px;
/* 			text-transform: uppercase; */
			font-family: Helvetica, Arial, sans-serif;
			text-align: center;
		}
		
		#orderbox .orderoption {
			background-color: #d3e8fd;
			border-top: 1px solid #000000;
			padding: 8px 0 5px 0;
		}
		
		#orderbox .bestoption {
			background-image: url('/images/landing/best-offer.gif');
			background-position: center top;
			background-repeat: no-repeat;
			padding-top: 35px;
		}

		#orderbox .price {
			color: #339933;
			font-weight: bold;
		}
		
			#orderbox .price strike {
				color: #993333;
				padding: 8px;
				font-weight: normal;
			} 

#left {
	width: 480px;
	float: left;
	margin: 0;
}


	#left p {
		margin: 7px 15px;
		font-size: 10pt;
	}
	
	#left h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 22px;
		text-align: center;
	}

	#salemarker {
		width: 120px;
		height: 150px;
		margin: 15px 0px 15px 15px;
		float: right;
	}
	
div.testimonialbox {
	background-color: #e8eef7;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10pt;
	padding: 10px 15px;
	margin: 5px;
	display: block;
}