@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }


body {
margin: 0;
padding: 0;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
text-align: center;
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

#wrapper {
margin: 0 auto;
padding: 0;
width: 960px;
background: #fff url(images/header_bg.gif) repeat-x ;
text-align: left;

}
#wrapper_rec {
margin: 0 auto;
padding: 0;
width: 960px;
background: #fff url(images/rec_bg.gif) repeat-x ;
text-align: left;

}

#rtCol {

/*margin: 0;
padding: 0;*/
width: 450px;
float: right;


} 

#lftCol {
/*margin: 0;
padding: 0;*/
width: 510px;
float:left;

position:relative;

} 

#home {

margin: 50px 0 0 50px;
/*padding: 0;*/
width: 360px;
height: 472px;
background: url(images/mainimage_home.jpg) no-repeat;


} 

#services {

margin: 50px 0 0 35px;
/*padding: 0;*/
width: 390px;
height: 474px;
background: url(images/services_main.jpg) no-repeat;


} 

#portfolio {

margin: 170px 0 0 20px;
/*padding: 0;*/
width: 420px;
height: 472px;



} 

#principles {

margin: 50px 0 0 45px;
/*padding: 0;*/
width: 312px;
height: 469px;
background: url(images/principles_main.jpg) no-repeat;
}

#people {

margin: 170px 0 0 20px;
/*padding: 0;*/
width: 420px;
height: 472px;



} 

#recognition {

margin: 50px 0 0 0px;
/*padding: 0;*/
width: 444px;
height: 469px;

}

#contact {

margin: 50px 0 0 35px;
/*padding: 0;*/
width: 347px;
height: 474px;
background: url(images/contact_main.jpg) no-repeat;
}


#whtcontent {


padding: 20px 10px 5px 10px;

width: 490px;
height: 160px;
color: #fff;
text-align: right;
/*line-height:125%;*/
font-size:13px;


} 

#whtcontent a:link, #whtcontent a:visited{
color:#fff;
}

#whtcontent a:hover {
color:#fff;
text-decoration: none;
}

#whtcontent_rec{
padding: 20px 10px 5px 10px;
width: 490px;
height: 230px;
color: #fff;
text-align: right;
/*line-height:125%;*/
font-size:13px;


} 

#blkcontent {

padding: 20px 10px 10px 10px;
width: 490px;
color: #000;
text-align: right;
line-height:125%;
font-size:13px;

}

#homelogo {
margin: 10px 0 0 0;
width: 510px;
height: 160px;
background:url(images/logo_home.gif) no-repeat top right;
text-indent:-9999px;

}

#logo {
width: 500px;
height: 60px;
background:url(images/logo_home.gif) no-repeat top right;
text-indent:-9999px;
position:absolute;
top:50px;
left: 0px;

}
 
#homeaddress {
color: #000;
text-align: right;
}

#copyright {

color: #9d96b1;
text-align:left;
font-size: 10px;
position: absolute;
top: 600px;
left: 0px;
}

#copyright2 {

color: #9d96b1;
text-align:left;
font-size: 10px;
position: absolute;
top: 650px;
left: 0px;
}


#topmenu {
margin: 125px 0 0 10px;
/*padding: 0;*/
text-align: right;
font-size:12px;
}

#topmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}

#topmenu li {
padding: 0 10px 0 10px;
display: inline;
border-right: 1px solid #000;
}

#topmenu a:link, #topmenu a:visited {
text-decoration: none;
color: #000;
}

#topmenu li.current a {
text-decoration: none;
color: #fff;
}

#topmenu a:hover {
text-decoration: none;
color: #fff;
}

#topmenu .noborder {border: none;}

#clear {clear: both; margin: 0px;}

