/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1, h2, h3, h4, h5 {font-weight: bold;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
strong {font-weight: bold;}
em {font-style: italic;}

body {
	background: #7d6a55;
	font-size: 14px;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	color: #212d35;
}

#page_wrapper {
	width: 760px;
	margin: 0 auto 40px;
	padding: 0;
	background: #d9cfc3;
	border: 1px solid #f2901d;
	border-top: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}


/* =========== */
/* = Top Bar = */
/* =========== */

#top_bar {
	width: 760px;
	position: relative;
}

#top_bar h1 {
	font-size: 1.5em;
	background: transparent url('../images/header_logo.jpg') no-repeat;
	text-indent: -5000px;
	width: 296px;
	height: 294px;
}

#top_bar #grid_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 464px;
}

#top_bar #grid_wrapper #imagegrid_wrapper {
	background: url('../images/imagegrid_background.jpg');
	width: 464px;
	height: 216px;
}

#top_bar #grid_wrapper .overlay td {
	border: 1px solid #d9cfc3;
}

#peel_back {
	position: absolute;
	top: 0;
	right: 0;
	width: 396px;
	height: 136px;
	z-index: 300;
	background: transparent url('../images/peel_back.png') no-repeat;
}

.imagegrid,
 .imagegrid tr,
 .imagegrid td,
 .imagegrid div,
 .imagegrid img,
 .overlay table,
 .overlay tr,
 .overlay td {
	margin: 0;
	padding: 0;
	border: 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

/*.overlay td {
	border: 1px solid black;
}*/

.imagegrid td {
	background: transparent;
}

.imagegrid td div {
	position: relative;
	width: 116px;
	height: 54px;
	overflow: visible;
}

.imagegrid td div img {
	position: absolute;
	display: none;
}

.imagegrid .push_down div img {
	top: 0;
}

.imagegrid .push_up div img {
	bottom: 0;
}

.imagegrid .push_right div img {
	left: 0;
}

.imagegrid .push_left div img {
	right: 0;
}