/* CSS Document */

body{
background-color:#f7f0de;
margin:0px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
}

.container{
background-image:url(../images/assets/bgMain.png);
background-repeat:no-repeat;
width:993px;
height:800px;
margin:0px auto;
}

.container2{
padding-top:38px;
width:855px;
height:701px;
margin:0px auto;
}

.topBar{
background-image:url(../images/topBar/theBG.jpg);
background-repeat:no-repeat;
height:165px;
}

.topBar .theLogo{
padding-top:14px;
padding-left:33px;
float:left;
}

.topBar .date{
float:right;
padding-right:151px;
padding-top:35px;
color:#333333;
}


.nav{
height:26px;
float:right;
margin-top:30px;
width:421px;
padding-right:135px;
}

.nav a{
position:relative;
float:left;
background-position:0px 0px;
margin-right:16px;
height:26px;
}

.contentHome{
background-image:url(../images/home/contentBG.png);
background-color:#666765;
background-repeat:repeat-x;
background-position:top;
height:182px;
}

.contentHome .text{
padding-top:25px;
padding-left:37px;
padding-right:37px;
}

.contentAbout{
background-image:url(../images/about/contentBG.png);
background-color:#666765;
background-repeat:repeat-x;
background-position:top;
height:525px;
}

.contentAbout .text{
padding-top:25px;
padding-left:37px;
padding-right:37px;
}

li{
list-style-image:url(../images/assets/arrow.gif);
padding-bottom:10px;
}


.navigationHome{
width:54px;
background-image:url(../images/nav/home.jpg);
}
.navigationHome:hover{
background-position:0px -26px;
}


.navigationAbout{
width:75px;
background-image:url(../images/nav/about.jpg);
}
.navigationAbout:hover{
background-position:0px -26px;
}


.navigationServices{
width:69px;
background-image:url(../images/nav/services.jpg);
}
.navigationServices:hover{
background-position:0px -26px;
}


.navigationClients{
width:58px;
background-image:url(../images/nav/clients.jpg);
}
.navigationClients:hover{
background-position:0px -26px;
}


.navigationContact{
width:85px;
background-image:url(../images/nav/contact.jpg);
}
.navigationContact:hover{
background-position:0px -26px;
}


a{
color:#333333;
text-decoration:underline;
}

a:visited{
color:#333333;
text-decoration:underline;
}

a:hover{
color:#ffffff;
text-decoration:underline;
}

h1{
font-size:14px;
color:#731112;
}
