@charset "utf-8";
@import url("cssreset.css");

body {
	/*background:url(../images/bg_vertical_stretch.gif) top center repeat-y #333333;*/
	background:url(../images/coloured-background.jpg) top center no-repeat; 
	font:normal 12px arial;
	color:#000000;
}

#main_wrapper{
	width:978px;
	margin:0px auto;
}

#header{
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}
	#header_logo{
		width:228px;
		float:left;
	}
		
		#header_logo a{
			display:block;
			font-size:10px;
			font-weight:bold;
			text-decoration:none;
			color:#ffffff;
			padding-left:20px;
			text-shadow: #a0891f 0px 1px 1px;
		}
	#header_banner{
		width:728px;
		height:90px;
		float:right;
		background:#fff;
	}
	
#topmenu{
	background:url(../images/topmenu_bg.png) center center no-repeat;
	height:32px;
	line-height:32px;
	text-align:right;
	padding:0px 12px;
	color:#FFF;
	font-size:11px;
}
	#topmenu a{
		color:#FFF;
		text-decoration:none;
		padding:0px 5px;
	}
#crumbtrail_wrap{
	padding:10px 10px 10px 20px;
}
	#crumbtrail_wrap a{
		color:#000000;
		text-decoration:none;
		font-size:11px;
	}

.roundbox1, 
.roundbox2, 
.roundbox3, 
.roundbox4{
	width:228px;
}
	.roundbox1 span, 
	.roundbox2 span, 
	.roundbox3 span, 
	.roundbox4 span{
		display:block;
		background:url(../images/roundboxes.png) no-repeat;
		padding-top:14px;
	}
		.roundbox1 span span,
		.roundbox2 span span,
		.roundbox3 span span,
		.roundbox4 span span{
			display:block;
			padding:0px 14px 14px 14px;
		}
			
			.roundbox1 span{
				background-position:0px 0px;	
			}
			.roundbox1 span span{
				background-position:0px bottom;	
			}
			
			.roundbox2 span{
				background-position:-228px 0px;	
			}
			.roundbox2 span span{
				background-position:-228px bottom;	
			}
			
			.roundbox3 span{
				background-position:-456px 0px;	
			}
			.roundbox3 span span{
				background-position:-456px bottom;	
			}
			
			.roundbox4 span{
				background-position:-684px 0px;	
			}
			.roundbox4 span span{
				background-position:-684px bottom;	
			}
			
.side_tags_box a{
	color:#000000;
	font:normal 11px arial;
	text-decoration:none;
	padding:1px 3px;
}
	.side_tags_box a:hover{
		background:#fffb38;
	}

.mbottom{
	margin-bottom:14px;	
}

h1{
	font:bold 24px arial;	
}
	h1.page_title{
		padding-bottom:16px;	
	}
h2{
	font:bold 16px arial;	
}
	h2.panel_title{
		padding-bottom:10px;
	}
	h2 a{
		color:#000000;
		text-decoration:none;
	}
	h2 a:hover{
		text-decoration:underline;
	}
h3{
	font:bold 14px arial;	
}
	h3.panel_title{
		padding-bottom:6px;
		border-bottom:1px solid #56518a;
		margin-bottom:10px;
	}
	
#sidemenu_list{
	margin-top:10px;	
}
	#sidemenu_list li a{
		display:block;
		height:26px;
		line-height:26px;
		text-decoration:none;
		color:#000;
		padding-left:5px;
	}
		#sidemenu_list li a:hover{
			background:url(../images/sidemenu_selector.png) 0 0 no-repeat;
			padding-left:12px;
		}
		#sidemenu_list li a.active{
			background:url(../images/sidemenu_selector.png) 0 0 no-repeat;
			padding-left:12px;
			font-weight:bold;
		}
		
#side_left{
	width:228px;
	float:left;
}
#right{
	width:728px;
	float:right;
}

#cols_3_wrap li{
	display:block;
	float:left;
	padding-bottom:22px;
}
	#cols_3_wrap li.padded{
		padding-left:22px;	
	}
	#cols_3_wrap li .roundbox4 span span{
		height:200px;	
	}
	
.cell_data{
	height:172px;	
}
	.cell_data b{
		display:block;
		padding:14px 0px;
	}
.cell_data_tags{
	background:#fffedd;
	font:normal 10px arial;
	color:#000;
	padding:8px 6px;
}
	.cell_data_tags a{
		color:#5f599a;
		text-decoration:underline;
	}
	
.cell_data_desc{
	padding:8px 6px;	
}	

#pagination_wrap{
	background:url(../images/pagination-wrapbox.png) left center no-repeat;
	width:728px;
	height:60px;
	margin-bottom:20px;
}
	
#pagination {
	float:left;
	width:100%;
	padding:20px 12px 20px 12px;
}
	#pagination li{
		display:inline;
	}
		#pagination li a{
			font:bold 11px arial;
			float:left;
			width:auto;
			height:20px;
			line-height:20px;
			background:url(../images/paginationboxes.png) right 0px;
			padding-right:7px;
			text-decoration:none;
			margin-right:8px;
			color:#58662b;
		}
			#pagination li a span{
				float:left;
				width:7px;
				height:20px;
				background:url(../images/paginationboxes.png) left 0px;
			}
		#pagination li a:hover, #pagination li a.pagination_active{
			background-position:right 20px;	
			color:#56518a;
		}
			#pagination li a:hover span, #pagination li a.pagination_active span{
				background-position:left 20px;	
			}
			
#footer{
	margin-top:30px;
	border-top:1px solid #5d5898;
	padding:16px 0px;
}
	#footer img{
		float:left;
	}
	#footer div.footer_links{
		float:right;
	}
		#footer div.footer_links a{
			font:normal 11px arial;
			color:#000000;
			text-decoration:none;
		}
		#footer div.footer_links a:hover{
			text-decoration:underline;
		}

#cols_2_wrap .cols_2_left{
	float:left;
	width:405px;
}
#cols_2_wrap .cols_2_right{
	float:right;
	width:300px;
}

.roundbox_300_1{
	width:300px;	
}
	.roundbox_300_1 span{
		display:block;
		background:url(../images/roundboxes_300_2.png) no-repeat;
		padding-top:14px;
		background-position:0px 0px;
	}
		.roundbox_300_1 span span{
			display:block;
			padding:0px 14px 14px 14px;
			background-position:0px bottom;
		}
		
.roundbox_405_1{
	width:405px;	
}
	.roundbox_405_1 span{
		display:block;
		background:url(../images/roundboxes_405.png) no-repeat;
		padding-top:14px;
		background-position:0px 0px;
	}
		.roundbox_405_1 span span{
			display:block;
			padding:0px 14px 14px 14px;
			background-position:0px bottom;
		}

p.ringtone_description{
	padding:10px 0px;	
}

.featured_row{
	background:url(../images/featured_row_bg.jpg) center top repeat-x;
	margin-bottom:1px;
	width:405px;
	font:normal 11px arial;
	padding:4px 0px;
}
	.featured_row a{
		color:#000;
		text-decoration:none;
	}
	.featured_row a:hover{
		text-decoration:underline;
	}

.hidden{
	display:none;	
}

.ringtone_details_extra td{
	padding:30px 0px 10px 0px;	
}
.ringtone_details_extra .no_donations{
	border:solid 1px #ebb400;
	border-left:0;
	border-right:0;
	font:bold 11px arial;
	color:#57528b;
	padding:14px 0px;
}
	.ringtone_details_extra .no_donations strong{
		color:#57528b;
	}

.ringtone_details_extra .gad{
	padding-top:25px;
	width:125px;
	margin:0px auto;
}

/* FEEDBACK SLIDEOUT FORM */
.slide-out-div {
	padding: 30px 30px 0px 30px;
	width: 265px;
	background: #fffedd;
	border: 3px solid #5f599a;
}
	.slide-out-div label, .slide-out-div input, .slide-out-div textarea{
		display:block;
		font-size:12px;
	}
	.slide-out-div input, .slide-out-div textarea{
		padding:5px;
		width:250px;
		border:solid 2px #ebb400;
	}
	.slide-out-div label{
		padding:15px 0px 5px 0px;	
		font-weight:bold;
	}
	
	.slide-out-div #send{
		width:120px;
		height:30px;
		background:url(../images/side-feedback-send.png) top left no-repeat;
		text-indent:-9999px;
		border:none;
		cursor:pointer;
		cursor:hand;
		float:right;
	}

	#sent-thankyou{
		padding:30px;
		background:#deddc1;
		line-height:15px;
		display:none;
	}