@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
}

#container {
background:url(../images/home.gif) no-repeat;
width:765px;
height:580px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#menuHolder {
width:500px; 
height:15px; 
position:absolute; 
top:180px; 
left:240px;
}

#menuHolder div{
margin-right:10px;
display:block;
float:left;

}


#leftCol {
width:230px;
height:300px;
float:left;
margin-top:220px;
padding-left:20px;
}

#leftCol img {
margin-bottom:10px;
}

.services #container, .storage #container, .tips #container {
background:url(../images/removals.gif) no-repeat;

}



/*buttons css*/

#homeButton a{
background:url(../images/buttons/homeButton.gif) no-repeat;
width:50px;
height:14px;
float:left;
display:block;

}

#homeButton a:hover, .home #homeButton  a{
background-position: -50px 0px;

}



#servicesButton a{
background:url(../images/buttons/servicesButton.gif) 2px 0px no-repeat;
width:70px;
height:14px;
float:left;
display:block;

}

#servicesButton a:hover, .services #servicesButton a {
background-position: -66px 0px;

}

#storageButton a{
background:url(../images/buttons/storageButton.gif) no-repeat;
width:145px;
height:16px;
float:left;
display:block;

}

#storageButton a:hover, .storage #storageButton a{
background-position: -148px 0px;

}

#tipsButton a{
background:url(../images/buttons/tipsButton.gif) no-repeat;
width:70px;
height:16px;
float:left;
display:block;

}

#tipsButton a:hover, .tips #tipsButton a{
background-position: -70px 0px;

}

#emailButton a{
background:url(../images/buttons/emailButton.gif) no-repeat;
width:70px;
height:16px;
float:left;
display:block;

}

#emailButton a:hover{
background-position: 0px 0px;

}


#mainContent {
width:440px;
padding-left:20px;
padding-top:5px;
min-height:200px;
position:relative;
float:left;
display:inline;
margin-top:220px;



}

#mainContent p{
float:left;
display:block;
padding:0;
margin:0;

}

.home #mainContent {
width:460px;
height:200px;
position:relative;
float:left;
margin-left:240px;
margin-top:300px;


}

ul {

padding:0;
margin:0px;
list-style:none;
}

li {
float:left;
width:200px;
font-weight:bold;
font-size:14px;
padding-left:30px;
background:url(../images/tick.gif) no-repeat;


}

ul.tickList {
margin-top:20px;
 
display:block; 
float:left;

}

ul.tipsList {
margin-top:30px;
font-size:12pt;
}
.tipsList li {
font-size:12px;
width:400px;
}

#box {
background:url(images/packing.gif) no-repeat; 
position:absolute; 
top:420px; 
left:20px;
width:200px; 
height:140px;
}
