@charset "utf-8";
/* CSS Document */
body {
	background-color: #44637b;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body a {
	text-decoration: underline;
	color: #000000;
}
body a:hover {
	text-decoration: none;
}
ul, li {margin: 0; padding: 0; list-style: none;}
.heading, .breadcrumb {
	display: block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #609000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #000000;
}
.heading2 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
p.heading {
	color: #000000;
}
.breadcrumb {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #609000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #000000;
}
.boxheadingwhite {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffffff;
}
.boxheading {
	font-size: 18px;
	font-weight: bold;
	color: #3c586d;
}
.boxheadingdesign {
	font-size: 18px;
	font-weight: bold;
	color: #3c586d;
	background-image: url(images/design_icon.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
}
.boxheadinghosting {
	font-size: 18px;
	font-weight: bold;
	color: #3c586d;
	background-image: url(images/hosting_icon.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
}
.boxheadingdomains {
	font-size: 18px;
	font-weight: bold;
	color: #3c586d;
	background-image: url(images/domains_icon.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 60px;
}
.boxheadingwhite a {
	color: #ffffff;
	text-decoration: none;
}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#header {
	width: 980px;
	height: 179px;
	background-image: url(images/main_logo_new.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#callsales {
	float: right;
	margin-top: 50px;
}
/* Menu Tabs CSS */
#tabs {
	float: left;
    width:100%;
    background:#44637b;
    font-size: 14px;
    line-height:normal;
}
#tabs ul {
	margin:0;
	padding:0px 0px 0px 8px;
	list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:left;
    background:url("images/tableft.gif") no-repeat left top;
    margin:0;
    padding: 0 0 0 4px;
   	text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url("images/tabright.gif") no-repeat right top;
    padding: 8px 25px 8px 21px;
    color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
    color:#FFF;
}
#tabs a:hover {
    background-position:0% -42px;
}
#tabs a:hover span {
    background-position:100% -42px;
}
#tabs a.current {
    background-position:0% -42px;
}
#tabs a.current span {
    background-position:100% -42px;
}
.tabcontainer {
	clear: left;
	width: 100%; /*width of 2nd level sub menus*/
	height: 1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.subnavcontent {
	display: none;
	vertical-align: middle;
	color: #ffffff;
}
.subnavcontent a{
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
}
.subnavcontent a:hover {
	text-decoration: underline;
	vertical-align: middle;
}
#main {
	width: 980px;
	clear: both;
	height: auto;
}
/* Corner Image CSS */
.greenbl {
	background: url(images/greenbl.gif) 0 100% no-repeat #609000; width: 980px
}
.greenbr {
	background: url(images/greenbr.gif) 100% 100% no-repeat
}
.greentl {
	background: url(images/greentl.gif) 0 0 no-repeat
}
.greentr {
	background: url(images/greentr.gif) 100% 0 no-repeat; padding:10px
}
.whitebl {
	background: url(images/whitebl.gif) 0 100% no-repeat #ffffff; height: auto;
}
.whitebr {
	background: url(images/whitebr.gif) 100% 100% no-repeat; height: auto;
}
.whitetl {
	background: url(images/whitetl.gif) 0 0 no-repeat;
}
.whitetr {
	background: url(images/whitetr.gif) 100% 0 no-repeat; padding: 10px;
}
.bronzebl {
	background: url(images/bronzebl.gif) 0 100% no-repeat; width: 172.50px; height: auto;
}
.bronzebr {
	background: url(images/bronzebr.gif) 100% 100% no-repeat;
}
.bronzetl {
	background: url(images/bronzetl.gif) 0 0 no-repeat;
}
.bronzetr {
	background: url(images/bronzetr.gif) 100% 0 no-repeat; padding:5px;
}
.silverbl {
	background: url(images/silverbl.gif) 0 100% no-repeat; width: 172.50px; height: auto;
}
.silverbr {
	background: url(images/silverbr.gif) 100% 100% no-repeat;
}
.silvertl {
	background: url(images/silvertl.gif) 0 0 no-repeat;
}
.silvertr {
	background: url(images/silvertr.gif) 100% 0 no-repeat; padding:5px;
}
.goldbl {
	background: url(images/goldbl.gif) 0 100% no-repeat; width: 172.50px; height: auto;
}
.goldbr {
	background: url(images/goldbr.gif) 100% 100% no-repeat;
}
.goldtl {
	background: url(images/goldtl.gif) 0 0 no-repeat;
}
.goldtr {
	background: url(images/goldtr.gif) 100% 0 no-repeat; padding:5px;
}
.platinumbl {
	background: url(images/platinumbl.gif) 0 100% no-repeat; width: 172.50px; height: auto;
}
.platinumbr {
	background: url(images/platinumbr.gif) 100% 100% no-repeat;
}
.platinumtl {
	background: url(images/platinumtl.gif) 0 0 no-repeat;
}
.platinumtr {
	background: url(images/platinumtr.gif) 100% 0 no-repeat; padding:5px;
}
.lightgreenbl {
	background: url(images/lightgreenbl.gif) 0 100% no-repeat; height: auto;
}
.lightgreenbr {
	background: url(images/lightgreenbr.gif) 100% 100% no-repeat;
}
.lightgreentl {
	background: url(images/lightgreentl.gif) 0 0 no-repeat;
}
.lightgreentr {
	background: url(images/lightgreentr.gif) 100% 0 no-repeat; padding: 10px;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.subnavicon {
	vertical-align: middle;
}
#leftnav {
	width: 150px;
	margin: 10px 10px 10px 0;
	float: left;
	font-size: 11px;
	}
#leftnavlogin {
	width: 150px;
	margin: 10px 10px 10px 0;
	float: left;
}
#leftnav h3 {
	margin-top: 0;
	margin-bottom: 0;
}
#leftnav h3 a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 12px;
}
#leftnav h3 a:link, #leftnav h3 a:visited {
	display: block;
	background:  url(images/leftnav.gif);
	padding: 6px 0 2px 10px;
	}
#leftnav h3.current a{
	display: block;
	background:  url(images/leftnav.gif) 0 -32px;
	padding: 6px 0 2px 10px;
	}
#leftnav h3 a:hover {
	background:  url(images/leftnav.gif) 0 -32px;
	padding: 6px 0 2px 10px;
	}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	color: #ffffff;
	}	
	
#leftnav li a:link, #leftnav li a:visited {
	display: block;
	background:  url(images/subleftnav.gif);
	padding: 7px 0 1px 25px;
	}
#leftnav li a.current {
	display: block;
	background:  url(images/subleftnav.gif) 0 -32px;
	padding: 7px 0 1px 25px;
	}
	
#leftnav li a:hover {
	background:  url(images/subleftnav.gif) 0 -32px;
	padding: 7px 0 1px 25px;
	}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 820px;
	background-color: #FFFFFF;
	height: auto;
	color: #000000;
}
#contentnoleftnav {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 980px;
	background-color: #FFFFFF;
	height: auto;
	color: #000000;
}
.buttoncontainer {
	float: left;
	width: 192px;
	margin-right: 10px;
	margin-top: 10px;
}
#bronzehosting {
	color: #ffffff;
	float: left;
	width: 172px;
	background-color: #9c5e41;
	margin-right: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#bronzehosting ul {
	margin-bottom: 5px;
}
#bronzehosting li.yes {
	padding-left: 20px;
	background-image: url(images/chk_on.png);
	background-position: left;
	background-repeat: no-repeat;
}
#bronzehosting li.no {
	padding-left: 20px;
	background-image: url(images/chk_off.png);
	background-position: left;
	background-repeat: no-repeat;
}
#silverhosting {
	color: #ffffff;
	float: left;
	width: 172px;
	background-color: #8e9295;
	margin-right: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#silverhosting ul {
	margin-bottom: 5px;
}
#silverhosting li.yes {
	padding-left: 20px;
	background-image: url(images/chk_on.png);
	background-position: left;
	background-repeat: no-repeat;
}
#silverhosting li.no {
	padding-left: 20px;
	background-image: url(images/chk_off.png);
	background-position: left;
	background-repeat: no-repeat;
}
#goldhosting {
	color: #ffffff;
	float: left;
	width: 172px;
	background-color: #c29200;
	margin-right: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#goldhosting ul {
	margin-bottom: 5px;
}
#goldhosting li.yes {
	padding-left: 20px;
	background-image: url(images/chk_on.png);
	background-position: left;
	background-repeat: no-repeat;
}
#goldhosting li.no {
	padding-left: 20px;
	background-image: url(images/chk_off.png);
	background-position: left;
	background-repeat: no-repeat;
}
#platinumhosting {
	color: #ffffff;
	float: left;
	width: 172px;
	background-color: #80776e;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#platinumhosting ul {
	margin-bottom: 5px;
}
#platinumhosting li.no {
	padding-left: 20px;
	background-image: url(images/chk_off.png);
	background-position: left;
	background-repeat: no-repeat;
}
#platinumhosting li.yes {
	padding-left: 20px;
	background-image: url(images/chk_on.png);
	background-position: left;
	background-repeat: no-repeat;
}
a.textbutton {
	margin-top: 1px;
	display: inline-block;
	width: 125px;
	height: 26px;
	background: url(images/button125.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.nodecoration {
	text-decoration: none;
}
a.textbuttonsmall {
	margin-top: 1px;
	display: inline-block;
	width: 100px;
	height: 21px;
	background: url(images/button100x48outline.gif);
	background-repeat: no-repeat;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
a.textbutton:hover {
	background: url(images/button125.gif) 0 -32px;
}
a.textbuttonsmall:hover {
	background: url(images/button100x48outline.gif) 0 -24px;
}
button {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height: 24px;
	line-height: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
}
button span, button em {
	display: block;
	height: 24px;
	line-height: 22px;			
	margin: 0;
	color: #ffffff;
	}
button span {
	padding-left:15px;
	background:url(images/button550x48outline.gif) no-repeat 0 0;
}
button em {
	font-style:normal;
	padding-right:15px;
	background:url(images/button550x48outline.gif) no-repeat 100% 0;
}
button:hover span {
	background: url(images/button550x48outline.gif) 0 -24px;
}
button:hover em {
	background: url(images/button550x48outline.gif) 100% -24px;
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.textbuttonbronze {
	margin-top: 1px;
	display: block;
	width: 125px;
	height: 26px;
	background: url(images/button125bronze.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
}
a.textbuttonbronze:hover {
	background: url(images/button125bronze.gif) 0 -32px;
}
a.textbuttonsilver {
	margin-top: 1px;
	display: block;
	width: 125px;
	height: 26px;
	background: url(images/button125silver.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
}
a.textbuttonsilver:hover {
	background: url(images/button125silver.gif) 0 -32px;
}
a.textbuttongold {
	margin-top: 1px;
	display: block;
	width: 125px;
	height: 26px;
	background: url(images/button125gold.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
}
a.textbuttongold:hover {
	background: url(images/button125gold.gif) 0 -32px;
}
a.textbuttonplatinum {
	margin-top: 1px;
	display: block;
	width: 125px;
	height: 26px;
	background: url(images/button125platinum.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	text-decoration: none;
}
a.textbuttonplatinum:hover {
	background: url(images/button125platinum.gif) 0 -32px;
}
.hostingprice {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.hostingpricebox {
	font-size: 14px;
	color: #ffffff;
}
.triplecolumnleft {
	width: 165px;
	float: left;
}
.triplecolumncentre {
	width: 300px;
	float: left;
}
.triplecolumnright {
	width: 125px;
	float: left;
}
.tableheading {
	border: 1px solid #609000;
	text-indent: 5px;
	background-color: #669900;
	color: #ffffff;
}
.tableclientareaheading {
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	background-color: #D9EECC;
}
.tabledata {
	background-color: #D9EECC;
	border: 1px solid #609000;
	padding-left: 5px;
}
.tabledesc {
	background-color: #D9EECC;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 10px;
	color: #669900;
}
.extrainfo {
	padding-left: 5px;
}
.tableactive {
	border: 1px solid #ccc;
	text-align: center;
}
table.features {
	margin-top: 5px;
	border: 1px solid #ccc;
	border-spacing: 0px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.features a {
	text-decoration: none;
}
.standout {
	color: #CC0000;
	font-weight: bold;
}
.standoutlarge {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
.designbox {
	width: 778px;
	height: auto;
	background: #fff url(/images/bg_generic_box.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}
.designboxvertical {
	width: 238px;
	height: 333px;
	background: #fff url(/images/bg_generic_box.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
	float: left;
}
.designboxverticaldoublesmall {
	width: 508px;
	height: 225px;
	background: #fff url(/images/bg_generic_box.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
	float: left;
}
.portfolioboxleft {
	width: 170px;
	float: left;
}
portfolioboxright {
	width: 400px;
	float: left;
}
.designboxleft {
	width: 90px;
	float: left;
	vertical-align: middle;
	margin-left: 20px;
}
.designboxcentre {
	width: 415px;
	float: left;
}
.designboxright {
	width: 253px;
	float: left;
}
.designboxhalfleft {
	width: 470px;
	float: left;
}
.designboxhalfright {
	width: 228px;
	float: left;
}
.designboxheading {
	margin-bottom: 5px; 
	background-color: #669900; 
	margin: -10px -10px 10px -10px; 
	padding: 2px 2px 2px 5px;
	color: #ffffff;
}
.clientareabox {
	width: 268px;
	height: auto;
	background-color: #d9eecc;
	padding: 10px;
	border: 1px solid #609000;
	float: left;
}
.clientareaboxleft {
	width: 184px;
	float: left;
}
.clientareaboxcentre {
	width: 340px;
	float: left;
}
.clientareaboxright {
	width: 54px;
	float: left;
}
.clientareaboxbutton {
	width: 100%;
	clear: both;
}
.designboxheading a {
	color: #ffffff;
}
.contentboxleft {
	width: 488px;
	float: left;
}
.contentboxright {
	width: 80px;
	float: left;
}
ul.bulletlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.bulletlist {
	background-image: url(/images/bullet_green.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 4px;
	}
ul.smallbulletlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li.smallbulletlist {
	background-image: url(/images/chk_on.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-position: left 2px;
		}
ul.ticklist {
	list-style-type: none;
	padding-left: 5px;
	margin: 0;
}
li.ticklist {
	background-image: url(/images/tick_green.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}
.knowledgebasecattable {
	width: 100%;
	background-color: #cccccc;
}
tr.knowledgebasecatheading {
	background-color: #D9EECC;;
	font-weight: bold;
}
tr.knowledgebasecatdescription {
	background-color: #ffffff;
}
#footer {
	width: 100%;
	height: 25px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}
ul.home, ul.hosting {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.cart {
	list-style-type: none;
	margin-left: 100px;
	padding: 0px;
	color: #000000;
}
.domainssearch {
	background-image: url(/images/domain-names-search-banner.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 590px;
	margin-top: 10px;
}
.domainsearchform {
	padding-left: 330px;
	padding-top: 61px;
}
#footer a {
	color: #ffffff;
}
.smallprint {
	font-size: 10px;
}
.testimonial_left {
	background-image: url(/images/testimonial_left.gif);
	background-repeat: no-repeat;
	height: 246px;
	margin-top: 8px;
	padding: 20px 10px 10px 20px;
	color: #FFFFFF;
	font-size: 10px;
}
.testimonial_left a {
	color: #ffffff;
}
#craftysyntax {
	margin-top: 10px;
}
.domain_privacy_red {
	border: 1px solid #CC0000;
	background-color: #FBEEEB;
	width: 260px;
	height: auto;
	float: left;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.domain_privacy_red_heading {
	font-size: 18px;
	font-weight: bold;
	background-image: url(/images/id_not_protected.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #CC0000;
	width: 100%;
}
.domain_privacy_green {
	border: 1px solid #609000;
	background-color: #D9EECC;
	width: 260px;
	height: auto;
	float: right;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.domain_privacy_green_heading {
	font-size: 18px;
	font-weight: bold;
	background-image: url(/images/id_protected.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #609000;
	width: 100%;
}
.domain_privacy_centre {
	width: 80px;
	height: 313px;
	float: left;
	padding: 160px 12px 0 60px;
}
#login_box_container {
	width: 380px;
	height: 100px;
	float: right;
	margin-top: 25px;
}
#login_box {
	width: 350px;
	height: 55px;
	padding: 10px;
	border: 5px solid #609000;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
	background: #fff url(/images/bg_generic_box.png) repeat-x bottom;
}
#login_box p{
	width: auto;
	clear: both;
	margin: 0;
	padding-left: 100px; /*width of left column containing the label elements*/
	height: 26px;
	padding-bottom: 4px;
}

#login_box label{
	margin-top: 3px;
	float: left;
	margin-left: -100px; /*width of left column*/
	width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	height: 17px;
	font-weight:normal;
}
#login_box input {
	width: 172px;
	height: 19px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 2px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
/* Menu Tabs CSS */
#login_tabs {
	float: left;
    width:100%;
    background:#44637b;
    font-size: 12px;
    line-height:normal;
	outline: none;
}
#login_tabs ul {
	margin:0;
	padding:0 0 0 8px;
	list-style:none;
}
#login_tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#login_tabs a {
    float:left;
    background:url("images/tableft_small.gif") no-repeat left top;
    margin:0;
    padding: 0 2px 0 4px;
   	text-decoration:none;
}
#login_tabs a span {
    float:left;
    display:block;
    background:url("images/tabright_small.gif") no-repeat right top;
    padding: 0px 12px 0px 8px;
    color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#login_tabs a span {float:none;}
/* End IE5-Mac hack */
#login_tabs a:hover span {
    color:#FFF;
}
#login_tabs a:hover {
    background-position:0% -21px;
}
#login_tabs a:hover span {
    background-position:100% -21px;
}
#login_tabs a.active {
    background-position:0% -21px;
}
#login_tabs a.active span {
    background-position:100% -21px;
}
.redtext {
	color: #cc0000;
}
.greentext {
	color: #609000;
}
h1, h2, h3, h4, h5 {color: #609000; margin: 0; padding: 0; font-size: 30px;}
h2 {font-size: 25px;}
h3, h4 {font-size: 16px; color: #004A61;}
#homead {
	width: 635px;
	height: 269px;
	background: #fff url(http://matt-james.co.uk/HostPay/theme-images/bg_homepitch.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
	float: left;
}
#hprice {width: 90px; color: #fff; float: left; height: 60px; padding: 20px 0 0 20px; text-align: center; font-weight: bold; line-height: 1.7em;}
#hprice span {font-size: 32px; letter-spacing: -2px;}
#homeadleft {width: 240px; height: 270px; float: left; background: url(http://matt-james.co.uk/HostPay/theme-images/fp_hosting_pitch.jpg) no-repeat top;}
#homeadright {width: 380px; float: right;}
#homeadright h2 {font-size: 36px; letter-spacing: -2px;}
#homeadright h3 {color: #004A61; font-size: 26px; line-height: .5em;}
#homeadright ul {float: left; padding: 20px 0 15px 0;}
#homeadright li {float: left; width: 180px; margin-bottom: 10px;}
#homeadright li img {float: left; margin: 0 4px 0 0;}
#homeadright p {float: left; padding: 0; margin: 0 10px 0 0;}
ul#sidebtns {width: 290px; float: right;}
ul#sidebtns li {width: 280px; height: 97px; padding: 0 10px 0 0; background: url(/images/bg_fp_sidebtn.png) no-repeat bottom;}
ul#sidebtns li img {float: left; margin-right: 10px;}
ul#sidebtns li p {margin: 0; padding-bottom: 0; line-height: 1.3em;}
ul#sidebtns li h5 {font-size: 21px; letter-spacing: -2px; line-height: 1.2em; padding-top: 27px; color: #3C586D;}

ul#bottombtns {width: 290px; float: left; }
ul#bottombtns li {width: 280px; height: 97px; padding: 0 10px 0 0; background: url(/images/bg_fp_sidebtn.png) no-repeat bottom;}
ul#bottombtns li img {float: left; margin-right: 10px;}
ul#bottombtns li p {margin: 0; padding-bottom: 0; line-height: 1.3em;}
ul#bottombtns li h5 {font-size: 21px; letter-spacing: -2px; line-height: 1.2em; padding-top: 27px; color: #3C586D;}