body {
	font: 86% verdana, arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #cc0000;
	text-align: center;
	}
#container {
	padding: 0;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 0px solid #c00;
}
a {
	font-size: .86em;
	text-decoration: none;
	line-height: 1.5em;
}
a:link {
	color: #c00;
}
a:visited {
	color: #c00;
	}
a:active {
	color: #c00;
	}
a:hover {
	color: #f00;	
}
a img:link, img {
	border-width: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 17px;
	letter-spacing: -1.5px;
	margin: 10px 10px 10px 8px;
	width: 725px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px;
}

h1 strong {
	color: #c00;
}
h2 {
	border-bottom: 1px solid #F4F4F4;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 6px 0 0 0;
}
h2 strong {
	color: #c00;
}
h2.pictures {
padding-left: 16px;
	background: #fff url('/img/icon_picture.gif') no-repeat 0px 0.4em;
}
h3 {
	font-size: 1.02em;
	font-weight: bold;
	margin: 0;
	color: #111;
}
h3 a {
	font-size: 1em;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
	}


p {
	font-size: 0.86em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
   	color: #000;
}
p a {
	font-size: 1em;
}
strong {
	font-weight: bold;
	color: #012A5C;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #cc0000;
	background-color: #fff;
}

table {
	font-size: 0.9em;
	color: #666;
	margin: 7px 0 20px 0px;
}
.hosting table, .postcode table {
	font-size: 10px;
}

.articles #main_text ol {
	margin-bottom: 30px;
}
.article #main_text h2 {
	padding:0;
	margin: 0 0 5px 0;
}

caption {
	display: none;
}
th {
	background: #2B6896;
	color: #fff;
	padding: 3px 7px 4px 7px;
	border-right: 1px solid #fff;
}
td {
	padding: 2px ;
	text-align: left;
}
td.tbl-left {
	text-align: left;
}

th.thead-left {
	color: #2B6896;
	padding-top: 7px ;
	padding-bottom: 7px;
	background-color: #eee;
	border-bottom: 1px solid white;
	border-right: 3px solid #2B6896;
}

td a {
	font-size: 1em;
	padding: 1px;
	
}
#breadcrumbs {
font-size: .85em;
	margin-bottom: 0px;
	margin-top: 1px;
	border-top: 2px solid #B8B8B8;
	padding: 5px 25px;
	background: Yellow;
	}
#breadcrumbs strong a{ font-size: 1em; font-weight: normal;border-bottom: 1px dotted #0033CC; }
#breadcrumbs strong a:hover {border-bottom: 1px dotted #f00;}
#breadcrumbs em {color: #C1131D; font-style: normal;}


/*NAVIGATION MAIN */
#mainnav {
	font: 1.05em "trebuchet ms", arial, verdana, helvetica, sans-serif;
	position: absolute;
	bottom: 0px;
	left: 25px;
	width: 400px;
}
#mainnav ul, #mainnav li {
	margin: 0 0 0 0; /*the space from the left, and a gap underneath to stop content coming close to nav*/
	padding:0;
	list-style-type: none;
 }
#mainnav li {
	  display:inline;
	  
}
#mainnav li a {
	float: left; 
	display: block; 
	padding: 3px .7em; 
	border-width: 0;
	border-style: none;
	border-right: 1px solid #dedede; 
	border-bottom: 3px solid #fff;
	text-decoration: none; 
	color: #fff;
}
	 
#mainnav li a:hover {
	color:#ff0;
	border-bottom: 3px solid #ffff00;
}

/*HEADER AREA */
#header {
	position: relative;
	background: #c00;
	width: 750px;
	padding: 0;	
}
#header img {
	margin-left: 600px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#masthead {
	
	background-color: #D6D6D6;
	width: 750px;
}
#header_image {
	background: url('/img/header_1.jpg') no-repeat;
	height: 150px;
	font-size: 18px;
}


/*CONTENT AREA*/
#main, #main_text, #main_right {background: #fff; }

#main {
	margin-left: 12px;
	margin-bottom: 30px;
} 
em {
	color: #f00;
	font-style: normal;
}
#main_text .linkimg {
	padding: 1px ;
	border: 1px solid #f4f4f4;
}
#main_text a:hover .linkimg {
	border-color: #2B6896;
}
/*1 column with main on left*/
#cols-1 #main_text {
	float: left;
	width:725px; 
}
#cols-1 #main_right {
	display: none;
}
#cols-1 #main_left {
	display: none;
}


/*2 column with main on left*/
#cols-2l #main_text {
	float: left;
	width: 485px;
}
#cols-2l #main_right {
	float: right;
	top: 0;
	right: 0;
	width: 200px;
}
#cols-2l #main_left {
	display: none;
}
/*three columns*/
#cols-3 #main_text {
	float: left;
	width: 335px;

}

.philosophy #main_text ul li, .philosophy #main_text ol li, .design #main_text ul li, .design #main_text ol li, .services #main_text ul li, .services #main_text ol li, .cms #main_text ul li, .hosting #main_text ul li, .domain_search #main_text ul li, .domains #main_text ul li, .domains #main_text ol li, .seo #main_text ul li, .advanced #main_text ul li, .advanced #main_text ol li, .seopackages #main_text ol li, .clients #main_text ul li, .casestudies #main_text ul li {                                         
	font-size: .8em;
	color: #6B6B6B;
	line-height: 1.4em;
	margin-bottom: 3px;
}

#main_text ul li strong, #main_text ol li strong {
	color: #6b6b6b;
}
#main_text ul li a, #main_text ol li a {
	font-size: 1em;
} 
#cols-3 #main_right {
	float: right;
	top: 0;
	right: 0;
	width: 200px;
	
}
#cols-3 #main_left {
	float: left;
	width: 150px;
	margin-right: 15px;
	

}

/*2 Columns with main on right*/
#cols-2r #main_text {
	float: left;
	width: 520px;
}

#cols-2r #main_right {
	display: none;
}
#cols-2r #main_left {
	float: left;
	width: 150px;
	margin-right: 30px;
}

#main_left ul, #main_left li {
	padding: 0 0 0 ;
	margin: 0 0 0 2px;
	list-style-type: none;
}
#main_left ul li ul li {
	margin-left: 15px;
}
/*
#main_left h3 {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	line-height: normal;
}*/
#main_right h2 {
	padding-left: 10px;
}



.sub .sub_left img {
	margin: 0 0 2px;
}

.sub {
	padding-top: 10px;
	margin-bottom: 30px;
	border-bottom: 0px solid #fff; /*stupid hack to stop firebird from losing the b-margin*/
}
.sub_left {
	float: left;
	text-align: center;
}
.sub_right {
	float: left;
	width: 325px;
}
.reset {clear: both; display: block;}
.community .sub_left, .advanced .sub_left, .casestudies .sub_left, .person .sub_left {
	width: 170px;
}
.community .sub_right, .advanced .sub_right, .casestudies .sub_right, .person .sub_right {
	width: 315px;
	margin-right: 10px;
	border-right: 1px solid #f4f4f4;
	padding-right: 10px;
}
.person .sub_left {
	text-align: left;
	
}
.person .sub_left strong { display: block; }
.person .sub_left p {
	line-height: 1.2em;
}
.person .sub_left h3 {
	color: #DC0E00;
	border-bottom: 1px solid #f4f4f4;
	margin-top: 2px;
}


.cs_detail .sub_left {
	width: 170px;
	
}
.cs_detail .sub_right {
	width: 290px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 1px solid #f4f4f4;
}

.contact .sub_left, .home .sub_left, .testimonials .sub_left {
	width: 120px; 
}
.contact .sub_right, .home .sub_right, .testimonials .sub_right {
	width: 340px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 1px solid #f4f4f4;
}

.other #main_text .linkimg {
	display: block;
}


.cs_detail .sub_right h3 {
	text-transform: uppercase;
}
small.date {
	color: #929292;
}
.news small {
	display: block;
	margin-top: 30px;
}
.news #main_text h2 { margin-top: 2px; }

.domain_search #main_text label {
	display: inline;
}
/*
, #subnav li ul, #subnav li ul li */

#subnav ul, .sitemap ul, .sitemap li, #subnav li {
	list-style-type: none;
}
#subnav ul li, .sitemap ul li {
	background: #fff url('images/misc/subnav_arrow.gif') no-repeat 0px 0.4em;
	
	height: 22px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:auto;
}


#subnav ul li ul, .sitemap ul li ul { margin: 3px 0; padding: 0; }
#subnav ul li ul li a, .sitemap ul li ul li a {
	color: #929292;
}
#subnav li ul li a:hover, .sitemap li ul li a:hover {
	color: #333;
}
#subnav li ul li, .sitemap li ul li {
	background: #fff url('images/misc/subsubnav_arrow.gif') no-repeat 0px 0.4em;
	margin-left: 13px;
	
}
#subnav ul li ul li, .sitemap ul li ul li { padding: 0; }
#subnav li a, .sitemap li a {
	display: block;
	border-bottom: 1px solid #f4f4f4;
	text-decoration: none;
	margin-left: 13px;
	font-size: .9em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding-bottom: 3px;
	
}








#rightbox ul {
	font-size: .9em;
	
	
}


#rightbox ul a:link, #rightbox ul a:visited {
	display:block;
	padding:5px 10px 3px 10px;
	color: #666;
	border-width:1px;
	border-style:solid;
	border-color: #f4f4f4;
	border-bottom-width: 2px;
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:178px;
	height: 40px;
  } 
html>body#rightbox ul a:link, html>body#rightbox ul a:visited { width:178px;}

#rightbox ul strong {
	display:block;
	font: 1.3em "trebuchet ms", arial, helvetica, verdana, sans-serif;

}
  
#rightbox ul, #rightbox ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #fff;
}


#rightbox ul img {
  float:left;
  margin:0 5px 0 0;
  border: 1px solid #e5e5e5;
  padding: 1px;
  }

#rightbox ul .subbox strong {color:#333;}



#rightbox li.subbox a:hover {
	color: #24557E;
}



#rightbox ul a:hover {
	background-color:#f4f4f4;
	border-color:#eee;
	color:#fff;
}

#rightbox ul a:hover img {
	border-color: #999;
}
#rightbox ul a:hover strong {
	color: #0033CC;
}
.cs_detail #rightbox {
	margin-bottom: 15px;
}
.article #rightbox {
	margin-bottom: 15px;
}

.sitebox {
	border: 1px solid #f4f4f4;
	background: url('images/bgrounds/arrow-test.gif') no-repeat bottom right;
	margin-bottom: 15px;
}

.sitebox h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 3px;
}
.sitebox h3, .sitebox p, .sitebox img, .sitebox small {
	margin-left: 10px;
	margin-right: 5px;
}
.sitebox ul, .sitebox li {
	margin: 0; padding: 0; list-style-type: none;
}
.sitebox li {
	margin-top: 5px;
	padding-left: 15px;
	background: url('images/icons/news.gif') no-repeat 0 13px;
}
.sitebox li small, .sitebox li a {
	display: block;
}

.sitebox li a {border: 1px solid #fff; border-left: none;} .sitebox li a:hover {border: 1px solid #eee; border-left: none; background: #fff;}

#contact_itomic img {
	margin-left: 10px;
	padding: 1px ;
	border: 1px solid #f4f4f4;
}
#contact_itomic a:hover img {
	border-color: #2B6896;
}

/* FOOTER AREA */
#footer {
	font: .9em "trebuchet ms", arial, verdana, helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: 1em;
	border-top: 1px solid #eee;  /*ccc*/
	background-color: #f9f9f9;/*eee*/
	color: #666;
	background: url(/img/footer_1.jpg);
	height: 150px;
}
#footer a{ font-size: .95em;}
#footer strong {
	color: #333;
}
#footer div  {
	float: right;
	
	width: 200px;
	text-align: right;
}
#footer div img {
	margin-bottom: 1px;
}

#footer h5 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	color: #f00;
	text-transform: uppercase;
}
address {
	font-style: normal;
}

/* FORMS */
.inputbg { background: #F8F8F8; border: 1px solid #ccc;}
.error {
	color:#DC0E00;
}

input {
	margin-top: 7px;
}
label {
	color: #102C4F;
	font-size: .8em;
}

#main_left input#search {
	width: 100px;
}
.button {
	color: #fff;
	background-color: #012A5C; 
	display: block;
	border: none;
	width: auto;
}

.payment #main_text .button {
	background: #27B006;
}
#main_text .button {
	margin-left: 190px;
}
.payment #main_text .button {
	margin-left: 0px;
}
#main_text form {
	background-color: #FBFBFB;
	padding: 10px;
}
#search-form {
	width: 155px;
	padding-left: 10px;
}
.engines-form {
	width: 155px;
	padding-left: 28px;
}
.row {
	width: 400px;
	padding-bottom: 5px;
}
.label {
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 10px;
	margin-top: 4px;
}
.inputs  {
	float: left;
	width: 210px;
	text-align: left;
	
}
.inputs input {
	margin-top: 0;
}

pre {
	font-size: .8em;
	color: #929292;
}
.whois-bad {
	color: #B41726;
}
.whois-good {
	color: #27B006;
}
.whois {
	background-color: #FBFBFB;
	padding: 10px;
}
/*
.reset {display:block; clear:both; font-size:1px; height:1px; line-height:1px; margin:0;}*/


.hide {display: none;}

h2.photodesc {
	color: #fff;
	padding: 2px;
	font-size: 1em;
	margin-top: 0;
	background: #012A5C;
	border-bottom: 1px solid #004AA5;
	text-align: center;
	letter-spacing: normal;
}




#site-map li ul li {font-size: 1em; list-style-type: disc;}







.payment #main_text label {
	display: block;
}

.disp-inline {
	display: inline;
}

/*
.select-row {
	display: inline;
}
*/

#main_text .form-row-set label, #main_text .form-row-set-error label {
	display: inline;
}


.form-row-set, .form-row-set-error {
	margin-bottom:15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.form-element, .form-element-error {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.form-element-error label, .form-row-set-error label {
	color: red;
	font-weight: bold;
}

.confirmtbl td {
	width: 50%;
	padding: .3em;
}
.tdl {text-align: right;}
.tdr {text-align: left; font-weight: bold;}
.confirmtbl td input{
	margin-left: 50px;
	width: 100%;
	background: #27B006;
}

.sitemap {
	font-size: .8em;
}
.smap-link {
	float: right;
}

#subnavtest
	{
	margin:0;
	padding: 0;
	padding: 6px;
	}
#subnavtest ul, #subnavtest li
	{
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
	border: none;
}
#subnavtest ul {
border-bottom: 1px solid #EAEAEA;}

#subnavtest li.MenuItem_lvl_1{
margin: 0 0 0 12px;
}

#subnavtest li.MenuItem_lvl_2{
margin: 0 0 0 24px;
}

#subnavtest li.MenuItem_lvl_3{
margin: 0 0 0 36px;
}




#geographics { width: 100%; }
#geographics div.quotetitle { padding: 0.5em 0 0.3em 3.3em; font: bold 0.9em/100% Verdana, Arial, sans-serif; background-color: #eaeaea; color: #c00; text-transform: uppercase; letter-spacing: 0.1em; }
 /* below for IE5/Mac to fix a gap */
* html > body #geographics div.quotetitle { padding-left: 3.5em; }
#geographics blockquote { position: relative; margin: 0; padding: 0 1.8em 2em 3em; background-color: #eaeaea; color: #000; font: normal 0.9em/110% Verdana, Arial, sans-serif; }
#geographics blockquote span { position: absolute; top: -0.15em; left: -0.01em; font: bold 7em/110% Impact, "Arial Black", Arial, sans-serif; color: #c0c0c0; }

#test div {
margin: 0;
padding: 0;
}
#test blockquote {
    display: block;
    padding: 8px 0 41px 0;
    border-top: 1px solid #eaeaea;
    color: #745C23;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 13px;
    background: transparent url(/img/blockquota.jpg) bottom right no-repeat;
    margin: 15px 25px 15px 0px !important; }
    
#test blockquote p {
    color: #eaeaea;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 0 9px 9px 19px !important;
    margin: 0 !important; }
    
#test blockquote p a {
    text-decoration: none;
    color: #745C23;
    font-weight: bold;
    border-bottom: 1px dotted #ffff00; }
    
#test blockquote p a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #745C23;
    background: #ffff00; }
		
		
		/* phpwcms
.table_class {
float: left;
border: 1px solid #000;
    display: block;
		width: 180px;
}
 */
.image_caption {
font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 13px;}
.image_img {
border: 1px solid #000;
margin: 1px;
padding: 2px;
}

.articleText {
font-size: .9em;
line-height: 1.4em;
}

.articleSummary {
    color: #000;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 0 9px 9px 19px !important;
    margin: 0 !important; }
