/*
 Handheld style
 Site: Tri-Direct
*/

* {
 float: none;
 position: static;
 width: auto;
}

body {
 background-image: none;
 font-size: 0.9em;
 padding: 1% 2%;
 text-align: left;
}

.home #menu a, #menu a:hover, .home #menu a:hover {
 background-image: none;
}

#centre-content, #submenu {
 float: none;
 width: auto;
}

#content {
 margin-top: 5px;
}

#footer {
 margin-top: 5px;
}

#menu {
 margin: 5px 0;
}

#menu a {
 background-image: none;
 margin: 1px 0;
 width: auto;
}

#submenu p {
 margin-bottom: 5px;
}

#submenu p img {
 width: 221px;
}

#to-nav {
 display: block;
 margin: 5px 0;
}
