@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
#welcome_pic {
	position: relative;
	width: 200px;
	float: left;
	height: auto;
	margin-right: 20px;
	background-color: #931111;
}
#welcome_text {
	position: relative;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	padding: 10px;
	float: right;
	background-color: #FFFFFF;
	
}
#3column_1 {
	position: relative;
	height: auto;
	width: 200px;
	float: left;
	margin: 0%;
	padding-right: 10px;
	padding-left: 10px;
	clear: none;
}
#3column_2 {
	width: 200px;
	height: auto;
	position: relative;
	float: left;
	margin: 0%;
	padding-right: 10px;
	padding-left: 10px;
	clear: none;
}
#3column_3 {
	position: relative;
	height: auto;
	width: 200px;
	float: left;
	margin: 0%;
	padding-right: 10px;
	padding-left: 10px;
	clear: none;
}
#3column_holder {
	position: relative;
	height: auto;
	width: 830px;
}#contact_info {
	position: relative;
	width: 250px;
	float: left;
	padding-left: 20px;
}
#contact_form {
	position: relative;
	width: 500px;
	float: right;
}
.subhead {
	font-weight: bold;
}
#infomercial_vid1 {
	position: relative;
	height: 156px;
	width: 400px;
	float: left;
}
.infomerical_screenshot {
	float: left;
	margin-right: 15px;
}
#infomercial_vid2 {
	position: relative;
	height: 156px;
	width: 400px;
	float: right;
}
#infomercial_networks {
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.img_floatright {
	float: right;
}
.button {
	cursor: pointer;
}
#main_text {
	position: relative;
	width: full;
	font-family: Arial, Helvetica, sans-serif;
	height: full;
	padding: 40px;
	float: left;
	background-color: #931111;
}