a{
	text-decoration: none;
	color:#0000FF;
}
a:hover
{
	text-decoration: underline;	
}
a:visited
{
	color:#0000FF;
}
.link {
	text-decoration: none;
	color:#0000FF;
}
.link:hover {
text-decoration: underline;	
}

body {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	background-color: #FFFFB2;
	
	background-repeat: repeat-x;

	margin: 0px 0px 10px 1px;
	padding: 0px;
}

table {
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 14pt;
	
}

input {
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
	color: #FF9933;
	background-color: white;
    border: 1px solid;
    border-top-color: #A0A0A0;
    border-left-color: #A0A0A0;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
}

input.submit {
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
	color: #fff;
	background-color: #FF9933;
    border: 1px solid;
    border-top-color: #FF9933;
    border-left-color: #FF9933;
    border-right-color: #FF9933;
    border-bottom-color: #FF9933;
}

input.orange {
	position:relative;
	top:-3px;
    color: #fff;
    background-color: #FF9933;
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
	font-weight: light;
	font-size:x-small;
    border: 1px solid;
    height:21px;
    text-align: center;
	vertical-align: middle;
    border-top-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-color: #A0A0A0;
    border-bottom-color: #A0A0A0;
}
input.go {
	position:relative;
	top:5px;
	height:21px;
    color: #fff;
    background-color: #FF9933;
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
	font-weight: light;
	font-size:x-small;
	text-align: center;
	vertical-align: middle;
    border: 1px solid;
    border-top-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-color: #A0A0A0;
    border-bottom-color: #A0A0A0;
}
/* Header section */
.header {
	background:#fff;
	width: 997px;
	height: 110px;
}
#logo {
	margin: 0px 0px 0px 20px;
}
#header-rightsection {
	float: right;
	margin: -35px 5px 0px 0px;
}
#spinningtheweb {
	margin-top: 40px;
	text-align: right;
	color: #FF9933;
	background-color: transparent;
	font-size: 130%;
}
#searchtheweb{ 
	float:right;
	color: #FF9933;
	background-color: transparent;
	font-size: 14pt;;
}
#header fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* Navbar section */
#navbar {
	width: 1002px;
	height: 29px;
	background-image: url('../images/navbar-bg.gif');
	background-repeat: no-repeat;
}
#navbar ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	float: left;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
}
#navbar ul li a {
	color: black;
	font-size: 100%;
	text-decoration: none;
	float: left;
	padding: 2px 8px 4px 8px;
}
#navbar ul li a:hover {
	background-image: url('../images/navbar-bghover.gif');
}
/* Main content section */
#main {
	background-image: url('../images/main-bg.gif');
	background-repeat: no-repeat;
	width: 642px;
	height: 433px;
}
#main .content {
	padding: 20px 0px 20px 20px;
}
#main-stretch {
	background-image: url('../images/main-stretchbg.gif');
	background-repeat: repeat-y;
	width: 642px;

}
#main-stretch .content {
	background-image: url('../images/main-stretchtop.gif');
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
}
#main-stretchbottom {
	background-image: url('../images/main-stretchbottom.gif');
	background-repeat: no-repeat;
	width: 642px;			
	height: 13px;
	font-size: 1px;
}
#main-pic {
	float: right;
	padding-right: 20px;
}
#main-text {
	font-size: 90%;
	line-height: 140%;
	width: 190px;
}
#wanttotalk {
	color: #FF9933;
	background-color: transparent;
	font-size: 140%;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}
.more {
	background-image: url('../images/more-bg.gif');
	width: 193px;
	height: 125px;
	margin: 10px 11px 0px 0px;
	float: left;
}
.more-header {
	font-size: 110%;
	color: white;
	margin: 5px;
}
.more-button {
	text-align: right;
	margin-right: 10px;
}
.more-content {
	color: white;
	font-size: 90%;
	line-height: 120%;
	margin: 0px 10px 0px 10px;
	height: 65px;
}
.more-login {
	margin: 5px 0px 0px 0px;
	font-size:9pt;
}
/* News section */
#news {
	background-image: url('../images/news-bg.gif');
	width: 642px;
	height: 235px;
}
.news-feed {
	margin-top: 30px;
	width: 318px;
	float: left;
}

.news-feedheader {	
	text-align: center;
	font-weight: bold;
}
.news-feedseperator {
	background-color: #BEDFEC;
	height: 155px;
	width: 5px;
	margin: 50px 0px 0px 0px;
	float: left;
}
.news-content {
	padding: 10px 20px 10px 20px;
	font-size: 70%;
	line-height: 120%;
}
.news-content p {
	padding: 0px;
	margin: 0px;
}
/* Right bar option tabs thingyies */
#right {
	position: absolute;
	left: 655px;
	top: 110px;
	width: 348px;
}
#option1 {
	height: 151px;
	background-image: url('../images/option1-bg.gif');
}
#option2 {
	height: 151px;
	background-repeat: no-repeat;
	background-image: url('../images/option2-bg.gif');
}
#option3 {
	height: 151px;
	background-repeat: no-repeat;
	background-image: url('../images/option3-bg.gif');
}
.option-text {
	padding: 30px 10px 10px 170px;
	font-size: 80%;
	line-height: 110%;
}
#portfolio {
	height: 234px;
	background-image: url('../images/virus-bg.gif');
}
#portfolio-left {
	float: left;
	width: 210px;
	margin-top: 40px;
}
#portfolio-seperator {
	background-color: #BEDFEC;
	width: 5px;
	margin-top: 50px;
	height: 150px;
	float: left;
}
#portfolio-right {
	float: left;
	width: 131px;
	margin-top: 40px;
}
#portfolio-content {
	padding: 30px 10px 10px 10px;
	font-size: 70%;
	line-height: 120%;
}
#portfolio-content a {
	font-size: 120%;
	line-height: 140%;
}
/* Footer section */
#footer {
	padding-left:10px;
	font-size: 80%;
}
#footer a {
	color: #E48722;
}
#copyright {
	text-align: right;
	margin-left: 565px;
}

.body-text {
	font-family: Lucida Sans Unicode, Arial;
	font-size:8pt;
}
.pnav
{
	font-size:11pt;
	padding:5px; 
	display:block;
}

.pnav_s
{
	font-size:11pt;
	background: #eeeeee;
	padding:5px; 
	display:block;
}

.pnav:hover
{
	font-size:11pt;
	padding:5px; 
	display:block;
	text-decoration: underline;
}
 /* Product bar section */
#product-bars {
        margin: 0px -10px 0px -10px;
}
.product-bar {
        background-image: url('../images/prod-bg.gif');
        background-repeat: repeat-y;
        width: 207px;
        font-size: 80%;
        line-height: 120%;
        float: left;

}
.product-top {
        background-image: url('../images/prod-top.gif');
        background-repeat: no-repeat;
        width: 207px;
        height: 11px;
        font-size: 1px;
}
.product-bottom {
        background-image: url('../images/prod-bottom.gif');
        background-repeat: no-repeat;
        width: 207px;
        height: 11px;
        font-size: 1px;
}
.product-title {
        font-size: 150%;
        text-align: center;
        margin-bottom: 10px;
}
.product-content {
        padding: 10px;
        height: 350px;
}
.product-content a {
        display: block;
        text-align: right;
        margin: 5px 0px 15px 0px;
}
/* Client boxes section */
#client-boxes {
}
.clients {
        background-image: url('../images/clients-bg.gif');
        background-repeat: repeat-y;
        width: 420px;
        font-size: 80%;
        line-height: 120%;
        margin-bottom: 10px;
        margin-left: 102px;
}
.clients-top {
        background-image: url('../images/clients-top.gif');
        background-repeat: no-repeat;
        width: 420px;
        height: 11px;
        font-size: 1px;
}
.clients-bottom {
        background-image: url('../images/clients-bottom.gif');
        background-repeat: no-repeat;
        width: 420px;
        height: 11px;
        font-size: 1px;
}
.clients-title {
        font-size: 140%;
        margin: 5px 10px 10px 10px;
}
.clients-content {
        padding: 10px;
}
.clienthref {
        text-align: right;
        margin: 5px 0px 0px 0px;
}
.portfolio{
        text-align: left;
        margin: 5px 0px 0px 0px;
}

.clients img {
        float: right;
        margin-right: 10px;
}

                
/* Main content section */
#wmail-stretch {
	background-image: url('../images/mainbig-stretchbg.gif');
	background-repeat: repeat-y;
	width: 1002px;

}
#wmail-stretch .content {
	background-image: url('../images/mainbig-stretchtop.gif');
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
}
#wmail-stretchbottom {
	background-image: url('../images/mainbig-bottom.gif');
	background-repeat: no-repeat;
	width: 1002px;			
	height: 13px;
	font-size: 1px;
}
.stats
{
	margin-left:0px;
	padding-left:0px;
}
.stats table
{
font-size:8pt;
width:350px;
margin-left:0px;
	padding-left:0px;
}

.prod_wrap
{
	padding:5px;
}

.prod_left
{
	float:left; 
	width:202px; 
}

.prod_right
{
	float:left;  
	font-family: lucida sans unicode;
	font-size:10pt;
}
.prod_right p
{
	padding-right:5px;
}

.feedback
{
	margin-left:10px;
	margin-top:30px;
	width:620px;
	background:#fff;
	height:470px;
	border:1px solid #4E91B2;
}

.feedback h2
{
	padding:5px;
	margin:0px;
	font-size:12pt;
	background:#4E91B2;
	color:#fff;
}

.feedback p
{
	padding:10px;
	font-size:10pt;
}

.feedback  table
{
	margin-left:10px;
	font-size:10pt;
}

.product_container 
{
	height:530px;
	float:left;
	margin-left:20px;
	width: 225px;
}

.product
{
	height:470px;
	border-left:1px solid #4E91B2;
	border-right:1px solid #4E91B2;
	border-top:1px solid #4E91B2;
}

.product h2
{
	padding:5px;
	margin:0px;
	font-size:12pt;
	background:#4E91B2;
	color:#fff;
}
h2 a
{
	color:#fff;
	padding-right:5px;
}
h2 a:visited
{
	color:#fff;
}

.product h2 a
{
	color:#fff;
}

.product h2 a:visited 
{
	color:#fff;
}

.product h2 a:hover 
{
	color:#fff;
	text-decoration:underline;
}

.product p
{
	padding:5px;
}

.product_readmore
{
	padding:5px;
	border-left:1px solid #4E91B2;
	border-right:1px solid #4E91B2;
	border-bottom:1px solid #4E91B2;
	font-size:13pt;
}

.client_box
{
	margin-left:100px;
	width:800px;
	border:1px solid #4E91B2;					
}

.client_box .content
{
	float:left;
	padding:5px;
}

.client_box img
{
	float:left;
}

.quick
{
	margin:0px;
	padding:5px;
}
.quick h5
{
	margin:0px;
	margin-top:-5px;
	padding:0px;
} 

.quick .check
{
	width:50px;
	border:0px;
}
.quick .submit
{
	width:100px;
	height:22px;
	margin-bottom:4px;
	padding-bottom:2px;
}
.quick .text
{
	width:250px;
	padding-left:3px;
	margin-bottom:5px;
	color:#000;
	height:22px;
}


.quick_contact
{
	border:1px solid #4E91B2;
}

.quick_contact h2
{
	padding:5px;
	margin:0px;
	font-size:12pt;
	background:#4E91B2;
	color:#fff;
}

.quick_contact h2 a 
{
	color:#fff;
}
.quick_contact h2 a:visited 
{
	color:#fff;
}
.qcd {
	padding:5px;
}

.textbox {
	width:275px;
}
.submitqc {
	font-family: "Lucida Sans Unicode", Arial, Sans-Serif;
	color: #fff;
	background-color: #FF9933;
    border: 1px solid;
    border-top-color: #FF9933;
    border-left-color: #FF9933;
    border-right-color: #FF9933;
    border-bottom-color: #FF9933;
}

#nav {
	width: 1002px;
	height: 29px;
	background-image: url('../images/navbar-bg.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#nav a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	color: #000;
}

#nav li {
	float: left;
	padding: 0;
	display:block;
}


#nav li ul {
	position: absolute;
	float: left;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	margin: 0;
	margin-top:5px;
	border:0;
	background:#FFA226;
	border-left:1px solid #FFA226;
	border-right:1px solid #FFA226;
	border-bottom:1px solid #FFA226;
	padding:0px;
}

#nav li li {
	display: block;
	padding-right: 1.1em;
	width: 136px;
	height:24px;
}

#nav li ul a {
	width: 136px;
	font-size:8pt;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index: 1;
}

#nav li ul li:hover ul,  #nav li li.sfhover ul, #nav li li li.sfhover ul {
	width:106px;
	top:133px;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background-image: url('../images/navbar-bghover.gif');
	height: 24px;
}

#nav li:hover, #nav li.sfhover {
	background-image: url('../images/navbar-bghover.gif');
	height: 24px;
}


.content_main
{
	width:987px;
	padding:0px;
	margin-top:30px;
	margin-left:10px;
	border:1px solid #4E91B2;
	background:#fff;
}

.content_main p
{
	padding:0px;
	margin-left:10px;
}

.content_main h2
{
	padding:5px;
	margin:0px;
	font-size:12pt;
	background:#4E91B2;
	color:#fff;
}

.content_main h4 
{
	margin:0px;
	padding:0px;
}

.prod_right h2 a
{
	color:#fff;
}

.prod_right h2 a:visited
{
	color:#fff;
}

.content_main h3
{
	padding-top:5px;
	padding-left:5px;
	margin:0px;
	font-size:11pt;
}

.content_main h5
{
	padding:0px;
	margin:0px;
	font-size:10pt;
}
.welcome
{
	margin-top:10px;
	margin-left:5px;
	width:1000px;
	float:left;
}
.slideshow
{
	float:left;
	margin-left:5px;
}

.quick_home
{	
	float:left;
	width:950px;
	margin-left:10px;
	border:1px solid #4E91B2;
}

.quick_home_text{
	float:left;
	padding:5px;
	width:600px;
}

.text
{
	padding:5px;
}

.quick_home form
{
	margin:0px;
	padding:0px;
}

.product_homepage
{
	float:right;
	width:350px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	border:1px solid #4E91B2;
}

.product_homepage img
{
	float:left;
	margin:0px;
	padding:0px;
}

.product_homepage h2
{
	padding:2px;
	margin:0px;
	font-size:10pt;
	background:#4E91B2;
	color:#fff;
	height:20px;
}

.left
{
	color:#fff;
	float:left;
}
.right
{
	color:#fff;
	float:right;
}
.left:visited
{
	color:#fff;
}
.right:visited
{
	color:#fff;
}

.product_homepage p
{
	float:left; 
	width:190px;
 	margin-top:0px;
	padding-right:2px;
	padding-bottom:5px;
	font-size:8pt;
}
.product_containers
{
	float:left;
	padding-left:15px;
	width:340px;
	margin-right:5px;
}
.client_login
{
	margin-top:0px;
	margin-left:10px;
	width:250px;
	padding:5px;
	border-left:1px solid #4E91B2;
	float:right;	
}
.content_main form
{
	margin:0px;
	padding:0px;
}
.testimonial
{
	padding:20px;
	float:left;
	margin-left:5px;
}
.feedbackform
{
	border:0px;
}
.feedbackform input
{
	border:0px;
}
.small
{
	font-size:8pt;
}

.leftfrm {
	margin-top:10px;
	padding-bottom:10px;
	border:0px;
	float:left;
	width:300px;
	
}
.leftfrm input select{
	margin-top:5px;
}

.leftfrm label {
	width:100px;
	float:left;
	display:block;
}

.rightfrm {
	margin-top:10px;
	padding-bottom:10px;
	border:0px;
}	

.rightfrm input {
	border:0px;
	width:20px;
	float:left;
	display:block;
}	
.rightfrm label {
	width:100px;
	float:left;
	display:block;
}


.product_homepage_n
{
	float:left;
	width:460px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	border:1px solid #4E91B2;
}

.product_homepage_n img
{
	float:left;
	margin:0px;
	padding:0px;
}

.product_homepage_n h2
{
	padding:2px;
	margin:0px;
	font-size:12pt;
	background:#4E91B2;
	color:#fff;
	height:20px;
}

.product_homepage_n p
{
	float:left; 
	width:285px;
 	margin-top:0px;
	padding-right:2px;
	padding-bottom:5px;
	font-size:8pt;
}
.product_containers
{
	float:left;
	padding-left:15px;
	width:900px;
	margin-right:5px;
}

.product_containersn
{
	float:left;
	padding-left:15px;
	width:1000px;
	margin-right:5px;
}
.splash {
	position:relative;
	float:right;
	margin-right:20px;
	height:500px;
}
.splash p {
	margin:0px;
	padding:0px;
	color:#000;
	text-align: center;
	width:455px;
	padding:10px;
}
.splash p em {
	font-weight: normal;
}
.splash ul{
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	height:480px;
	width:455px;
}

.splash ul li{
	padding:0px;
	margin:0px;
	border:1px solid #4E91B2;
}

.splash ul li a img{
	border:0px;
	padding:0px;
	margin:0px;
}

.websitefrm {
	margin-top:10px;
	width:960px;
	float:left;
	border:1px solid #4E91B2;
}
.websitefrm fieldset{
	float:left;
	padding:10px;
	border:0px;
}


.websitefrm fieldset label {
	margin-left:10px;
	padding:5px;
	width:120px;
	float:left;
	display:block;
}

.websitefrm  fieldset input {
	width:250px;
	float:left;
}

.websitefrm .submit {
	width:100px;
	float:right;
	margin-right:50px;
}

.web_portfolio{
	
}


.web_portfolio{
	list-style:none;
	padding:0px;
	margin:0px;
	width:642px;
}


.web_portfolio li {
	padding:0px;
	margin:0px;
	margin-top:10px;
	border:1px solid #4E91B2;
}
.web_portfolio li p {
	padding-right:8px;	
}
.web_portfolio li a img{
	border:0px;
	padding:0px;
	margin:0px;
}

.portfolio_button_container {
	width:642px;

}
.portfolio_button {
	display:block;
	border:1px solid #DD8228;
	background:#FF9933;
	color:#fff;
	text-align:center;
	width:162px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
}

.portfolio_button:visited {
	color:#fff;
}

.portfolio_button:hover {
	background:#F9B774;
	color:#333;
	text-decoration:none;
}

.portfolio_button_s {
	display:block;
	border:1px solid #DD8228;
	background:#F9B774;
	color:#333;
	text-align:center;
	width:162px;
	padding:5px 10px;
	float:left;
	text-decoration:none;
}
.portfolio_button_s:visited {
	color:#333;
}
.portfolio_button_s:hover {
	text-decoration:none;
}

.portfolio_item h3 {
	padding-bottom:10px;
	float:left;
}
.upalevel {
	text-align:right;
	margin-top:-35px;
	margin-right:10px;	
	float:right;
	padding-bottom:10px;
}
.upalevel img{
	border:0px;
}
.upalevel a{
	border:0px;
	float:left;
	width:150px;
}

.portfolio_sub_container {
	border-top:1px solid #4E91B2;;
}
.portfolio_item img {
	margin:0px;
	padding-top:0px;
	padding-left:10px;
	float:left;
}
.portfolio_item p {
	margin:5px 0px 5px 10px;
	padding-right:10px;
}

.special {
	margin-top:-6px; 
	color:#f00 !important;  
	font-size:12pt; 
	border:1px solid #f00; 
	padding:2px;
	float:right;
}
.special:hover {
	background:#DCA0A0;
	color:#000 !important;
}
.dc {
	border:0px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.rackspaceh {
	text-align:center;
	background:#CCD6F3;
	font-weight:bold;
	font-size:12pt;
	width:250px;
	border-bottom:3px solid #B9C7EF;
}
.rackspace {
	text-align:left;
	font-size:10pt;
	background:#CCD6F3;
	padding:5px 10px;
	width:250px;
}
.powerh {
	text-align:center;
	background:#B9C7EF;
	font-weight:bold;
	font-size:12pt;
	width:150px;
	border-bottom:3px solid #CCD6F3;
}
.power {
	text-align:left;
	background:#B9C7EF;
	font-size:10pt;
	width:150px;
	padding:5px 10px;
}

.setuph {
	text-align:center;
	background:#CCD6F3;
	font-weight:bold;
	font-size:12pt;
	width:150px;
	border-bottom:3px solid #B9C7EF;
}
.setup {
	text-align:left;
	background:#CCD6F3;
	font-size:10pt;
	width:150px;
	padding:5px 10px;
}

.monthlyh {
	text-align:center;
	background:#B9C7EF;
	font-weight:bold;
	font-size:12pt;
	width:175px;
	border-bottom:3px solid #CCD6F3;
}
.monthly {
	text-align:left;
	background:#B9C7EF;
	font-size:10pt;
	width:175px;
	padding:5px 10px;
}

.ws_enquiry {
	border:0px;
	padding:5px;
}

.ws_enquiry label {
	float:left;
	display:block;
	width:150px;
}


.ws_enquiry input {
	display:block;
	width:265px;
}

.ws_enquiry .submit {
	float:right;
	margin:0px 25px 5px 0px;
	width:150px;
}