/*

Demo by: Dan Feller - dan@ideapark.com
created: 03-07-11

note: if you use this code, some sort of PNG fix will be required for IE6. there are many out there.




*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	list-style: none;
	font: normal 13px/16px helvetica, arial, verdana, sans-serif;
	color: #79755a;
}

body {
	background-color: #f0efea;
}

#content {
	margin: 0 auto; /* For presentation purposes only */
	width: 570px;
	padding: 0 0 0 10px;
	height: 857px;
	background: url('images/background.gif') no-repeat top left;
}

#header {
	width: 492px;
	min-height: 121px;
	margin-left: 10px;
	background: url('images/arrow.png') no-repeat top left;  /* Gotham rounded is not currently supported by any font-embed service so the title "did you see..." has to be part of the image (unless you pick a different font) */
}
#header p {
	width: 334px;
	padding: 60px 0 0 10px;
}
.item {
	width: 276px;
	display: block;
	float: left;
	margin: 0 4px 20px 0;
}
.tv {
	width: 276px;
	height: 179px;
	background: url('images/tv-plain.png') no-repeat top left;
}
.upper {
	height: 227px;
	margin-top: -28px;
}

.uLeft {
	background: url('images/tv-w-text.png') no-repeat top left;
}
.uRight {
	background: url('images/tv-w-antenna.png') no-repeat top left;
}
.infoBox {
	width: 163px;
	background-color: #FFF;
	border: 2px solid #d67f19;
	padding: 15px;
	margin: 0 56px 0 23px;
	 -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
   -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  
}
.infoBox a {
	color: #f7921e;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

.infoBox a:hover {
	color: #ec078c;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
img.item-norm {
	width: 212px;
	height: 143px;
	padding: 20px 0 0 15px;
}
.upper img.itemTop {
	padding: 68px 0 0 15px;
}



