﻿/******* Default Part CSS *******/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, table, td, th, img {
	padding: 0px; 
	margin: 0px;
}
.tLeft{
	text-align: left;
}
.tCenter{
	text-align: center;
}
.tRight{
	text-align: right;
}
.tJustify{
	text-align: justify;
}
.fL{
	float: left;
}
.fR{
	float: right;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0px; 
	margin: 0px;
}
img{
	border: none;
}
:focus {
	outline: 0;
}
/*********************************************************/
@font-face {
    font-family: 'open_sansregular';
    src: url('../css/fonts/opensans-regular-webfont.eot');
    src: url('../css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/opensans-regular-webfont.woff') format('woff'),
         url('../css/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../css/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html 
{
   height: 100%;
}
body 
{
    min-height: 100%;
    height: auto;
    background:#fff url(../images/body.gif) repeat-x left top;
    position: relative;
    color: #212121;
    font-size: 13px;
    font-family: "open_sansregular";
}
.wrapper 
{
    background: url(../images/header.jpg) no-repeat left top;
    position: relative;
    min-width: 980px;
}
.container 
{
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.top 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); 
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3; 
	opacity: 0.3; 
	z-index: 10;
}
.header 
{
    height: 234px;
}
.header .info 
{
    height: 30px;
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    font-family: Arial;
}
.header .info a,
.header .info a:visited 
{
    color: #B09A98;
    font-family: "open_sansregular";
    font-size: 13px;
    text-decoration: none;
}
.header .info a:hover
{
   text-decoration: underline;
}
.logo 
{
    position: absolute;
    top: 164px;
    left: 170px;
    width: 233px;
    height: 34px;
    background: url(../images/logo.png) no-repeat left top;
}
.nav
{
    display: block;
    position: absolute;
    right: 0px;
    top: 174px;
}
.nav li 
{
    display: block;
    float: left;
    margin-left: 35px;
}
.nav a,
.nav a:visited 
{
    font-family: "open_sansregular";
    font-size: 18px;
    color: #feeead;
    text-decoration: none;
}
.nav a:hover 
{
    text-decoration: underline;
}
.main 
{
    min-height: 355px;
}
.colHalf 
{
    width: 507px;
    float: left;
    padding: 80px 0 105px 0;
}
.slogan 
{
    float: right;
    width: 430px;
    padding: 90px 10px 0 0;
    font-size: 17px;
    font-family: "open_sansregular";
    text-align: left;
}
.deliver 
{
    clear: both;
    border-top: 1px solid #D0D6DB;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: 80px;
}
h1
{
    font-size: 30px;
    font-family: "open_sansregular";
    color: #000;
    font-weight: normal;
    text-align: center;
}
h2
{
    font-size: 18px;
    font-family: "open_sansregular";
    color: #414244;
    font-weight: normal;
    text-align: center;
}
h3 
{
    font-size: 24px;
    font-family: "open_sansregular";
    text-transform: uppercase;
    color: #B4BABB;
    font-weight: normal;
    margin-bottom: 15px;
}
h5 
{
    font-size: 12px;
    font-family: "open_sansregular";
    font-weight: normal;
    margin-bottom: 15px;
}
p 
{
    margin-bottom: 15px;
    line-height: 1.5;
}
.column 
{
    width: 300px;
    float: left;
    padding-right: 45px;
    padding-bottom: 130px;
    
}
.columnLast 
{
    padding-right: 0;
}
.footer 
{
    background: url(../images/footer-left.jpg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 137px;
    color: #b2bdbe;
    font-size: 13px;
    padding: 0;
}
.footer div
{
    background: url(../images/footer-right.jpg) no-repeat right bottom;
    width: 100%;
    height: 97px;
    color: #b2bdbe;
    font-size: 13px;
    padding: 40px 0 0 0;
}
.footer span
{
    width: 560px;
    margin: 0 auto;
    text-align: left;
    display: block;
}
.form 
{
    background: url(../images/form-bg.png) repeat-x left top;
    width: 630px;
    margin: 0 auto 0px auto;
    min-height: 627px;
    overflow: hidden;
    padding: 0 55px 110px 55px;
}
h4 
{
    margin: 50px 0 20px 0;
    background: url(../images/tiltle-bg.png) repeat-x left center;
    text-align: center;
}
h4 span 
{
    font-size: 30px;
    color: #535C5F;
    font-weight: normal;
    background: #F0F2F2;
    padding: 0 20px;
}
label 
{
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
}
input[type='text'] 
{
    display: block;
    border: 1px solid #C0C8C8;
    height: 40px;
    background: #fff url(../images/star.png) no-repeat 612px 10px;
    width: 600px;
    padding: 0 20px 0 10px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 13px;
    font-family: 'open_sansregular';
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
}
input.half
{
    background: #fff url(../images/star.png) no-repeat 277px 10px;
    width: 265px;
}
.message 
{
    min-height: 180px;
    background: #fff;
    border: 1px solid #C0C8C8;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px;
    margin-bottom: 20px; 
    padding: 10px;
}
.message textarea 
{
    height: 135px;
    width: 610px;
    border: none;
    resize: none;
    overflow-y: auto;
    font-family: 'open_sansregular';
    font-size: 13px;
    background: #fff url(../images/dash.gif) repeat-x left bottom;
    padding-bottom: 10px;
}
.files 
{
    padding-top: 10px;
}
.btn 
{
    display: block;
    float: left;
    background: url(../images/btn.png) no-repeat left top;
    height: 43px;
    width: 100px;
    border: none;
    margin: 0 15px 0px 0;
    color: #FEEEAD;
    font-size: 18px;
    font-weight: normal;
    line-height: 43px;
}
.required 
{
    float: left;
    display: block;
    line-height: 40px;
    color: #747B7C;
    background: url(../images/star-required.png) no-repeat left 13px;
    padding-left: 15px;
}