/*
-----------------------------------------------------
Layout CSS file for [sitename.tld]
Media: screen, projection

Notes: Basic layout structures go here (columns etc)

Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

/* general */
.accessibility {
	/* Hide contents off-left */
	height:1px; 
	left:0px; 
	overflow:hidden;
	position:absolute; 
	top:-500px;
	width:1px; 
}
/* fix short pages with scrollbar */
/* might take this out */
html {height:100%}
body {min-height:101%}

body {
	text-align:center;
	margin:0;
}
div#frame {
	margin:0 auto 0 auto;
	position:relative;
	text-align:left;
	width:760px;
}
div#frameWheretobuy {
	margin:0 auto 0 auto;
	position:relative;
	text-align:left;
	width:900px;
}
div#error-frame{
	margin:0 auto 0 auto;
	position:relative;
	text-align:left;
	width:970px;
}

/* main header layout */
#header {
	left:50%;
	margin:9px 0 0 -380px;
	position:absolute;
	text-align:left;
	top:0px;
	width:760px;
}
div#logo {
	float:left;
	height:35px;
	margin-left:10px;
	width:158px;
	overflow:hidden;
}
div#nav {
	float:left;
	position:relative;
	width:760px;
}
div#nav ul#mainNav {
	color:#461818;
	text-align:right;
	width:760px;
}



/* content and standard 3 columns */
div#contentFrame {
	/* T */
	float:left;
	margin-top:10px;
	margin-bottom: 0;
	position:relative;
	z-index:20;
}
div#contentFrameWheretobuy{
	/* T */
	float:left;
	margin-top:10px;
	margin-bottom: 0;
	position:relative;
	z-index:20;
	width: 900px;
}
div#content {
	float:right;
	width:569px;
	padding-bottom:20px;
}
div#contentWheretobuy {
	float:left;
	width:569px;
	padding-bottom:20px;
}
div#rightCol{
	float: right;
	width: 380px;
}
div#leftCol {
	float:left;
	width:190px;
}
div#main {
	/* T */
	float:right;
	width:560px;
	position: relative;
}
div#rightCol {
	float:right;
	width:189px;	
}

/* options columns 
body.wide div#content {
	width:569px;		
}
body.wide div#main {
	width:569px;
}
/* home columns 
body.home div#content {
	width:760px;
}
body.home div#main,
body.home div#leftCol {
	width:379px;
}
body.home div#main {
	float:right;
}
*/
/* header elements */

/* language bar */
div#language {
	float:right;
	margin-top:11px;
	padding:1px;
	text-align:right;
	width:440px;
}
div#language h3,
div#language ul {
	color:#7f7f7f;
	display:inline;
}
div#language h3 {
	background:#e7e7e7;
	font-size:1em;
	font-weight:normal;
	padding:4px;
	padding-left:6px;
}
div#language ul {
	background:#e7e7e7;
	margin:0;
	padding:4px;
	padding-right:6px;
}
div#language ul li {
	background:url(../images/layout/general_divider.gif) no-repeat center right;
	display:inline;
	margin-left:0;
	padding-right:5px;
}
div#language ul li.last {
	background:none;
	margin-left:3px;
	padding-right:0;
} 
div#language ul li a {
	color:#000;
}





/* footer */
div#footer {
	clear:both;
}
div#footer p{
	margin-top: 0;
	margin-bottom: 6px;
	padding-left: 3px;
}
div#footer p em{
	font-weight: bold;
	font-style: normal;
}
div#footer ul,
div#footer ul li {
	display:inline;
}
div#footer ul li {
	margin-left:2px;
	padding-left:4px;
}
div#footer ul li.first {
	border:none;
}
div#footer h3 {
	color:#7f7f7f;
	display:block;
	float:left;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding-left:16px;
}
div#footer div#support {
	background:url(../images/layout/footer_support_bg_curve.jpg) no-repeat;
	padding:8px 0 4px 0;
}
div#footer div#support ul li.first {
	margin-left:0;
	padding-left:0;
}
div#footer div#support ul {
	padding-right:10px;
	padding-left:10px;
}
div#footer div#support ul li{
	margin: 0 17px 0 0;
	padding: 0;
}
div#footer div#tools {
	background:url(../images/layout/footer_tools_bg_logo_curve.jpg) no-repeat;
	float:left;
	padding-bottom:25px;
}
div#footer div#tools ul {
	/* T */
	float:right;
	padding-right:213px;
	text-align:right;
	width:372px;
}
div#footer div#tools ul li {
	border-left:1px solid #7f7f7f;
	margin-left:0;
	padding-left:3px;
}

div#footer p.copyright {
	color:#7f7f7f;
	display:inline;
	float:left;
	margin-top: 12px;
	margin-left:15px;
	width:150px;
}


/* Welsh tweaks */
body#cy div#footer div#tools ul {
	width:393px;
}

body#cy div#footer p {
	width:140px;
}

/* DigitalUK Header Style */
div#gen_center_top{
	colour:white;
	background:transparent url(../images/gen_center_top.gif) no-repeat scroll 0 0;
	float:left;
	height:33px;
	width:560px;
	padding-bottom:10px;
}

div#gen_center_top h1{
	color:white;
	font-size:22px;
	margin-top:3px;
	margin-left:8px;
}