/*  
Theme Name: RX Host Eleven
Theme URI: http://www.rxhost.co.uk
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Chirag Desai
Author URI: http://www.rxhost.co.uk
*/
.clear{clear:both;}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 12%;
}






/* =Header
----------------------------------------------- */
footer, header, menu, nav, section {
	display: block;
}

/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 300px;
	top: 4em;
}

#branding {
	border-top: 1px solid #ccc;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
	background: #000 url(images/headers/header-bg.jpg) top left repeat-x;
}

#branding hgroup {
	margin: 0 0 0 0;
	width:300px;
	height:300px;
	padding:0;

}

#site-title {
	margin: 33px 10px 0 0;
	padding: 0 0 0;
	width: 300px;
	height: 95px;
	background: url(images/headers/rxhost-logo.png) no-repeat;
	float:left;
	clear:left;
	
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	width: 297px;
	height: 95px;
	text-decoration: none;
	text-indent: -10000px;
	display:inline-block;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #fff;
	font-size: 13px;
	margin: 0 10px 0 0;
	font-weight: bold;
	width: 300px;
	float:left;
	clear:left;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}

ul {
    /*list-style: square outside none;*/
}

ul, ol {
    margin: 0;
}

#topnav{
width:430px;
float:right;
clear:right;
margin:-100px 0 0 0;
padding:0;

}

#topnav ul{
list-style-type: none;
}

#topnav ul li{
display: inline;
margin-left:30px;
font-size:12px;
font-weight:bold;
}

#topnav ul li a{
color: #fff;
}

#client-links{
width:280px;
margin:-50px 0 0 0;
padding:0;
float:right;
clear:right;
}

#client-links ul{
list-style-type: none;
top: 70px;
display:block;
}

#client-area-link{
display: inline;
margin-left:10px;
font-size:12px;
font-weight:bold;
}

#support-link{
display: inline;
margin-left:0px;
font-size:12px;
font-weight:bold;
}

#client-area-link a{
width:106px;
height:27px;
background: url(images/headers/header-client-area.jpg) no-repeat;
display: inline-block;
text-indent: -10000px;
}

#support-link a{
width:106px;
height:27px;
background: url(images/headers/header-support.jpg) no-repeat;
display: inline-block;
text-indent:-10000px;
}

#header-telephone{
width:160px;
margin:-15px 0 0 0;
padding:0;
color:#fff;
font-size: 22px;
font-weight:bold;
float:right;
clear:right;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	/*background: #ccc;  Show a solid color for older browsers */
	/*background: -moz-linear-gradient(#04386A, #05488B);*/
	/*background: -o-linear-gradient(#04386A, #05488B);*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#04386A), to(#05488B));*/ /* older webkit syntax */
	/*background: -webkit-linear-gradient(#04386A, #05488B);*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 5px auto 0;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;F
	text-decoration: none;
	font-weight: bold;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
	text-decoration:none;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #00162D;
	text-decoration:none;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	background: #00162D;
}



/***** WORK PAGE ******/
.worktitle{text-align:left;}
div.showcase {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 217px;
	background: #fff;
text-align:left;
font-size:13px;
}

div.showcase:hover { cursor: pointer; }
div.showcase.last { float: right; margin: 0; }

div.showcase.top {
	margin-bottom: 25px;
	padding: 0;
}

div.showcase a {
	display: block;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	width: 217px;
	height: 140px;
	overflow: hidden;
	border: none;
	background: #000;
}

div.showcase a:focus, 
div.showcase a:hover { text-decoration: none; }

div.showcase img {
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
	width: 217px;
border:0;
}

div.showcase img.hovered{display:none;}

div.showcase h3 { color: /*#ff3716*/#ff6600; font-size: 18px; font-weight: bold; }
div.showcase:hover h3 { color: #242f33; }
div.showcase:hover img{display:none;}
div.showcase:hover img.hovered {display:inline;}

/**** END WORK PAGE ****/

body {
	margin: 0px auto;
	padding: 0;
	background: #f7f7e9 url(images/bg-main.jpg) repeat-x;
        /*text-align: justify;*/
	background-color: #ffffff;

}

body, th, td, input, textarea, select, option {
	font-family: Helvetica,Arial,sans-serif;

}

h1, h2, h3 {
	font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	/*color: #819CDB;*/
        color:#6699ff;
}


h1 {
	font-size: 36px;
}

h2 {
	font-size: 1em;
        color:#ff6600;
       
}

h3 {
	font-size: 16px;
}

/*p, ul, ol {
	line-height: 200%;
}*/

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #555;
text-decoration:none;

}

a:hover {
	color: #333333;
text-decoration:none;
}

hr {
	display: none;
}

/* Header */
.centhead {
        width:960px;
        height: 100%;
        margin: 0 auto;
padding: 0;


/*background: url(images/bg-header.png) no-repeat top;*/
}
.centhead-small {
        width:960px;
        height: 100%;
        margin: 0 auto;
padding: 0;


/*background: url(images/bg-header.png) no-repeat top;*/
}

#featured-wrapper{
float:right;
clear:right;
width: 450px;
margin:0;
padding:0;
text-align: left;
color:#cccccc;
}

#featured-wrapper h3{
color: #999999;
font-size:14px;
text-transform: uppercase;
}

#featured{
float:right;
clear:right;
padding: 10px 10px 10px 0;

}


#featured a.carouselBtn, .jdGallery a.carouselBtn:hover, .jdGallery a.carouselBtn:active{
position: absolute;
bottom: 0pt;
right: 30px;
height: 20px;
text-align: center;
padding-top: 0pt;
padding-right: 10px;
padding-bottom: 0pt;
padding-left: 10px;
font-size: 13px;
background-color: #000000;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #eeeeee;
cursor: pointer;
}

#featured a.carouselBtn, .jdGallery a.carouselBtn:hover, .jdGallery a.carouselBtn:active{
position: absolute;
bottom: 0pt;
right: 30px;
height: 20px;
text-align: center;
padding-top: 0pt;
padding-right: 10px;
padding-bottom: 0pt;
padding-left: 10px;
font-size: 13px;
background-color: #000000;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #eeeeee;
cursor: pointer;
}

     
#headcontainer-small
{
width: 100%;
height:150px;
background-color: transparent;
background:  url(images/bg_home_banner.png) no-repeat; 
background-attachment: scroll;
background-position: 50% 0pt;
margin:0 auto;
}   
#headcontainer
{
width: 100%;
/*height:294px;*/
height:264px;
background-color: transparent;
/*background-image: url(images/bg-header-small.png);*/

background:  url(images/bg_home_banner.png) no-repeat; 
/*background:  url(images/bg_body.jpg) repeat-x;*/
/*background-repeat: repeat-x;*/
background-attachment: scroll;
background-position: 50% 0pt;
}

#header-small{
width: 100%;
height:100px;
margin:0px;
background: #6699ff;
border-bottom: 10px solid #2f2f4f;
top:0;
padding:0;
text-align:center;
}

#header {
	width: 100%;
	/*height: 143px;*/
        /*height:329px;*/
 height:294px;
	margin: 0 auto;
	padding-bottom: 0px;
	/*background: url(images/bg-header.png) no-repeat left top;*/
        /*background-color: #ffffff;*/
        /*order-bottom: 10px solid #003366; */
        /*border-right: 1px solid #cccccc;*/
        /*border-left: 1px solid #cccccc;*/

/*background: #ff6600 url(images/bg_body.jpg) repeat-x;*/


/*background: #ff6600;*/
background: #6699ff;

}



#header h1 {
	float: left;
	clear:left;
margin: 0;
	/*padding: 80px 0 0 0;*/
padding: 60px 0 0 0;
	font-family: tahoma, verdana,arial,sans-serif;
}

#header-small h1{


margin: 0;
	/*padding: 80px 0 0 0;*/
padding: 10px 0 0 0;
	font-family: tahoma, verdana,arial,sans-serif;
}

#header h1 a{
margin: 0;
padding: 0;
}

#header-small h1 a{
margin: 0;
padding: 0;
}

#header img {
float:left;
margin:-10px 0 0 0;
padding:5px 0 0 0;
border:none;
}

#header ul{
float: right;
list-style-type: none;
margin-top:0;
padding-top:115px;
margin-right: 5px;
padding-bottom:10px;
color: #ff6600;
}

#header ul li{
display: inline;
margin:0 0 0 10px;
padding-top: 115px;
padding-bottom:10px;
}

#header ul li a{
text-decoration: none;
color: #fff;
/*padding: 115px 10px 10px 10px;*/
padding: 10px;
font-size: 16px;
text-transform: uppercase;
width:100%;
height:200px;
background: url(images/navbgblue.png);
}

#header ul li a:hover {
	color: #ff6600;
background: url(images/navbgbb.png);
}

#header p {
	padding: 0;
	/*font-size: 16px;*/
font-size: 24px;
	color: #ffffff;
clear:left;
margin-left:0;
font-family: tahoma, verdana,arial,sans-serif;
}

#header-small p{
padding: 0;
	/*font-size: 16px;*/
font-size: 20px;
	color: #ffffff;
clear:left;
margin:0;
font-family: tahoma, verdana,arial,sans-serif;
}

#header a {
	text-decoration: none;
	color: #ffffff;
/*font-size: 76px;*/
/*40px*/
font-size:80px;
}

#header-small a{

text-decoration: none;
	color: #ffffff;
/*font-size: 76px;*/
/*40px*/
font-size:50px;}

#header a:hover{color: #ff6600;}

#phone {
float: left;
font-size: 15px;
/*color:#666666;*/
color: #003366;
margin-right:5px;
display: inline;
padding-right: 30px;
padding-top: 5px;
background: url(images/icon-phone.png) no-repeat;
background-color: transparent;
background-attachment: scroll;
background-position: 0pt 50%;
padding-bottom: 0pt;
padding-left: 15px;
font-weight: bold;
}

#phone2{
margin-right:5px;
background: url(images/icon-phone.png) no-repeat;
background-color: transparent;
background-attachment: scroll;
background-position: 0pt 50%;
padding-left:15px;
}

#email{background: url(images/icon-email.png) no-repeat;
background-color: transparent;
background-attachment: scroll;
background-position: 0pt 50%;
padding-left:15px;
}

#contact a{
font-size:15px;
color:#cdc;
text-decoration:none;
padding-right:10px;
}

#contact{
font-size:15px;
clear:right;
float:right;
padding: 10px;
color: #ffffff;
height:100%;
margin-top:-5px;
}

#twitter {
font-family: tahoma, verdana,arial,sans-serif;
float:left;
margin: 0;
color: #eeeeee;
font-size:11px;
padding-left: 30px;
padding-right: 10px;
padding-top: 5px;
/*background: url(images/twitter.png) no-repeat -300px -115px;*/
background: url(images/twitter.png) no-repeat -300px -165px;
height: 35px;
width: 530px;
}

#twitter ul.twitter{list-style:none;}
#twitter li.twitter-item{height: 100%;font-size:11px;}
#twitter p.twitter-message{font-size:11px;}
#twitter .twitter-timestamp{font-size:7pt;}
#twitter a.twitter-link{font-size:11px;width:460px;}
#twitter a.twitter-user{font-size:11px;}

#navcont{
width:100%;
height:30px;

background:url(images/bg_nav.png);
margin-bottom: 10px;
}
#nav{
width:960px;
height: 100%;
margin: 0 auto;
/*height: 35px;*/
/*margin-bottom: 10px;*/
}

#nav ul{
/*float:left;*/
padding-left:10px;
}

#nav ul li a{
/*margin-right:10px;*/
color:#ffffff;
}

#nav ul li a:hover{
color:#ff6600;
/*background-color:#ffffff;*/
}





.grey {color: #888888;}

.white{color: #ffffff;}
/* Page */

#page {
width: 960px;
margin: 0 auto;
padding: 0px;
}



/*Main*/
#main
{
/*width: 960px;*/
width: 100%;
height: 100%;
background: #ffffff no-repeat center top;
/*margin: 0 auto;*/
/*padding:0px;*/
width: 100%;


}

#main-small{
width: 100%;
height: 100%;
background: #f0f0e9 no-repeat center top;
/*margin: 0 auto;*/
/*padding:0px;*/
width: 100%;
text-align: center;
}
/* Content */
#content {
	float: left;
	/*width: 480px;*/
        /* width: 495px;*/
width: 640px;
         margin-top: 20px;
	
	margin-bottom: 10px;
        background: #ffffff;
       /* border-right: 1px solid #cccccc;*/
padding-right: 26px;
padding-bottom: 10px;
text-align:left;
color:#333333;
font-size:14px;

}

#content .entry a{
color: #6699ff;
}

#contentfull{
width: 960px;
        margin: 20px auto;
	background: #ffffff;
        padding-bottom: 10px;
	display:inline;
	font-size:12px;
}

#contentfull #pricing{
	border-collapse:collapse;
	text-align:center;
font-size:14px;
	width: 960px;
}

#contentfull .post {
clear: both;
}

/* WOOTHEMES FEATURES START HERE */
.features .feature{
float: left;
width: 300px;
margin-left:20px;
}

.features .first{
margin-left:0;
}

.features .last{
clear: right;
}

h3.feature-title{
margin: 10px auto !important;
font-family: 'Lato', sans-serif !important;
font-weight: 600 !important;
font-size:17px !important;
text-align:center;
}

h3.feature-title a{
color: #0033ff !important;
}

.feature-title a:hover{
color: #1B437A!important;
}

.feature img {
text-align: center;
margin: 20px auto 0 auto;
display: block;
}

.feature-content{
margin-bottom: 30px !important;
font-size:14px !important;
text-align:justify !important;
line-height:1.6;
font-family: 'Lato', sans-serif !important;
}

.features-more{
margin: 10px auto !important;
color: blue;
text-align: center !important;
}

/* WOOTHEMES FEATURES END HERE */

#pricing td{
border:1px solid #fff;
padding:3px 7px 2px 7px;
}

#pricing th{
border:1px solid #fff;
width: 130px;
}

#pricing th.col-1{
font-size:15px;
background:#73a542;
color:#fff;
}

#pricing th.col-2{
font-size:15px;
background:#418133;
color:#fff;
}

#pricing th.col-3{
font-size:15px;
background:#275e73;
color:#fff;
}

#pricing th.col-4{
font-size:15px;
background:#33749C;
color:#fff;
}

#pricing span.lowprice{
font-size:18px;
font-weight:bold;
color:#fff;
}

#pricing span.yearly{
font-size:10px;
color:#eee;
}


#pricing .even{
background: #eee;
}

#pricing .even .col-1{
background: #CBE1AB;
}


#pricing .odd .col-1{
background: #E4F0D5;
}

#pricing .even .col-2{
background: #b1d7a7;
}

#pricing .odd .col-2{
background: #d8ebd3;
}

#pricing .even .col-3{
background: #a9cdd9;
}

#pricing .odd .col-3{
background: #d3e5ec;
}

#pricing .even .col-4{
background: #b5ddf7;
}

#pricing .odd .col-4{
background: #daeefb;
}

#pricing td.ordernow{
background-color:#3AD149;
color:#fff;
font-weight:bold;
}
/*#00F465;*/

#pricing td.ordernow:hover{
background-color:#033769;
}

#pricing td.ordernow a{
color:#fff;
}


#contentsales{
width:620px;
background:#fff;
margin: 0 auto;
text-align:left;
padding:15px;
font-size:12pt;
}

#contentsales h1 a{
font-size:28px;
color:#000;
font-weight:none;
}

#contentsales a{
color:#4d4dff;
}

#contentsales h3{
font-size: 24px;
color:#4d4dff;

}



#maintitle{
font-size:30px;
color:#003366;
margin: 10px auto !important;
font-family: 'Lato', sans-serif !important;
font-weight: 600 !important;
text-align:center;
}

#subtitle{
font-family: 'Lato', sans-serif;
font-size: 18px;
margin: 10px auto;
font-weight:300;
text-align:center;
}


#contentfull h2{
margin-top:0px;
/*color:#003366;*/
color:#819cdb;
font-size:16pt;
width:220px;
}

#contentfull h2 a{
color:#819cdb;
text-decoration:none;
}

#contentfull a:hover{
color:#003366;
} 

#contentfull h3 a{
color:#ff6600;
text-decoration:none;
}
.box{
padding:0 0 0 0;
margin:0 0 0 0;
}

#contentfull h3{
color:#ff6600;
font-size:12pt;
font-weight:bold;
width:200px;
text-align:center;
}

div#choose-us-clients-wrapper{
width:100%;
padding: 10px 0pt 25px 0pt;
text-align: center;
/*background-color: #8DB4FB;*/
background-color: rgb(196, 227, 250);
}


div#choose-us-clients{
margin: 0 auto;
text-align:left;
width:960px;
color:#333;
padding:0;
font-size:14px;
}


div#choose-us-clients a{
text-decoration: none;
/*color:#ff6600;*/
clear:both;
color:rgb(51, 169, 245) !important;
}

div#choose-us-clients a.more{
background: url(images/choose_client_more.gif) top no-repeat;
width:100%;
height:100%;
color:#fff;
font-size:14px;
font-style:italic;
padding: 10px 43px 10px 43px;
margin:0;
}


div#choose-us-clients h2 a{
font-size: 20px;
/*color: #ff6600;*/
color: #003366;
/*font-weight:bold;*/
text-decoration:none;
}

div#choose-us-clients h3{
color: #999999;
font-size:14px;
text-transform: uppercase;
}

div#choose-us{
float:left;
clear:left;
width: 450px;
text-align:left;
margin:0;
padding:0;
}

div#clients{
float:right;
clear:right;
width:450px;
text-align:left;
margin:0;
padding:0;
}


div#blog-work-wrapper{
width: 100%;
padding: 20px 0pt 50px 0pt;
text-align: center;
background-color: #000000;
margin:0;
}

div#blog-work{
margin: 0 auto;
padding:0;
text-align: left;
width: 960px;

}

div#about{
color:#333;
clear: left;
float: left;
width: 500px;
margin: -7px 0 0 0;
padding: 0;
/*border-left: 1px dotted #ccc;*/
text-align:left;
font-size:12px;
}

div#about h1{
color: #ff6600;
font-size:22px;
}

div#about h3{
color: #999999;
font-size:14px;
text-transform: uppercase;
}

div#about a h2{
font-size:16px;
margin:0 0 5px 0;
color:inherit;
}

div#about .service-title{
display:block;
font-size:16px;
margin:0 0 5px 0;
color:inherit;
font-family: verdana,Arial,Helvetica,sans-serif;
}

div#about a .service-title:hover{
color:#6699ff;
}

div#about a h2:hover{
color:#6699ff;
}

#about p.bottom {
padding-bottom:20px;
border-bottom:1px dotted #ccc;
}

#about p a{
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #89999f;
text-decoration:none;
}

div#about ul{
margin:0;
padding:0;
width:370px;
height:260px;
}
div#about ul li{
height: 52px;
padding: 0 0 0 60px;
border-bottom: 1px dotted #dddddd;
list-style:none;
margin:0;
font-size:11px;
color:#aaa;
}

div#about ul li a{
text-decoration:none;
margin-bottom:10px;
color:#ff6600;
height:45px;
}

div#about ul li a span.info{
color:#777;
}

span#info{
color:#777;
font-size:11px;
}

div#about ul li a:hover{
color:#6699ff;
}




div#about ul li.web{
background: url(http://www.rxhost.co.uk/home/templates/portal/images/clientarea.png) no-repeat left top;
}

div#about ul li.hosting{
background: url(http://www.rxhost.co.uk/home/templates/portal/images/affiliates.png) no-repeat left top;
}

div#about ul li.domain{
background: url(http://www.rxhost.co.uk/home/templates/portal/images/domainchecker.png) no-repeat left top;
}

div#about ul li.marketing{
background: url(http://www.rxhost.co.uk/home/templates/portal/images/submitticket.png) no-repeat left top;
}

div#about ul li.branding{
background: url(http://www.rxhost.co.uk/home/templates/portal/images/serverstatus.png) no-repeat left top;
}



div#about h2{
margin: 0;
padding: 0;
}

div#home-services{
float:right;
clear:right;
width:380px;
text-align:left;
color:#666666;
}

#home-services a{
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #89999f;
text-decoration:none;
}

#home-services h2{
/*text-indent: -9999px;*/
color:#ff6600;
font-size:16px
}

#home-services h3{
color:#6699ff;
font-size:14px;
clear:both;
}

#home-services ul{
font-size:12px;
color:#666666;
}

#home-services ul.links{
clear:left;
list-style-type:none;
text-align: left;
height:10px;
width:100%;
margin:0;
padding:15px 0 0 0;
}

#home-services ul.links li{
display: inline;
margin: 0 30px 0 0;
padding:0;
}

#home-services ul.links li a{

color:#666666;
}

#home-services ul.left{
float:left;
clear:left;
margin:0;
padding:0;
width:130px;
list-style-type:none;
}

#home-services ul.left li.list-title, ul.right li.list-title{
color:#6699ff;
font-size:14px;
background:none;
padding:0;
margin:0;
}

#home-services ul.left li, ul.right li{

background-image: url(images/rxtick.gif);
background-repeat: no-repeat;
/*background-position: 0px 5px;*/
padding-left: 20px;
height:20px;

}

#home-services ul.right{
float:left;
clear:right;
margin:0;
padding:0;
list-style-type:none;
}

div#home-ssl{
background: url(images/price_ssl.gif) bottom right no-repeat;
padding:0 0 20px 0;
width: 380px;
margin:0;
}

div#home-hosting{
background: url(images/price_hosting.gif) center right no-repeat;
padding:0 0 20px 0;
width: 380px;
margin:0;
}

div#home-hosting p{
clear:both;
padding: 0;
margin:0;
font-size:12px;
}

#domainsearch input.domaintextbox{
	width: 240px;
	height: 17px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 5px 2px;
/*margin-left:10px;*/
margin-right:5px;
}

#domainsearch input.button {
padding-top: 2px;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 8px;
margin-bottom: 20px;
}

#domainsearch input,select{
float: left;
}

#domainsearch select{
height:30px;
border: 1px solid #cccccc;
	background: #fff;
	padding: 5px 2px;


}



#domainsearch {
background: url(images/price_domain.gif) bottom right no-repeat;
padding:0 0 20px 0;
width: 380px;
margin:0;
}

div#socialblog{
clear:both;
border-top: 1px solid #aaaaaa;
width:100%;
padding: 10px 0 0 0;
}

div#blog{
margin:0;
padding:0;
clear:left;
float:left;
width: 450px;
color:#ccc;
font-size:12px;
text-align:left;
}

div#blog h2{
font-size:16px;
color:#6699ff;
}

div#blog a{
text-decoration: none;
color:#ff6600;
clear:both;
}

.white{
color:#fff;
}

div#blog a.right{
float:right;
clear:both;
text-align:right;
margin:0 0 10px 0;
display:block;
width:100%;
}

div#blog h2 a{
font-size: 18px;
color: #ff6600;
/*font-weight:bold;*/
text-decoration:none;
}

div#blog h3{
color: #999999;

font-size:14px;
text-transform: uppercase;
}



div#social{
margin:0;
padding:0;
float:right;
clear:right;
width: 465px;
}

div#social h2{
font-size:20px;
color:#ff6600;
}

.boxone{
float:left;
clear:left;
width: 225px;
height: 100%;
margin-right:20px;
display:inline;
/*background: url(http://www.rxhost.co.uk/home/templates/portal/images/order.png) no-repeat left top;*/
/*background:url(images/social.png) no-repeat left bottom;*/
}

.boxone img.nohover {margin-top:10px;border:0; height:50px; width:220px;}
.boxone img.hover {margin-top:10px;border:0;display:none; height:50px; width:220px;}
.boxone a:hover img.hover {display:inline}
.boxone a:hover img.nohover {display:none}

.boxone h2{
font-size: 16px;
color: #6699ff;
/*text-transform:uppercase;*/
margin-bottom:15px;
}

.boxtwo h2{
font-size:16px;
color: #6699ff;
/*text-transform:uppercase;*/
}

.boxtwo a img{
border:none;
text-align:center;
}

.boxtwo a{
text-align:center;
}

.boxthree h2{
font-size:16px;
color: #6699ff;
/*text-transform:uppercase;*/
}

.boxfour h2{
font-size:16px;
color: #6699ff;
/*text-transform:uppercase;*/
}

#boximg {
text-align:center;
display:block;
margin:10px auto 5px auto;
clear:both;
width:220px;
height:110px;
}

.boxtwo{
float:left;
width: 225px;
height: 100%;
margin-right:20px;
display:inline;
text-align:left;
/*background: url(http://www.rxhost.co.uk/home/templates/portal/images/domainchecker.png) no-repeat left top;*/
}






.boxthree{
float:left;
width: 225px;
height: 100%;
margin-right:20px;
display:inline;
text-align:left;
/*background: url(http://www.rxhost.co.uk/home/templates/portal/images/affiliates.png) no-repeat left top;*/
}



.boxfour{
float:right;
width: 225px;
height: 100%;
display:inline;
clear:right;
text-align:left;
/*background: url(http://www.rxhost.co.uk/home/templates/portal/images/submitticket.png) no-repeat left top;*/
}

.boxfour h2 a{
text-decoration:none;
color: #6699ff;
}


.post {
	padding: 0px 0px 0 0px;
line-height:1.6;
}

.title {
	margin: 0;
	padding-bottom: 5px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/*text-transform:uppercase;*/
	/*color: #000000;*/
color: #ff6600;
font-size:2em;
    
}


.title a {
	text-decoration: none;
	color: #ff6600;
}



.pagetitle {
	/*border-bottom: 2px solid #0F0F0F;*/
}

.byline {
	margin: 0;
	color: #9AC0CD;
text-transform:uppercase;
}

.byline a{
/*color: #646464;*/
color:#73B1B7;
}

.right{
float:right;
clear:right;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px 10px 0;
	margin: 30px 0;
	text-transform: uppercase;
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
	        
}

.meta .more {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}

.meta .comments {
	background: url(images/img03.gif) no-repeat 0px 45%;
	padding-left: 10px;
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #0F0F0F;*/
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
color: #6699ff;

}


/*start*/
ol.commentlist {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 630px;
}

ol.pinglist {
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 80px;
	width: 550px;
	font-size: 13px;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	border-bottom: 1px solid #dfe5e7;
}

ol.pinglist li { color: #96a9af; }

ol.commentlist li {
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	width: 630px;
	border-bottom: 1px solid #dfe5e7;
}

ol.commentlist li.authorcomment {
	background: url(../../images/title_authorcomment.gif) no-repeat 0 42px;
}

ol.commentlist li div.authormeta {
	display: block;
	float: left;
	width: 149px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

ol.commentlist li div.authormeta small { display: block; }

ol.commentlist li div.authormeta small.date a {
	color: #A8B2B6;
	border: none;
	text-transform: uppercase;
}

ol.commentlist li div.authormeta em {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	color: #ff3716;
}

ol.commentlist li div.commenttext {
	position: relative;
	float: right;
	margin: 0 0 15px 0;
	padding: 0 80px 0 30px;
	min-height: 53px;
	width: 367px;
	border-left: 1px solid #dfe5e7;
	overflow: hidden;
}

ol.commentlist li div.commenttext span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 0 0 21px 0;
	padding: 3px;
	border: none;
	border: 1px solid #dfe5e7;
}

ol.commentlist li div.commenttext span.avatar img { margin: 0; padding: 0; }

ol.commentlist li div.commenttext p.last { margin: 0; }

div.addcomment {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	width: 630px;
	border-bottom: 1px solid #dfe5e7;
}

div.addcomment div.fieldblock {
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}

div.addcomment div.fieldblock label {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	width: 150px;
	color: #242f33;
}

#commentform label{
float: left;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	width: 150px;
	color: #242f33;
clear:left;
}

div.addcomment div.fieldblock div.input {
	float: right;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #dfe5e7;
	width: 449px;
}

#commentform p{
float:right
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #dfe5e7;
	width: 449px;
clear:right;
}

div.addcomment div.fieldblock div.input.active {
	border-left: 1px solid #bcc4c4;
}

div.addcomment div.fieldblock div.input input {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 265px;
	border-top: 1px solid #dee2e2;
	border-left: 1px solid #dee2e2;
	border-right: 1px solid #dee2e2;
	border-bottom: 1px solid #dfe5e7;
	background: #dee2e2;
	outline: none;
}

#commentform input{
float: right;
	margin: 30px 30px 0 0;
	padding: 5px;
	width: 265px;
	border-top: 1px solid #dee2e2;
	border-left: 1px solid #dee2e2;
	border-right: 1px solid #dee2e2;
	border-bottom: 1px solid #dfe5e7;
	background: #dee2e2;
	outline: none;
clear:right;
}

div.addcomment div.fieldblock div.input textarea {
	margin: 0 30px 0 0;
	padding: 5px;
	width: 437px;
	min-height: 200px;
	border-top: 1px solid #dee2e2;
	border-left: 1px solid #dee2e2;
	border-right: 1px solid #dee2e2;
	border-bottom: 1px solid #dfe5e7;
	background: #dee2e2;
	outline: none;
	line-height: 1.5;
}

#commentform textarea{
margin: 30px 30px 0 0;
	padding: 5px;
	width: 437px;
	min-height: 200px;
	border-top: 1px solid #dee2e2;
	border-left: 1px solid #dee2e2;
	border-right: 1px solid #dee2e2;
	border-bottom: 1px solid #dfe5e7;
	background: #dee2e2;
	outline: none;
	line-height: 1.5;

}

div.addcomment div.fieldblock div.input span {
	position: relative;
	top: 4px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	color: #ff3716;
}

div.addcomment input.submit { margin: 0 0 30px 181px; }


form#contactform {
	margin: 9px 0 0 0;
	padding: 0 0 0 67px;
	float: left;
	width: 645px;
	background: url(../../images/bg_contactform.gif) no-repeat top left;
}

form#contactform div.fieldblock {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}

form#contactform div.fieldblock label {
	float: left;
	display: block;
	margin: 0 ;
	padding: 5px 30px 0 0;
	width: 120px;
	text-align: right;
	color: #242f33;
}

form#contactform div.fieldblock label.error {
	position: absolute;
	top: -7px;
	right: 8px;
	margin: 10px 0 0 0;
	padding: 4px 0 2px 23px;
	width: 142px;
	outline: none;
	background: #fff url(../../images/icon_requiredarrow.gif) no-repeat 0 1px;
	text-align: left;
	z-index: 99;
	line-height: 1.2;
}

form#contactform div.fieldblock div.input {
	float: right;
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #dfe5e7;
	width: 449px;
}

form#contactform div.fieldblock div.input.active {
	border-left: 1px solid #bcc4c4;
}

form#contactform div.fieldblock div.input input {
	float: left;
	margin: 0 30px 0 0;
	padding: 5px;
	width: 250px;
	border-top: 1px solid #dee2e2;
	border-left: 1px solid #dee2e2;
	border-right: 1px solid #dee2e2;
	border-bottom: 1px solid #dfe5e7;
	background: #dee2e2;
	outline: none;
}

form#contactform div.fieldblock div.input textarea {
	margin: 0 30px 0 0;
	padding: 5px;
	width: 437px;
	min-height: 200px;
	border-top: 1px solid #dee2e2;
	border-left: 1px solid #dee2e2;
	border-right: 1px solid #dee2e2;
	border-bottom: 1px solid #dfe5e7;
	background: #dee2e2;
	outline: none;
	line-height: 1.5;
}

form#contactform div.fieldblock div.input span {
	position: relative;
	top: 4px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	color: #ff3716;
}

form#contactform input.submit { margin: 0 0 30px 181px; }

/*end*/


/* Sidebar */

#sidebar {
	float: right;
	/*width: 260px;*/
width: 290px;      
border-left: 1px solid #dfe5e7;
        margin-top: 0px;
margin-bottom: 5px;

}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
background: #ffffff url(images/nav_bar_background.png) repeat 0% 0%;
/*background: #000000 url(images/body_bg.jpg) left top;*/
/*background: #000033;*/
/*background:#000066;*/
/*background: #ffffff;*/
/*background:#ddd;*/
}

#sidebar li {
        color: #6699ff;




}

#sidebar li ul {
	padding: 0px 10px 10px 10px;

}

#sidebar li li {
	/*border-bottom: 1px solid #363B3F;*/
/*border-bottom: 1px solid #ffffff; */
	
background: url(images/img03.gif) no-repeat 0px 40%;
	padding: 0px 10px 10px 10px;
font-size: 14px;
/*font-family: Tahoma, Georgia, "Times New Roman", Times, serif;*/
font-family: tahoma, verdana, Arial, Helvetica, sans-serif;

/*font-variant: small-caps;*/
text-align:left;
}

#sidebar li li a{
color: #666666; /*#000066*/
}

#sidebar li li a:hover {
	color: #6699ff;
}

#sidebar h2 {
	margin: 0;
	height: 20px;
	padding: 8px 0px 10px 13px;
	/*background: #ff9900 url(/*images/img02.jpg*/) repeat-x left top;*/
        /*background-color: ;*/
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
text-align:left;
	font-size: 18px;
	color: #000033;
}

#sidebar h2 a {
	/*background: url(images/img03.gif) no-repeat left 50%;*/
}

#sidebar a {
text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar ul.twitter{list-style:none;}
#sidebar li.twitter-item{padding:5px;height: 100%;font-size:12px;}
#sidebar p.twitter-message{font-size:12px;}
#sidebar .twitter-timestamp{font-size:12px;}
#sidebar a.twitter-link{font-size:12px;}
#sidebar a.twitter-user{font-size:12px;}

/* Search */

#search input {
	display: none;
padding: 5px;
}

#search input#s {
text-align:left;
	
display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #adadad;
	background: #ffffff url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	height: 100%;
	width: 100%;

overflow:hidden;

	
margin: 0 auto;
	/*border-top: 10px solid #1E2223;*/
        /*border-top: 10px solid #ADADAD;*/
	/*border-top: 1px solid #ddd;*/
        /*border-top:3px solid #9FC0FD;*/
        font-size: smaller;
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
	/*color: #646464;*/
        /*background-color: #e4e4e4;*/
        background: url(images/bg_footer.gif) #999999;
        padding: 0;
}

#footer p {
	margin: 0;
        padding: 5px;
	
        color: #666;
        font-size: 12px;
clear:left;
text-align:left;
}


#footer p a {
	color: #999;
}

#footer ul{
float: left; width: 172px; list-style: none; margin: 0px 20px 15px 0px; padding:0px;
}

#footer ul li{

padding: 10px 0px 5px 0px;
text-align:left;

}

#footer ul.last { margin-right: 0px !important; }





#footer ul li.header {font-size: 16px; font-weight: bold; color: #999999; }



.footercontent{
width:960px;
overflow:hidden;
margin: 0 auto;
padding: 0;
}

#footer ul li a{
text-decoration: none;
color: #999999;
font-size: 12px;
}

#footer ul li a:hover {
	color: #6699ff;
text-decoration: underline;
}

#footer img.nohover {margin-top:1px;border:0; height:29px; width:127px;}
#footer img.hover {margin-top:1px;border:0;display:none; height:29px; width:127px;}
#footer a:hover img.hover {display:inline}
#footer a:hover img.nohover {display:none}



#comment {
	width: 480px;
	height: 100px;
}