/* GLOBAL
===========================================================================================================*/
* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
}

img {
	border:0;
}

p {
	margin:0 0 1.2em 0;
}

fieldset {
	border:0;
}

/* HEADERS
===========================================================================================================*/
h1 {
	margin:0 0 0.4em;
}

h2 {
	font-size:20px;
	font-weight:normal;
}

h3 {
	font-size:12px;
	margin:0 0 4px 0;
}

h1 span, h2 span, h3 span {
	display:none;
}

/* LINKS
===========================================================================================================*/
a {
	color:#3366cc;
}

a:hover {
	text-decoration:none;
}

/* GENERAL PURPOSE BUTTONS
===========================================================================================================*/
ul.btn {
	list-style:none;
}

ul.btn li {
	float:left;
}

ul.btn li a span {
	display:none;
}

.go_btn a {
	display:block;
	width:94px;
	height:21px;
	background:url("images/go_btn.gif") top left no-repeat;
}

.readmore_btn a {
	display:block;
	width:106px;
	height:21px;
	background:url("images/readmore_btn.gif") top left no-repeat;
}


/* HEADER
===========================================================================================================*/
div#header_wrap { 
	background:url(http://www.uk2.net/new_images/header_bg.jpg) bottom left repeat-x;
	height:117px;
	text-align:left;	
}

div#header {
	height:70px;
	width:780px;
	margin:0 auto;
}

h1#uk2logo {
	float:left;
}

h1#uk2logo a {
	display:block;
	height:70px;
	width:169px;
	background: url(http://www.uk2.net/new_images/logo.gif) top left no-repeat;
}

div#phonesupport {
	float:right;
	clear:right;
	position:relative;
	top:-7px;
	right:5px;
}

div#phonesupport a {
	display:block;
	width:119px;
	height:18px;
	background:url("images/phonesupport.gif") top left no-repeat;
}

div#phonesupport a span {
	display:none;
}
/* CUSTOMERLOGIN (780x148)
===========================================================================================================*/
div#customerlogin {
	display:none;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -390px;
	padding:10px 25px;
	width:730px;
	height:120px;
	background:url("images/customerlogin_dropdown_bg.png") bottom left no-repeat;
	color:#fff;
	text-align:left;
}

div#customerlogin h2 {
	width:340px;
	height:31px;
	margin:0 0 10px 0;
	background:url("images/customerlogin_h2.gif") top left no-repeat;
}

div#customerlogin fieldset {
	margin:5px 0 0 0;
	padding:8px 16px;
	background:#585858;
}

div#customerlogin fieldset.error {
	padding:7px 15px;
	border:1px solid #963838;
	background:#721010;
}


div#customerlogin legend {
	display:none;
}


div#customerlogin label {
	padding:0 10px 0 0;
}

input#customerlogin_login, input#customerlogin_password {
	margin:0 20px 0 -5px;
	width:150px;
}

input#customerlogin_submit {
	margin:0 20px 0 0;
	padding:0 10px;
}

div#customerlogin a {
	color:#fff;
}

a#customerlogin_close {
	position:absolute;
	top:10px;
	right:15px;
}

/* FOOTER
===========================================================================================================*/
div#footer_wrap {
	margin:10px 0 0 0;
	padding:5px 0 0 0;
	height:70px;
	background:url(images/footer_bg.gif) top left repeat-x;
	text-align:center;
}

div#footer {
	margin:0 auto;
	width:780px;
}

ul#footernav {
	list-style:none;
	text-align:center;
}

ul#footernav li {
	display:inline;
	padding:0 7px;
}

ul#footernav li a {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #666;
}

ul#footernav li a:hover {
	color: #333333;
}

div#copyright {
	clear:both;
	padding:20px 0 15px 0;
	font-size:10px;
	color:#5A5A5A;
}

div#copyright a {
	color:#ef861d;
}

div#copyright a:hover {
	color:#333;
	text-decoration: none;
}

/* TOOLNAV
===========================================================================================================*/
ul#toolnav {
	float:right;
	height:37px;
	width:auto;
	padding:21px 5px 0 0;
	list-style:none;
	font-size:10px;
}

ul#toolnav li {
	float:left;
	padding:0 0 0 14px;
}

ul#toolnav li a {
	color:#5A5A5A;
	text-transform:uppercase;	
	text-decoration:underline;
}
ul#toolnav li a:hover {
	color:#333;
	text-decoration:none;
}

/* FIRSTNAV
===========================================================================================================*/
ul#firstnav {
	width:780px;
	height:32px;
	margin:15px auto 0 auto;
	list-style: none;
}

ul#firstnav li {
	float: left;
}

ul#firstnav li a {
	width:116px;
	line-height:32px;	
	display:block;
	background:url("images/firstnav_btn.gif") bottom left;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#000;	
}

ul#firstnav li a:hover {
	background-position:top left;
}

/* SECONDNAV
===========================================================================================================*/
div#secondnav {
	margin:0 auto;
	background:url("images/secondnav_right.gif") top right no-repeat #ff8e23;
}

div#secondnav ul {
	height:21px;
	padding:0 0 0 35px;
	list-style:none;
	background:url("images/secondnav_left.gif") top left no-repeat;
}

div#secondnav ul li {
	padding:0 39px 0 0;
	float:left;
}

div#secondnav ul li a {
	color:#fff;
	line-height:21px;	
	display:block;
	text-decoration:none;
	font-size:10px;
}

div#secondnav ul li a:hover {
	text-decoration:underline;
}

/* CONTENT
===========================================================================================================*/
div#content_wrap {
	width:780px;
	margin:0 auto;
	text-align:left;
}

/* LISTS
===========================================================================================================*/
ul.featurelist {
	list-style:none;
}

ul.featurelist li {
	background:url("images/featurelist_square_bullet.gif") no-repeat;
	background-position:0% 6px;
	margin:0 0 3px 0;
	padding:0 0 0 10px;
}

/* JTIP
===========================================================================================================*/
#JT_arrow_left{
	background:url("images/jtip/arrow_left.gif") top left no-repeat;
	position:absolute;
	z-index:101;
	left:-14px;
	height:23px;
	width:13px;
    top:-1px;
}

#JT_arrow_right{
	background:url("images/jtip/arrow_right.gif") top left no-repeat;
	position:absolute;
	z-index:101;
	height:23px;
	width:13px;
    top:-2px;
}

#JT {
	position:absolute;
	z-index:100;
	border:1px solid #cbcb92;
	background:url("images/jtip/bg.png");
}

#JT_copy{
	padding:10px 10px 0 10px;
	color:#333333;
	text-align:left;
}

.JT_loader{
	background:url("images/jtip/loader.gif") center center no-repeat;
	width:100%;
	height:12px;
}

#JT_copy h1 {
	font-size:11px;
	font-weight:bold;
}

#JT_copy img{
	padding:1px;
	border:1px solid #cbcb92;
}

.jTip{
	background:url("images/jtip/link_dots.gif") bottom left repeat-x;
	text-decoration:none;
	color:#333;
	cursor:help;
}
/* LIVE SUPPORT
===========================================================================================================*/
div#live_support img {
	border:1px solid #ccc;
}

div#live_support h2 {
	display:none;
}

/* DOMAINSEARCH
===========================================================================================================*/
form#domainsearch {
	height:67px;
	background:url("images/domainsearch_left_bg.gif") top left no-repeat;
}

form#domainsearch fieldset {
	padding:12px;
	height:63px;
	background:url("images/domainsearch_right_bg.gif") top right no-repeat;
}

input#domainsearch_name {
	float:left;
	margin:22px 10px 0 42px;
	width:296px;
}

input#domainsearch_submit {
	float:right;
	margin:21px 0 0 0;
}

form#domainsearch legend {
	display:none;
}

/* FORM ELEMENTS
===========================================================================================================*/
.form_btn {
	padding:0 10px;
	background:url("images/form_btn_bg.gif") top left repeat-x;
	height:20px;
	border:1px solid #FFF;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	font-size:11px;
	color:#373737;
}

.form_text {
	padding:3px;
	background:url("images/form_text_bg.gif") top left repeat-x #fff;
	border:1px solid #b7b7b7;
	border-right:0;
	border-bottom:0;
	font-size:11px;
	color:#333;
}

/* CUSTOMBOX 780
===========================================================================================================*/
.custombox780 {
	background:url("images/custombox780_top.gif") top left no-repeat;
}

.custombox780_body {
	padding:30px;
	width:720px;
	background:url("images/custombox780_bottom.gif") bottom left no-repeat;
}

/* CUSTOMBOX 386
===========================================================================================================*/
.custombox386 {
	background:url("images/custombox386_top.gif") top left no-repeat;
}

.custombox386_body {
	padding:20px;
	width:346px;
	background:url("images/custombox386_bottom.gif") bottom left no-repeat;
}

/* CAMPAIGNS
===========================================================================================================*/
div#switcher h2 a {
	display:block;
	width:780px;
	height:139px;
	background:url("images/switcher/switcher_black-780x139.gif") top left no-repeat;
}

div#switcher p {
	display:none;
}

/* MISC
===========================================================================================================*/
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfix {display:inline-block}
.clearfix {display:block}