/* CSS Document Candy Shop - Home */

body {
	color: #fff;
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*Blue*/
	background-image:url(../images/blue.jpg);
	background-color: #000005;
}

div#header {
	height:147px;
	/*Blue*/
	background-image:url(../images/blue_top.jpg);
}

div#top-fold {
	height:239px;
	/*Blue*/
	background-image:url(../images/blue_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/blue_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
----------------------------------------------------------- */

.dropdown {
	background:#333c53;
	color:#fff;
	border:1px solid #fff;
	padding:1px;
	font-size:11px;
	margin:10px 0 0 23px;
}

.girls {/*Wraps around each girl*/
	width:130px;
	float:left;
	clear:right;
	margin-right:8px;
	margin-bottom:5px;
}

.girls img{
	border: 1px solid #fff;
	margin-bottom:5px;
}

.girls span{
	color: #7497d2;
}