/*--------------------------------*/
/*------------COLOURS-------------*/
/*Purple:	#560041---------------*/
/*Gold:		#C9AC68---------------*/
/*--------------------------------*/

/*--------------------------------*/
/*------------CONTENT-------------*/
/*Telecoms------------------------*/
/*	-Call Options Boxes-----------*/
/*Broadband-----------------------*/
/*	-Modem Boxes------------------*/
/*	-Signup Button----------------*/

/*--------------------------------*/
/*-----------FAQ Holder-----------*/
/*--------------------------------*/

#faq_holder
{
	width: 550px;
	min-height: 600px;
	float: left;
	margin-top: -15px;		
}

	#faq_holder a:link, #faq_holder a:hover, #faq_holder a:active, a:visited
	{
		text-decoration: none;
		color: #560041;
	}

	#faq_holder ul
	{
		list-style-type: decimal;
		margin-left: 25px;
		color: #560041;
	}

/*--------------------------------*/
/*-----------TELECOMS-------------*/
/*--------------------------------*/

	/*Telecoms------------------------*/
	/*--------CALL OPTIONS BOXES------*/
	/*--------------------------------*/

	#smallbox1, #smallbox2
	{
		width: 270px;
		height: 225px;
		background: url(images/small_box2.png) no-repeat;
		margin: 0px 0px 10px 0px;
	}

	#bigbox1, #bigbox2
	{
		width: 270px;
		height: 260px;
		background: url(images/big_box2.png) no-repeat;
		margin: 0px 0px 10px 0px;
	}

	#smallbox1, #bigbox1
	{
		float: left;
		margin-left: -10px;
	}

	#smallbox2, #bigbox2
	{
		margin-left: 280px;
		width: 270px;
	}

	.box_content
	{
		padding-top: 15px;
		padding-left: 25px;
		padding-right: 15px;
		font-size: 0.9em;
		text-align: center;
		color: #333;
	}

		.box_content p
		{
			font-size: 0.9em;
			font-weight: normal;
			text-align: left;
		}

		.box_content_header
		{
			margin-left: -20px;
			font-weight: bold;
		}

/*--------------------------------*/
/*------------BROADBAND-----------*/
/*--------------------------------*/

	/*Broadband-----------------------*/
	/*-----------Modem Boxes----------*/
	/*--------------------------------*/

	#modembox1
	{
		width: 265px;
		height: 300px;
		background: url(images/speedtouch330.jpg) no-repeat;
	}
	#modembox2
	{
		width: 265px;
		height: 300px;
		background: url(images/speedtouch585.jpg) no-repeat;
	}

	#modembox1 ul
	{
		clear: none;
		list-style-position: outside;	
	}
	#modembox2 ul
	{
		clear: none;
		list-style-position: outside;	
	}
	
	/*Broadband-----------------------*/
	/*----------Signup Button---------*/
	/*--------------------------------*/
	
	.broadband_signup
	{
		float: right; 
		margin-top:60px; 
		margin-right: 80px;	
	}
	
	/*--------------------------------*/
	/*-----------Modal Popup----------*/
	/*--------------------------------*/	
	.confirm-dialog
	{
		background: url(images/modal/bg/dialog24.png) no-repeat left top;
		margin: 0px auto;
		width: 630px;
		padding-top: 14px;
		position: relative;
	}

		.confirm-dialog .inner
		{
			padding-right: 20px;
			padding-left: 20px;
			padding-bottom: 11px;
			background: url(images/modal/bg/dialog24.png) no-repeat left bottom;
			float: left;
			margin: 0px 0px -20px 0px;
			width: 590px;
			padding-top: 0px;
			height: 200px;
		}

		.confirm-dialog .base
		{
			border-top: #ddd 1px solid;
			padding-bottom: 4px;
			margin-left: -11px;
			margin-right: -11px;
			padding-top: 4px;
			text-align: center;
			font-size: 0.8em;
			margin-top: 70px;
		}

		.confirm-dialog h2
		{
			font-weight: bold;
			font-size: 1.25em;
			color: #f60;
			text-align: center;
		}

	.close
	{
		display: block;
		background: url(images/modal/icn/close24.png) no-repeat 0px 0px;
		left: -5px;
		width: 26px;
		text-indent: -1000em;
		position: absolute;
		top: -7px;
		height: 26px;
	}

	.modalBackground
	{
		background-color: Gray;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.modal
	{
		width: 800px;
		background: #fff;
		border: 3px solid #560041;
		padding-top: 0px;
	}

		.modal h5
		{
			padding: 20px;
			margin: -10px 0px 0px;
		}

		.modal p, .modal_button, .button_bar
		{
			margin: 10px 20px;
		}

		.modal .modal_button:link, .modal .modal_button:visited
		{
			background: #C9AC68;
			color: #fff;
			padding: 4px 5px;
			font-weight: bold;
			text-decoration: none;
		}

		.modal .modal_button:hover, .modal .modal_button:active
		{
			background: #560041;
			text-decoration: underline;
		}

.validationsummary ul
{
	padding: 0px 15px;
}

ul#sitemap
{
	margin: 15px 0px 0px 0px;
}

ul.navlist li
{
	margin: 4px 0px;
}
