﻿/* The asterisk class resets the margin and padding for all elements */

* {
	margin:0px;
	padding:0px;
}

html {
	background-image:url('images/back_stripes.png');
	background-repeat:repeat;
	width:100%;
	height:100%;
	background-position:center;
}

/* This class controls the thml and body tags */
body {
	background-image:url('images/background_rep_4.png');
	height: 100%;
	width: 100%;
	background-repeat:repeat-x;
}

/* Text Element Classes */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color:#31597d;
	padding:20px 45px;
}

h1.UC {
	text-align:center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#447fb5;
	padding:15px 45px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#447fb5;
	padding:15px 45px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding:0px 45px;
	margin:0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding:15px 45px;
	text-align:justify;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding:10px 45px;
}

ul {
	padding:20px 70px;
}

ol {
	padding:20px 70px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding:5px 0px;
}

li a {
	color:#447fb5;
}

hr {
	margin:0 auto;
	width:600px;
}

/* These classes style the tables */

table {
	width: 650px;
	margin:0px auto;
}

table.accred {
	width: 600px;
	margin:40px auto;
	border:none;

}

table.accred td {
	border:none;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	background-color: #4F81BD;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:black;
	text-align: center;
	padding: 5px;
}

.column1 {
	font-weight: bold;
	text-align:left;
}

/* Structure classes */

.wrapper {
	position: relative;
	width:836px;
	height: 100%;
	margin: 0px auto;
	top: 20px;
	left: 0px;
}

.header {
	background-image:url('images/Header.png');
	width:836px;
	height:109px;
}

/* Header Buttons */

.headerButtonsCon {
	position:relative;
	height:42px;
	width:836px;
}

.headerButtons {
	width:836px;
	height:42px;
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url('images/Topback.png');
	background-repeat:no-repeat;
}

.headerButtons.btn1 {
	background-image:url('images/Buttons/Top/Home_H.png');
	background-repeat:no-repeat;
	left:0px;
	width:92px;
	height:42px;
}

.headerButtons.btn1 a {
	background-image:url('images/Buttons/Top/Home.png');
	background-repeat:no-repeat;
	width:92px;
	height:42px;
	display:block;
}

.headerButtons.btn1 a:hover {
	background:none;
}

.headerButtons.btnHome {
	left:0px;
	width:92px;
	height:42px;
}

.headerButtons.btnHome a {
	background-image:url('images/Buttons/Top/Home_H.png');
	background-repeat:no-repeat;
	width:92px;
	height:42px;
	display:block;
}

.headerButtons.btn2 {
	background-image:url('images/Buttons/Top/ITConsultancy_H.png');
	background-repeat:no-repeat;
	left:92px;
	width:169px;
	height:42px;
}

.headerButtons.btn2 a {
	background-image:url('images/Buttons/Top/ITConsultancy.png');
	background-repeat:no-repeat;
	width:169px;
	height:42px;
	display:block;
}

.headerButtons.btn2 a:hover {
	background:none;
}

.headerButtons.btnITCon {
	left:92px;
	width:169px;
	height:42px;
}

.headerButtons.btnITCon a {
	background-image:url('images/Buttons/Top/ITConsultancy_H.png');
	background-repeat:no-repeat;
	width:169px;
	height:42px;
	display:block;
}


.headerButtons.btn3 {
	background-image:url('images/Buttons/Top/DesignServices_H.png');
	background-repeat:no-repeat;
	left:261px;
	width:176px;
	height:42px;
}

.headerButtons.btn3 a {
	background-image:url('images/Buttons/Top/DesignServices.png');
	background-repeat:no-repeat;
	width:176px;
	height:42px;
	display:block;
}

.headerButtons.btn3 a:hover {
	background:none;
}

.headerButtons.btnDesServ {
	left:261px;
	width:176px;
	height:42px;
}

.headerButtons.btnDesServ a {
	background-image:url('images/Buttons/Top/DesignServices_H.png');
	background-repeat:no-repeat;
	width:176px;
	height:42px;
	display:block;
}


.headerButtons.btn4 {
	background-image:url('images/Buttons/Top/WebHosting_H.png');
	background-repeat:no-repeat;
	left:437px;
	width:145px;
	height:42px;
}

.headerButtons.btn4 a {
	background-image:url('images/Buttons/Top/WebHosting.png');
	background-repeat:no-repeat;
	width:145px;
	height:42px;
	display:block;
}

.headerButtons.btn4 a:hover {
	background:none;
}

.headerButtons.btnWebHost {
	left:437px;
	width:145px;
	height:42px;
}

.headerButtons.btnWebHost a {
	background-image:url('images/Buttons/Top/WebHosting_H.png');
	background-repeat:no-repeat;
	width:145px;
	height:42px;
	display:block;
}

.headerButtons.btn5 {
	background-image:url('images/Buttons/Top/ContactUs_H.png');
	background-repeat:no-repeat;
	left:582px;
	width:126px;
	height:42px;
}

.headerButtons.btn5 a {
	background-image:url('images/Buttons/Top/ContactUs.png');
	background-repeat:no-repeat;
	width:126px;
	height:42px;
	display:block;
}

.headerButtons.btn5 a:hover {
	background:none;
}

.headerButtons.btnContact {
	left:582px;
	width:126px;
	height:42px;
}

.headerButtons.btnContact a {
	background-image:url('images/Buttons/Top/ContactUs_H.png');
	background-repeat:no-repeat;
	width:126px;
	height:42px;
	display:block;
}

/* Content Area Classes */

.container {
	position:relative;
	width:836px;
}

.left_col {
	position:absolute;
	width:176px;
	height:59px;
	background-image: url('images/ToolTop.png');
	left:0px;
	top:40px;
	z-index:1;
}

.left_col_scale {
	position:absolute;
	background-image:url('images/ToolBack.png');
	width:176px;
	height:100%;
	left:0px;
	top:40px;
}

.content {
	position:relative;
	background-image: url('images/ContentLong.png');
	width:100%;
	height:100%;
	padding-bottom:20px;	
	min-height:700px;
}

.contentArrow {
	position:relative;
	background-image: url('images/Content.png');
	width:660px;
	height:100%;
	margin:0 0 0 176px;
	padding-bottom:30px
}

/* Left Column Button Classes */

.left_col_button {
	position:absolute;
	width:147px;
	height:26px;
	left:15px;
}

.left_col_button a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#465771;
	text-decoration:none;
}

.left_col_button.btn1 {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
	top:10px;
	padding: 5px;
}

.left_col_button.btn1 span {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
}

.left_col_button.btn1 span:hover {
	background-image:none;
}


.left_col_button.btn2 {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
	top:46px;
	padding: 5px;
}

.left_col_button.btn2 span {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
}

.left_col_button.btn2 span:hover {
	background-image:none;
}

.left_col_button.btn3 {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
	top:82px;
	padding: 5px;
}

.left_col_button.btn3 span {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
}

.left_col_button.btn3 span:hover {
	background-image:none;
}

.left_col_button.btn4 {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
	top:118px;
	padding: 5px;
}

.left_col_button.btn4 span {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
}

.left_col_button.btn4 span:hover {
	background-image:none;
}

.left_col_button.btn5 {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
	top:154px;
	padding: 5px;
}

.left_col_button.btn5 span {
	background-image:url('images/ToolButton.png');
	background-repeat:no-repeat;
}

.left_col_button.btn5 span:hover {
	background-image:none;
}

/* 2n Tier Button Classes */

.SecBarArrow {
	position:relative;
	background-image:url('images/pageview.png');
	width:660px;
	height:40px;
	margin-left:176px;
	top:0px;
}


.SecBar {
	position:relative;
	background-image:url('images/SecBar.png');
	width:836px;
	height:40px;
	top:0px;
}

.SecBarButtons {
	width:836px;
	height:40px;
	position:absolute;
	bottom:0px;
	right:0px;
}

.SecBarButtons.btnWebdesign {
	background-image:url('images/Buttons/Design/Webdesign_H.png');
	background-repeat:no-repeat;
	left:0px;
	width:140px;
	height:40px;
}

.SecBarButtons.btnWebdesign a {
	background-image:url('images/Buttons/Design/Webdesign.png');
	background-repeat:no-repeat;
	width:140px;
	height:40px;
	display:block;
}

.SecBarButtons.btnWebdesign a:hover {
	background-image:none;
}

.SecBarButtons.btnWebdesignS {
	left:0px;
	width:140px;
	height:40px;
}

.SecBarButtons.btnWebdesignS a {
	background-image:url('images/Buttons/Design/Webdesign_H.png');
	background-repeat:no-repeat;
	width:140px;
	height:40px;
	display:block;
}

.SecBarButtons.btnLogodesign {
	background-image:url('images/Buttons/Design/LogoStationary_H.png');
	background-repeat:no-repeat;
	left:140px;
	width:182px;
	height:40px;
}

.SecBarButtons.btnLogodesign a {
	background-image:url('images/Buttons/Design/LogoStationary.png');
	background-repeat:no-repeat;
	width:182px;
	height:40px;
	display:block;
}

.SecBarButtons.btnLogodesign a:hover {
	background-image:none;
}

.SecBarButtons.btnLogodesignS {
	left:140px;
	width:182px;
	height:40px;
}

.SecBarButtons.btnLogodesignS a {
	background-image:url('images/Buttons/Design/LogoStationary_H.png');
	background-repeat:no-repeat;
	width:182px;
	height:40px;
	display:block;
}

.SecBarButtons.btnEstate {
	background-image:url('images/Buttons/Design/EstateAgents_H.png');
	background-repeat:no-repeat;
	left:322px;
	width:147px;
	height:40px;
}

.SecBarButtons.btnEstate a {
	background-image:url('images/Buttons/Design/EstateAgents.png');
	background-repeat:no-repeat;
	width:147px;
	height:40px;
	display:block;
}

.SecBarButtons.btnEstate a:hover {
	background-image:none;
}

.SecBarButtons.btnEstateS {
	left:322px;
	width:147px;
	height:40px;
}

.SecBarButtons.btnEstateS a {
	background-image:url('images/Buttons/Design/EstateAgents_H.png');
	background-repeat:no-repeat;
	width:147px;
	height:40px;
	display:block;
}

.SecBarButtons.btnPortfolio {
	background-image:url('images/Buttons/Design/Portfolio_H.png');
	background-repeat:no-repeat;
	left:322px;
	width:112px;
	height:40px;
}

.SecBarButtons.btnPortfolio a {
	background-image:url('images/Buttons/Design/Portfolio.png');
	background-repeat:no-repeat;
	width:99px;
	height:40px;
	display:block;
}

.SecBarButtons.btnPortfolio a:hover {
	background-image:none;
}

.SecBarButtons.btnPortfolioS {
	left:322px;
	width:99px;
	height:40px;
}

.SecBarButtons.btnPortfolioS a {
	background-image:url('images/Buttons/Design/Portfolio_H.png');
	background-repeat:no-repeat;
	width:99px;
	height:40px;
	display:block;
}


.SecBarButtons.btnTelsup {
	background-image:url('images/Buttons/itcon/Telsupport_H.png');
	background-repeat:no-repeat;
	left:0px;
	width:202px;
	height:40px;
}

.SecBarButtons.btnTelsup a {
	background-image:url('images/Buttons/itcon/Telsupport.png');
	background-repeat:no-repeat;
	width:202px;
	height:40px;
	display:block;
}

.SecBarButtons.btnTelsup a:hover {
	background-image:none;
}

.SecBarButtons.btnTelsupS {
	left:0px;
	width:202px;
	height:40px;
}

.SecBarButtons.btnTelsupS a {
	background-image:url('images/Buttons/itcon/Telsupport_H.png');
	background-repeat:no-repeat;
	width:202px;
	height:40px;
	display:block;
}


.SecBarButtons.btnAdhocsup {
	background-image:url('images/Buttons/itcon/Adhocsupport_H.png');
	background-repeat:no-repeat;
	left:202px;
	width:226px;
	height:40px;
}

.SecBarButtons.btnAdhocsup a {
	background-image:url('images/Buttons/itcon/Adhocsupport.png');
	background-repeat:no-repeat;
	width:226px;
	height:40px;
	display:block;
}

.SecBarButtons.btnAdhocsup a:hover {
	background-image:none;
}

.SecBarButtons.btnAdhocsupS {
	left:202px;
	width:226px;
	height:40px;
}

.SecBarButtons.btnAdhocsupS a {
	background-image:url('images/Buttons/itcon/Adhocsupport_H.png');
	background-repeat:no-repeat;
	width:226px;
	height:40px;
	display:block;
}

.SecBarButtons.btnServmon {
	background-image:url('images/Buttons/itcon/Servermonitoring_H.png');
	background-repeat:no-repeat;
	left:428px;
	width:188px;
	height:40px;
}

.SecBarButtons.btnServmon a {
	background-image:url('images/Buttons/itcon/Servermonitoring.png');
	background-repeat:no-repeat;
	width:188px;
	height:40px;
	display:block;
}

.SecBarButtons.btnServmon a:hover {
	background-image:none;
}

.SecBarButtons.btnServmonS {
	left:428px;
	width:188px;
	height:40px;
}

.SecBarButtons.btnServmonS a {
	background-image:url('images/Buttons/itcon/Servermonitoring_H.png');
	background-repeat:no-repeat;
	width:188px;
	height:40px;
	display:block;
}

/* Footer Classes */

.footer {
	position:relative;
	background-image:url('images/footer.png');
	width:834px;
	height:39px;
	border: 1px solid #4a586f;
}

.footer2 {
	position:relative;
	width:832px;
	background-color:white;
	left:2px;
}

.footer2 img {
	width:800px;
	height:79px;
	margin:20px 17px;
}

.footerlinks {
	text-align:right;
	right: 20px;
	top:10px;
	width: 500px;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#627ca3;
}

.footerlinks a {
	text-decoration: none;
	color:#465771;
}

.footerlinks a:hover {
		text-decoration: underline;
}

/* Portfolio Examples */

.portfolio div {
	position:relative;
	margin: 30px;
	width: 500px;
	border:1px #465771 solid;
	padding:20px;
}

.portfolio div a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#465771;
}

.portfolio div img {
	border:1px #465771 solid;
}

.portfolio div p {
	margin:0px;
	padding:10px 0px;
}

/* Contact Us */

.contactCon {
	position:relative; 
	height:100%
}

.listAdress li{
	list-style:none;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:black;

}

.listAdress{
	font-size:.5em;
	padding:0;
	margin:0;
	border: 1px #447fb5 solid;
}

.listAdress.small {
	border:none;
}

.contactCon ul {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	color: #447fb5;
	font-size:1.5em;
	padding: 5px;
	margin:0 20px;	

}

.contactCon ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
	color:black;
	list-style:none;
}

.contactCon.address {
	position:absolute;
	width:200px; 
	top:0px;
}

.contactCon.address.tele {
	left:200px;
} 

.contactCon.address.mob {
	left:200px;
}

address {
	font-style:normal;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:black;
}

.tdWidth1 {
	width:150px;
}

.tdWidth2 {
	width:20px;
}

.textField {
	width: 408px;
}

.formTable {
	font-family:Tahoma;
	font-size:medium;
	color:#33669A;
	width:600px;
	text-align:right;
	border: 2px solid #33669A;
	margin:0 auto
}

.formTable td {
	border-style:none;
	font-family:Tahoma;
	font-size:1em;
	font-weight: normal;
	color:#33669A;
	text-align:right;
}

.portTable {
	width:100%;
	border:none;
}

.portTable td {
width:250px;
	border:none;
}

.portTable a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2e548d;

}

.portTable a img{
	border:1px solid #ccc;
}

.infopack {
	background-image:url('images/download.png');
	background-repeat:no-repeat;
	position:absolute;
	width:158px;
	height:161px;
	right:100px;
	top:15px;
}

.infopack p {
	padding:0px;
	margin:0px;
	text-align:center;
	padding-top:30px;
}

.infopack a {
	position:absolute;
	bottom:0px;
	color:Black;
	text-align:center;
	width:158px;
	height:161px;
	text-decoration:none;
}

.titleHeader {
	background-image:url('images/titleHeader.png');
	background-repeat:no-repeat;
	width:100%;
	position:relative;
	height:143px;
	margin-bottom:20px;
}


.titleHeader h1 {
	color:white;
	padding:0px;
	padding-top:80px;
	padding-bottom:0px;
	margin:0px;
	margin-left:35px;
	font-family:"Arial Narrow";
	font-weight:normal;
	font-size:32pt
}

.priceTable {
}

.priceTable th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	background-color: #4a586f;
	border-bottom:1px solid white;
	border-right:1px solid white;
	padding: 5px;
	font-size:10pt;
}

.priceTable td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	text-align: center;
	padding: 5px;
	border:none;
	border-bottom:1px solid white;
	border-right:1px solid white;

}

.priceTable.firstcol {
	background-color:#dfe2e9;
	text-align:left;
}

.priceTable.firstcol.green {
	background-color:#e7f9cd;
}

.priceTable.altcol1 {
	background-color:#f6f7fa;
}

.priceTable.green {
	background-color:#e8f6e8;
}

.greentick {
	margin:0 auto;
	width:25px;
	height:20px;
	background-image:url('images/greentick.png');
	background-repeat:no-repeat;
}

.tableBorder {
	margin: 40px auto;
	padding:5px;
	border: 1px solid #4a586f;
	width: 650px;
}

.cont_panel {
	position:relative;
	width:230px;
	height:200px;
	float:left;
	margin-left:20px;
}

.cont_panel a {
	color:black;
	text-decoration:none;
}

.cont_panel a:hover {
	text-decoration:underline;
}

.cont_panel h3 {
	padding:15px 20px 0px;
}

.cont_panel ul {
	padding:20px 40px 0px;
}

.panels {
	position:relative;
	width:100%;
	height:426px;
	width:500px;
}

.announce {
	position:relative;
	margin:0 auto;
	width:832px;
	background-image:url('images/announceStrip.png');
	background-repeat:repeat-x;
	height:37px;
}

.announce a{
	position: absolute;
	background-image:url('images/download.png');
	width:301px;
	height:51px;
	text-decoration:none;
	right:0px;	
}

.titlePhoto {
	position:absolute; 
	top:0px; 
	right:2px;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	padding:5px 55px;
}

address span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#447fb5;
}

address img{
	position:relative;
	width:165px;
	height:12px;
	top:2px;
}

#left {
	position:relative;
	width:150px;
	background-color:white;
	float:left;
	top:-20px;
	height: 150px;
	border:1px solid #e8e8e8;
	margin:0px 30px 30px 2px;
}

.thirdButtons {
	height:20px;
	top:20px;
	position:relative;
}

.thirdButtons.btnSpacer {
	border-bottom:1px solid #e8e8e8;
	background-color:white;
	width:150px;
	height:2px;
	display:block;
}

.thirdButtons.btn a {
	background-color:white;
	color:#4377ab;
	width:150px;
	height:23px;
	display:block;
	border-bottom:1px solid #e8e8e8;
	text-decoration:none;
	padding-left:5px;
	padding-top:5px;
	font-size:10pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.thirdButtons.btn a.active {
	color:white;
	background-color:#e8e8e8;
	width:150px;
	height:23px;
}

.thirdButtons.btn a:hover {
	background-color:#f1f1f1;
}

.homepageContent {
	width:100%;
}

.homepageContent td{
	text-align:left;
}

.contact {
	border:1px #447fb5 solid;
	background-color:#F2FBFF;
	width:700px;
	position:relative;
	margin:0 auto;
}

.tableContact {
	font-family:Tahoma;
	font-size:14px;
	color: #447fb5;
	text-align:right;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#F2FBFF;
}

.tableContact td{
	font-family:Tahoma;
	font-size:14px;
	color: #447fb5;
	text-align:right;
	padding:0px;

}

.tdWidth1 {
	width:120px;
}

.tdWidth2 {
	width:20px;
}

.inputBox {
	width:99%;
	border:1px #447fb5 solid;
}
