/* ------------------------ fixed styles, bug fixes and resets ------------------------ */

body {
text-align: center;
font-family:"Trebuchet MS", Helvetica, sans-serif;
color: #ffffff;
letter-spacing: 0.02em;
font-size:100%;
}

img {
display: block;
border: 0;
}

* {
padding: 0;
margin: 0;
}

strong {
font-weight: bold;
letter-spacing: 0em;
}

.clearer {
height: 1px;
clear: both;
overflow: hidden;
}

.clearer hr {
display: none;
}

.accessStyle, .hide {
display: none;
}

select, textarea, input {
font-family: arial, helvetica, sans-serif;
font-size: 1em;
letter-spacing: 0.02em;
line-height: 1.1em;
}

form {
font-size: 1em;
}

fieldset {
border: 0;
}

/* end fixed styles */





/* ------------------------  structural elements  ------------------------ */


#bgWrapper {
	background: #000000 url(../images/bg_top.jpg) repeat-x center top;
	position: relative;
	z-index: 1;
	margin-top: -32px;
}



#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	font-size: 0.8em;
	line-height:1.2em;
	position:relative;
	z-index: 1;
}

#header {
	height: 198px;
	width: 930px;
	background: url(../images/masthead-background.jpg) no-repeat center top;
	position: absolute;
	top: 0;
	padding: 0px 10px;
	z-index: 200;
	display: block;
}

#mainContent {
	width: 950px;
	padding: 198px 5px 50px 5px;
	background:none;
	position:relative;
	z-index:1;
}

#supplementaryContent {
float: left;
width: 216px;
padding-top: 198px;
}

#footer {
	clear:both;
	color: #666666;
	margin: 20px 0px 0 0px;
	font-size: 0.85em;
	height:152px;
	background:#333333 url(../images/bg_bottom.jpg) repeat-x;
	position: relative;
	bottom: 1px;
}

/*end structural*/





/* ------------------------  flexible stylings   ------------------------ */

h1, h2, h3, h4, h5, h6{
color:#ffffff;
padding-bottom:10px;
letter-spacing: 0em;
}


h1{
font-size:1.6em;
line-height:1.2em;
}

h2{
font-size:1.4em;
line-height:1.2em;
}

h3{
color:#d70000;
font-size:1.2em;
line-height:1.1em;
}

h4, h5, h6{
font-size:1.2em;
line-height:1.1em;
}

p{
	padding-bottom:10px;
}
.contactHeader{
	font-size:3em;
	padding-left: 40px;
	display: block;
	float: left;
}

/* end  flexible */





/* ------------------------ link styles ------------------------ */

a:link, a:visited {
color: #a8b5ab;
font-weight: bold;
text-decoration: underline;
letter-spacing: 0em;
}

a:hover, a:active {
color: #4C5A51;
font-weight: bold;
text-decoration: underline;
letter-spacing: 0em;
}

#footer a:link, #footer a:visited {
color: #363330;
font-weight: normal;
text-decoration: none;
}

#footer a:hover, #footer a:active {
color: #363330;
font-weight: normal;
text-decoration: underline;
}

/*end link styles*/





/* ------------------------  global navigation  ------------------------ */

#globalNav {
	display:block;
	border-bottom:1px #666666 solid;
	float:right;
	padding:120px 0px 0 0;
}

#globalNav li {
	width:auto;
	height:18px;
	float:left;
	list-style-type: none;
	padding: 0px 15px;
	display: block;
	z-index: 210;
}


#globalNav li a:link,  #globalNav li a:visited{
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}


#globalNav li a:hover,  #globalNav li a:active{
	text-transform:uppercase;
	text-decoration:none;
	color:#999999;
	padding-bottom:3px;
	border-bottom:#999999 1px solid;
}




#subNav {
	display:block;
	float:right;
	padding:3px 5px 0 0;
}

#subNav li {
	width:auto;
	float:left;
	list-style-type: none;
	padding: 0px 10px;
}


#subNav li a:link,  #subNav li a:visited{
	text-transform:lowercase;
	text-decoration:none;
	color:#CCCCCC;
	
}


#subNav li a:hover,  #subNav li a:active{
	text-transform:lowercase;
	text-decoration:none;
	
	color:#999999;
}





/*end navigation /*





/* ------------------------  start form elements ------------------------  */

.styledForm select, .styledForm textarea, .styledForm input{
display:block;
float:left;
margin-bottom:8px;
font-size:0.9em;
padding:2px;
color:#333333;
font-family:"Trebuchet MS", Helvetica, Arial;
}

.styledForm {
	background:url(../images/letter.gif) no-repeat top;
	display: block;
	float: right;
	width: 410px;
	height: 428px;
	padding: 90px 60px 20px 140px;
}

.styledForm br, .styledForm .clearer {
clear:both;
width:100%;
}

.styledForm label, .styledForm .fakeLabel {
	float: left;
	width: 140px;
	margin-top: 0px;
	display:block;
	height:16px;
}

.styledForm .styledInput {
	border: 1px solid #ACDAF6;
	float: right;
	width: 240px;
	
}

.styledForm .selectBox {
width:200px;
border: 1px solid #ABA099;
}
.styledForm textarea{
	font-family:"Trebuchet MS", Helvetica, Arial;
	border: 1px solid #ACDAF6;
	float: right;
	width: 340px;
	margin-right: 10px;
	}

.styledForm .styledSubmit{
	border:0px;
	border-collapse:collapse;
	background:url(../images/submit.gif) no-repeat right;
	width: 200px;
	float: right;
	color: #FFFFFF;
	margin-right: 20px;
}

.styledForm .name{
background:url(../images/name.gif) no-repeat right;
}

.styledForm .company{
background:url(../images/company.gif) no-repeat right;
}

.styledForm .email{
background:url(../images/email.gif) no-repeat right;
}

.styledForm .tel{
background:url(../images/tel.gif) no-repeat right;
}

.styledForm .enquiry{
	background:url(../images/enquiry.gif) no-repeat bottom right;
	width: 110px;
	padding-top: 20px;
}

.styledForm .reqd{
	background:url(../images/star.gif) no-repeat;
	float:right;
	width: 10px;
}

.styledForm .nreqd{
	float:right;
	width: 10px;
}
.styledForm .reqtext{
	background:url(../images/reqd.gif) no-repeat;
	width:116px;
	height:16px;
	display: block;
	margin-top: -15px;
}
.styledForm .reqtext p{
display:none;

}
.success{
background:url(../images/letter.gif) no-repeat top;
	display: block;
	float: right;
	width: 410px;
	height: 428px;
	padding: 90px 60px 20px 140px;
	color:#006600;
}
.error{
display:block;
width:400px;
margin-bottom:10px;
background:#990000;
color:#FFFFFF;
padding:10px;
font-weight:bold;
float:right;
}

.thanks{
	background:url(../images/TEMP-Image_2_1.gif) no-repeat center;
	width:400px;
	height:200px;
	display: block;
}

/* end form elements */



.seotext{
position:absolute;
top:-2000px;
}


#welcome{
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	width: 363px;
	height: 150px;
	left: 17px;
	top: 54px;
}

#welcome span{
display:none;
}

#engage{
	text-transform:lowercase;
	display:block;
	color:#FFFFFF;
	font-size:3.8em;
	padding:0px 0px 0px 102px;
}





#customers{
	text-transform:lowercase;
	display:block;
	color:#cccecd;
	font-size:2.2em;
	padding-left:100px;
	margin-bottom: 23px;

}
.column{
	display:block;
	float:left;
	width:280px;
	padding: 23px 37px 3px 3px;
	color: #FFFFFF;
}
.logobottom{
	display:block;
	position:absolute;
	bottom:1px;
	left: 0px;

}
#footcontents{
	width:950px;
	display:block;
	margin:0px auto;
	height:152px;
	position: relative;
}
.address{
	text-align:left;
	font-size:0.8em;
	display:block;
	position:absolute;
	right:107px;
	color: #ffffff;
	top: 31px;
	line-height: 1.1em;
}
.address strong{
	display:block;
	padding-bottom:0px;
}
.address .tel{
	display:block;
	padding-top:10px;
}
.reg{
	position:absolute;
	left: 375px;
	top: 122px;
	text-align: center;
	font-size: 0.7em;
	color: #fff;
}

/*login styles*/

#login{
	top:0px;
	display:none;
	height:200px;
	background:#000000;
}

.loginform{
	display:block;
	background:url(../images/login_box.gif) no-repeat;
	width:550px;
	height:205px;
	position: absolute;
	left: 422px;
	top: -152px;
	padding: 15px 10px 0px 130px;
}

.loginform label{
	display:block;
	float:left;
	color:#000000;
	font-size:11px;
	width: 70px;
	text-align: right;
	padding: 3px;
}
.loginform br{
	clear:both;
	height:1px;
	display:block;
	width:100%;
	
}

#logswitch #login{
display:block;
}




.loginform .loginbox{
border:1px solid black;
padding:2px;
display:block;
float:left;
margin-bottom:4px;
}
.loginform .password{
	display:block;
	background:url(../images/forgotten.gif) no-repeat;
	width: 160px;
	font-size: 10px;
	padding: 3px;
	height: 20px;
	margin-left: 80px;
	margin-top: 10px;
	}
.loginform .password a{
	color:#000000;
	text-decoration:none;
	}
		
.loginform h5{
	color:#000000;
	text-transform:uppercase;
	padding-left: 25px;
	}
.loginform	.loginsubmit{
font-family:"Trebuchet MS", Helvetica, Arial;
font-size:11px;
font-weight:bold;
display:block;
height:21px;
margin-left:10px;
width:72px;
border:none;
border-collapse:collapse;
background:url(../images/login-button.gif) no-repeat;
color:#FFFFFF;
}
	
#loglink{
	position:absolute;
	display:block;
	left: 780px;
	top: 45px;
	color:#000000;
}
#loglink a{
	color:#000000!important;
}



/*service pages*/

.service h4, .service h5, .contactUs h4, .contactUs h5 {
	color:#d70000;
	padding: 10px 0px;
}

.service #engage, .contactUs #engage{
	text-transform:lowercase;
	display:block;
	color:#FFFFFF;
	font-size:3.5em;
	padding:70px 150px 12px 290px;
	line-height: 1em;
	position: relative;
	z-index: 150;
}


.service #customers, .contactUs #customers{
	text-transform:lowercase;
	display:block;
	color:#cccecd;
	font-size:1.2em;
	padding-left:290px;
	margin-bottom: 23px;
	position: relative;
	z-index: 150;

}


.service #bgWrapper, .contactUs #bgWrapper {
	background: #000000 url(../images/bg_top2.jpg) repeat-x center top;
	
}
.service .column, .contactUs .column{
	display:block;
	float:right;
	width:555px;
	padding: 120px 0px 3px 3px;
	color: #FFFFFF;
	line-height: 1.5;
}
.service .quote, .contactUs .quote{
	float:left;
	display:block;
	background-color:#191919;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	width:190px;
	padding: 16px;
	margin: 100px 0px 15px 40px;
	font-size: 0.8em;
	line-height:1.9em;
	color: #999999;
}
#home .quote {
	float:right;
	display:block;
	background-color:#191919;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	width:270px;
	padding: 15px;
	margin: 23px 0px 15px 0px;
	font-size: 0.8em;
	line-height:1.2em;
	color: #999999;
}

#home .quote ul li{
	list-style:none;
	padding:5px 0px;
}

#contact .quote{
	float:left;
	display:block;
	background-color:#191919;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	width:230px;
	padding: 16px;
	margin: 10px 0px 15px 0px;
	font-size: 0.8em;
	color: #999999;
	line-height: 1.2em;
}
#contact .quote strong{
	position:relative;
	top:-10px;
}
#contact .quote img{
	margin:5px 16px 20px 5px;
	float:left;
	display:block;
}
.service .quote img, .contactUs .quote img {
	margin:5px 16px 5px 5px;
	float:left;
	display:block;
}
 #bullets{
	display:block;
	position:absolute;
	width: 553px;
	left: 398px;
	top: 421px;
	z-index: 260;
 }

 
  #bullets li{
	display:block;
	padding-top:85px;
	padding-bottom:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:0.9em;
	float: left;
	width: 140px;
	list-style: none;
	margin-right: 40px;
	
  }

 .webDesignB #one{
background: url(../images/icons/webdesign_h1.jpg) no-repeat center top;
}
.webDesignB #two{
background:url(../images/icons/webdesign_h2.jpg) no-repeat center top;
}
.webDesignB #three{
background:url(../images/icons/webdesign_h3.jpg) no-repeat center top;
}
 .eCommerceB #one{
background: url(../images/icons/eCommerce_h1.jpg)  no-repeat center top;
}
.eCommerceB #two{
background:url(../images/icons/eCommerce_h2.jpg) no-repeat center top;
}
.eCommerceB #three{
background:url(../images/icons/eCommerce_h3.jpg) no-repeat center top;
}
 .CMSB #one{
background: url(../images/icons/CMS_h1.jpg) no-repeat center top;
}
.CMSB #two{
background:url(../images/icons/CMS_h2.jpg) no-repeat center top;
}
.CMSB #three{
background:url(../images/icons/CMS_h3.jpg) no-repeat center top;
}
 .hostingB #one{
background: url(../images/icons/webhosting_h1.jpg) no-repeat center top;
}
.hostingB #two{
background:url(../images/icons/webhosting_h2.jpg) no-repeat center top;
}
.hostingB #three{
background:url(../images/icons/webhosting_h3.jpg) no-repeat center top;
}
 .seoB #one{
background: url(../images/icons/seo_h1.jpg) no-repeat center top;
}
.seoB #two{
background:url(../images/icons/seo_h2.jpg) no-repeat center top;
}
.seoB #three{
background:url(../images/icons/seo_h3.jpg) no-repeat center top;
}
 .cdsB #one{
background: url(../images/icons/cds_h1.jpg) no-repeat center top;
}
.cdsB #two{
background:url(../images/icons/cds_h2.jpg) no-repeat center top;
}
.cdsB #three{
background:url(../images/icons/cds_h3.jpg) no-repeat center top;
}
.dvdsB #one{
background: url(../images/icons/dvds_h1.jpg) no-repeat center top;
}
.dvdsB #two{
background:url(../images/icons/dvds_h2.jpg) no-repeat center top;
}
.dvdsB #three{
background:url(../images/icons/dvds_h3.jpg) no-repeat center top;
}
.usbB #one{
background: url(../images/icons/usb_h1.jpg) no-repeat center top;
}
.usbB #two{
background:url(../images/icons/usb_h2.jpg) no-repeat center top;
}
.usbB #three{
background:url(../images/icons/usb_h3.jpg) no-repeat center top;
}
.videoB #one{
background: url(../images/icons/video_h1.jpg) no-repeat center top;
}
.videoB #two{
background:url(../images/icons/video_h2.jpg) no-repeat center top;
}
.videoB #three{
background:url(../images/icons/video_h3.jpg) no-repeat center top;
}

.adsB #one{
background: url(../images/icons/cds_h3.jpg) no-repeat center top;
}
.adsB #two{
background:url(../images/icons/dvds_h2.jpg) no-repeat center top;
}
.deliveryB #one{
background: url(../images/icons/delivery_h1.jpg) no-repeat center top;
}
.deliveryB #two{
background:url(../images/icons/cms_h1.jpg) no-repeat center top;
}
.corpB #one{
background: url(../images/icons/seo_h2.jpg) no-repeat center top;
}
.corpB #two{
background:url(../images/icons/corp_h1.jpg) no-repeat center top;
}
.graphicB #one{
background: url(../images/icons/graphic_h1.jpg) no-repeat center top;
}
.graphicB #two{
background:url(../images/icons/graphic_h2.jpg) no-repeat center top;
}
.graphicB #three{
background:url(../images/icons/graphic_h3.jpg) no-repeat center top;
}
.consultancyB #one{
background: url(../images/icons/consultancy_h1.jpg) no-repeat center top;
}
.consultancyB #two{
background:url(../images/icons/consultancy_h2.jpg) no-repeat center top;
}
.consultancyB #three{
background:url(../images/icons/consultancy_h3.jpg) no-repeat center top;
}




.mainImage{
	position:absolute;
	left: -55px;
	top: 225px;
}



/* hover states */
#home .home, #about .home, #cases .home, #webdesign .web, #ecommerce .web, #cms .web, #hosting .web, #seolink .web, #web .web, #cddvd .cddvd, #cd .cddvd, #dvd .cddvd, #usb .cddvd, #videos .videos, #cv .videos, #advertising .videos, #delivery .videos, #branding .branding, #ci .branding, #graphics .branding, #consultancy .branding, #contact .contact, #musicVideos .videos, #blogPage .blog {
background: url(../images/marker.gif) no-repeat bottom center;
}


#about .about a, #musicVideos .musicVideos a, #cases .cases a, #webdesign .webdesign a, #ecommerce .ecommerce a, #cms .cms a, #hosting .hosting a, #seolink .seolink a, #cd .cd a, #dvd .dvd a, #usb .usb a, #cv .cv a, #advertising .advertising a, #delivery .delivery a, #ci .ci a, #graphics .graphics a, #consultancy .consultancy a, #blogPage .cases a{
color:#FF0000!important;

}

#globalNav ul li{
	background:none!important;
}

/*imageflow*/
#imageflow img {
	position:absolute;
	top:-64px;
	border:none;
	left: -11px;
	height: auto;
}

#images{
	visibility:hidden;
	height: 250px;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	position:relative;
	margin: auto;
	top: 3px;
}
#captions{
	font-weight:bold;
	position:relative;
	text-align:center;
	z-index:10000;
	top: -250px;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	z-index:10001;
	height: 12px;
	background:url(../images/reddot.gif) repeat-x center;
	margin: auto;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../images/slider.gif);
	background-repeat:no-repeat;
	width:33px;
	height:26px;
	top: 8px;
}
#imageflow{
	margin-left:0px;
	text-align:left;
	width: 950px;
}


/*case study*/

.caseStudy{
	width:950px;
	position: relative;
	left: 0px;
	z-index: 20000;
	display: none;
	height: auto;
	margin: -500px 0px 0px 0px;
	background: #000000;
}
.caseStudy img{
	display:block;
	margin:auto;
}
.caseStudy object{
	display:block;
	margin:auto;
}
.caseStudy h1, .caseStudy p{
	padding:10px 150px;
}

.fix{
top:0px!important;
left:0px!important;
position:relative!important;
display:block;
}
.CSpadding{
	padding:0px;
	text-align:left;
}

#carLivery{
	display:block;
}

#babbaon{
border:red 1px solid;
}

/*about us*/
#about .column{
	width:450px;
	padding: 60px 248px;
}
.aboutUs{
color:#d70000;
font-size:2.5em;
}
#usList li{
	list-style:none;
	float:left;
	text-align:center;
	display:block;
	padding:10px 33px;
	font-size: 0.8em;
	width: 80px;
}
#usList img{
	display: block;
	margin: auto;
}


/*payments*/
#payments .column{
	width:740px;
	margin: 20px 100px;
	padding: 10px;
	background: white;
	color: #000000;
	border: 15px solid #e5e5e5;
}
#paymentsForm {
position:relative;
padding:10px;
border:1px solid #999999;
}
#paymentsForm input{
border:1px solid #CCCCCC;
padding:2px;
font-family:"Trebuchet MS", Helvetica, Arial;
margin-bottom:10px;
float:left;
}

#paymentsForm label{
	display:block;
	float:left;
	padding:3px;
	color:#999999;
}
#paymentsForm h4{
	display:block;
	background:#e5e5e5;
	padding:6px 4px;
	color:#333333;
	margin:0px 0px 10px 0px;
	font-size:12px;
}
#paymentsForm .proceed{
	position:absolute;
	left: 543px;
	top: 106px;
	background: black;
	color: white;
}
#paymentsForm .cclogos{
	position:absolute;
	left: 490px;
	top: 43px;

	}
#paymentsForm .links{
	position:absolute;
	left: 542px;
	top: 144px;
	width: 184px;
	text-align: right;
	font-size: 0.8em;

	}
#paymentsForm #privacy, #paymentsForm #terms{
	display:none;
	padding:20px 0px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
}

#paymentsForm ul{
padding-left:20px;
}

.address2 {
	right: 0px;
	text-align:left;
}
.closeCaseStudy{
	position:absolute;
	display:block;
	left: 756px;
	top: 83px;
	width: 131px;
	padding:10px;
	background-color:#900;
	color:#FFF;
	text-transform:uppercase;
	font-size:10px;
	}
.closeCaseStudy:hover{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	}
