/* Basic Elements Here */
body {

	font-family: tahoma, helvetica, arial, sans-serif;
	
	font-size: 90%;

	color: black;
	
	background-color: #F3F2AC;

	margin: 0;
	
	padding: 0;
	
}

p, li, ol {

	line-height: 1.5em;
	
}

img {

	border-style: none;

}

input {

	font-family: tahoma, helvetica, arial, sans-serif;

	color: black;

}

textarea {

	font-family: tahoma, helvetica, arial, sans-serif;

	color: black;

}

label {

	font-style: normal;

}

#header {

	height: 114px;
	
	width: 100%;
	
	vertical-align: top;
	
	margin: 0;
	
	padding: 0;
	
}

.logo {

	width: 536px;
	
	text-align: left;
	
	vertical-align: top;

}

.ipod {

	text-align: right;
	
	vertical-align: top;
	
}

#content {

	text-align: left;
	
	vertical-align: top;
	
	width: 100%;
	
	margin: 0;
	
	padding: 0;	

}

.generalcell {

	text-align: left;
	
	vertical-align: top;

}

.generalrightcell {

	text-align: right;
	
	vertical-align: top;

}

#left {

	width: 316px;
	
	text-align: left;
	
	vertical-align: top;

}

.banner {

	width: 316px;
	
	height: 223px;
	
	text-align: left;
	
	vertical-align: top;
	
}

.note {

	width: 316px;
		
	background-image: url(images/note.jpg);

	background-repeat: repeat-y;
	
	vertical-align: top;
	
	text-align: left;
	
}

.notedetails {

	padding-left: 35px;
	
	padding-right: 70px;
	
	font-weight: bold;
	
	text-align: justify;
	
	vertical-align: top;
		
}

.notedetails p {

	line-height: 1.4em;
	
}

.notedetails a, .notedetails a:link, .notedetails a:active, .notedetails a:visited  {

	color: #0066CC;
	
	text-decoration: none;
	
	border-style: none;
	
}

.notedetails a:hover {

	color: #0066CC;

	text-decoration: underline;
	
	border-style: none;
	
}

.notefooter {

	width: 316px;
	
	height: 33px;
	
}

#right {

	width: 100%;
	
	vertical-align: top;
	
	text-align: left;

}

.bars {

	height: 38px;
	
	background-image: url(images/bars.jpg);

	background-repeat: repeat-x;
	
	text-align: right;
	
	vertical-align: top;
	
	font-weight: bold;

}

.bars a, .bars a:link, .bars a:active, .bars a:visited  {

	color: #000000;

	text-decoration: none;
	
	border-style: none;
	
}

.bars a:hover {

	color: #FFFFFF;

	text-decoration: none;
	
	border-style: none;
	
}

.body {

	padding-top: 20px;
	
	padding-left: 10px;

	padding-right: 40px;

	text-align: justify;
		
}

.body a, .body a:link, .body a:active, .body a:visited  {

	color: #CC0000;

	text-decoration: none;
	
	border-style: none;
	
}

.body a:hover {

	color: #CC0000;

	text-decoration: underline;
	
	border-style: none;
	
}

.title {

	color: #000000;
	
	font-weight: bold;
	
}

.scene {

	color: #000000;
	
	font-style: italic;
	
}

.hungrypod {

	color: #CC0000;
	
	font-weight: bold;
	
}

#price {

	border: 1px dashed black;
	
	text-align: center;
	
}

.priceheadbotright {

	font-weight: bold;
	
	border-bottom: 1px dashed black;
	
	border-right: 1px dashed black;

}

.priceheadbot {

	font-weight: bold;
	
	border-bottom: 1px dashed black;

}

.pricedetailsbotright {

	border-bottom: 1px dashed black;
	
	border-right: 1px dashed black;
	
}

.pricedetailsright {

	border-right: 1px dashed black;
	
}

.pricedetailsbot {

	border-bottom: 1px dashed black;
	
}

#disclaimer {

	width: 100%;

	height: 30px;

	text-align: center;
	
	vertical-align: bottom;

}

#footer {

	width: 100%;

	height: 53px;

	background-image: url(images/check.jpg);

	background-repeat: repeat-x;

}


#spacer {

	width: 100%;

	height: 53px;

	background-image: url(images/spacer.jpg);

	background-repeat: repeat-x;

}

/* End Basic Elements */
