/*--------------------------------------------------------------

[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_2.jpg);
	background-position: bottom center;
	margin-top: 0px;
	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;
}

#footerbox 
{
    width: 800px;
    margin: 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;
}

div.sidebox.mobile
{
    background: url(images/handsets_b.png) no-repeat;
}

.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;
}

#display_holder
{
    width: 100%;
	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, #display_holder h2, #display_holder h3, #display_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, #display_holder p, #bill_itemisation p
{
	padding: 10px 0px;
}
.conditions
{
	font-size: 0.7em;
}

#content_holder ul, #display_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, #display_holder ol
{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 10px 0px 15px 30px;
}

#content_holder ul li, #display_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;
}

/*--------------------------*/
/* Table Model Popup */

#boxes 
{

}

#boxes #submit 
{
	background: #ccc;
	height: 30px;
	border: 1px solid #560041;
	border-top: 0;
}

#boxes a.submit 
{
	display: block;
	height: 21.5px; 
	width: 90px; 
	color:#333; 
	background: url(../../images/SubmitButtons/submitButton.png) no-repeat top left;
	cursor: pointer;
	float: right;
	margin: 3px 3px 0px 0px;
}
	#boxes a.submit:hover 
	{
		background-position: bottom left;
	}
 
#boxes #dialog {
  padding: 12px 20px 40px 20px;
  background-color:#ffffff;
  border: solid 2px #560041;
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index:9999;
  width:400px;
  height:170px;
}

#boxes #submit_button
{
	text-align:right; 
	background-color: #f2f2f2;
	border-bottom: solid 1px #560041;
	border-right: solid 1px #560041;
	border-left: solid 1px #560041;
}

table.modal
{
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-top:solid 1px #560041;
	border-left:solid 1px #560041;
	border-right:solid 1px #560041;
	border-bottom:solid 1px #560041;
	font-family: Sans-Serif;
	padding: 2px 2px 2px 2px;
}

.modal tr.TableRow
{
	vertical-align: top;
	background-color: #ffffff;
	font-size: 10px;
}

.modal td.TableCell
{
	display: block;
	color: #525252;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	background-color: #fff;
	border: solid 1px #560041;
	font-size: 10px;
}

.modal td.AltTableCell
{
	color: #000;
	padding: 4px 10px 4px 10px;
	border: solid 1px #560041;
	font-size: 12px;
}

h2.modal
{
	text-align: left;
	width: 100%;
	margin: 5px 2px 5px 0px;
	border: none;
	border-bottom: solid 1px #560041;
	display: block;
	color:#560041;
	font-size: 0.9em;
}

h4.modal
{
	text-align: left;
	width: 100%;
	margin: 0px 10px 0px 0px;
	border: none;
	display: block;
	color: #000000;
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
}


/*-------------------------*/

#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/benefits.png);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 180px;
}
#price_guarantee_box:hover
{
	background-image: url(images/front_page/benefits_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/price_guarantee_box.png);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 180px;
}
#benefits_box:hover
{
    background-image: url(images/front_page/price_guarantee_box_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/mobile_box.png);
	background-repeat: no-repeat;
}
#secondarybox:hover
{
	background-image: url(images/front_page/mobile_box_a.png);
	background-repeat: no-repeat;
}
#thirdbox
{
    background-image: url(images/front_page/0845_box.png);
	background-repeat: no-repeat;
}
#thirdbox:hover
{
	background-image: url(images/front_page/0845_box_a.png);
	background-repeat: no-repeat;
}
#fourthbox
{
	background-image: url(images/front_page/broadband_box.png);
	background-repeat: no-repeat;
}
#fourthbox:hover
{
	background-image: url(images/front_page/broadband_box_a.png);
	background-repeat: no-repeat;
}
#fifthbox
{
    background-image: url(images/front_page/price_guarantee_box.png);
	background-repeat: no-repeat;
}
#fifthbox:hover
{
	background-image: url(images/front_page/price_guarantee_box_a.png);
	background-repeat: no-repeat;
}
#sixthbox
{
	background-image: url(images/front_page/benefits.png);
	background-repeat: no-repeat;
}
#sixthbox:hover
{
	background-image: url(images/front_page/benefits_a.png);
	background-repeat: no-repeat;
}

/* MOBILE WORK */

#display_holder .mobile_display h3 
{
    color: #fff;
    background: #560041;
    margin-right: 50px;
    padding: 5px;
    clear: both;
}

#display_holder h2
{
    margin-right: 80px;
    margin-bottom: 0px;
}

#display_holder .phone_wrapper
{
    float: left;
    width: 201px;
}

#display_holder .phone_box 
{
    height: 304px;
    background: #fff url(images/table1.png) no-repeat;
    border-top: 0;
}

#display_holder .details_box
{
    background: #fff url(images/table2.png) no-repeat;
    margin-top: 5px;
    height: 130px;
    font-size: 0.8em;
    width: 208px;
    border: 1px solid #fff;
}

#display_holder .details_box ul
{
    margin-top: 20px;
    font-size: 0.9em;
    line-height: 120%;
}

#display_holder .details_box ul li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 9px;
}

#display_holder .details_box .new_phone
{
    position: relative;
    bottom: 160px;
    left: 120px;
    width: 50px;
}

#display_holder div.image_holder
{
    width: 140px;
    margin: 0 auto;
}

#display_holder .phone_box img.phone
{
    padding: 10px;
    margin: 0;
}

#display_holder .phone_box h4 
{
    margin-left: 20px;
    font-size: 0.9em;
}

.modal
{
    background-color:Gray;
    /*filter:alpha(opacity=50);
    opacity:0.5;*/
}
.modal2
{
    background-color:white;
    padding: 0px;
    border: solid 1px black;
    margin-top: 20px;    
}
.modal-header
{
	background-color: #560041;
	color: #fff;
	font-size: x-large;	
	padding: 16px;
	font-weight: bold;
}
.modal-footer
{
	/*background-color: #4890f0;
	color: White;
	font-size: x-large;*/	
	padding-left: 20px;
	padding-bottom: 10px;	
}        
.modal-body
{
	width: 678px;
	height: 578px;
	padding: 10px;
	background: #E6E7E9;
}
.modal-footerbuttons
{
	clear: both;
	margin-top: 20px;
}
.modal-price-button
{
	margin-top: 60px;
	margin-left: 30px;
}
.modal-handset-image
{
	margin-top: 10px;
	margin-left: 30px;
	clear: left;
}
.modal-close-button
{
	position: absolute;
	right: 5px;
	top: 5px;
}

div.modal-body table
{
    width: 350px;
    float: right;
    font-size: 0.8em;
    margin: 10px;
    color: #505050;
}

div.modal-body p.modal-price 
{
    float: right;
    color: #560041;
    font-size: 1.2em;
}

div.modal-body table th
{
    border-bottom: 2px solid #E6E7E9;
    text-align: left;
    font-weight: normal;
    width: 60%;
    padding-left: 10px;
}

div.modal-body table td 
{
    text-align: center;
    border-bottom: 2px solid #E6E7E9;
}

div.modal-body table tr
{
    background: #C1C2C6;
}

div.modal-body table tr.alternate
{
    background: #DCDDDF;
}

div.modal-body table tr.price td
{
    padding: 10px;
}

div.modal-body table tr.price
{
    font-size: 2em;
    color: #560041;
    font-weight: bold;
}

div.phone_box:hover
{
    cursor: pointer;
}

a.callus:link
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}
a.callus:visited
{
	color: #fc0;
	font-weight: bold;
	text-decoration: none;
}
a.callus:hover
{
    color: blue;
    text-decoration: underline;
}

div.select .push
{
    position: relative;
    bottom: 12px;
}

div.select a 
{
    margin-left: 20px;
    font-weight: bold;
}

div.select a:link, div.select a:visited
{
    color: #560041;
    text-decoration: none;
} 

div.select a:hover, div.select a:active
{
    text-decoration: underline;
}

div#signup_form label
{
    width: 200px;
    margin: 10px 10px 0px 0px;
    display: inline-block;
}

div#signup_form input.submit
{
    margin: 10px 0px 0px;
    padding: 0;
    display: block;
}

p.quote 
{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 140%;
}

p.quoted
{
    float: right;
}
