* { margin: 0; padding: 0; outline:0; }

body {
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #6f6e5c;
    background: #fff;
}

a { color: #0252aa; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }

a img { border: 0; }

#apDiv1 {
	position:absolute;
	left:835px;
	top:3px;
	width:78px;
	height:119px;
	z-index:101;
	visibility: visible;
	background-color: #FFFFFF;
}

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
textarea { overflow:hidden; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }


.shell { width: 857px; margin: 0 auto; }

#header { height: 134px; position: relative; }
#logo a { background: url(images/logo.gif) no-repeat 0 0; width: 294px; height: 76px; position: absolute; top:38px;left:-19px; }
.slogan { width: 350px; font-size: 16px; line-height: 18px; color: #93a3ca; padding: 95px 0 0 300px; }
.phone { width: 160px; font-size: 15px; line-height: 19px; color: #93a3ca; font-weight: bold; text-align: center; padding: 75px 0 0 0; }
.phone a { color: #93a3ca; text-decoration: underline; }
.phone a:hover { text-decoration: none; }

#navigation { height: 22px; background: #6f6e5c; position: relative; z-index: 100; }
#navigation ul { list-style: none; }
#navigation ul li { display: inline; float: left; line-height: 22px; text-align: center; margin: 0 12px 0 0; position: relative; }
#navigation ul li.last { margin:0; }
#navigation ul li a { float: left; color: #fcfdfe; padding: 0 8px; }
#navigation ul li a:hover, 
#navigation ul li a.hover, 
#navigation ul li a.active { background: #93a3ca; text-decoration: none; }
#navigation ul li a.active { font-weight: bold; }

#navigation ul li .dd { display: none; position: absolute; top:22px;left:0; }
#navigation ul li .dd ul li { display: block; border-bottom: 2px solid #fff; margin:0; }
#navigation ul li .dd ul li.last { border:0; }
#navigation ul li .dd ul li a { background: #93a3ca; }
#navigation ul li .dd ul li a:hover { background: #ddddd8; color: #6f6e5c; font-weight: bold; }

#main { padding: 11px 0 8px 0; }

.slider { width: 592px; height:469px;}
.slider img { position: absolute; top:0;left:0; z-index: 2; }
.slider p { position: absolute; z-index: 10; font-size: 24px; line-height: 27px; color: #fff; }
.slider .image { position: relative; z-index: 1; width: 296px; }
.slider .image1, .slider .image2 { height: 225px; }
.slider .image3, .slider .image4 { height: 244px; }
.slider .image1 p { bottom:6px;left:0; }
.slider .image2 p { top:0;left:9px; }
.slider .image3 p { bottom:3px;right:19px; }
.slider .image4 p { bottom:6px;right:16px; }

#i1, #i2, #i3, #i4 { z-index: 3; }
#i5, #i6, #i7, #i8 { z-index: 2; }
#i9, #i10, #i11, #i12 { z-index: 1; }

.info { width: 242px; background: #9f9e91; padding: 7px 5px 0 15px; height:462px; position:relative; overflow:hidden; }
.info p { font-size: 11px; line-height: 18px; color: #fff; padding: 0 0 15px 0; }

a.sales { color: #fff; font-weight: bold; border-bottom: 7px solid #93a3ca; padding: 5px 8px 0 0; }

.address { height: 60px; background: #ddddd8; padding: 8px 0 0 0; }
.address p { font-size: 11px; color: #6f6e5c; text-align: center; }
.address p.blue { color: #93a3ca; }

#footer p { font-size: 9px; color: #6f6e5c; }

/*inner*/
.main-inner { padding: 24px 0 25px 0 !important; }
#content { width: 475px; }
#content h3 { font-size: 12px; line-height: 18px; padding: 0 0 18px 0; }
#content p {  }
#content ul { padding: 0 0 0 18px; }
#content ul li { padding: 0 0 0 18px; }
#content .head { padding: 0 0 18px 0; }

#sidebar { width: 328px; border-left: 1px solid #93a3ca; padding: 0 0 0 11px; }
#sidebar img { margin: 0 0 19px 0; }
#sidebar img.last { margin:0; }


/* ------------------------------------------------------------------------------
   
  FORM ELEMENTS
   
   ------------------------------------------------------------------------------ */
.blockLabels {list-style:none;}
.uniForm{ background: #dde8ec ; -moz-border-radius: 10px; border-radius: 10px; }
    
    .uniForm legend{ font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
  
    .uniForm .ctrlHolder{ padding: 1em; border-bottom: 1px solid #c4ced1; }
    .uniForm .ctrlHolder.focused{ background: #e1f0f6; }
    
    .uniForm .buttonHolder{ background: #c4ced1; text-align: right; margin: 1.5em 0 0 0; padding: 1.5em;
                            /* CSS3 */
                            border-radius:         4px;
                            -webkit-border-radius: 4px;
                            -moz-border-radius:    4px;
                            -o-border-radius:      4px;
                            -khtml-border-radius:  4px;
                          }
      .uniForm .buttonHolder .primaryAction{ padding: 10px 22px; line-height: 1; background: #254a86; border: 1px solid #163362; font-size: 12px; font-weight: bold; color: #fff;
                                             /* CSS3 */
                                             border-radius:         4px;
                                             -webkit-border-radius: 4px;
                                             -moz-border-radius:    4px;
                                             -o-border-radius:      4px;
                                             -khtml-border-radius:  4px;
                                             box-shadow: 1px 1px 0 #d5e2e7;
                                             -webkit-box-shadow: 1px 1px 0 #d5e2e7;
                                             -moz-box-shadow: 1px 1px 0 #d5e2e7;
                                             text-shadow: -1px -1px 0 rgba(0,0,0,.25);
                                           }
      .uniForm .buttonHolder .primaryAction:active{ position: relative; top: 1px; }
      .uniForm .secondaryAction            { text-align: left; }
      .uniForm button.secondaryAction      { background: transparent; border: none; color: #777; margin: 1.25em 0 0 0; padding: 0; }
      
        .uniForm .inlineLabels label em,
        .uniForm .inlineLabels .label em{ font-style: normal; font-weight: bold; }
        .uniForm label small{ font-size: .75em; color: #777; }
        
      .uniForm .textInput,
      .uniForm textarea    { padding: 4px 2px; border: 1px solid #b2babe; background: #fff;
                             /* CSS3 */
                             border-radius:         3px;
                             -webkit-border-radius: 3px;
                             -moz-border-radius:    3px;
                             -o-border-radius:      3px;
                             -khtml-border-radius:  3px;
                           }
      .uniForm textarea    { height: 12em; }
      
        .uniForm .inlineLabels .ctrlHolder ul li,
        .uniForm .ctrlHolder ul.blockLabels li{ margin-top: .3em; margin-bottom: .3em; }
          .uniForm .ctrlHolder ul li label{ font-size: .85em; }
      
      /* Get rid of the 'glow' effect in WebKit, optional */
      .uniForm .ctrlHolder .textInput:focus,
      .uniForm .ctrlHolder textarea:focus{ outline: none; }
      
      .uniForm .formHint                    { font-size: .85em; color: #777; }
      .uniForm .inlineLabels .formHint      { padding-top: .5em; }
      .uniForm .ctrlHolder.focused .formHint{ color: #333; }
      
/* ----------------------------------------------------------------------------- */
/* ############################### Messages #################################### */
/* ----------------------------------------------------------------------------- */

  /* Error message at the top of the form */
  .uniForm #errorMsg{ background: #c20f2e; color: #fff; margin: 0 0 1.5em 0; padding: 1px 1.5em;
                      /* CSS3 */
                      border-radius:         4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius:    4px;
                      -o-border-radius:      4px;
                      -khtml-border-radius:  4px;
                      box-shadow: 0 0 14px rgba(0,0,0,.25);
                      -webkit-box-shadow: 0 0 14px rgba(0,0,0,.25);
                      -moz-box-shadow: 0 0 14px rgba(0,0,0,.25);
                    }
    .uniForm #errorMsg ol{ margin: 0 0 1.5em 0; padding: 0; }
      .uniForm #errorMsg ol li{ margin: 0 0 3px 1.5em; padding: 7px; background: #a20d27; position: relative; font-size: .85em;
                                /* CSS3 */
                                border-radius:         4px;
                                -webkit-border-radius: 4px;
                                -moz-border-radius:    4px;
                                -o-border-radius:      4px;
                                -khtml-border-radius:  4px;
                              }
  
  .uniForm .ctrlHolder.error,
  .uniForm .ctrlHolder.focused.error{ color: #c20f2e;
                                      /* CSS3 */
                                      border-radius:         4px;
                                      -webkit-border-radius: 4px;
                                      -moz-border-radius:    4px;
                                      -o-border-radius:      4px;
                                      -khtml-border-radius:  4px;
                                    }
    .uniForm .ctrlHolder.error input.error,
    .uniForm .ctrlHolder.error select.error,
    .uniForm .ctrlHolder.error textarea.error{ border-color: #c20f2e; }
    
  /* Success messages at the top of the form */
  .uniForm #okMsg{ background: #59a20e; color: #343434; margin: 0 0 1.5em 0; padding: 1px 1.5em; text-align: center;
                   /* CSS3 */
                   border-radius:         4px;
                   -webkit-border-radius: 4px;
                   -moz-border-radius:    4px;
                   -o-border-radius:      4px;
                   -khtml-border-radius:  4px;
                   box-shadow: 0 0 14px rgba(0,0,0,.25);
                   -webkit-box-shadow: 0 0 14px rgba(0,0,0,.25);
                   -moz-box-shadow: 0 0 14px rgba(0,0,0,.25);
                   text-shadow: 1px 1px 0 rgba(255,255,255,.25);
                 }
    .uniForm #OKMsg p{ margin: 0; }

/* ----------------------------------------------------------------------------- */
/* ############################### Columns ##################################### */
/* ----------------------------------------------------------------------------- */

    .uniForm .col{ margin-bottom: 1.5em; }
    /* Use .first and .last classes to control the layout/spacing of your columns */
    .uniForm .col.first{ width: 49%; float: left; clear: none;                   }
    .uniForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; }


