/* CSS Document */
html, body{
	margin:0px;
	padding:0;
	text-align:justify;
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/bg2.jpg) repeat-x;
} 
 
/* ##### Main Container ##### */
 
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bg1.jpg) repeat;
	border: 1px solid #CC6633;
} 
 
/* ##### Header ##### */
 
#header{
	position:relative;
	height:152px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../images/logo5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #CC6633;
} 
#header p {
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 0px;
}
#header a:link, #header a:visited {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	border-bottom: 1px dotted #FF9900;
}
.headercontacttypes {
	font-weight: bold;
}

/* ##### Left Column ##### */
 
#leftcol{
	width:150px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../images/tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }
#leftcol img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}

#leftcol .navigation .w3c {
	font-size: 60%;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	text-align: left;
}
#leftcol .navigation .w3c2 {
	font-size: 60%;
	text-align: left;
	margin: 0px 0px 20px 10px;
	padding: 0px;
}
#wrapper #leftcol .navigation .w3c a:link, 
#wrapper #leftcol .navigation .w3c a:visited, 
#wrapper #leftcol .navigation .w3c2 a:link, 
#wrapper #leftcol .navigation .w3c2 a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #CC6633;
}

#wrapper #leftcol .navigation .w3c a:hover, 
#wrapper #leftcol .navigation .w3c2 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CC6633;
}

.navigation ul {
	list-style: none;
	margin: 20px 0px 25px;
	padding: 0px;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.navigation li {
	margin-top: 5px;
	padding: 5px;
}
.navigation li a:link, .navigation li a:visited {
	text-decoration: none;
	color: #000000;
	background: #FFFFFF url(../images/bg1.jpg) repeat;
	display: block;
	padding: 5px;
	border: 1px solid #FF9900;
}
.navigation li a:hover {
	color: #000000;
	background: #FFFFFF;
}
.navigation h2 {
	font-size: 80%;
	text-decoration: underline;
	text-align: center;
	margin: 10px 5px 0px;
	padding: 3px 0px;
	color: #CC6600;
	background: #FFFFFF;
	border: 1px solid #FF9900;
}

.biglink {
    position: relative ; padding: 0.25em 0.15em 0.35em; z-index: 1;
}
 
/* ##### Main Column ##### */
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:550px;
	color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(../images/tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 150%;
 }
#maincol h1 {
	font-size: 100%;
	text-align: center;
	border-bottom: 1px solid #CC6633;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
#maincol h2 {
	font-size: 90%;
	text-decoration: underline;
	padding-left: 10px;
}


#maincol p {
	padding-right: 10px;
	padding-left: 10px;
}
#maincol .ulheaders {
	text-decoration: underline;
}
#maincol .footnotes {
	font-size: 70%;
}


#maincol .top {
	text-align: center;
	clear: both;
}

#maincol .top a:link, #maincol .top a:visited,
#maincol .admin a:link, #maincol .admin a:visited {
	font-size: 80%;
	font-weight: normal;
	color: #CC6633;
	text-decoration: none;
	border-bottom: 1px dotted #CC6633;
}
#maincol .top a:hover,
#maincol .admin a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CC6633;
}


#maincol a:link, #maincol a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CC6633;
	color: #CC6633;
	background: #FFFFFF;
}

#maincol a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CC6633;
}
#maincol iframe {
	margin-right: 7px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincol img {
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincol table {
	width: 528px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	border: 1px solid #CC6600;
	border-collapse:collapse;
	font-size: 90%;
	font-weight: normal;
}
#maincol table img {
	margin: 0px;
	padding: 0px;
}

#maincol table td {
	text-align: center;
	width: 100px;
}

#maincol table  th.headers,
#maincol table  td.headers {
	background-color: #CC6600;
	color: #FFFFFF;
	text-align: center;
}
#maincol table th {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#maincol .emphasise {
	font-weight: bold;
}
#maincol .email {
	height: 170px;
	width: 250px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
	padding: 0px;
	border: 1px solid #CC6600;
}
#maincol .email img {
	text-decoration: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid #CC6600;
}
#maincol  .email  a  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincol .email p {
	padding: 0px;
	margin: 0px;
}
#maincol .email h3 {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
}
#maincol ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincol li {
	text-align: justify;
	margin: 0px;
	padding: 10px;
}
#maincol  .customers ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincol   .customers  li {
	text-align: justify;
	padding: 12px;
	float: left;
	width: 250px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	height: 360px;
}



#maincol .customers a {
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincol .customers img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}
#maincol .customers h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#blog h3 {
	text-align: left;
	color: #CC6633;
	background-color: #FFFFFF;
	margin-left: 10px;
	text-decoration: underline;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#blog h2 {
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 70%;
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#blog p img {
 padding: 0;
 max-width: 100%;
 }
.storycontent p  {
	padding-bottom: 50px;
	margin-bottom: 50px;
}


img.alignleft, #blog img {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
 float: left;
 }





/*##### Page Id's #####*/

body#home li.home, body#design li.design, body#hosting li.hosting, body#connect li.connect, body#systems li.systems, 
body#portfolio li.portfolio, body#link li.link, body#upgrades li.upgrades, body#contact li.contact, body#speed li.speed, body#email li.email {
	color: #999999;
	background: #FFFFFF;
}


body#home li.home a:link, body#home li.home a:visited, 
body#design li.design a:link, body#design li.design a:visited, 
body#hosting li.hosting a:link, body#hosting li.hosting a:visited, 
body#systems li.systems a:link, body#systems li.systems a:visited,
body#portfolio li.portfolio a:link, body#portfolio li.portfolio a:visited, 
body#link li.link a:link, body#link li.link a:visited,
body#upgrades li.upgrades a:link, body#upgrades li.upgrades a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#speed li.speed a:link, body#speed li.speed a:visited,
body#email li.email a:link, body#email li.email a:visited
 {
	color: #FFFFFF;
	background: #CC6600;
}
.clear {
	clear: both;
}

 
/* ##### Footer ##### */
 
#footer{
	height:50px;
	background-color:#CC6600;
	clear:both;
	background-image: url(../images/bg1.jpg);
 } 
#footer .copyright {
	font-size: 60%;
	color: #999999;
	text-align: center;
	padding: 20px 0px;
}


/* ##### Round Corners Finish ##### */

#tr{
	background: url(../images/tr.jpg) no-repeat right top;
	position: relative;
	left: 540px;
	top: 0px;
	height: 10px;
	width: 10px;
  }
#tr2 {
	background: url(../images/tr.jpg) no-repeat right top;
	height: 10px;
	width: 10px;
	position: relative;
	left: 140px;
}

#bl {
	height: 10px;
	width: 10px;
	position: relative;
	left: 0px;
	bottom: auto;
}


/*.maincolul{
	width : 150px;
	background-color : #FFFFFF;
	background-image : url(../images/tl.jpg);
	background-repeat : no-repeat;
	background-position : left top;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.maincolur{
	background-image : url(../images/tr.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.maincolll{
	background-image : url(../images/bl.jpg);
	background-repeat : no-repeat;
	background-position : left bottom;
}
.maincollr{
	background-image : url(../images/br.jpg);
	background-repeat : no-repeat;
	background-position : right bottom;
	padding : 3%;
	color: #000000;
	height: 500px;
}

.leftcolul{
	width : 150px;
	background-color : #FFFFFF;
	background-image : url(../images/tl.jpg);
	background-repeat : no-repeat;
	background-position : left top;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.leftcolur{
	background-image : url(../images/tr.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.leftcolll{
	background-image : url(../images/bl.jpg);
	background-repeat : no-repeat;
	background-position : left bottom;
}
.leftcollr{
	background-image : url(../images/br.jpg);
	background-repeat : no-repeat;
	background-position : right bottom;
	padding : 3%;
	color: #000000;
	height: 500px;*/

/* ##### Float containers fix: ##### */ 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
