/* CSS Document Candy Shop - Home */

body {
	color: #fff;
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*Red*/
	background-image:url(../images/red.jpg);
	background-color: #290000;
}

div#header {
	height:147px;
	/*Red*/
	background-image:url(../images/red_top.jpg);
}

div#top-fold {
	height:239px;
	/*Red*/
	background-image:url(../images/red_fold.jpg);
}

div#top-fold-text {
	padding:59px 0 0 34px;
	width:300px;
}

div#top-fold-text p {
	line-height:13px;
	padding-bottom:13px;
}

div#inner-footer {
	text-align:right;
	height:66px;
	background:url(../images/red_diamond.jpg) no-repeat left bottom;
}

div#inner-footer p {
	padding:45px 10px 0 0;
}

div#inner-footer a {
	text-decoration: none;
	color: #fff;
}

div#inner-footer a:hover, a.active {
	text-decoration: underline;
	color: #fff;
}

/* -----------------------------------------------------------
Editable Content Aread
----------------------------------------------------------- */

div#innertube p a {
	color:#b60000;
	text-decoration:none;
}

div#innertube p a:hover {
	color:#fff;
	text-decoration:underline;
}

.available { 
	width:527px;
	height:81px;
	margin-left:9px;
	background-image:url(../images/availablity_bg.gif);
}

.available img {
	border:1px solid #fff;
	float:left;
	margin-top:17px;
	margin-right:6px;
}

.available p {
	color:#fff;
	padding-top:17px;
	line-height:13px;
}

.available p span {
	color: #b60000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
}




.prices { 
	width:527px;
	height:81px;
	margin-left:9px;
	background-image:url(../images/style_prices.jpg);
}

.prices img {
	border:1px solid #fff;
	float:left;
	margin-top:17px;
	margin-right:6px;
}

.prices p {
	color:#fff;
	padding-top:17px;
	line-height:13px;
}

.prices p span {
	color: #b60000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
}






