/* reset - begin */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset - end */

/* general - begin */
body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#bodyWrapper {
    margin: 0 auto;
    vertical-align: top;
	width: 1020px;

	/* ie6 center body fix - begin */
	*position: absolute;
	*left: 50%;
	*margin: 0;
	*margin-left: -500px;
	/* ie6 center body fix - end */
}

a:active,
a:link,
a:visited
{
	text-decoration: none;
}

.floatRight {
    float: right;
}
.accentColour,
a
{
    color: #00bbf9;
}
.accentColourBackground {
    background-color: #00bbf9;
    color: white;
}

.sopa {
background-color: #000000;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
padding-top: 35px;
padding-right: 0pt;
padding-bottom: 35px;
padding-left: 0pt;
text-align: center;
color: #ffffff;
font-size: 18px;
}
.sopa a {
        color:#38aff3;
        font-size: 18px;
        text-decoration:none;
}
.sopa a:hover {
        text-decoration:underline;
}


.dimColour {
	color: #c0c0c0;
}

.inlineBlockFixDIV div,
.inlineBlockFixLI li,
.inlineBlockFixSPAN span
{
	/* ff2 fix - begin */
	display: -moz-inline-stack;
	/* ff2 fix - end */
	display: inline-block;
	/* ie7 fix - begin */
	zoom: 1;
	*display: inline;
	/* ie6 and ie7 fix - end */
}
/* general - end */

/* about pop-up - begin */
.aboutInfo {
	background: white;
	border: 8px solid black;
	padding: 20px 20px 60px;
	width: 35%;
}
.aboutInfo .bClose {
	float: right;
	margin-top: -15px;
	margin-right: -15px;
	
	width: 22px;
	height: 22px;
	
	background-image: url("images/sprite-main.gif");
	background-position: 0 -550px;
	background-repeat: no-repeat;
}
.aboutInfo h1 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* about pop-up - end */

/* headerBar - begin */
#headerBar {
	height: 135px;
}

#headerBarLogo {
    margin-left: 34px;
    margin-top: 40px;
}

/* headerBar - headerBarRight - begin */
#headerBarRight {
	float: right;
}
/* headerBar - headerBarRight - end */
/* headerBar - end */

/* topNavBar - begin */
#topNavBar {
	background-image: url("images/aboutBarBackground.jpg");
	background-repeat: no-repeat;
	height: 290px;

	padding: 40px 40px 0;
}

/* topNavBar - aboutBar - begin */
#aboutBar,
#aboutBarRight,
#aboutBarRightSeparator
{
	height: 250px;
}

#aboutSinceImage {
	background-image: url("images/sprite-main.gif");
	background-position: 0 -340px;
	background-repeat: no-repeat;
	width: 581px;
	height: 84px;
	margin-bottom: 36px;
}

#aboutBarLeft li {
	margin-bottom: 10px;
}
#aboutBarLeft .bullet {
	background-image: url("images/sprite-main.gif");
	background-position: 0 -438px;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	margin-left: 1px;
}
#aboutOurVision {
	background-image: url("images/sprite-main.gif");
	background-position: 0 -460px;
	background-repeat: no-repeat;
	width: 78px;
	height: 18px;
}
#aboutOurHistory {
	background-image: url("images/sprite-main.gif");
	background-position: 0 -490px;
	background-repeat: no-repeat;
	width: 86px;
	height: 18px;
}
#aboutWorkingAtTucows {
	background-image: url("images/sprite-main.gif");
	background-position: 0 -520px;
	background-repeat: no-repeat;
	width: 144px;
	height: 18px;
}

#aboutBarRight {
	width: 320px;
}

#aboutBarRightSeparator {
	border-left: 1px solid #c0c0c0;
}

#aboutBarRightContent {
    margin-right: 20px;
    width: 260px;
	
}
#aboutBarRightContent .aboutBarSection {
	margin-bottom: 32px;
}
#aboutBarRightContent .aboutBarSection.last {
	margin-bottom: 0;
}
#aboutBarRightContent div {
	font-size: 22px;
	font-weight: bold;
}
#aboutBarRightContent div .accentColour {
	font-weight: normal;
}
#aboutBarRightContent p {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;

	color: white;
}
/* topNavBar - aboutBar - end */

/* topNavBar - tabBar - begin */
#tabBar ul {
	margin-left: -6px;
	padding-top: 2px;
}
#tabBar li {
	background-image: url("images/sprite-main.gif");
	background-position: -154px -650px;
	background-repeat: no-repeat;

	display: block;
	float: left;

	height: 38px;

	margin-right: 14px;
}
#tabBar li span {
	font-size: 16px;
	font-weight: bold;

	background-image: url("images/sprite-main.gif");
	background-position: 0 -650px;
	background-repeat: no-repeat;

	display: inline;
	float: left;

	height: 38px;

	padding: 16px 38px 2px;
}
/* topNavBar - tabBar - end */
/* topNavBar - end */

/* mainBar - begin */
#mainBar {
	padding: 64px 40px 40px;
}

#mainBar .serviceImageTD {
	padding: 0 20px 20px 0;
}

#mainBar .serviceImageTD a img {
	border: 1px solid #c0c0c0;
}
#mainBar .serviceImageTD a:hover img {
	border-color: #00bbf9;
}

#mainBar .serviceDescription {
	padding: 10px 10px 60px 0;
	border-top: 3px solid black;
	vertical-align: middle;
}
#mainBar .serviceDescription .visitLink {
	display: block;
	margin-top: 10px;
}
#mainBar h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
/* mainBar - end */

/* footerBar - begin */
#footerBar {
	border-top: 6px solid black;
	margin: 0 40px;
	padding: 20px 0;
}

#footerLinks li {
	display: inline;
}
#footerLinks li,
#footerLinks a
{
	margin-right: 5px;
}
#footerCopyRight {
	font-size: 9px;
}
/* footerBar - end */
