/* CSS Document */

body{
background-color:#566264;
margin-top:50px;
font-size:11px;
font-family:Helvetica, Arial, sans-serif;
color:#566264;
}

img{
behavior:url('css/pngHack.htc');
}

#container{
width:822px;
margin:0px auto;
}

.BorderTop{
height:12px;
background-image:url(images/border/top.jpg);
background-repeat:repeat-x;
}

.BorderBottom{
height:12px;
background-image:url(images/border/bottom.jpg);
background-repeat:repeat-x;
}

.BorderLeft{
width:12px;
background-image:url(images/border/left.jpg);
background-repeat:repeat-y;
}

.BorderRight{
width:12px;
background-image:url(images/border/Right.jpg);
background-repeat:repeat-y;
}

#topBar{
background-image:url(images/topBar/BG.jpg);
background-repeat:repeat-x;
}

#nav{
width:241px;

background-image:url(images/nav/BG.jpg);
background-repeat:repeat-y;
}

.navSpacer{
width:241px;
height:144px;
}

.dropDown{
background-image:url(images/nav/broadBandDrop.jpg);
background-repeat:no-repeat;
width:241px;
height:107px;
float:left;
padding-top:23px;
}

.dropDown2{
background-image:url(images/nav/servicesDrop.jpg);
background-repeat:no-repeat;
width:241px;
height:139px;
float:left;
padding-top:23px;
}

.item{
margin-top:10px;
margin-bottom:10px;
}

#content{
width:549px;
height:201px;
background-image:url(images/contentBG.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#FFFFFF;
}

#contactContent{
margin-top:0px;
width:549px;
height:409px;
background-image:url(images/contact/BG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#servicesContent{
margin-top:0px;
width:549px;
height:427px;
background-image:url(images/services/BG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#broadbandContent{
margin-top:0px;
width:549px;
background-image:url(images/broadband/BG.gif);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#webdesignContent{
margin-top:0px;
width:549px;
height:427px;
background-image:url(images/services/webdesignBG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#webhostingContent{
margin-top:0px;
width:549px;
height:427px;
background-image:url(images/services/webhostingBG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#emailhostingContent{
margin-top:0px;
width:549px;
height:427px;
background-image:url(images/services/emailhostingBG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
#onlineaccountsContent{
margin-top:0px;
width:549px;
height:427px;
background-image:url(images/services/onlineaccountsBG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

.contactContent{
padding:37px;
}

.content{
width:492px;
padding-right:20px;
padding-bottom:20px;
padding-top:37px;

}

.navigationHome{
float:left;
display:block;
overflow:hidden;
width:241px;
height:52px;
background-image:url(images/nav/home.jpg);
background-position:0px 0px;
margin-bottom:0px;
}
.navigationHome:hover{
background-position:0px -52px;
}

.navigationBroadBand{
float:left;
display:block;
overflow:hidden;
width:241px;
height:52px;
background-image:url(images/nav/broadBand.jpg);
background-position:0px 0px;
margin-bottom:0px;
}
.navigationBroadBand:hover{
background-position:0px -52px;
}

.navigationServices{
float:left;
display:block;
overflow:hidden;
width:241px;
height:52px;
background-image:url(images/nav/services.jpg);
background-position:0px 0px;
margin-bottom:0px;
}
.navigationServices:hover{
background-position:0px -52px;
}

.navigationContact{
float:left;
display:block;
overflow:hidden;
width:241px;
height:52px;
background-image:url(images/nav/contact.jpg);
background-position:0px 0px;
margin-bottom:0px;
}
.navigationContact:hover{
background-position:0px -52px;
}
img
{  
border-style: none;
}