#companyMenuBar{
position: relative;
background-image: url('compayMenuBar_BG.png');
background-repeat: repeat-x;
height: 138px;

width: 100%;
margin-top: -5px;

}

#menuBarItems{
position: relative;
width: 900px;
margin-left:auto;
margin-right: auto;
}

#companyContent{

position: relative;
width: 600px;
font-size: 14px;
height: 690px;
}

#companyText{
position: absolute;
left: 180px;
top:15px;
}

#companyIcon{
position: absolute;
left: -30px;
top:-15px;
}

#companySlogan{
position: absolute;
left:520px;
top: 52px;
width: 380px;
font-weight: bold;
font-size: 17px;
}
#companyMenuSubBar{
width: 480px;
position: relative;
height: 20px;
margin-left: 240px;
margin-bottom: 30px;
}


#companyMenuSubBar ul {
margin: 0;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
z-index: 5;
list-style-type: none;
}

#companyMenuSubBar li {
position: relative;
display: inline;
float: left;
}

.selectedMenuItem{
background-image: url('http://www.softcolor.fi/css2012/selectedBox.png');
border: solid;
border-width: 1px;
border-bottom-color: #ffffff;

}

#companyMenuSubBar a {
display: block;
text-decoration: none;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
padding: 8px;
padding-left: 32px;
padding-right: 32px;
}



#companyMenuSubBar a:link {
color: white;
text-transform: uppercase;
text-decoration: none;
}

#companyMenuSubBar a:visited {
color: white;
text-transform: uppercase;
text-decoration: none;
}

#contactInformations
{
position: absolute;
left: 650px;
width: 260px;

}

h1{
font-size: 18px;
font-weight: normal;
}

h2{
font-size: 14px;
font-weight: normal;
}

#contactFormBox
{
position: absolute;
left: 60px;
top: 50px;
width: 570px;
height: 460px;

}

#officeBox
{
	position: absolute;
	height: 200px;
    top:510px;
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
   }
   
#officeBoxLine{
position: absolute;
top:520px;
z-index: 50px;
width: 860px;
left: 45px;
height: 1px;
background-color: #cccccc;
}   
   
#office
{
position: absolute;
left: 510px;

font-size: 12px;
top:15px;
width: 200px;
}

#mail
{
position: absolute;
left: 310px;
top:15px;
width: 200px;
}

#map{
position: absolute;
left: 100px;
top:70px;
}


#web
{
position: absolute;
left: 70px;
top:15px;
width: 200px;
}

#newsletter
{
position: absolute;
left: 720px;
top:15px;
width: 220px;
}


