/* CSS Document specific to home page*/

body {
background-image:url(/images/hdr-border.gif);
background-repeat:repeat-x;
}
#container {
background-color:#FFFFFF;
width: 800px;
margin: 0px;
padding: 0px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#sample {
width: 280px;
height:584px;
margin: 0px;
padding: 0px;
background-image:url(/images/nokia-comp.jpg);
background-repeat:no-repeat;
float:left;
}
#top {
position:relative;
width:520px;
height:60px;
background-image:url(/images/hdr-border.gif);
background-repeat:repeat-x;
float:left;
padding:0;
margin:0;
color:#999999;
}
#topmenu {
padding-top:16px;
line-height:2em;
}

#mainlogo {
width: 335px;
height:160px;
margin-top:45px;
background-image:url(/images/logo.gif);
background-repeat:no-repeat;
}
#coltwo {
width:335px;
float:left;
}
#value {
width: 311px;
padding:40px 12px 12px 12px;
}

#bubbles {
width: 185px;
height:360px;
background-image:url(/images/bubble-people.jpg);
background-repeat:no-repeat;
float:right;
}
#action {
width: 185px;
height:190px;
float:left;
margin-top:20px;
margin-left:-20px;
}
#footer {
width:100%x;
clear:both;
background-image:url(/images/ftr-border.gif);
background-repeat:repeat-x;
text-align:center;
font-size:0.9em;
padding:30px;
color:#999999;
}

#value p {line-height:1.8; color:#666666;}
#value h1 {color:#666666;}

#topmenu a, #footer a {
padding-left:10px;
padding-right:10px;
}

#topmenu a:link {  text-decoration: none; color: #999999}
#topmenu a:hover {  text-decoration: underline; color: #0099ee}
#topmenu a:visited {  text-decoration: none; color: #999999}
#topmenu a:visited:hover {  text-decoration: underline; color: #0099ee}


#footer a:link {  text-decoration: none; color: #999999}
#footer a:hover {  text-decoration: underline; color: #0099ee}
#footer a:visited {  text-decoration: none; color: #999999}
#footer a:visited:hover {  text-decoration: underline; color: #0099ee}

