/*
	Navertech Styles - landing page
	------------------------

	@file 		landing.css
	@version 	1.0
	@date 		2009-12-09 13:54:19 +0000 (Wed, 9 Dec 2009)
	@author 	David McGillivray

	Copyright (c) 2009 Navertech <http://navertech.com/>
*/

body.page-landing #wrapper-content
{
	background : url(../images/bg_wrapper-content.jpg) no-repeat 50% 0;
	margin : 0;
	padding : 30px 48px 0
}

/* Landing page styles */
body.page-landing #content-a 
{
	float : left;
	margin : 0;
	padding : 20px 0 0 10px;
	width : 301px;
}

body.page-landing #content-b 
{
	clear : none;
	float : left;
	margin : 0;
	padding : 20px 0 0 25px;
	width : 540px;
	border-left:solid 2px #bababa;
}

body.page-landing #content-a .padder 
{
	margin : 0;
	padding : 0 40px 0 11px
}

body.page-internal #content-sign
{
    clear : none;
	float : left;
	margin : 0;
	padding : 20px 20px 20px 20px;
	/*border:solid 1px #000000;*/
}

#strapline-r
{
	color : #B3D1EA;
	font-size : 24px;
	right: 22px;
	line-height : 1.2em;
	position : absolute;
	top : 45px;
	width : 307px;
	text-align:right
}

#strapline-r strong 
{
	font-weight : 400
}

/* internal page banners ----------------------------------------- */

body.page-landing #wrapper-pageheading
{
	background : url(../images/bg_pageheading-whatwedo.jpg) no-repeat 0 0
}

body.page-sign-hosting #wrapper-pageheading
{
	background : url(../images/headers/bg_pageheading-hosting.jpg) no-repeat 0 0
}
body.page-land-webdesign #wrapper-pageheading
{
	background : url(../images/headers/bg_pageheading-web-design.jpg) no-repeat 0 0
}

body.page-sign-hosting #nav-nosep a
{
    background-image : none !important;
	padding-right : 0 !important
}



