*{
margin:0px;
padding:0px;
}
body
{
line-height:1.5em;
color:#2F302E;
font-family:arial;
font-size:14px;
background:#fff;
}
.headerwrapper
{
float:left;
width:100%;
height:auto;
border-bottom:4px solid #FF4100;
}
.innerheaderwrapper
{
width:780px;
margin:0 auto;
}
.logo
{
float:left;
margin-top:3px;
}
.contact
{
float:right;
margin-right:20px;
margin-top:30px;
}
.mainbody
{
width:100%;
height:auto;
float:left;
border-top:4px solid #FF7927; 
}
.innermainbody
{
width:780px;
margin:0 auto;
}
.banner
{
margin-top:8px;
float:left;
width:780px;
height:294px;
}
.component h3
{
font-weight:normal;
font-size:14px;
text-align:justify;
margin-top:10px;
margin-bottom:10px;
}
.component ul
{
margin-left:20px;
}
.component h2
{
font-weight:normal;
margin-top:10px;
margin-bottom:10px;
font-size:18px;
}
.component
{
float:left;
width:777px;
height:auto;
border-top:none;
border-left:none;
border-right:4px solid #E8E8E8;
border-bottom:4px solid #E8E8E8;
}
.innercomponent
{
width:760px;
height:auto;
float:left;
margin-left:10px;
}
.footer
{
float:left;
width:100%;
height:74px;
background:url(../images/bg.png) repeat-x;
}


/* left enquiry form css here */
.leftfixed
{
position:fixed;
left:20px;
top:130px;
width:200px;
height:auto;
background:#F07D2E;
border:1px solid #F07D2E;
}
.leftfixed h2.leftformheading
{
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
width:200px;
height:24px;
background:#F07D2E;
border-bottom:1px solid #fff;
 
}
.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:#F07D2E;
color:#fff;
}
.leftfixed form .field textarea
{
width:180px;
height:70px;
border:1px solid #fff;
color:#F07D2E;
background:#fff;
font-weight:bold;
}
.submitbuttn
{
margin-top:45px;
margin-left:25px;
}
.submitbuttn input[type="submit"]
{
width:60px;
height:22px;
background:#059BC5;
border:none;
color:#fff;
cursor:pointer;
font-weight:bold;
}
.submitbuttn input[type="submit"]:hover
{
background:#059BC5;
color:#fff;
}
.submitbuttn input[type="reset"]:hover
{
background:#059BC5;
color:#fff;
}
.submitbuttn input[type="reset"]
{
width:60px;
height:22px;
background:#059BC5;
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;
}
img
{
border:none;
}

/* right absolute here */
.rightabsolutemodule
{
z-index:999;
float:left;
width:200px;
height:auto;
position:absolute;
top:130px;
right:20px;
padding-bottom:5px;
 border:1px solid #FF7927;
 background:#F1873E;
}
.rightabsolutemodule h2
{
width:200px;
text-align:center;
background:#FF7927;
padding-top:5px;
text-align:center;
color:#fff;
font-size:16px;
 
 
height:24px;
}
 
.rightbox1 img.boximg
{
float:left;
 
}
 .rightbox1
 {
 margin-top:3px;
 margin-bottom:2px;
 
 float:left;
 width:200px;
 height:auto;
 }
 .leftimgabsolute
 {
 position:absolute;
 background:url(../images/07.jpg) no-repeat;
 top:218px;
 border-bottom:20px solid #277F1E;
 bottom:0px;
 width:282px;
 height:280px;
 }
 .rightimgabsolute
 {
 float:left;
 position:absolute;
 background:url(../images/08.jpg) no-repeat;
 top:218px;
 border-bottom:20px solid #277F1E;
 bottom:0px;
 width:282px;
 height:280px;
 right:0px;
 }