
html
{
	height:100%
} 

body
{
	background-color:#ffffff;
    background: -webkit-linear-gradient(#ffffff, #ddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ddd); /* Standard syntax */
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
	margin:0px;

	color: #000000;
	font: 300 16px/1.6 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
}


/* ========================================
   FRAME RESPONSIVE
   ======================================== */

.frame_top_images
{
    position:absolute;
    top:0px;
    padding-left:200px;
    padding-right:100px;
    padding-top:20px;
    padding-bottom:0px;
    background-color:#fff;
    text-align:center;
    vertical-align:top;
    width:100%;
}


.frame_top_image_main_pic
{
    max-width:100%;
    max-height:135px
}

.frame_top_image_other_pic
{
    max-width:100%;
    max-height:100px
}



@media only screen and (max-width: 1000px)
{
    .frame_top_images
    {
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
    }
    .frame_top_image_main
    {
        width:200px;
    }
    .frame_top_image_other
    {
        width:150px;
    }

    .frame_top_image_main_pic
    {
        max-height:95px;
        
    }

    .frame_top_image_other_pic
    {
        max-height:60px
    }


}

.highlight_left_padding
{
    width:540px;
    min-width:200px;
}
@media only screen and (max-width: 800px)
{
    .highlight_left_padding
    {
        width:40px;
        min-width:0px;
    }
}

@media only screen and (max-width: 600px)
{
    .background_padding
    {
        height:80px;
    }
}


.fb_normal
{
    display:"";
}
.fb_minimal
{
    display:none;
}
.footer_normal
{
    display:"";
}
.footer_minimal
{
    display:none;
    padding:40px;
}
.sidemenu_normal
{
    display:"";
}
.sidemenu_minimal
{
    padding-top:10px;
    display:none;
}
.sidemenu2_normal
{
    display:"";
}

.enquiry_form
{
    width:800px;
    border: 2px solid #307891;
    padding:10px;
    padding-right:24px;
    background-color:#eeeeee;
}

.enquiry_half
{
    width:388px;
}

.footer_map
{
    width:800px;
}

@media only screen and (max-width: 800px)
{
    .fb_normal
    {
        display:none;
    }
    .fb_minimal
    {
        display:block;
    }
    .sidemenu_normal
    {
        display:none;
    }
    .sidemenu_minimal
    {
        display:block;
    }
}

@media only screen and (max-width: 1000px)
{
    .footer_normal
    {
        display:none;
    }
    .footer_minimal
    {
        display:block;
    }
    .footer_map
    {
        width:100%;
    }
    .sidemenu2_normal
    {
        display:none;
    }
    .enquiry_form
    {
        width:100%;
    }
    .enquiry_half
    {
        width:100%;
    }

}


/* =========================================== */

.pic_grayscale
{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.pic_color
{

}


h1.title
{
	color:#3c96b5;
}