/****************************************************
	H E A D E R
****************************************************/
div#HeaderLogo {
	float: left;
	height: 71px;
	width: 100px;
}

div#HeaderMenu {
	float: right;
	width: 755px;
}

li#HeaderLinks {
	padding-top: 2px;
}

/****************************************************
	C O L U M N S
	Correct styling of column <div>-tags: 
		width, float
	Incorrect styling of column <div>-tags:
		border, background, height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/

.HasToolsColumn div#ColumnsContainer
{
	border-left-color: 	#ffffff;   	/* left column colour */
	border-left-width: 	0px;  	/* left column width */

}


div#Print {
	margin: 1px 1px 1px 1px;
	float:	right;
	width: auto;
}

div#ColumnsContainer {
	background-color: #ffffff;
	width: 100%;
	border-left-style: solid;
	border-right-style: none;
}

div#LeftColumn {
	float:	left;
	position: relative;
	z-index: 10;
	margin: 1px 1px 10px 1px;
	width: 			144px;		/* left column width */

}


div#HeaderContainer {
	border:		1px solid #fff;
	background-color: #c9c9c9;
	margin: 0 0 0 0;
	width: 731px;
	height:	146px;
}

div#ColumnsContainerInner {
	margin: 20px 1px 10px 1px;
	position: relative;
	float: right;
	width: 			581px;		/* right column width */
	height:			auto;		/* right column height */
}

div#Content {
	padding:	2em 1.5em 1em 1.5em;
}

div#LanuageBar {
	position: relative;
	top: -25px;
	left:		15px;
}


div#ContentColumn {
	background-color: #990000;
	float: right;
	position: relative;
	z-index: 12;
	margin-right: 1px;
	margin-left:		-243px;
	height:		500px;
}


div#RightColumn {
	float: right;
	width: 210px;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	clear: both;
}

div#Features {
	float: right;
	width: 500px;
}

div#CompanyInfo {
	display: inline;
}

img#ValidCSS {
	padding-right: 6px;
}

/****************************************************
	O T H E R
****************************************************/
ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

