@charset "utf-8";
/* CSS Document */
/* Oh Happy Days of CSS Styling the Web :) */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	height:100%;	
}

body {
	font: 0.7em Arial, Helvetica, sans-serif;
	color:#fff;
	height:100%;
}

#bg_purple {
	background:url(img/bg.jpg) top center no-repeat #332348;
	min-height:100%;
}

#pinboard_wrapper {

}

#pinboard_tile {
	background:url(img/pb_main.jpg) repeat-y top center;	
}

#pinboard_content {
	background:url(img/pb_main.jpg) no-repeat top center;
}

#maincontentholder {
	width:980px;
	margin: 0 auto;
}

#pinboard_footer {
	clear:both;
	background:url(img/pb_footer.jpg) no-repeat top center;
	padding-top: 35px;
	height:41px;
	color:#202021;
}

#pinboard_footer a {
	color:#202021;
	text-decoration:none;
	border:none;
}

#pinboard_footer a:hover {
	color:#202021;
	text-decoration:none;
	border-bottom:1px dotted #202021;
}

#copyright {
	text-align:center;
	font-size:.9em;
	font-weight:bold;
	padding-bottom:3px;
}

#navlinks {
	text-align:center;
	font-size:.9em;
	font-weight:bold;
}

.frontext {
	color:#131313;
	font-size:1.0em;
}

.frontext a {
	color:#131313;
	text-decoration:none;
	font-weight:bold;
}

.frontext a:hover {
	color:#131313;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #131313;
} 

.brandtext {
	color:#131313;
	font-size:1.1em;
	line-height:1.4em;
	
}

.brandtext a {
	color:#131313;
	text-decoration:none;
	font-weight:bold;
}

.brandtext a:hover {
	color:#131313;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #131313;
}


.frontext a:visited {
	text-decoration:none;
	font-weight:bold;
} 

h1 {
	float:left;	
	display:inline-block;
	width:312px;
	height:160px;
	overflow:hidden;
}

h1 a {
	display:block;
	float:left;
	width:312px;
	height:160px;
	cursor:pointer;
}

h1 a span{
	display:block;
	width:312px;
	height:160px;
}

hr {
	border-bottom:1px dotted #202021;
}


#envweb {
		background:url(img/env.png) no-repeat;
}

#envprint {
		background:url(img/env.png) no-repeat;
}

#envbrochure {
		background:url(img/env.png) no-repeat;
}

#envmisc {
		background:url(img/env.png) no-repeat;
}

#envsignage {
		background:url(img/env.png) no-repeat;
}

#envcorp {
		background:url(img/env.png) no-repeat;
}

#envhome {
		background:url(img/env.png) no-repeat;
}

#envcontact {
		background:url(img/env.png) no-repeat;
}

#envtest {
		background:url(img/env.png) no-repeat;
}

h2 {
	display:none;
	visibility:hidden;
}

#nav {
	margin-left:20px;
	float:left;
	width:360px;
	height:152px;	
}

#nav li {
	float:left;
	height:152px;
}

#nav li a{
	display:block;
	height:152px;
	overflow:hidden;
	cursor:pointer;
}

#nav li a span{
	display:block;
	height:152px;
}

#nav #about a{
	width:77px;
}

#nav #brand a{
	width:129px;
}

#nav #contact a{
	width:79px;
}

#nav #design a{
	width:74px;
}

#nav #explore a{
	width:92px;
}

#nav #about a span{
	background:url(img/n_about.png) no-repeat;
	width:77px;
}

#nav #brand a span{
	background:url(img/n_brand.png) no-repeat;
	width:129px;
}

#nav #contact a span{
	background:url(img/n_contact.png) no-repeat;
	width:79px;
}

#nav #design a span{
	background:url(img/n_design.png) no-repeat;
	width:74px;
}

#nav #explore a span{
	background:url(img/n_explore.png) no-repeat;
	width:92px;
}

#nav a:hover span {
	background-position: 0 -62px;
	color: #1B1F28;
}

#nav #about a:hover span{
	background:url(img/nav_abouto.png) no-repeat;
	width:77px;
}

#nav #brand a:hover span{
	background:url(img/nav_brando.png) no-repeat;
	width:129px;
}

#nav #contact a:hover span{
	background:url(img/nav_contacto.png) no-repeat;
	width:79px;
}

#nav #design a:hover span{
	background:url(img/nav_designo.png) no-repeat;
	width:74px;
}

#nav #explore a:hover span{
	background:url(img/nav_exploreo.png) no-repeat;
	width:94px;
}

#topcontent {
	position:absolute;
	z-index:100;
}

#contentarea {
	padding-top:180px;
	padding-left:50px;
	padding-right:20px;
	background:url(img/content_bg.jpg) no-repeat 30px 76px ;
}

#contentarea p {
	color:#202021;
	font-szie:1.1em;
	line-height:1.4em;
}

#featwork {
	float:left;
	margin-bottom:30px;

}

#featwork li {
	float:left;
	margin-right:13px;
	margin-bottom:5px;

}

#featwork li a{
	width: 225px;
	height: 200px;
}

#featwork li a span{
	position:absolute;
	background:none;
}

#designtabs {
	clear:both;
	margin-bottom:35px;
	float: left;
	display: block;
	height: 20px;
	overflow: hidden;
	cursor:pointer;
}

#designtabs li {
	display: block;
	float:left;
	margin-right:20px;
}

#designtabs li a{
	display: block;
	height: 20px;
	overflow: hidden;
}

#designtabs li a span{
	display: block;
	position:absolute;
	width: 100%;
	height: 20px;
}

#designtabs li a:hover span{
	position:absolute;
}

#designtabs #print a{
	width:39px;
	cursor:pointer;
}

#designtabs #corporate a{
	width:96px;
	cursor:pointer;
}

#designtabs #signage a{
	width:105px;
	cursor:pointer;
}

#designtabs #brochure a{
	width:73px;
	cursor:pointer;
}

#designtabs #webdesign a{
	width:84px;
	cursor:pointer;
}

#designtabs #misc a{
	width:34px;
	cursor:pointer;
}

#designtabs #print a span{
	background:url(img/print.png) no-repeat;
	width:39px;
}

#designtabs #corporate a span{
	background:url(img/corporate.png) no-repeat;
	width:96px;
}

#designtabs #signage a span{
	background:url(img/signage.png) no-repeat;
	width:105px;
}

#designtabs #brochure a span{
	background:url(img/brochures.png) no-repeat;
	width:73px;
}

#designtabs #webdesign a span{
	background:url(img/webdesign.png) no-repeat;
	width:84px;
}

#designtabs #misc a span{
	background:url(img/misc.png) no-repeat;
	width:34px;
}

#designtabs #print a:hover span{
	background:url(img/printo.png) no-repeat;
	width:39px;
}

#designtabs #corporate a:hover span{
	background:url(img/corporateo.png) no-repeat;
	width:96px;
}

#designtabs #signage a:hover span{
	background:url(img/signageo.png) no-repeat;
	width:105px;
}

#designtabs #brochure a:hover span{
	background:url(img/brochureso.png) no-repeat;
	width:73px;
}

#designtabs #webdesign a:hover span{
	background:url(img/webdesigno.png) no-repeat;
	width:84px;
}

#designtabs #misc a:hover span{
	background:url(img/misco.png) no-repeat;
	width:34px;
}

#area {
	width: 730px;
}

#area a {
	color:#202021;
	text-decoration:none;
	border:none;
	font-weight:bold;
}

#area a:hover {
	color:#202021;
	text-decoration:none;
}

#area a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#designarea {
	width: 700px;
}

#designarea p {
	color:#202021;
	font-szie:1.1em;
	line-height:1.6em;
}

#designarea p {
	color:#202021;
	font-szie:1.1em;
	line-height:1.6em;
}

#designarea p strong {
	color:#202021;
	font-szie:1.1em;
	line-height:1.9em;
	font-weight:bold;
	color:#6a2d91;
	text-transform:uppercase;
}



.printwork{
	display: block;
	float: left;
	text-align: left;
	margin: 0 40px 0 0;
	color: #343333;
	font-size: .9em;
	height: 220px;
	width:200px;

}

.printwork a{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

.printwork img{
	margin: 3px;
	border: 1px solid gray;
	text-align: left;
}


.cardwork{
	display: inline-block;
	float: left;
	text-align: left;
	margin: 0 40px 0 0;
	color: #343333;
	font-size: .9em;
	height: 180px;
	width:200px;

}

.cardwork img{
	margin: 3px;
	border: 1px solid gray;
	text-align: left;
}

#sidebar {
	width:153px;
	position: absolute;
	background:url(img/sidebar_bg2.png) no-repeat top left;
	z-index:120;
	top:0;
	margin-left: 755px;
	padding: 20px 30px 20px 45px;
}

#sidebar p {
	margin-bottom: 1em;	
}

#sidebar a {
	color:#d2d2d2;
	text-decoration:none;
	font-weight:bold;
}

#sidebar a:hover {
	border-bottom: 1px dotted #d2d2d2;
	text-decoration:none;
}

#sidebar a:visited {
	color:#d2d2d2;
	text-decoration:none;
	font-weight:bold;
}

#sidebar li a {
	color:#d2d2d2;
	text-decoration:none;
	font-weight:bold;
}

#sidebar li a:hover {
	border-bottom: 1px dotted #fff;
	text-decoration:none;
}

#sidebar li a:visited {
	color:#d2d2d2;
	text-decoration:none;
	font-weight:bold;
}

h4#sidebar {	
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.8em;
	margin-top:20px;
}

#sidebardesign {
	width:153px;
	position: absolute;
	background:url(img/sidebar_bg2.png) no-repeat top left;
	z-index:120;
	top:0;
	margin-left: 755px;
	padding: 20px 30px 20px 45px;
}

#sidebardesign li {
	list-style:none;
	color:#fff;
}

#sidebardesign li a {
	color:#fff;
	text-decoration:none;
}

#sidebardesign li a:hover {
	border-bottom: 1px dotted #fff;
}

#sidebardesign a {
	color:#fff;
	text-decoration:none;
}

#sidebardesign a:hover {
	border-bottom: 1px dotted #fff;
}

h3 {
	clear:both;
	display: block;
	text-indent:-999px;
	margin-bottom:15px;
	margin-top:15px;
}

h4 {	
	color: #343333;
	font-weight: bold;
	font-size: 1.2em;
}
	
.clear {
	clear:both;	
}

h3#h_featwork {
	height:17px;
	width:146px;
	background:url(img/h_featwork.png) no-repeat top left;
}

h3#h_brandsjourney {
	height:30px;
	width:509px;
	background:url(img/clients.gif) no-repeat top left;
}

h3#h_form {
	height:17px;
	width:232px;
	background:url(img/h_form.png) no-repeat top left;
}


h3#h_soon {
	height:14px;
	width:100px;
	background:url(img/h_soon.png) no-repeat top left;
}

h3#h_about {
	height:54px;
	width:561px;
	background:url(img/h_home.gif) no-repeat ;
}

h3#h_testimonial {
	height:54px;
	width:561px;
	background:url(img/h_testimonial.gif) no-repeat ;
}

h3#h_print {
	height:54px;
	width:561px;
	background:url(img/printdesign.gif) no-repeat ;
}

h3#h_brochure {
	height:54px;
	width:561px;
	background:url(img/brochuredesign.gif) no-repeat ;
}

h3#h_signage {
	height:54px;
	width:561px;
	background:url(img/signagedesign.gif) no-repeat ;
}

h3#h_corporate {
	height:54px;
	width:561px;
	background:url(img/corporatedesign.gif) no-repeat ;
}

h3#h_web {
	height:54px;
	width:561px;
	background:url(img/web.gif) no-repeat ;
}

h3#h_misc {
	height:54px;
	width:561px;
	background:url(img/h_misc.gif) no-repeat ;
}

h3#h_contact {
	height:54px;
	width:561px;
	background:url(img/contact.gif) no-repeat ;
}

h3#h_whois {
	height:70px;
	width:670px;
	background:url(img/whois.gif) no-repeat ;
}

h3#h_journey {
	height:29px;
	width:275px;
	background:url(img/journey.gif) no-repeat ;
}

h3#h_startjourney {
	height:32px;
	width:512px;
	background:url(img/beginjourney.gif) no-repeat ;
}

#featclients {
	float:left;
	margin-bottom:20px;
	width:800px;
	margin-left:5px;
}

#featclients li {
	float:left;
	width:170px;
	color:#000;
	font-size:1em;
	font-weight:bold;
}

h3#h_fromlondon {
	height:18px;
	width:98px;
	background:url(img/h_fromlondon.png) no-repeat top left;
}

#fromlondon {
	width:200px;
}

h3#h_fromzambia {
	height:19px;
	width:94px;
	background:url(img/h_fromzambia.png) no-repeat top left;
}

#fromzambia {
	width:200px;
}

h3#h_fromsa {
	height:19px;
	width:130px;
	background:url(img/h_fromsa.png) no-repeat top left;
}

#fromsa {
	width:200px;
}

h3#h_fromcanada {
	height:18px;
	width:97px;
	background:url(img/h_fromcanada.png) no-repeat top left;
}

#fromcanada {
	width:200px;
}

h3#getintouch {
	height:16px;
	width:97px;
	background:url(img/getintouch.png) no-repeat top left;
}

#getintouch {
	width:200px;
}

#designservices {
	width:200px;
}

h3#designservices {
	height:38px;
	width:153px;
	background:url(img/designservices.png) no-repeat top left;
}

#graphicdesign {
	width:200px;
}

h3#graphicdesign {
	height:18px;
	width:146px;
	background:url(img/h_graphic.gif) no-repeat top left;
}

#webdesign {
	width:200px;
}

h3#webdesign {
	height:18px;
	width:146px;
	background:url(img/h_web.gif) no-repeat top left;
}

#hosting {
	width:200px;
}

h3#hosting {
	height:18px;
	width:146px;
	background:url(img/h_hosting.gif) no-repeat top left;
}

h3#comments {
	height:34px;
	width:154px;
	background:url(img/comments.png) no-repeat top left;
}

#comments {
	width:200px;
}

h3#avatar {
	height:105px;
	width:120px;
	background:url(img/avatar.png) no-repeat top left;
}

#avatar {
	width:200px;
}

#social {
	width: 200px;
}

.icon{
	display: inline-block;
	float: left;
	text-align: left;
	margin: 0 8px 0 0;
	font-size: .9em;
	height: 30px;
	width:30px;

}


#preload {
	visibility: hidden;
	display: none;
}

#mailform {
	height: 30px;
	padding: 10px;
	padding-left: 20px;
	font-size: 1.1em;
	color: white;
	width: 380px;
}
input.field {
	width: 200px;
	padding: 3px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background-color: #f78f1e;
	margin-bottom: 5px;
}

select.field {
	width: 206px;
	height: 20px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background-color: #f78f1e;
	margin-bottom: 5px;
}

textarea.field {
	width: 200px;
	padding: 3px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background-color: #f78f1e;
}

.field {
	padding: 5px;
	background-color: #6a2d91;
	color: #fff;
	font: 1em arial;
	border: none;
}

.txt_email {
	padding: 5px;
	width: 150px;
	background-color: #6a2d91;
	color: #fff;
	font: 1em arial;
	border: none;
	margin-left: 10px;
	margin-right: 10px;
}
.contactfield {
	background-color: #6a2d91;
	color: #fff;
	font: 1em arial;
	border: none;
	width: 250px;
	height: 12px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
}

#enqtype {
        height: 25px;
}

#enqtype, #q1, #q4, #q5, #q8, #q9, #q10 {
	color: #fff;
}

#how {
        height: 25px;
}

#how, #q1, #q4, #q5, #q8, #q9, #q10 {
	color: #fff;
}

#msg {
	height: 109px;
}

.submit {
	color: #fff;
	background-color: #6cabbc;
	border: 1px solid #6cabbc;
	padding: 3px;
	width: 80px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#homeblock_blog {
	width: 225px;
	height: 510px;
	float: left;
	margin: 15px 15px 15px 0;
	background-color: #f1f1f1;
	background-color: rgba(241,241,241,0.50);
}

#homeblock_wart {
	width: 225px;
	height: 510px;
	float: left;
	margin: 15px 15px 15px 0;
	background-color: #f1f1f1;
	background-color: rgba(241,241,241,0.50);
}

#homeblock_clients {
	width: 225px;
	height: 510px;
	float: left;
	margin: 15px 15px 15px 0;
	background-color: #f1f1f1;
	background-color: rgba(241,241,241,0.50);
}

.homeblock {
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 35px 15px 0;
	background:url(img/bkorange.png) no-repeat ;
}

.homeblockpurple{
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 35px 15px 0;
	background:url(img/bkpurple.png) no-repeat ;
}


.homeblock_btn {
	clear:both;
	float:right;
}

.block_info {
	padding: 15px 15px 5px 15px;
	color: #ffffff;
	font-size:1.0em;
}



.block_info a{
	color: #6a2d91;
	text-decoration:none;
	font-weight:bold;
}


.block_info a:hover{
	color: #6a2d91;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px dotted #6a2d91;
}
	

.homeblock_info {
	padding: 5px 10px 5px 10px;
	color: #fff;
}

.homeblock_info p {
	font-size: 1.0em;
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 140%;
	height: 120px;
}

.homeblock_info p strong {
	font-size: 1.2em;
	font-weight: bold;
}

.homeblock_info p em {
	font-size: 0.9em;
}

.homeblock_info p a {
	color: #6a2d91;
	text-decoration:none;
}

.homeblock_info p a:hover {
	border-bottom: 1px dotted #6a2d91;
}

.homeblock_info p a:visited {
	font-weight:bold;
}

#contactform td {
	padding: 4px;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6a2d91;
	vertical-align: middle;
}

#contactform .contact_field {
	color: #fff;
	background-color: #6a2d91;
	border: 1px solid #fff;
	padding: 3px;
	width: 300px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#homeblock_blog {
	width: 225px;
	height: 510px;
	float: left;
	margin: 15px 15px 15px 0;
	background-color: #f1f1f1;
	background-color: rgba(241,241,241,0.50);
}

.testimonial {
	width: 225px;
	float: left;
	margin: 15px 15px 15px 0;
}

.testimonial_info {
	padding: 5px 10px 5px 10px;
	color: #fff;
}

.testimonial_info p {
	font-size: 1.0em;
	font-style:italic;
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 130%;

}

.name {
	font-size: 1.0em;
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 130%;
	font-weight:bold;

}

.name a{
	color: #6a2d91;
	text-decoration:none;

}

.name a:hover {
	border-bottom: 1px dotted #6a2d91;
}
