/* @override http://www.killodorstoo.com/killodor_ee/stylesheets/killodorstoo.css */

/*-----------------------------------------------------------------
Kill Odors Too!

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2009 Envirofix, Inc.

-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}

body {
	background: #409DCC url(../images/killodorstoo_bg.jpg) repeat-x 0 0;
	margin: 0;
	font: normal 14px/14px "Trebuchet MS", 
	"Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	color: #ffffff;
}

/* @group Structure */
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
#kill_odors_too_bulb{
	background: url(../images/kill_odors_bulb.jpg) no-repeat;
	width: 270px;
	height: 525px;
	margin-top: 10px;
	float: left;
	padding: 0;
}
#right_column{
	float: right;
	width: 550px;
}
#headline{
	background: url(../images/kill_odors_too.jpg) no-repeat;
	width: 550px;
	height: 178px;
	margin-top: 10px;
}
#page_content{
	width: 480px;
	background-color: #ffffff;
	border: 15px solid #409dcc;
	margin-left: 5px;
	padding: 10px;
}


/* @end */

/* @group HELPERS */
.clear {
	clear: both;
}
.paypal{
	margin-top: 15px;
	width: 150px;
	float: right;
	display: block;
}
.purchase_row{
	height: 100px;
}
.purchase_row p{
	width: 310px;
	float: left;
	padding-top: 15px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
/* @end */

/* @group Typography */

h1{
	font-size: 3em;
	padding-top: 30px;
	line-height: 1em;
}
.intro p{
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 8px;
}
p{
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 8px;
}
#page_content h2, #page_content p{
	color: #000;
}
#page_content h2{
	margin-top: 8px;
	line-height: 20px;
}
#page_content p{
	margin-left: 2px;
}
/* @end */