/* CSS Document */
*
{
padding:0px;
margin:0px;
}
body
{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
background:url(../images/bg.jpg) repeat-x;
}
#left_bg
{
background:url(../images/bg_inner-grey.jpg) right top;
}
#right_bg
{
background:url(../images/bg_inner-black.jpg);
}
#left_bg2
{
background:url(../images/bg_inner-grey2.jpg) right top;
}
#right_bg2
{
background:url(../images/bg_inner-black2.jpg);
}

#wrapper
{
/*background:url(../images/bg_main.jpg) repeat-y;*/
margin:auto;
width:900px;
height:auto;
}

#wrapper_inner
{
width:900px;
background:url(../images/bg_inner.jpg) repeat-y;
margin:auto;
padding:20px 0px;
vertical-align:top;
}

#wrapper_inner2
{
width:900px;
background:url(../images/bg_inner2.jpg) repeat-y;
margin:auto;
padding:20px 0px;
vertical-align:top;
}

#wrapper_table
{
width:674px;
height:auto;
margin:20px auto;
border:#ff0000 solid 1px;
background-color:#000000;
padding:15px 18px;
}

.logo
{
margin-bottom:15px;
}
.banner
{
margin-bottom:15px;
}
.menu_top
{
width:674px;
height:5px;
background:#e63519;
}
.menu ul
{
padding:0px;
margin:0px;
float:left;
width:654px;
padding-left:10px;
padding-right:10px;
}
.menu li
{
float:left;
list-style: none;
}
.btn_home
{
background: url(../images/home.jpg) no-repeat;
width:135px;
height:61px;
float:left;
display:block
}
.btn_home:hover, .homedown
{
background: url(../images/home_hover.jpg) no-repeat;
width:135px;
height:61px;
float:left;
}
.btn_service
{
background: url(../images/service.jpg) no-repeat;
width:135px;
height:61px;
float:left;
display:block
}
.btn_service:hover, .servicedown
{
background: url(../images/service_hover.jpg) no-repeat;
width:135px;
height:61px;
float:left;
}
.btn_project
{
background: url(../images/project.jpg) no-repeat;
width:135px;
height:61px;
float:left;
display:block
}
.btn_project:hover, .projectdown
{
background: url(../images/project_hover.jpg) no-repeat;
width:135px;
height:61px;
float:left;
}
.btn_testimonial
{
background: url(../images/testimonial.jpg) no-repeat;
width:134px;
height:61px;
float:left;
display:block
}
.btn_testimonial:hover, .testimonialdown
{
background: url(../images/testimonial_hover.jpg) no-repeat;
width:134px;
height:61px;
float:left;
}
.btn_contact
{
background: url(../images/contact.jpg) no-repeat;
width:135px;
height:61px;
float:left;
display:block
}
.btn_contact:hover, .contactdown
{
background: url(../images/contact_hover.jpg) no-repeat;
width:135px;
height:61px;
float:left;
}
.hidden_pic
{
display:none;
}
.content_area1
{
width:429px;
height:auto;
background-color:#676767;
}
.content_area2
{
background-color:#000;
}
.content_area3
{
width:429px;
height:auto;
background-color:#676767;
margin-top:15px;
}
.content_area4
{
width:674px;
height:auto;
background-color:#676767;
}
.title
{
font-family: "Arial Narrow";
font-size:30px;
text-align:left;
color:#FFFFFF;
padding:15px 35px 0px 35px;
}
.content
{
font-size:13px;
text-align:left;
color:#FFFFFF;
padding:15px 35px;
}
.content2
{
font-size:13px;
text-align:left;
color:#FFFFFF;
padding:15px 35px;
}
.footer
{
width:674px;
height:auto;
margin:20px auto;
margin-top:-10px;
border:#ff0000 solid 1px;
background-color:#000000;
padding:15px 18px;
text-align:right;


}
.footer_content
{
font-size:12px;
text-align:right;
color:#fff;
border: none;
}
.footer_content a
{
color:#fff;
text-decoration: underline;
}
.footer_content a:hover
{
color:#fff;
text-decoration:none;
}
.form_class
{
padding:10px;
}

