/* CSS FOR ENQUIRY PAGE */


/* TEXT FORMATTING */a { text-decoration:none }a:link { text-decoration:none; color:#FFFFFF }a:visited { text-decoration:none; color:#FFFFFF }a:hover { text-decoration:none; color:#000000 }p {color: #FFFFFF;font-family: Lucida Grande, helvetica, arial, sans-serif;font-size: 75%;font-style: normal;
line-height: 140%;}

h1 {color: #FFFFFF;font-family: Lucida Grande, helvetica, arial, sans-serif;font-size: 105%;font-style: normal;}
/* POSITIONING */body {
min-width: 760px;
height: 100%;
background: url(../img/ebg.gif);background-attachment: scroll;text-align: left;
margin: 0px;
padding: 0px;
}

div.header {
padding-bottom: 0px;
padding-top: 0px;
padding-left: 20px;
padding-right: 0px;
height: 116px;
text-align: top left;
background: url(../img/trevalsa-topright.gif) top right no-repeat;
background-attachment: scroll;
}

div.nav {
margin: 0px auto;
padding-bottom: 0px;
padding-top: 93px;
padding-left: 5px;
padding-right: 5px;
width: 113px;
height: 23px;margin: 0px auto;
float: left;
text-align: center;
background: url(../img/tab.gif) bottom no-repeat;
}

div.nav p {text-align: center;margin: 0px; padding: 0px;
color: #FFFFFF;font-size: 90%;}

div.content {
float: left;
margin: 0px auto;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
text-align: top left;
}

div.top {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 15px;
padding-left: 30px;
padding-right: 0px;
width: 670px;
height: 498px;
text-align: top left;
}

div.middle {
display: block;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
height: 280px;
text-align: top left;
background: url(../img/bg.jpg) left no-repeat;
}

div.bottom {
clear: both;
margin-bottom: 30px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 20px;
padding-left: 30px;
padding-right: 0px;
width: 670px;
height: 330px;
text-align: top left;
}

div.footer {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 20px;
padding-top: 0px;
padding-left: 30px;
padding-right: 0px;
width: 670px;
height: 30px;
text-align: top left;
}

div.footer p {
color: #333333;
font-size: 65%;
}

div.footer a:link {
text-decoration:none;
color:#333333
}

div.footer a:visited {
text-decoration:none;
color:#333333
}

div.footer a:hover {
text-decoration:none;
color:#544e39
}


/* ENQUIRY FORM */

.enquiry
{
	color: #FFFFFF;	font-family: Lucida Grande, helvetica, arial, sans-serif;	font-size: 85%;	font-style: normal;
	width: 400px;
}

.inputBox
{
	border: 1px solid #544e39;
	width: 200px;
	font-size: 12px;
	line-height: 50%;
}

