/* 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_top2.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;
}

div#galley-container {
	clear:both;
	padding-top:20px;
}

.gallery {/*Wraps around each gallery image*/
	width:130px;
	float:left;
	clear:right;
	margin-right:8px;
	margin-bottom:5px;
}

.gallery img{
	border: 1px solid #fff;
	margin-bottom:5px;
}

div#left-column {
	float:left;
	width:370px;
}

div#left-column p {
	padding-bottom:13px;
	line-height:13px;
	margin-right:30px;
}

div#left-column p span {
	color: #b60000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
}

div#right-column {
	float:left;
	width:310px;
}

div#right-column img {
	border:1px solid #fff;
}
