/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;

  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  text-transform:capitalize;
    font-size:11pt;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000000;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 0px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #f0f0f0;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 970px;
  text-align: left;
  padding: 0;
 
  }
#wrap_backg {
background:transparent url(images/bg.jpg) repeat-y scroll 0 0;
margin:0 auto;
width:1020px;
}

#header {
  padding: 0;
  margin: 0;
   background:url(images/topbanner.jpg) repeat-x;
   width:950px;
   height:135px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 230px;
  margin: 0 0 0 0;
  background:url(images/clickour.png) no-repeat;
  height:37px;
  cursor:pointer;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #000000;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
background:transparent url(images/logo.png) no-repeat scroll 0 0;
float:left;
height:102px;
margin:20px 0 0 10px;
padding:0;
width:199px;
  cursor:pointer;
}
#toll_free{
background:transparent url(images/tollfree.png) no-repeat scroll 0 0;
float:right;
height:19px;
margin-left:730px;
margin-top:100px;
position:absolute;
width:206px;
#margin-left:520px;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #000000;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
 

clear:both;
height:48px;
padding:0;
width:950px;
  
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #000000;
  
  }

#nav li a:hover {
  color: #6598b8;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #000000;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
float:left;
margin:5px 15px 0;
padding-bottom:5px;
width:590px;
#width:560px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  
  color: #000000;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #000000;
  
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #000;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #000000;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #000;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #000000;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #000;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #000000;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #000000;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #000000;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #000000;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #000000;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #000000;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #000000;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #fff;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #000000;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
  margin: 15px 0;
  padding: 0;
  }
#comment p a {
  color: #6598b8;
  }
#comment p a:hover {
  color: #000000;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comment #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: gray repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #000000;
  
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #fff;
  color: #000000;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #fff;
  }


/* Sidebars */
#sidebars {
 color:#EEEEEE;
float:left;
margin:0 20px 0 0;
width:260px;
#margin:0 0px 0 0;
  }
#sidebars .sidebarbox {
  
  padding: 8px 15px;
  
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  padding:0 0 0 10px;
  margin-top:10px;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
background:transparent url(images/boxtop.jpg) no-repeat scroll 0 0;
color:red;
font-size:12pt;
font-weight:bold;
height:27px;
padding:3px 0 0 17px;
text-align:left;
width:260px;

text-align:left;

  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
 
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
background:url("images/boxmiddle.jpg") repeat-y scroll center center transparent;
margin-left:-15px;
padding:10px 0 0 40px;
width:250px;
#margin:0px;
#padding:10px 0 0 10px;


#margin-top:-2px;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  color:#000000;
display:inline;
font-weight:bold;
  }
#sidebars a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight:bold;
  }

#sidebars p {
color:blanchedAlmond;
font-size:9pt;
font-weight:bold;
padding:2px 0;
width:210px;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
background:transparent url(images/quicklinksbox1.jpg) no-repeat scroll 0 0;
clear:both;
color:#000000;
height:160px;
margin-left:10px;
padding-bottom:5px;
padding-left:20px;
padding-top:25px;
width:928px;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
color:#FF0000;
font-weight:bold;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #FF0000;
  }
#morefoot h3 {
  color:#000000;
font-size:13px;
font-weight:bold;
margin:0;
padding:0 0 2px;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width:165px;
  }
#morefoot .col2 {
 margin:0 10px;
  }
#morefoot .col2{
  float: left;
  width: 200px;
  }
  #morefoot .col3 {
  float: left;
  width: 200px;
  margin-right:10px;
  }
  
  #morefoot .col4 {
  float: left;
  width: 90px;
  }
#morefoot .col5 {
  margin: 0 10px;
  }
#morefoot .col5{
  float: left;
  width:200px;
  }
 #morefoot .col6 {
   float: left;
  width:220px;
 } 
#morefoot li {
 
  margin-bottom: 5px;
  
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
background:#FFFFFF none repeat scroll 0 0;
clear:both;
margin-left:1px;
padding:15px;
width:917px;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }

#footer a:hover {
  color: #000000;
  }
#footerleft {
float:left;
position:absolute;
width:200px;
margin-left:20px;

  }
  #footerleft h6{ 
  color:#9499A1;
 padding:0 5px 5px;
  border-bottom:1px solid #ccc;
  font-size:12px;
  }
#footerleft ul li{
list-style-type:none;
display:inline;
}  
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

.homeTitle{
color:#75636d;
font-size:15pt;
font-weight:normal;

}


#menu{
	height:48px;
	width:950px;
	background:url(images/menu.jpg) no-repeat;
	
}

#menu ul{ 
	margin: 0px; 
	padding: 0px;
	position:relative;
}	
	
#menu li {
	position: absolute;
	list-style: none;
	margin: 0; 
	padding: 0;
}
	
#menu li a {
	height:48px;
	display: block;
	margin: 0;	
	overflow:hidden;
}


#menu div{	
	position: absolute;
	visibility: hidden;
	margin:0px 0 0;
	padding: 0;
	z-index:103;
	
	
	
}
#m2 a{
z-index:103;
}

#menu div a	{	
background:#34869B none repeat scroll 0 0;
border-bottom:1px solid #52c9ed;
color:#FFFFFF;
display:block;
font-size:12px;
font-weight:bold;
height:30px;
#height:40px;
line-height:22px;
margin:0;
padding:10px 15px 2px 12px;
position:relative;
text-align:left;
text-decoration:none;
white-space:nowrap;
width:143px;
#width:180px;

}
#menu div a:hover{	

background:#4e4e4e;
color:#fff;

}


	.panel4 { left: 0px; 	width: 92px; 	}
	.panel5 { left: 93px; 	width: 94px; 	}
	.panel6 { left: 188px; 	width: 151px; 	}	
	.panel7 { left: 340px; 	width: 138px; 	}
	.panel8 { left: 479px; 	width: 113px; 	}
		.panel9 { left: 593px; 	width: 139px; 	}
	.panel10 { left: 733px; 	width: 74px; 	}
	.panel11 { left: 808px; 	width: 140px; 	}	
	
		
	
	.panel4 a:hover {	background: transparent url(images/menu.jpg)  -0 	-48px no-repeat;	}
	.active4 a {	background: transparent url(images/menu.jpg)  -0 	-48px no-repeat;	}
	.panel5 a:hover	{	background: transparent url(images/menu.jpg)  -93px -48px no-repeat;	}	
	.active5 a 	{	background: transparent url(images/menu.jpg)  -93px -48px no-repeat;	}
	.panel6 a:hover	{	background: transparent url(images/menu.jpg)  -188px -48px no-repeat;	}	
	.active6 a 	{	background: transparent url(images/menu.jpg)  -188px -48px no-repeat;	}
		.panel7 a:hover	{	background: transparent url(images/menu.jpg)  -340px -48px no-repeat;	}	
	.active7 a 	{	background: transparent url(images/menu.jpg)  -340px -48px no-repeat;	}
			.panel8 a:hover	{	background: transparent url(images/menu.jpg)  -479px -48px no-repeat;	}	
	.active8 a 	{	background: transparent url(images/menu.jpg)  -479px -48px no-repeat;	}
		.panel9 a:hover	{	background: transparent url(images/menu.jpg)  -593px -48px no-repeat;	}	
	.active9 a 	{	background: transparent url(images/menu.jpg)  -593px -48px no-repeat;	}
	.panel10 a:hover	{	background: transparent url(images/menu.jpg)  -733px -48px no-repeat;	}	
	.active10 a 	{	background: transparent url(images/menu.jpg)  -733px -48px no-repeat;	}
		.panel11 a:hover	{	background: transparent url(images/menu.jpg)  -808px -48px no-repeat;	}	
	.active11 a 	{	background: transparent url(images/menu.jpg)  -808px -48px no-repeat;	}
	
	

	
	#header_bottomlogo{
background:url(images/banner.jpg) no-repeat;
width:950px;
height:279px;
	}
#service_center{
background:url(images/service.jpg) no-repeat;
width:218px;
height:79px;
}	
#network_center{
background:url(images/network.jpg) no-repeat;
width:246px;
height:79px;
}
#setup_center{
background:url(images/setup.jpg) no-repeat;
width:244px;
height:79px;
}
#hosting_center{
background:url(images/hosting.jpg) no-repeat;
width:241px;
height:79px;
}
#service{

}
#service_content{
padding-left:15px;
text-align:justify;
width:180px;
}
#service_link{
color:#FFB422;
float:left;
padding-top:20px;

text-decoration:underline;
}
#service_link1{
color:#FFB422;
float:left;
padding-top:20px;
padding-left:23px;
text-decoration:underline;
}
a#service_link1{
font-size:12px;
font-weight:bold;
}
#service_link2{
color:#FFB422;
float:left;
padding-top:20px;
padding-left:23px;
text-decoration:underline;
}



a#service_link2{
font-size:12px;
font-weight:bold;
}
#service_link3{
color:#FFB422;
float:left;
padding-top:20px;
padding-left:23px;
text-decoration:underline;
}
a#service_link3{
font-size:12px;
font-weight:bold;
}
a#service_link{
font-size:12px;
font-weight:bold;
}





#residential{
margin-left:50px;

}
#residential ul li{
font-size:12px;
font-weight:bold;
list-style-type:none;
}
#network{
margin-left:24px;

}
#network ul li{
font-size:12px;
font-weight:bold;
list-style-type:none;
}
#setup{
margin-left:24px;
}
#setup ul li{
font-size:12px;
font-weight:bold;
list-style-type:none;
}
#hosting{
margin-left:24px;
}
#hosting ul li{
font-size:12px;
font-weight:bold;
list-style-type:none;
}
#technical_support{
background:transparent url(images/technical.png) no-repeat scroll 0 0;
height:61px;
margin-left:13px;
margin-top:7px;
width:135px;
}
#contact #sub {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/subscribe.png) no-repeat scroll 0 0;
border:0 none;
height:26px;
margin-left:50px;
width:112px;
cursor:pointer;
}
#footer_back{
background:transparent url(images/line.jpg) repeat-x;
height:1px;
width:949px;
margin-top:40px;
margin-bottom:10px;
}

#footer_back1{
background:transparent url(images/line.jpg) repeat-x;
height:1px;
width:949px;
margin-bottom:10px;
}
#footer_icons ul li {
font-size:10px;
}

#footer_icons ul li {
color:#9499A1;
display:inline;
padding-left:5px;
}
#footer a {
color:#9499A1;
}
#footer_icons{
text-align:center;
}
#learn_more{
background:url(images/learnmore.gif) no-repeat;
width:100px;
height:28px;
margin-left:85px;
cursor:pointer;
}
.wpsb_form_label{
color:#FF0000;
font-weight:bold;
}
#twitter_img{
background:url(images/01.jpg) no-repeat;
width:30px;
height:30px;
float:left;
}
#facebook_img{
background:url(images/02.jpg) no-repeat;
width:30px;
height:30px;
margin-left:40px;
}
#about_text{
color:#FFFFFF;
padding-left:90px;
padding-top:87px;

}
#about_text p{
font-size:12px;
font-weight:bold;
width:520px;
}
#hosting_details  tr td{
text-align:center;
}
#contents {

background:transparent url(images/back1.gif) repeat-x scroll center top;
border-color:-moz-use-text-color #21499C #21499C;
border-style:none solid solid;
border-width:medium 1px 1px;
clear:both;
margin:0;
padding:15px 0;
width:516px;
}
#maintable {
margin:0 auto;
padding:0;
width:500px;
}
tr.dblue th {
background-image:url(images/tback.gif);
color:#FFFFFF;
font-size:12px;
height:35px;
padding:0 6px;
text-align:center;
}
tr.one {
background-color:#CCCCCC;
color:#0F4276;
text-align:center;
}
td.feature {
font-size:13px;
height:15px;
margin:3px;
padding:5px;
text-align:center;
width:28%;
}
tr.two {
background-color:#E6E6E6;
color:#0F4276;
text-align:center;
}
#software_install{
background:url(images/soft.png) no-repeat;
width:305px;
height:310px;
padding-top:20px;
}
#software_install ul li{
font-family:trebuchet ms,arial,helvetica,sans-serif;
font-size:12px;
line-height:23px;
}

#service_bottomlogo{
background:url(images/banner_01.jpg) no-repeat;
width:950px;
height:178px;
}
#business_bottomlogo{
background:url(images/banner.jpg) no-repeat;
width:950px;
height:279px;
}
.step {
background-color:#555555;
color:#FFFFFF;
font-weight:bold;
line-height:27px;
text-transform:uppercase;
}
.s {

padding:5px 10px;
}
#remote_terms p{
color:#636466;

font-size:13px;
font-weight:bold;
line-height:17px;
}
#connect_remote{
background:url(images/connect_remote.jpg) no-repeat;
width:209px;
height:55px;
}
.content_remote .title {
color:#0A4973;
font-size:15px;
font-weight:bold;
}
ul .remote li{
font-weight:bold;
}
#remote_list ul li{
font-weight:bold;
}
#remote_list{
line-height:25px;
}
#pricing_table tr td{
padding:6px;
font-size:12px;
}
.pricing_one{
 background:#ccc;
 color:#657383;
 font-weight:bold;
}
.pricing_two{
 background:#fff;
 color:#657383;
 font-weight:bold;
}
.top{
background:url(images/boxtop.jpg) no-repeat;
width:260px;
height:18px;
}
.middle{
background:url(images/boxmiddle.jpg) repeat-y center;
width:260px;
#margin-top:-16px;
}
.bottom{
background:url(images/boxbuttom.jpg) no-repeat;
width:260px;
height:18px;
margin-bottom:10px;
height:30px;
#margin-left:1px;
}
#service_link4{
color:#FFB422;font-size:12px;font-weight:bold;text-decoration:underline;
float:left;

}
#service_link5{
color:#FFB422;font-size:12px;font-weight:bold;text-decoration:underline;
float:left;
padding-left:23px;
}
#service_link6{
color:#FFB422;font-size:12px;font-weight:bold;text-decoration:underline;
float:left;
padding-left:23px;
}
#service_link7{
color:#FFB422;font-size:12px;font-weight:bold;text-decoration:underline;
float:left;
padding-left:23px;
}
#latest_projects ul li a{
list-style-type:square;
line-height:25px;
}
#latest_projects ul li{
list-style-type:square;
line-height:20px;
}
#portfolio ul li{
line-height:23px;
list-style-type:disc;
}
#faq ul li{
font-weight:bold;
line-height:20px;
list-style-type:disc;
}
#faq_text p{
padding-top:5px;
}
.cGreenTextSmall {
color:#666633;
font-size:10px;
padding:2px;
}
.cWhiteTextSmall {
color:#FFFFFF;
font-size:10px;
padding:2px;
}
.cGreyTextSmall a{
letter-spacing:0.5px;
}
#faq ul li a{
text-decoration:none;
}
div.wpcf7{
z-index:-3;
}	
.viewall{
background:url(images/view.png) no-repeat;
width:100px;
height:30px;
}
.view{
margin-left:500px;
position:absolute;
margin-top:-4px;
}
#view_images a{
color:#660000;
cursor:pointer;
}

#help_left{
width:300px;
float:left;
}
#help_right{
margin-bottom:10px;
float:left;
width:250px;
}
#help_table{
background:transparent url(images/box_help.jpg) no-repeat scroll 0 0;

clear:both;
height:300px;
padding:10px;
width:609px;
}
#help_table a{
color:#990033;
font-weight:bold;
}
.help_text {
color:#fff;
margin-left:20px;
width:270px;
#font-size:12px;
}
#design_back{
background:transparent url(images/boxbg.png) no-repeat scroll 0 0;

height:230px;

width:173px;
}
.design1{
float:left;
margin-left:10px;
margin-right:10px;

}

.design2{
float:left;
margin-right:10px;

}
.design3{
float:left;
margin-right:10px;

}
.design4{
clear:both;
margin-left:10px;
margin-right:10px;

}
.design_text {
color:#FFFFFF;
margin-top:-15px;
text-align:left;
width:135px;
margin-left:9px;
#margin-top:-44px;
}
.large_font {
color:#ff0000;
font-size:12px;
font-weight:bold;

}
.small_font {
font-size:11px;
color:#1B0A2A;
}
.button {
height:20px;
left:70px;
position:absolute;
top:187px;
width:75px;
}
.design_text p{
padding:0px;
}
.design_img{
float:right;
margin-right:5px;
margin-top:-3px;
#margin-top:-35px;

}
#port_back{
background:transparent url(images/return.jpg) no-repeat scroll 0 0;

height:33px;

width:320px;
}	

#free_tool ul li{
padding-bottom:10px;
list-style-type:decimal;

}	

#view_testimonial{
color:brown;
font-size:14px;
font-style:italic;
letter-spacing:1px;
padding-left:15px;
}
#avast h2{
color:#E67200;
font-size:22px;
}

#avast h3{
color:#E67200;
font-size:18px;
letter-spacing:0.5px;
text-decoration:underline;
}
#avast h1{
color:#E67200;
font-size:25px;
letter-spacing:0.5px;

}
#avast_links ul li a{
line-height:20px;
color:#0000FF
}
#contact_loc{
color:black;font-size:14px;font-weight:bold;margin-left:270px;padding-top:10px;width:400px;
#width:350px;
#margin-left:220px;
}



