#Header
{
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 100%;
	background-image: url(/design/cbs/images/friser/cbs-7.gif);
	background-repeat: no-repeat; 
	background-position: bottom;
	clear: both;
}


#HomeLink
{
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	top: 30px;
	left: 10px;
	
	cursor: pointer;
	
	width: 168px;
	height: 90px;
}

#HomeLink a
{
	width: 100%;
	height: 100%;
}




#ServiceLinks
{
	margin: 3px 2px 0px 0px;
	padding: 0px;
	text-align: right;
	float: right;
	width: auto;
	height: 23px;
	font-weight: bold;
}

#ServiceLinks ul
{
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#ServiceLinks ul li
{
	margin: 0px 4px 0px 4px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	float: left;
	width: auto;
}

#ServiceLinks ul li a
{
	color: #002946;
	background-color: inherit;
}


#ServiceLinks ul li.Delimiter
{
	margin: 0px 3px 0px 2px;
	padding: 0px;
	height: 12px;
	background-image: none;
	border-top: 0px;
	border-right: 1px solid #0e2449;
	border-bottom: 0px;
	border-left: 1px solid #ffffff;
}


#ServiceLinks ul li.Delimiter_eng
{
        margin: 0px 10px 0px 7px;
        padding: 0px;
        height: 12px;
        background-image: none;
        border-top: 0px;
        border-right: 1px solid #0e2449;
        border-bottom: 0px;
        border-left: 1px solid #ffffff;
}



#SearchBox
{
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	top: 18px;
	/*left: 345px;*/
	right: 28px;
	clear: right;
	
	width: 168px;
	height: 80px;
}

#SearchBox div
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#SearchBox form
{
	margin: 0px;
	padding: 0px;
}

#SearchBox div.Title
{
	margin: 0px;
	padding: 0px 0px 3px 3px;
	font-weight: bold;
	font-size: 14px;
	color: #002946;
	background-color: inherit;
}

#SearchBox input.Input
{
	float: right;
	width: 100%;
	/*height: 14px;*/
	margin: 4px 0px;
	padding: 2px 0px;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana, serif;
	color: #000000;
	/*color: #777777;*/
	background-color: #ffffff;
}

 
#SearchBox input.Submit
{
	float: right;
}



