/* CSS Document Candy Shop - Home */

body {
	color: #fff;
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*Purple*/
	background-image:url(../images/purple.jpg);
	background-color: #070016;
}

div#header {
	height:147px;
	/*Purple*/
	background-image:url(../images/purple_top.jpg);
}

/*div#header-2 {
	height:147px;
	background-image:url(../images/purple_top2.jpg);
}*/

div#top-fold {
	height:239px;
	/*Purple*/
	background-image:url(../images/purple_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/purple_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#left-column {
	width:225px;
	float:left;
}

div#left-column p {
	margin-right:13px;
	padding-bottom:13px;
}

div#middle-column {
	width:243px;
	float:left;
}

div#middle-column p {
	margin-right:13px;
	padding-bottom:13px;
}

div#right-column {
	width:226px;
	float:left;
}

div#right-column p {
	margin-right:13px;
	padding-bottom:13px;
}
.reviews { 
	width:527px;
	height:81px;
	margin-left:9px;
	background:url(../images/reviews_bg.gif);
	/*border-bottom:1px solid #fff;*/
}

.reviews img {
	border:1px solid #fff;
	float:left;
	margin-top:17px;
	margin-right:6px;
}

.reviews p {
	color:#fff;
	padding-top:15px;
	line-height:13px;
}

.reviews p span {
	color:#8f64d8;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
}

/* -----------------------------------------------------------
Reviews Area
----------------------------------------------------------- */


div#innertube p span {
	color:#8f64d8;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
}

div#innertube p a {
	color:#8f64d8;
	text-decoration:none;
}

div#innertube p a:hover {
	color:#fff;
	text-decoration:underline;
}

/* -----------------------------------------------------------
Agency Reveiw Table
----------------------------------------------------------- */

.agencytable { 
	color: #fff;
	text-align: left;
	border: 1px solid #ffffff;
	width:484px;
	margin:10px 0px 0px 57px;
}

.agencytable tr {
	border-bottom:1px solid #fff;
}

.agencytable tr,th,td {
	padding: 4px;
}

.agencytable tr:hover {
	background-color:#333;
	color: #fff;
}
