/* =============================================== */
/* digiBOARD.TV Stylesheet */
/* Layout Definition */
/* Created by Ben Wakeford 2006 ( www.benwakeford.com ) */
/* =============================================== */


/* =============================================== */
/* SECTION: OVERALL LAYOUT */
/* =============================================== */

/* - CONTAINER ------------ */

#container {
	width : 100%;
	height : 100%;
	margin : 0 auto;
	position : relative;
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


/* - HEADER  ------------ */

#header-bg {
	width : 100%;
	background : #F6F6F6 url(../images/bg-header-repeat.gif) repeat-x scroll top;
}

#header {
	width : 100%;
	background : transparent url(../images/bg-top.gif) no-repeat scroll top center;
}

#header.international {
	background : transparent url(../images/bg-top-international.gif) no-repeat scroll top center;
}

#top {
	width : 768px;
	margin : 0 auto;
	height : 71px;
}

#client-login {
	float : right;
	padding-top : 5px;
}

#client-login-labels,
#client-login-fields  {
	float : left;
}

#navigation {
	width : 100%;
	display : block;
	border-bottom : 3px solid #D72A27;
	background : #E6E6E6 url(../images/bg-navigation.gif) repeat-x scroll top;
}


/* - CONTENT ------------ */

#content-shadow {
	padding : 0 10px 10px 10px;
	background : transparent url(../images/bg-content-shadow.gif) no-repeat scroll bottom;
}

#content {
	width : 768px;
	margin : 0 auto;
	padding : 0 0 0 0;
	background : #E3EFF4 url(../images/bg-content.gif) no-repeat scroll top;
}

#content-footer {
	width : 768px;
	height : 10px;
	margin : 0;
	padding : 0;
	background : White url(../images/bg-content-footer.gif) no-repeat scroll bottom;
	/* :HACK: IE6 requires the following to display */
	/* a DIV at the specified size */
	font-size: 0;
	/* :END HACK: */
}


/* - FOOTER ------------ */

#footer {
	width : 768px;
	margin : 0 auto;
	padding : 10px 0 10px 0;
	text-align : center;
	display : block;
}



/* =============================================== */
/* SECTION: MISCELLANEOUS */
/* =============================================== */

/* -- Force succeeding elements onto the next line -- */
.clear {
	clear : both;
}

/* -- Hide accessibility elements from advanced browsers -- */
.hide {
	display : none;
}
