/* Authored by Tim Rauter October 2005 */
body {
margin: 30px auto;
background-color: #646464;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
text-align: left;
}

a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #475C78;
font-weight: bold;
text-decoration: underline;
}

.title {
font-size: 12px;
font-weight: bold;
color: #304F78;
}

.header {
height: 110px;
background-image: url(images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
padding: 15px 50px 0 0;
text-align: right;
}

.mainbody {
background-image: url(images/mainbodybg.gif);
background-repeat: repeat-y;
background-color: #646464;
}

.mainleft {
padding: 0 0 0 20px;
}

.dividervert {
background-image: url(images/divider_vert.gif);
background-repeat: repeat-y;
}

.mainright {
padding: 10px 15px 0 5px;
}

.footer {
height: 43px;
margin: 0;
background-image: url(images/footerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}

/* added styles for quote form */

td.invisible
{
border: 0px;
padding: 0px;
}

td.tablehead
{
font-size: 1.3em;
text-align: center;
border-bottom: 1px solid rgb(230,180,190);
}

td.right
{
text-align: right;
}

td.invisibleright		/* padded to align with text input */
{
border: 0px;
text-align: right;
padding-top: 5px;
padding-left: 15px;
}

td.invisibleright2		/* less padding to align with <select> and <textarea> */
{
border: 0px;
text-align: right;
padding-top: 4px;
vertical-align: top;
}

td.invisiblecentre
{
border: 0px;
text-align: center;
}

td.bookingtitle
{
border: 0px;
font-size: 1.5em;
padding-left: 15px;
}

input, textarea, select
{
font-family: tahoma , arial, sans-serif;
font-size: 1em;
}
