*{
margin:0px;
padding:0px;
}
body
{
line-height:1.5em;
color:#fff;
font-family:arial;
font-size:14px;
background:url(../images/background.png) repeat-x;
}
.wrapper
{
width:780px;
margin:0 auto;
}
.container
{
width:780px;
height:auto;
float:left;
}
.upperbody {
    width: 97%;
    height: 22px;
    background: #e9af00;
    border: 1px solid #f14e2f;
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
    padding: 10px;
}

.logo
{
float:left;
margin-top:20px;
}
.contact
{
float:right;
margin-right:20px;
margin-top:35px;
}
.banner
{
margin-top:8px;
float:left;
width:780px;
height:326px;
margin-bottom:10px;
}
.content
{
float:left;
width:780px;
height:auto;
}
.content h3
{
text-align:justify;
font-weight:normal;
font-size:14px;
margin-bottom:10px;
}
img.contentimg
{
float:left;
margin-right:10px;
}
.footer
{
float:left;
width:100%;
height:30px;
background:#E9AF00;
}

/* left enquiry form css here */
.leftfixed
{
position:fixed;
left:20px;
top:132px;
width:200px;
height:auto;
background:#E9AF00;
border:3px solid #FFFFFF;
}
.leftfixed h2.leftformheading
{
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
width:200px;
height:24px;
background:#464596;
border-bottom:1px solid #464596;
}
.leftfixed h3
{
padding-top:5px;
text-align:center;
color:#007D9E;
font-size:14px;
width:200px;
height:24px;
}
.leftfixed form
{
margin-top:5px;
margin-left:8px;
margin-bottom:5px;
}
.leftfixed form .field
{
height:55px;
}
.leftfixed form .field label
{
color:#fff;
font-weight:bold;
}
.leftfixed form .field input[type="text"]
{
width:180px;
height:25px;
border:1px solid #fff;
background:none;
color:#fff;
font-weight:bold;
}
.leftfixed form .field select
{
width:180px;
height:25px;
border:1px solid #fff;
background:none;
color:#fff;
font-weight:bold;
}
.leftfixed form .field select option
{
background:#E9AF00;
color:#fff;
}
.leftfixed form .field textarea
{
width:180px;
height:70px;
border:1px solid #fff;
color:#464596;
background:#fff;
}
.submitbuttn
{
margin-top:45px;
margin-left:25px;
}
.submitbuttn input[type="submit"]
{
width:60px;
height:22px;
background:#464596;
border:none;
color:#fff;
cursor:pointer;
font-weight:bold;
}
.submitbuttn input[type="submit"]:hover
{
background:#464596;
color:#fff;
}
.submitbuttn input[type="reset"]:hover
{
background:#464596;
color:#fff;
}
.submitbuttn input[type="reset"]
{
width:60px;
height:22px;
background:#464596;
border:none;
color:#fff;
cursor:pointer;
font-weight:bold;
}
.closebutton
{
color:#fff;
float:right;
margin-right:5px;
}
a.remove
{
color:#fff;
font-size:14px;
}
a.bottom
{
margin-bottom:10px;
font-size:14px;
}
/* right absolute here */
.rightabsolutemodule
{
float:left;
width:190px;
height:auto;
position:absolute;
top:132px;
right:20px;
background:#E9AF00;
border:2px solid #fff;
 
}
.rightabsolutemodule h2
{
width:190px;
text-align:center;
background:#464596;
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
 
height:24px;
}
.rightinnerboxmodule
{
margin-top:3px;
float:left;
width:190px;
height:137px;
text-align:center;
margin-bottom:1px;
}
.rightinnerboxmodule1
{
margin-bottom:1px;
margin-top:3px;
float:left;
width:190px;
height:137px;
text-align:center;
}