/* CSS Document */

/* RESETS
==============================================================================*/
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,
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: top;
	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;
}

/* defaults, globals, and miscellaneous
==============================================================================*/
body {
	font-size: 62.5%; /* sets the stage for using ems */
	text-align: center;
	background:url(../../images/kj_back.jpg) #c20d00;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
#top_container {
	width:967px;
	position:relative;
	margin: 0 auto;
	z-index:4999;
	}
#tablecontainer 
{ 
border-color: Gray; 
border-width: 3px; 
border-style: solid; 
} 
#Specialtd { border-width:thin; 
border-style: solid; 
border-color:Gray;
vertical-align:bottom;
}



/* header
==============================================================================*/
.top { 
	 height: 163px;
	 }
h1 {
	position: relative;
	height: 31px;
	}
	h1 a {
		display: block;
		position: absolute;
		top: 2px;
		left:16px;
		width: 260px;
		height: 29px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../../images/snapperz_header.jpg) no-repeat;
		}
#tag {
	display: block;
	position: absolute;
	top: 7px;
	right:12px;
	width: 321px;
	height: 21px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../../images/tag_line.jpg) no-repeat;
	}
	
/* menu
==============================================================================*/
.menu {
	position: relative;
	width:900px;
	height:33px;
	background:url(../../images/menu_back.jpg) repeat-x;
	}
.menu .left {
	background:url(../../images/menu_left.jpg) no-repeat left top;
	position: absolute;
	left:0px;
	height: 33px;
	width:36px;
	}
.menu .right {
	background:url(../../images/menu_right.jpg) no-repeat right top;
	position: absolute;
	right:0px;
	height:33px;
	width:36px;
	}
.menu img {
	margin-top: 9px;
	margin-left: 19px;
	}
.menu .first {
	margin-left: 0px;
	}
	
/* content
==============================================================================*/
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	font: normal 1.4em/1.2em Comic Sans, Comic Sans MS, cursive;
	color:#164554 ;
	}
#container a {
	color:#c41302;
	font-weight:bold;
	text-decoration:underline;
	}
#container a:hover {
	background-color: #fdff38;
	}	
#offerlist { 
	list-style-image: url(../../images/offer_bullet.jpg);
	text-align:left;
	color:white;
	font-size:.9em; 
	padding-left: 7px;
	margin-left:3px;
	}		
#playlist { 
	list-style-image: url(../../images/offer_bullet.jpg);
	text-align:left;
	color:#fdff38;
	font-size:1.0em;
	margin-left:20px;
	margin-top:10px;
	}
#playlist a {
	color:#fdff38;
	font-weight:bold;
	text-decoration:underline;
	}	
#playlist a:hover {
	background-color: #4b0055;
	}
#yellow a {
	color:#fdff38;
	font: bold 1.3em/1.6em Comic Sans, Comic Sans MS, cursive;
	text-decoration:underline;
	}	
#yellow a:hover {
	background-color: #4b0055;
	}
#thumbnails {
	color:#FFFFFF;
	}
#thumbnails a {
	color:#fdff38;
	font: bold .9em/1.2em Comic Sans, Comic Sans MS, cursive;
	text-decoration:underline;
	}	
#thumbnails a:hover {
	background-color: #4b0055;
	}				
#contentblock {
	margin: 5px 15px;
	}				
#contentblock .title {
	font: bold 1.4em/2.4em Comic Sans, Comic Sans MS, cursive;
	}		


	
/* footer
==============================================================================*/
#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	background-color: #7db30e;
	}
#footermenu {
	margin-top:10px;
	}
#footermenu a {
	color:#FFFFFF;
	}
#footermenu a:hover {
	background-color: #4b0055;
	}

	
/* toggler
==============================================================================*/	
.toggler {
	margin: 0px;
	padding:0px;
	cursor:pointer;
}
.element p {
	margin: 0;
	padding: 4px;
}
