﻿body
{
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 20px;
    background: #ffffff url(../img/background_gradient.png) repeat-x left top;
}
#bg_cloud
{
    width: 100%;
    height: 100%;
    background: url(../img/background_graphics.jpg) no-repeat center top;
}
#wrapper
{
    width: 980px;
    height: auto;
    margin: 0 auto;
}
/* --------------------- Header ---------------------- */
#header
{
    position: relative;
    width: 980px;
    height: 460px;
}
/* AviaDesign Logo*/
#header h1
{
    position: absolute;
    left: 275px;
    top: 15px;
}
#header h1 a
{
    display: block;
    width: 429px;
    height: 114px;
    background-image: url(../img/logo_aviadesign.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: default;
}
#header h1 a:hover
{
    background-position: left bottom;
}

/* Banner */
#header .banner
{
    position: absolute;
    left: 135px;
    top: 150px;
    width: 710px;
    height: 310px;
}
#header .banner .slider
{
    width: 690px;
    height: 270px;
    border: solid 1px #cccccc;
    padding: 9px;
    background: #fff;
}
#header .banner .shadow
{
    width: 710px;
    height: 20px;
    background: url(../img/banner_shadow.png) no-repeat center top;
}
/* --------------------- Body ------------------------ */
#body_wrapper
{
	padding: 50px 10px 0;
}
#body_wrapper .section
{
    overflow: hidden;
}
#body_wrapper h2
{
    margin-bottom: 26px;
}
/* Section About Us */
#body_wrapper .about_us
{

}
#body_wrapper .about_us h2
{
    width: 135px;
    height: 25px;
    background: url(../img/h2_aboutus.png) no-repeat left top;
}
#body_wrapper .about_us h3
{
    width: 960px;
    font-size: 40px;
    color: #212121;    
    text-align: center;
    line-height: 45px;
    margin-bottom: 13px;
}
#body_wrapper .about_us h3 span.h_blue
{
    color: #0058a8;
}
#body_wrapper .about_us h3 span.h_sky
{
    color: #3095e5;
}
#body_wrapper .about_us h4
{
    width: 960px;
    font-size: 20px;
    color: #0058a8;    
    text-align: center;
    line-height: 24px;
}
/* Section Projects and Customers */
#body_wrapper .projects_customers
{
}
#body_wrapper .projects_customers h2
{
    width: 310px;
    height: 25px;
    background: url(../img/h2_projects_customers.png) no-repeat left top;
}
#body_wrapper .projects_customers .project_list
{
    position: relative;
    padding: 0 60px 0;
}
#body_wrapper .projects_customers .project_list a.nav
{
    position: absolute;
    top: 56px;
    display: block;
    width: 17px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
#body_wrapper .projects_customers .project_list a.nav:hover
{
    background-position: left -29px;
}
#body_wrapper .projects_customers .project_list a.nav.disabled
{
    background-position: left bottom;
    cursor: default;
}
#body_wrapper .projects_customers .project_list a.left
{
    left: 0px;
    background-image: url(../img/arrow_left.png);
}
#body_wrapper .projects_customers .project_list a.right
{
    right: 0px;
    background-image: url(../img/arrow_right.png);
}
#body_wrapper .projects_customers .project_list .scrollable
{
    position: relative;
    overflow: hidden;
    width: 840px;
    height: 350px;
}
#body_wrapper .projects_customers .project_list .scrollable ul
{
	width: 20000em;
	height: 350px;
	position: absolute;
}
#body_wrapper .projects_customers .project_list .scrollable ul li
{
    float: left;
    width: 230px;
    height: 350px;
    padding-right: 75px;
}
#body_wrapper .projects_customers .project_list .scrollable ul li .image
{
    width: 226px;
    height: 126px;
    padding: 1px;
    border: solid 1px #cccccc;
    background: url(../img/project_list_image_bg.png) repeat-x left top;
}
#body_wrapper .projects_customers .project_list .scrollable ul li .image a
{
    display: block;
    width: 226px;
    height: 126px;    
}
#body_wrapper .projects_customers .project_list .scrollable ul li span.shadow
{
    display: block;
    width: 230px;
    height: 5px;
    background: url(../img/project_list_image_shadow.png) no-repeat left bottom;
}
#body_wrapper .projects_customers .project_list .scrollable ul li h5
{
    overflow: hidden;
    width: 230px;
    margin: 14px 0 8px;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    color: #1c1c1c;
    font-size: 18px;
}
#body_wrapper .projects_customers .project_list .scrollable ul li p
{
    
}

/* Section Contact Us */
#body_wrapper .contact_us
{
    float: left;
    width: 405px;
    padding-right: 150px;
}
#body_wrapper .contact_us h2
{
    width: 160px;
    height: 25px;
    background: url(../img/h2_contactus.png) no-repeat left top;
}
#body_wrapper .contact_us fieldset
{
    color: #555555;
    font-family: Tahoma;
    font-size: 13px;
}
#body_wrapper .contact_us fieldset p
{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
#body_wrapper .contact_us fieldset p.last
{
    padding-bottom: 15px;
}
#body_wrapper .contact_us fieldset p label
{
    position: absolute;
    left: 10px;
    top: 3px;
    z-index: 95;
}
#body_wrapper .contact_us fieldset p span.correct, #body_wrapper .contact_us fieldset p span.wrong
{
    position: absolute;
    right: 11px;
    top: 7px;
    width: 14px;
    height: 12px;
    display: block;
    background: url(../img/input_correct.png) no-repeat left top;    
    z-index: 95;
}
#body_wrapper .contact_us fieldset p span.wrong
{
    width: 10px;
    height: 10px;
    top: 8px;
    background: url(../img/input_wrong.png) no-repeat left top;    
}
#body_wrapper .contact_us fieldset p span.shadow, #body_wrapper .contact_us .message span.shadow, #body_wrapper .contact_us .messageError span.shadow
{
    width: 405px;
    height: 5px;
    display: block;
    background: url(../img/input_shadow.png) no-repeat left top;
}
#body_wrapper .contact_us fieldset p input, #body_wrapper .contact_us fieldset p textarea
{
    width: 393px;
    height: 24px;
    padding: 0 0 0 10px;
    background: #f4f4f4;
    border: solid 1px #dddddd;
    font-family: Tahoma;
    font-size: 13px;
}
#body_wrapper .contact_us fieldset p textarea
{
    height: 126px;
}
#body_wrapper .contact_us fieldset p input.submit
{
    float: right;
	display: block;
    width: 116px;
    height: 27px;
    padding: 0;
    border: none;
    text-indent: -999px;
    background: url(../img/button_submit.png) no-repeat left top;
    cursor: pointer;
	font-size: 0;						/*IE6 Hack*/
	line-height: 0; 					/*IE6 Hack*/
}

#body_wrapper .contact_us .message, #body_wrapper .contact_us .messageError
{
    color: #121212;
    font-family: Verdana;
    font-size: 15px;
    padding-bottom: 15px;
}
#body_wrapper .contact_us .messageError {
    color: red;
}
#body_wrapper .contact_us .message {
    color: green;
}
#body_wrapper .contact_us .message p, #body_wrapper .contact_us .messageError p
{
    position: relative;
    width: 403px;
    height: 110px;
    background: #f4f4f4;
    border: solid 1px #dddddd;
    text-align: center;
}
#body_wrapper .contact_us .message p img, #body_wrapper .contact_us .messageError p img
{
    clear: left;
    margin: 13px 0 7px 0;
}
#body_wrapper .contact_us .message p span, #body_wrapper .contact_us .messageError p span
{
    display: block;
}
#body_wrapper .contact_us .message p a.close, #body_wrapper .contact_us .messageError p a.close
{
    position: absolute;
    right: 11px;
    top: 11px;
    width: 9px;
    height: 8px;
    display: block;
    cursor: pointer;
    background: url(../img/button_close.png) no-repeat left top;
}
/* Section Corporate Info */
#body_wrapper .corporate_info
{
    float: left;
    width: 405px;
}
#body_wrapper .corporate_info h2
{
    width: 205px;
    height: 25px;
    background: url(../img/h2_corporate_info.png) no-repeat left top;
}
#body_wrapper .corporate_info .address_info
{
    min-height: 150px;
    padding: 0 0 0 115px;
    background: url(../img/img_iphone_hand.png) no-repeat left top;
}
#body_wrapper .corporate_info .address_info p
{
    padding-bottom: 15px;
}
#body_wrapper .corporate_info .address_info p span
{
    font-weight: bold;
    font-size: 16px;
}
#body_wrapper .corporate_info .address_info p span.blue
{
    color: #0058A8;
}
#body_wrapper .corporate_info .address_info p span.sky
{
    color: #3095E5;
}
#body_wrapper .corporate_info .address_info p a
{
    color: #0058a8;
    font-weight: bold;
}
#body_wrapper .corporate_info .address_info p a:hover
{
    color: #3095E5;
}
/* --------------------- Footer ---------------------- */
#footer
{
    width: 980px;
    padding: 50px 0 30px;
    color: #737373;
    text-align: center;
}
#footer a
{
    color: #737373;
    font-weight: bold;
}
#footer a:hover
{
    color: #0058A8;
}
