/****************************************************
	H E A D E R
****************************************************/
div#HeaderLogo {
	float: left;
	height: 75px;
	width: 235px;
}

div#HeaderMenu {
	float: right;
	width: 695px;
}



li#HeaderLinks {
	padding-top: 2px;
}

div#TopTools{
	width: 215px;
	float: right;
	padding-top: 21px;	
	padding-right: 10px;
}



/****************************************************
	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
****************************************************/

div#ColumnsContainer{
	padding-bottom: 20px;	
	min-height: 492px;	
}

div#LeftColumn {
	float: left;
	width: 225px;
}

div#ContentInclRightColumn {
	float: right;
	width: 695px;
}

div#ContentColumn {
	float: left;
	width: 460px;
	overflow: hidden;
	/*min-height: 320px;*/
}

div#RightColumn {
	float: right;
	width: 225px;
}


body#ProjectPage div#ContentColumn{
	width: 315px;	
}

body#ProjectPage div#RightColumn{
	width: 360px;	
}



/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {

	position: relative;
	color: #B0AFB4;
	clear: both;
	height: 20px;
	background: transparent url("/Frontend/Images/Layout/orange.gif") repeat-y 235px;
}

div#FooterContainer a{
	color: #B0AFB4;
	text-decoration: none;	
}

div#FooterContainer a:hover {
	text-decoration: underline;	
}

div#CompanyInfo {
	display: inline;
	padding-left: 245px;
}

img#ValidCSS {
	padding-right: 6px;
}

a#TopLink{
	position: absolute;
	right: 10px;
	top: 0;	
}

div#CompanyName{
	position: absolute;
	left: 10px;
	top: 0;	
}

/****************************************************
	HOME SLIDESHOW
****************************************************/

div#Slideshow img
{
    cursor: pointer;
}



