/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
 a {
	color: #15628c;
	text-decoration:none;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background: url(hairlook/images/design.header.bg.gif) repeat-x top; /* Placed here so the content editor is not influenced */
	border:#1ebe3bf;
}

div#Page {
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#HeaderLogo {
	width: 748px;
	height: 180px;
	margin: 0;
	padding: 0;
	float: left;
	}

div#HeaderMenu {
	float: right;
	height: 20px;
	width: 748px;
	margin: 0;
	padding: 0;
}

li#HeaderLinks {
	padding: 10px;
	font-size: 80%;
	color: white;
	font-weight: normal;
}

li#HeaderLinks a{
	color: white;
}

li#HeaderLinks a:hover  {
	color: gray;
	text-decoration: none;
}

#SearchKeyword input {
	border: 1px solid #B5B5B5;
	margin: 8px 5px 0 0;
	font-size: 80%;
	font-weight: normal;
	color: gray;
}

#SearchSubmit input {
	background-color: #FFFFFF;
	border: 1px solid #B5B5B5;
	margin: 8px 0 0 0;
	font-size: 80%;
	font-weight: normal;
	color: gray;
	padding: 0 2px 0 2px; 
}

#SearchSubmit input:hover,#SearchSubmit input:active {
	background-color: #FFFFFF;
	color: #FF8C33;
}


/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#LeftColumnInner {
	padding-bottom: 10px;
	padding-right: 16px;
	padding-top: 30px;
}

div#ContentColumnInner {
	padding-bottom: 10px;
	padding-top: 30px;
}

div#RightColumnInner {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-top: 30px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #ebe3bf;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	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#LeftColumn {
	float: left;
	width: 220px;
}

div#ContentInclRightColumn {
	float: right;
	width: 729px;
}

div#ContentColumn {
	float: left;
	width: 519px;
}

div#RightColumn {
	float: right;
	width: 210px;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	background:#ebe3bf;
	color: #15628c;
	padding: 6px;
	text-align:center;
}

div#Features {
	float: right;
}

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;
}

.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}
