body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff url(images/bg.gif) repeat-y center top;
}

form p { clear: both; }
label { display: block; float: left; width: 10em; }
input, textarea { width: 330px; font: 90% Arial, Helvetica, sans-serif; background-color: #ffffff; }
input.confirm { display: none; }
input[type="text"], textarea { padding-left: 2px; }
input.chkbox { width: auto;  background-color: #FF0; }
textarea { vertical-align: top; }
input.formbtn { width: auto; font-weight: 600; background-color: #f04130; border-color: #f04130; color: #ffffff; cursor: pointer; }
	input.formbtn:hover, .greenbtn { width: auto; font-weight: 600; background-color: #33a639; border-color: #33a639; color: #ffffff; cursor: pointer; }

form.addtocart { margin-left: 40px; clear: both; margin-top: 1em; line-height: 150%; }
input.qty { width: 30px; }

span.ordercolor { display: block; float: left; width: 14.5em; margin-right:10px; }
span.orderqty { display: block; float: left; width: 12em; }

input.viewcart { width: auto; margin-left: 40px; font-weight: 600; background-color: #f04130; border-color: #f04130; color: #ffffff; cursor: pointer; }
	input.viewcart:hover, .greenbtn2 { width: auto; margin-left: 40px; font-weight: 600; background-color: #33a639; border-color: #33a639; color: #ffffff; cursor: pointer; }

th { text-align: left; }

a.retail {
	display: block;
	width: 143px;
	height: 55px;
	background: transparent url(images/retailers-click-here.gif) no-repeat 0 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
	a.retail:hover { background-position: 0 -80px; }
	a.retail:active { background-position: 0 -160px; }
a.press {
	display: block;
	width: 124px;
	height: 41px;
	background: transparent url(images/press.gif) no-repeat 0 0;

}
	a.press:hover { background-position: 0 -41px; }
	a.press:active { background-position: 0 -41px; }
a.wheretobuy {
	display: block;
	width: 217px; height: 40px;
	background: transparent url(images/where-to-buy.gif) no-repeat 0 0;
}
	a.wheretobuy:hover { background-position: 0 -40px; }
	a.wheretobuy:active { background-position: 0 -80px; }

p { margin-left: 40px; }

p.text { 
	width: 380px; 
	color: #316c0b; 
	line-height: 180%;
}

p.large, span.large {
	width: 550px;
	font-size: 180%;
	line-height: 120%;
}

div.white { 
	padding: 1em 0;
	background-color: #ffffff;
}
	div.white p { margin-right: 40px; }

#content {
	position: relative;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	background-color: #ffec00;
}

#mast {
	width: 100%; height:231px;
	margin: 0; padding: 0;
}

	#logo {
		float: left;
		margin: 20px 0 0 18px;
		width: 261px; height: 181px;
		background-image: url(images/it-clips-logo.gif);
	}
		#logo a { display: block; width: 261px; height: 181px; }
	
	#recycle {
		float: right;
		width: 222px; height: 231px;
		margin-right: 10px;
		background-image: url(images/dont-toss.gif);
	}

#copyright { margin-top: 3em; margin-bottom: 1em; font-size: 90%; }

.clips { margin: 10px 15px; }

.emphasis {
	font-family: Arial Black, Helvetica Black, sans-serif;
	font-weight: 800; 
}

.small { font-size: 80% }

.left { float: left; margin-right: 20px; }
.right { float: right; margin-left: 20px; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }

a { color: #f04130; }
a:hover { color: #33a639; }
a:active { text-decoration: none; }


.bold {
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
