/************ COLOURS ************
	
	
	
*/
/************ CSS RESET (YUI) ************/
body,div,dl,dt,dd,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img, abbr,acronym { 
	border:0;
}
/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
*/
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
q:before,q:after {
	content:'';
}

/************ UTILITY ************/

.clearfix:after, div.field:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}
.clearfix, div.field {
	display:inline-block;
}
.clearfix, div.field {
	display:block;
}

#SilverStripeNavigatorMessage {
	display:none;
}


/************ TAGS ************/
html {
}

body {
	font-size:69%;
	font-family:helvetica, arial;
	background:url('../images/body_bg.png') left top repeat-x;
	padding:30px 0;
	color:#999999;
}
	html > body {
		font-size:12px;
	}


a {
	text-decoration:none;
}
	 a:link {
	}
		 a:focus {
			
		}
		a:active {
			outline:0;
		}
		a:visited {
		}
		a:hover {
			
		}


.left {
	float:left;
	display:block;
}
.right {
	float:right;
	display:block;
}



/************ STRUCTURE ************/

.container {
	width:672px;
	margin:0px auto;
	position:relative;
}

.contentCorner {
	width:17px;
	height:17px;
	background:url('../images/content_corners_big.png');
}


#ContentContainer {
	width:550px;
	padding:14px 60px 0px 60px;
	border:1px solid #ABABAB;
	border-top:0;
	border-bottom:0;
	background:#FFFFFF;
	z-index:1;
	position:relative;
}

#ContentTopContainer {
	height:15px;
	width:638px;
	border-top:1px solid #ABABAB;
	background:#FFFFFF;
	
	z-index:-2;
}
	.contentCornerTopLeft {
		background-position:left top;
		position:absolute;
			top:-1px;
			left:-17px;
	}
	.contentCornerTopRight {
		background-position:right top;
		position:absolute;
			top:-1px;
			right:-17px;
	}



#ContentBottomContainer {
	height:15px;
	width:638px;
	border-bottom:1px solid #ABABAB;
	background:#FFFFFF;
}
	.contentCornerBottomLeft {
		background-position:left bottom;
		position:absolute;
			bottom:-1px;
			left:-17px;
	}
	.contentCornerBottomRight {
		background-position:right bottom;
		position:absolute;
			bottom:-1px;
			right:-17px;
	}


/************  ************/

#Logo a {
	width:373px;
	height:37px;
	display:block;
	background:url('../images/web_link_builders.png') center center no-repeat;
	text-indent:-9999em;
	clear:both;
	outline:0;
}

#SearchOptimised {
	float:right;
	clear:both;
}


#TopContent {
	
	padding:30px 120px 0 0;
	position:relative;
}
#TopContentWrapper {
	border-bottom:1px solid #CDECFC;
	padding-bottom:20px;
}

	#TopRightImage {
		float:right;
	}

#BottomContent {
	padding:0 0 20px 0;
	position:relative;
}

/************ MAIN MENU ************/

#MainMenu {
	position:absolute;
		bottom:-1px;
		right:34px;
	font-size:10px;
	font-weight:bold;
}

#MainMenu li {
	float:left;
	background:url('../images/mainmenu_bg.png') center top no-repeat;
	text-transform:uppercase;
	margin-bottom:1px;
}
	#MainMenu li.first {
		float:left;
		background-position:left top;
	}
	#MainMenu li.last {
		float:left;
		background-position:right top;
	}

#MainMenu a {
	color:#999999;
	display:block;
	padding:12px 32px 4px 12px;
}

#MainMenu li.current {
	position:relative;
	margin-bottom:0;
}
	#MainMenu span.currentItem {
		background:url('../images/content_corners_big.png') left top no-repeat;
		display:block;
		padding:12px 15px 5px 12px;
		
		color:#3399CC;
		float:left;
	}
	#MainMenu .menuPadder {
		background:url('../images/content_corners_big.png') right top no-repeat;
		height:1em;
		padding:12px 17px 7px 0px;
		display:block;
		float:right;
	}


/************ BOTTOM MENU ************/

#BottomMenu {
	padding-top:10px;
	border-top:1px solid #CDECFC;
}

#BottomMenu li {
	float:left;
	margin-right:14px;
	text-transform:uppercase;
	font-size:0.9em;
	
}
	#BottomMenu li.last {
		margin-right:0;
	}
	
#BottomMenu a {
	color:#999999;
	line-height:2em;
	display:block;
}
	#BottomMenu a:hover, #BottomMenu a:focus {
		text-decoration:underline;
		color:#00A5ED;
	}


#BottomMenu span {
	color:#00A5ED;
	line-height:2em;
}


/************ BOTTOM MENU ************/

#FooterMenu {
	color:#b4b6b8;
}

#FooterMenu li {
	float:left;
	margin-right:14px;
}
	#FooterMenu li.last {
		margin-right:0;
	}
	
#FooterMenu a {
	
}
#FooterMenu span {
	
}
#FooterMenu a:hover, #FooterMenu a:focus {
	
}


/************ HOME PAGE ************/

.homepageColumn {
	padding-top:35px;
	padding-bottom:15px;
}

	#HomeLeftColumn {
		padding-right:25px;
		padding-bottom:56px;
		width:320px;
		float:left;
	}

	#HomeRightColumn {
		padding-left:25px;width:180px;
		float:left;
	}

body.HomePage #BottomContent {
	padding-bottom:0;
	background:url('../images/lightblue_px.gif') 344px 0px repeat-y;
}

.homepageColumn h2 {
	color:#00A5ED;
}

.caseStudyThumbnail {
	margin-right:10px;
	
}
	.caseStudyThumbnail img {
		margin-bottom:10px;
	}

#HomeCaseStudiesBottom {
	border-top:1px solid #CDECFC;
	padding:15px 25px 15px 0;
	
	width:320px;
	
	height:26px;
	position:absolute;
		left:0;
		bottom:0;
}
	#HomeCaseStudiesBottom a {
		float:right;
		line-height:26px;
	}


/************ CASE STUDIES ************/

#CaseStudyList {
	margin-left:0;
	list-style-type:none;
}

li.caseStudy {
	padding:20px 0 0 185px;
	position:relative;
	margin-bottom:20px;
	/*border-bottom:1px solid #CDECFC;*/
}

.screenshot {
	float:left;
	margin-left:-185px;
	background:#CDECFC;
	padding:1px;
	display:block;
	
	font-size:0;
	line-height:0;
}

/*
	a.screenshot:hover, a.screenshot:focus {
		font-size:0.9em;
		line-height:2em;
		font-style:italic;
		text-decoration:none;
	}
*/
.screenshot img {
	display:block;
}


/************ SITE MAP ************/

#SiteMap {
	
}
	#SiteMap ul {
		margin-bottom:0 !important;
	}

#SiteMap a {
	line-height:1.3em;
}


/************ PACKAGES ************/


#Packages {
	list-style-type:none;
	
	margin:0;
	width:100%;
	background:url('../images/packages_bg.png') center center no-repeat;
}
	.package {
		float:left;
		height:339px;
		width:134px;
		color:#666666;
		position:relative;
		padding:0px 12px 0px 30px;
		margin:0 11px 0 0;
	}
		.package.last {
			margin-right:0;
		}
	

.package ul {
	margin-left:10px;
	list-style-type:disc;
	padding-left:0px;
}
.package li {
	line-height:1.3em;
	margin-bottom:0.5em;
	font-size:1.1em;
	
}

.package h2 {
	font-size:18px;
	line-height:26px;
	margin:71px 0 40px 26px;
	color:#FFFFFF;
	
	text-indent:-999em;
}

.typography .packagePrice {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
	margin:0;
	position:absolute;
		left:30px;
		bottom:20px;
	
	width:131px;
	
	
	
}
	.packagePrice .small {
		font-size:0.7em;
	}

.selectButton {
	background:url('../images/select_button_bg.gif') center top no-repeat;
	
	height:11px;
	line-height:11px;
	
	text-align:center;
	color:#FFFFFF !important;
	font-size:9px;
	text-decoration:none !important;
	margin:0;
	padding:3px 6px 3px 6px;
	
	float:right;
	
	/*
	position:relative;
		top:-4px;
		*/
	
}




.paypalButtonLink {
	background:url('../images/btn_xpressCheckout_2.gif') right center no-repeat;
	display:block;
	margin:0px auto;
	text-indent:-999em;
	width:144px;
	height:27px;
}

.buttonLink {
	text-transform:uppercase;
	display:block;
	background:url('../images/button_bg.png') right center no-repeat;
	padding-right:10px;
	width:105px;
	margin:0px auto;
}

.buttonLink span {
	background:url('../images/button_bg.png') left center no-repeat;
	display:block;
	line-height:29px;
	padding-left:10px;
	text-align:center;
	font-weight:bold;
}


