/* css document */
* {
	font-size:1.0em;
	font-weight:normal;
	margin:0;
	padding:0;
}

body { 
	font-family:trebuchet ms, verdana, helvetica, arial, sans serif;
	color:#fff; 
	background-color:#000; 
	margin:40px auto; 
	padding:0;
	width:760px;
}


#site-title {
	float:left;
	margin-bottom:0;
	padding-bottom:8px;
}
#site-title img {
	border:none;
}

#site-title h1, #site-title h1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1.42em;
	padding:0;
	margin:0;
}
#site-title h1 a em, #site-title h1 em {
	font-style:normal;
	color:#76defc;
}
#site-title a {
	text-decoration:none;
}

#main-nav {
	height:44px;
	clear:both;
	background-color:#4d4d4d;
	background-image:url(images/bg1.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:760px; 
	margin:0 auto; 
	font-size:0.8em;
	vertical-align:middle;
}
#main-nav ul {
	list-style:none;
}
#main-nav img {
	border:none;
}

#main-nav ul li {
	display:inline;
	letter-spacing:0.1em;
}

#nav-home {
	float:right;
	display: block;
	width: 66px;
	height: 44px;
	background: url("images/nav-home.jpg") no-repeat 0 0;
	background-position: 0 -44px;
}
#nav-home:hover { 
	background-position: 0 0;
}
#nav-home span {
	display: none;
}

#nav-services {
	float:right;
	display: block;
	width: 82px;
	height: 44px;
	background: url("images/nav-services.jpg") no-repeat 0 0;
	background-position: 0 -44px;
}
#nav-services:hover { 
	background-position: 0 0;
}
#nav-services span {
	display: none;
}

#nav-consultancy {
	float:right;
	display: block;
	width: 127px;
	height: 44px;
	background: url("images/nav-consultancy.jpg") no-repeat 0 0;
	background-position: 0 -44px;
}
#nav-consultancy:hover { 
	background-position: 0 0;
}
#nav-consultancy span {
	display: none;
}

#nav-contact {
	float:right;
	display: block;
	width: 89px;
	height: 44px;
	background: url("images/nav-contact.jpg") no-repeat 0 0;
	background-position: 0 -44px;
}
#nav-contact:hover { 
	background-position: 0 0;
}
#nav-contact span {
	display: none;
}








#homepage #branding {
	background-image: url(images/bluemac.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#news #branding {
	background-image: url(images/files2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#services #branding {
	background-image: url(images/sharpports.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#consultancy #branding {
	background-image: url(images/mouse.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#contactform #branding {
	background-image: url(images/bluetel.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#about #branding {
	background-image: url(images/bluekeysmac2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#error #branding {
	background-image: url(images/usbcables.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}
#twitter #branding {
	background-image: url(images/usbcables.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin:1px 0;
}



#content-main {
	font-family:trebuchet ms, verdana, helvetica, arial, sans serif;
	width:auto;
	padding: 0 30px 30px 30px;
	margin: 0;
	background-color:#222;
	border-bottom:1px #777 solid;
	font-size:0.8em;
}
#content-main h1 {
	font-family:"Tw Cen MT", "Gill Sans MT", verdana, tahoma, arial, sans serif;
	color:#fff;
	font-size:1.8em;
	padding:20px 0;
}
#content-main h2 {
	font-family:"Tw Cen MT", "Gill Sans MT", verdana, tahoma, arial, sans serif;
	font-size:1.4em;
	padding:10px 0;
	color:#76defc;
}
#content-main h3 {
	font-family:"Tw Cen MT", "Gill Sans MT", verdana, tahoma, arial, sans serif;
	font-size:1.2em;
	padding:5px 0;
	color:#76defc;
}
#content-main a { 
	color: #76defc;
	text-decoration: none; 
}
#content-main a:hover { 
	border-bottom:1px dotted #76defc;
	text-decoration: none;
}
#content-main p {
	margin-bottom:12px;
}
#content-main ul {
	text-indent:10px;
	margin-left:50px;
}


#content-sub {
	width:auto;
	margin-top:20px;
	border-bottom:5px #333 solid;

}



#contact {
	float:left;
	width:30%;
	font-size:0.7em;
	margin:20px 0;
	text-align:left;
}

#cc {
	float:left;
	width:30%;
	font-size:0.7em;
	margin:10px 0;
	text-align:left;
}
#contact a { 
	color: #76defc;
	text-decoration: none; 
}
#contact a:hover { 
	border-bottom:1px dotted #76defc;
	text-decoration: none;
}
#contact ul {
	list-style:none;
}


#site-info {
	float:right;
	width:65%;
	font-size:0.7em;
	margin:20px 0;
	text-align:right;
}
#site-info a { 
	color: #76defc;
	text-decoration: none; 
}
#site-info a:hover { 
	border-bottom:1px dotted #76defc;
	text-decoration: none;
}
#site-info ul {
	list-style:none;
}
#site-info li {
	display:inline;
	border-right:1px dotted #fff;
	padding:0 6px;
}
#site-info li.last {
	border-right:none;
}
#site-info img {
	border:none;
	vertical-align:bottom;
}


#news h2 {
	font-size:1.4em;
	color:#fff;
	margin-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#news h3 {
	font-size:1.3em;
	color:#fff;
	margin-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#news a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#news a:hover {
	border-bottom: dotted 1px #fff;
}
#news em {
	font-style:normal;
	color:#fff;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.news {
	border-bottom:dotted 1px #fff;
	padding-top:20px;
}

#contactform form {
	margin-top:30px;
}	

#contactform label {
	width:150px;
	float:left;
	text-align:right;
}	
#contactform input {
	font-family:trebuchet ms, verdana, helvetica, arial, sans serif;
	margin-left:15px;
	width:250px;
}	
#contactform textarea {
	font-family:trebuchet ms, verdana, helvetica, arial, sans serif;
	margin-left:15px;
	width:300px;
}	
#contactform .button {
	font-family:trebuchet ms, verdana, helvetica, arial, sans serif;
	font-weight:bold;
	margin:20px 0 0 15px;
	width:auto;
	text-align:center;
	font-size:0.9em;
}

#logos {
	float:right;
	width:65%;
	font-size:0.7em;
	margin:10px 0;
	text-align:right;
}
.twitter {
	padding-top:8px;
}
.wrapper {
	width:100%;
	overflow:auto;
}
.col_right {
	float:left;
	width:200px;
}
.col_left {
	float:left;
	width:500px;
}
#resources td {
	border-bottom:1px dotted #999;
}
#resources th {
	font-weight:bold;
	font-size:1.2em;
	color: #76defc;
	text-align:left;
}
.separator { 
	border-bottom:1px dotted #76defc;
	margin:12px 0;
}
th.sub-heading {
	color:#fff;
	font-size:1.3em;
	padding:30px 0;
}