/*--------------------------------------------------------------

[Colour Codes]

Background:		#560041; (Purple)
Content:		#ffffff; (White)
Header h2:		#560041; (Purple);
				#C9AC68; (Gold);

--------------------------------------------------------------*/

/*--------------------------------------------------------------
[Layout]

* body
				+ Header 
					/ #home h1, #content h1
				+ Content 
					/ #content_holder, #bill_itemisation
				+ Sidebar 
					/ #sidebar
				+ Footer 
					/ #footer

Navigation		#nav

--------------------------------------------------------------*/

html
{
	background: #560041;
}

body
{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#wrap_pull #wrapper
{
	float: none;
}

#wrap_pull #sidebar
{
	float: none;
	margin-left: 620px;
}
h1
{
	height: 136px;
	width: 900px;
	text-indent: -9999px;
	cursor: pointer;
}
#home h1
{
	text-indent: -9999px;
	display: none;
}

#content h1
{
	background: #fff url(images/header1.jpg) no-repeat;
	float: left;
}

#wrapper
{
	background: #fff url(images/titan_background.jpg) no-repeat top right;
	width: 900px;
	float: right;
}


#nav2
{
	height: 32px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin-left: 50px;
	margin-bottom: 10px;

}

#nav2 .menu_first
{
	height: 32px;
	background-image: url(images/menu_left.jpg);
	background-repeat: no-repeat;
	width: 69px;
	float: left;
	padding: 2px 0 0 10px;
}

#nav2 .menu_bg 
{
	height: 32px;	
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat;
	float:left;
}
#nav2 .menu_right
{
	height: 32px;	
	background-image: url(images/menu_right.jpg);
	background-repeat: no-repeat;
	width: 79px;
	float: left;	
}

#content #nav_pull
{
	margin-top: -20px;
}

	#nav ul
	{
		margin-left: 50px;
	}

	#nav #search
	{
		float: right;
		margin-bottom: 5px;
		margin-right: 10px;
	}

.searchbox
{
	background: #C9AC68;
	color: #fff;
}

.pageheader
{
	margin-left: 400px;
	margin-top: -80px;
}
.pageheader2
{
	margin-left: 350px;
	margin-top: -80px;
}

.hide
{
	display: none;
}

.show
{
	display: inline;
}

#nav
{
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}

#nav ul li
{
	display: inline;
	font-size: 12px;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	background-color: white;
}

#nav ul li.first
{
	border-left: 0px solid #999;
}

#nav ul li.last
{
	border-right: 0px solid #999;
	/*padding-left: 13px;*/
}

#nav a:link, #nav a:visited
{
	color: #333;
	text-decoration: none;
	/*border: 1px solid white;	*/
}

/*#nav a:hover, #nav a:active
{
	color: #560041;
	background-color: yellow;
}
*/
#nav ul li:hover
{
	background-color: #fbf195;
}

#nav .active
{
	font-weight: bold;
	/*border-bottom: 2px solid #560041;*/
}

/* FOOTER */
#footer
{
	text-align: center;
	height: 139px;
	background: #fff url(images/footer.jpg);
	background-position: bottom center;
	margin-top: 30px;
	clear: both;
	width: 900px;
}

	#footer p
	{
		font-size: 0.8em;
	}

	#footer h2
	{
		text-align: center;
		height: 30px;
	}

	#footer ul
	{
		padding-left: 15px;
		font-size: 0.7em;
		overflow: visible;
	}

		#footer ul li
		{
			display: inline;
			height: 20px;
		}

	#footer a:link, #footer a:visited
	{
		color: #03f;
	}

	#footer a:hover, #footer a:active
	{
		color: Red;
	}

	.pdf
	{
		background: url(images/pdf.gif) no-repeat;
		height: 16px;
		padding-left: 20px;
	}

/* CONTENT */
#welcome
{
	height: 150px;
	width: 380px;
	margin: 5px 50px 0px;
	background: url(images/welcome_bg.png) no-repeat;
	padding: 10px 50px 0px 125px;
}

	#welcome h2
	{
		font-size: 17px;
		color: #560041;
		padding-left: 10px;
		text-decoration: none;
		border-bottom: none;
		padding-bottom: 5px;
	}
	
#box_holder
{
	margin-left: 50px;
}

	#box_holder a:link, #box_holder a:visited
	{
		color: #560041;
		text-decoration: none;
	}
	#box_holder a:hover, #box_holder a:active
	{
		color: #560041;
		text-decoration: underline;
	}

#welcome p
{
	padding-left: 10px;
	font-size: 0.9em;
}

#mainbox, #secondarybox, #thirdbox, #fourthbox, #fifthbox, #sixthbox
{
	width: 400px;
	height: 183px;
	background: url(images/box_bg_a.png) no-repeat;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}

#mainbox:hover, #secondarybox:hover, #thirdbox:hover, #fourthbox:hover, #fifthbox:hover, #sixthbox:hover
{
	background: url(images/box_bg_a12.png) no-repeat;
	cursor: pointer;
}

#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;
}

#modembox1
{
	width: 265px;
	height: 300px;
	background: url(images/speedtouch330.jpg) no-repeat;
}
#modembox2
{
	width: 265px;
	height: 300px;
	background: url(images/speedtouch585.jpg) no-repeat;
}
.broadband_signup
{
	float: right; 
	margin-top:60px; 
	margin-right: 80px;	
}
/*
.signupbtn
{
	float: right; 
	margin-top:60px; 
	margin-right: 20px;	
	width: 250px;
	height: 50px;
	color:#560041;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	background-color:#fed;
	border:2px solid;
	border-top-color:#560041;
	border-left-color:#560041;
	border-right-color:#560041;
	border-bottom-color:#560041;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.signupbtn2
{
	float: right; 
	margin-top:60px; 
	margin-right: 20px;	
	width: 250px;
	height: 50px;
	color:#560041;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	background-color:#560041;
	border:2px solid;
	border-top-color:#560041;
	border-left-color:#560041;
	border-right-color:#560041;
	border-bottom-color:#560041;
}
*/

.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;
	}

#secondarybox, #fourthbox, #sixthbox
{
	margin-left: 420px;
	width: 213px;
}

#mainbox, #thirdbox, #fifthbox
{
	float: left;
}

#secondarybox, #fourthbox, #sixthbox
{
	margin-left: 420px;
	width: 400px;
}

#home h3
{
	color: #560041;
	font-size: 1.3em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar h3
{
	color: #560041;
}

#mainbox p, #secondarybox p, #thirdbox p, #fourthbox p, #fifthbox p, #sixthbox p
{
	padding: 10px 0px;
	padding-left: 20px;
}

.description
{
	height: 105px;
	width: 355px;
	background: url(images/description_bg3.png) no-repeat;
	margin-left: 20px;
}

	.description a
	{
		background: url(images/btn01.png) bottom right no-repeat;
	}

		.description a:hover
		{
			background: url(images/btn01.png) bottom right no-repeat;
		}

	.description p
	{
		margin: 15px 15px 0px 10px;
	}

	.description .button
	{
		float: right;
		margin-right: 20px;
		margin-top: 10px;
		width: 114px;
		height: 42px;
	}

/* customer zone */

#custzone_holder a:link, #custzone_holder:visited, #custzone_holder:active
{
		color: #560041;
		text-decoration: none;	
}
#custzone_holder a:hover, #custzone_holder a:active
{
		color: #560041;
		text-decoration: none;
}

.custzone_button1, .custzone_button2, .custzone_button3, .custzone_button4, .custzone_button5
{
	width: 380px;
	height: 110px;
	margin: 5px 200px 0px 0px;
	padding: 30px 0px 0px 150px;
	cursor: pointer;	
	background-repeat: no-repeat;
}
.custzone_button1
{
	background-image: url(images/custzone/view_invoice3.jpg);
}
.custzone_button1:hover
{
	background-image: url(images/custzone/view_invoice3_a.jpg);
}
.custzone_button2
{
	background-image: url(images/custzone/email3.jpg);
}
.custzone_button2:hover
{
	background-image: url(images/custzone/email3_a.jpg);
}
.custzone_button3
{
	background-image: url(images/custzone/broadband.jpg);
}
.custzone_button3:hover
{
	background-image: url(images/custzone/broadband_a.jpg);
}
.custzone_button4
{
	background-image: url(images/custzone/0845_tips3.jpg);
}
.custzone_button4:hover
{
	background-image: url(images/custzone/0845_tips3_a.jpg);
}
.custzone_button5
{
	background-image: url(images/custzone/faq_section.jpg);
}
.custzone_button5:hover
{
	background-image: url(images/custzone/faq_section_a.jpg);
}

/* email setup boxes */
#ul_email_setup
{
	list-style-type: none;		
}
#ul_email_setup .li_outlook2007
{
	width: 224px;
	height: 72px;
    background-image: url(images/custzone/outlook2007_button.jpg);
    background-repeat: no-repeat;
	padding: 30px 0px 0px 110px;
}
#ul_email_setup .li_outlook2007:hover
{
	background-image: url(images/custzone/outlook2007_button_a.jpg);
}
#ul_email_setup .li_outlook2003
{
	width: 224px;
	height: 72px;
    background-image: url(images/custzone/outlook2003_button.jpg);
    background-repeat: no-repeat;
	padding: 30px 0px 0px 110px;
}
#ul_email_setup .li_outlook2003:hover
{
	background-image: url(images/custzone/outlook2003_button_a.jpg);
}
#ul_email_setup .li_outlookexpress
{
	width: 224px;
	height: 72px;
    background-image: url(images/custzone/outlookexpress_button.jpg);
    background-repeat: no-repeat;
	padding: 30px 0px 0px 110px;
}
#ul_email_setup .li_outlookexpress:hover
{
	background-image: url(images/custzone/outlookexpress_button_a.jpg);
}
#ul_email_setup .li_thunderbird
{
	width: 224px;
	height: 72px;
    background-image: url(images/custzone/thunderbird_button.jpg);
    background-repeat: no-repeat;
	padding: 30px 0px 0px 110px;
}
#ul_email_setup .li_thunderbird:hover
{
	background-image: url(images/custzone/thunderbird_button_a.jpg);
}
/* broadband links */
#ul_email_setup .li_email_setup
{
	width: 390px;
	height: 110px;
    background-image: url(images/custzone/broadband_email_button.jpg);
    background-repeat: no-repeat;
	padding: 23px 0px 0px 145px;
}
#ul_email_setup .li_email_setup:hover
{
	background-image: url(images/custzone/broadband_email_button_a.jpg);
}
#ul_email_setup .li_jargon_buster
{
	width: 390px;
	height: 110px;
    background-image: url(images/custzone/broadband_jargon_button.jpg);
    background-repeat: no-repeat;
	padding: 23px 0px 0px 145px;
}
#ul_email_setup .li_jargon_buster:hover
{
	background-image: url(images/custzone/broadband_jargon_button_a.jpg);
}
/* FAQ round boxes styles */
#faq_holder2 .top_left
{
background-image :url(images/faq/top_left2.gif);
background-repeat: no-repeat;
width: 23px;
height: 23px;
}
#faq_holder2 .top_middle
{
background-image:url(images/faq/top_bg2.gif);
background-repeat: repeat;
height: 23px;
}
#faq_holder2 .top_right
{
background-image:url(images/faq/top_right2.gif);
background-repeat: no-repeat;
width: 23px;
height: 23px;
}
#faq_holder2 .middle_left
{
background-image:url(images/faq/center_left2.gif);
background-repeat: repeat;
width: 23px;
}
#faq_holder2 .middle_right
{
background-image:url(images/faq/center_right2.gif);
background-repeat: repeat;
width: 23px;
}
#faq_holder2 .bottom_left
{
background-image:url(images/faq/bottom_left2.gif);
background-repeat: no-repeat;
width: 23px;
height: 23px;
}
#faq_holder2 .bottom_middle
{
background-image:url(images/faq/bottom_bg2.gif);
background-repeat: repeat;
height: 23px;
}
#faq_holder2 .bottom_right
{
background-image:url(images/faq/bottom_right2.gif);
background-repeat: no-repeat;
width: 23px;
height: 23px;
}
/* FAQ round boxes styles - END */

#sidebar
{
	width: 205px;
	margin-right: 50px;
	margin-top: 25px;
	float: right;
}

.sidebox
{
	background: url(images/sidebar_box_2.jpg) no-repeat;
	width: 205px;
	height: 205px;
	margin-bottom: 10px;
	cursor: pointer;
	padding-top: 25px;
}

	.sidebox p
	{
		font-size: 0.8em;
	}

	.sidebox p.link
	{
		text-align: right;
	}

#sidebar h4
{
	color: #560041;
}

#sidebar h4, #sidebar p, #sidebar ul
{
	margin: 0px 20px 10px;
}

#content_wrapper
{
	margin-left: 50px;
}

#content_holder
{
	width: 550px;
	min-height: 600px;
	float: left;
	margin-top: -15px;
}
/*
/////////////////
 FAQ Holder
/////////////////
*/

#faq_header
{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#faq_header a:link, #faq_header a:hover, #faq_header a:active, #faq_header a:visited
{
	text-decoration: none;
	color: #560041;
}
#faq_holder
{
	margin-top: 5px;
}
#faq_holder ul
{
	padding: 0px;
	margin-top: 10px; 
	margin-left: 20px;
}
#faq_holder ul li
{
	padding-bottom: 15px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(images/titan_moon.jpg);
	font-weight: bold;
	color: #560041;	
}
#faq_holder ul li div
{
	font-weight: normal;
	color: Black;
}
#faq_holder ul li ul
{
	margin-left: 0px;
}
#faq_holder ul li ul li
{
	list-style-image: none;
	list-style-type: disc;
	font-weight: normal;
	color: Black;
}

/* Landing Pages */

#bb_signup_box
{
	clear: both;
	border: solid 1px #560041;
	border-top: solid 0px white;
	cursor: pointer;
}

#quotetext
{
	height: 52px; 
	background-repeat: no-repeat;
	text-align: center; 
	font-family: Verdana; 
	color: #D8C18D; 
	font-size: 25px; 
	font-weight: bold; 
	line-height: 30px; 
	padding-top: 10px;
	cursor: pointer;
}

#bb_quotetext
{
	background-image: url(images/landing_sign_up2.jpg);
	height: 52px; 
	width:582px; 
	clear: both;
	margin: 30px auto 0px auto;	
	background-repeat: no-repeat;
	text-align: center; 
	font-family: Verdana; 
	color: #D8C18D; 
	font-size: 25px; 
	font-weight: bold; 
	line-height: 30px; 
	padding-top: 10px;
	cursor: pointer;		
}

#moon_bullets ul
{
	padding: 0px;
	margin-top: 10px; 
	margin-left: 20px;	
}
#moon_bullets ul li
{
	padding-bottom: 15px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(images/titan_moon.jpg);
	font-weight: bold;
	color: #560041;	
}

#bill_itemisation
{
	width: 820px;
	min-height: 600px;
	float: left;
	margin-top: -25px;
}
#content_holder h2, #content_holder h3, #content_holder h4, #bill_itemisation h2, #bill_itemisation h3, #bill_itemisation h4, #main_cust_zone h2, #main_cust_zone h3, #main_cust_zone h4
{
	color: #560041;
	margin: 10px 0px 2px;
}
#content_holder p, #bill_itemisation p
{
	padding: 10px 0px;
}
.conditions
{
	font-size: 0.7em;
}

#content_holder ul 
{
	clear: left;
	list-style-position: outside;
	padding: 0px 15px 15px 15px;
}
#modembox1 ul
{
	clear: none;
	list-style-position: outside;	
}
#modembox2 ul
{
	clear: none;
	list-style-position: outside;	
}

	#bill_itemisation ul.notes
	{
		padding: 0px 15px;
	}

	#bill_itemisation ul.list
	{
		padding: 0px 30px;
	}

		#bill_itemisation ul.list li
		{
			list-style-type: disc;
			margin-bottom: 10px;
		}

	.validationsummary ul
	{
		padding: 0px 15px;
	}

	#content_holder ol
	{
		list-style-type: decimal;
		list-style-position: outside;
		padding: 10px 0px 15px 30px;
	}

	#content_holder ul li
	{
		padding: 0px 0px 8px;
	}

	fieldset
	{
		width: 440px;
		margin: 15px;
		padding: 15px;
	}
	
	#siteMap
	{
	}

/* TABLES */

table.general, table.address
{
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0px;
}

	table.general tr
	{
		height: 60px;
	}

	table.general th
	{
		background: #fefefe;
		width: 220px;
	}

	table.address
	{
		width: 330px;
	}

	table.address th
	{
		font-weight: normal;
	}

/* TABLE Pricing */

table.pricing
{
	text-align: center;
	width: 100%;
	margin: 5px 15px 15px 0px;
	font-size: 0.8em;
}

	table.pricing .topleft
	{
		background: #caad68 url(images/t_bg_tl.jpg) top left no-repeat;
		border-left: 0;
		border-top: 0;
	}

	table.pricing .topright
	{
		background: #caad68 url(images/t_bg_tr.jpg) top right no-repeat;
		border-right: 0;
		border-top: 0;
	}

	table.pricing .bottomleft
	{
		background: #caad68 url(images/t_bg_bl.jpg) bottom left no-repeat;
		border-left: 0;
		border-bottom: 0;
	}

	table.pricing .goldbottomleft
	{
		background: #caad68 url(images/t_bg_bl_gold.jpg) bottom left no-repeat;
		border-left: 0;
		border-bottom: 0;
	}

	table.pricing .goldbottomright
	{
		background: #caad68 url(images/t_bg_br_gold.jpg) bottom right no-repeat;
		border-right: 0;
		border-bottom: 0;
	}

	table.pricing .bottomright
	{
		background: #caad68 url(images/t_bg_br.jpg) bottom right no-repeat;
		border-right: 0;
		border-bottom: 0;
	}

	table.pricing .bottom
	{
	}

	table.pricing caption
	{
		text-align: left;
		font-size: 1.2em;
		color: #560041;
		font-weight: bold;
	}

	table.pricing th
	{
		text-align: left;
		border: 1px solid #fff;
		color: #fff;
	}

		table.pricing th.wide
		{
			width: 33%;
		}

		table.pricing thead th, table.pricing tfoot th
		{
			background: #C9AC68;
			font-size: 1.2em;
			padding: 1px 2px 2px;
			text-align: center;
			border: 1px solid #D7C08D;
		}

		table.pricing tbody th
		{
			background: #D7C08D;
			padding: 2px;
			border: 1px solid #C9AC68;
		}

		table.pricing td
		{
			border: 1px solid #C9AC68;
			background: #fff;
			font-size: 1.2em;
		}

			table.pricing td.footer
			{
				background: #D7C08D;
				color: #fff;
			}

	table.pricing .highlight
	{
		font-size: 1.1em;
		font-weight: bold;
	}
	table.pricing .firstcolumn
	{
		text-align: left;
		padding-left: 5px;
		font-weight: bold;
		padding-right: 5px;
	}	
	table.calloptions
	{
		text-align: left;
		width: 465px;
		margin: 15px;
		font-size: 0.8em;
	}

		table.calloptions th
		{
			color: #333;
			font-size: 1.2em;
			padding-bottom: 3px;
			border-bottom: 1px solid #C9AC68;
		}

		table.calloptions td
		{
			vertical-align: top;
			text-align: left;
			padding: 5px;
			margin: 0;
			border-left: 1px solid #C9AC68;
		}

#sitemap ul
{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}
#sitemap ul li
{
	padding-bottom: 0px;
}
#sitemap a:link, #sitemap a:visited
{
color: #03f;
text-decoration: underline;	
}


.wiznav
{
	width: 200px;
}

.left
{
	float: left;
}

ul.navlist li
{
	margin: 4px 0px;
}

#orderconfirmation
{
	font-size: 0.9em;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
}

#orderconfirmation thead th
{
	text-align: left;
}

#orderconfirmation tbody th
{
	text-align: left;
}

.warning
{
	color: #c00;
	font-weight: bold;
}

#box_holder a:hover
{
	text-decoration: none;
}

.readMore {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; BACKGROUND: white; FLOAT: left; PADDING-BOTTOM: 2px; COLOR: black; PADDING-TOP: 2px; TEXT-DECORATION: none; border: solid 1px white;
}
.readMore:hover, readMore:active
{
	border: 1px solid #560041;	
}
#telecom_box
{
	margin-left: 30px;
	margin-top: 10px;
	width: 510px;
	height: 153px;
    background-image: url(images/front_page/telecom_box.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 180px;
}
#telecom_box:hover
{
    background-image: url(images/front_page/telecom_box_a.png);
    background-repeat: no-repeat;	
    cursor: pointer;
}

#broadband_box
{
	margin-left: 30px;
	margin-top: 10px;
	width: 680px;
	height: 153px;
    background-image: url(images/front_page/broadband_box.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 30px;
}
#broadband_box:hover
{
    background-image: url(images/front_page/broadband_box_a.png);
    background-repeat: no-repeat;	
    cursor: pointer;    
}

#price_guarantee_box
{
	margin-left: 30px;
	margin-top: 10px;
	width: 510px;
	height: 153px;
    background-image: url(images/front_page/price_guarantee_box.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 180px;
}
#price_guarantee_box:hover
{
    background-image: url(images/front_page/price_guarantee_box_a.png);
    background-repeat: no-repeat;
    cursor: pointer;      	
}
#free0845_box
{
	margin-left: 30px;
	margin-top: 10px;
	width: 680px;
	height: 153px;
    background-image: url(images/front_page/0845_box.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 30px;
}
#free0845_box:hover
{
    background-image: url(images/front_page/0845_box_a.png);
    background-repeat: no-repeat;	
    cursor: pointer;      
}
#benefits_box
{
	margin-left: 30px;
	margin-top: 10px;
	width: 510px;
	height: 153px;
    background-image: url(images/front_page/benefits.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 180px;
}
#benefits_box:hover
{
    background-image: url(images/front_page/benefits_a.png);
    background-repeat: no-repeat;
    cursor: pointer;      	
}
#no_obligation_box
{
	margin-left: 30px;
	margin-top: 10px;
	width: 680px;
	height: 153px;
    background-image: url(images/front_page/no_obligation_box.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 30px;
}
#no_obligation_box:hover
{
    background-image: url(images/front_page/no_obligation_box_a.png);
    background-repeat: no-repeat;	
    cursor: pointer;      
}

#mainbox
{
	background-image: url(images/front_page/telecom_box.png);
	background-repeat: no-repeat;
}
#mainbox:hover
{
	background-image: url(images/front_page/telecom_box_a.png);
	background-repeat: no-repeat;
}
#secondarybox
{
	background-image: url(images/front_page/broadband_box.png);
	background-repeat: no-repeat;
}
#secondarybox:hover
{
	background-image: url(images/front_page/broadband_box_a.png);
	background-repeat: no-repeat;
}
#thirdbox
{
	background-image: url(images/front_page/price_guarantee_box.png);
	background-repeat: no-repeat;
}
#thirdbox:hover
{
	background-image: url(images/front_page/price_guarantee_box_a.png);
	background-repeat: no-repeat;
}
#fourthbox
{
	background-image: url(images/front_page/0845_box.png);
	background-repeat: no-repeat;
}
#fourthbox:hover
{
	background-image: url(images/front_page/0845_box_a.png);
	background-repeat: no-repeat;
}
#fifthbox
{
	background-image: url(images/front_page/benefits.png);
	background-repeat: no-repeat;
}
#fifthbox:hover
{
	background-image: url(images/front_page/benefits_a.png);
	background-repeat: no-repeat;
}
#sixthbox
{
	background-image: url(images/front_page/no_obligation_box.png);
	background-repeat: no-repeat;
}
#sixthbox:hover
{
	background-image: url(images/front_page/no_obligation_box_a.png);
	background-repeat: no-repeat;
}
