﻿/* Ford Concessionários */

@import url("Menus.css");
@import url("MenusDesign.css");
@import url("Modules.css");
@import url("ProductCatalogue.css");
@import url("jquery.css");

html, body {
 height: 100%;
}
#DwMain {
 position: relative;
 height: 100%;
 overflow: hidden;
 min-height: 100%;
 background-color: #ffffff;
}
a img {
 border: 0px;
}
.clear {
 clear: both;
}
form {
 margin: 0px;
}



/* Body */
#DwBody {
 position: relative;
 padding-bottom: 65px;
 border-top: 9px solid #ff7808;
}
* html #DwBody {
 position: fixed;
}
#DwMenuColumn {
 float: left;
 overflow: hidden;
 margin-top: 146px;
}
#QuickSearch {
 height: 35px;
 margin-bottom: 4px;
 background-repeat: no-repeat;
 background-image: url(../diversos/Search.png);
}
#QuickSearch form {
 padding: 5px 8px 0px 43px;
 background-repeat: no-repeat;
 background-position: 19px 5px;
 background-image: url(../diversos/SearchGraph.gif);
}
* html #QuickSearch input {
 position: relative;
 z-index: 900;
}
#QuickSearch_q {
 height: 14px;
 width: 120px;
 padding: 0px;
 margin: 0px 4px 0px 0px;
}
#DwContentColumn {
 float: right;
 overflow: hidden;
}
#DwTopGraphic {
 width: 780px;
 text-align: right;
 overflow: hidden;
 position: relative;
 margin-bottom: 8px;
}
#DwLogo {
 position: absolute;
 top: 16px;
 right: 0px;
}
#DwContentCell {
 margin: 5px 200px 0px 5px;
}
#PageName {
 padding-bottom: 15px;
}
#backofficeIntro {
 display: none;
 position: absolute;
 left: 5px;
 bottom: 0px;
}
#backofficeIntro img {
 vertical-align: middle;
}


/* Paragraphs */
.T11-B11-Image {
 padding-top: 10px;
}
.B11-T11-Image {
 padding-bottom: 10px;
}
.Bx-Tx-Image {
 padding-right: 10px;
}
.Tx-Bx-Image {
 padding-left: 10px;
}



/* Footer */
#DwFooterHolder {
 width: 100%;
 position: absolute;
 bottom: 0px;
 height: 65px;
 overflow: hidden;
}
#DwFooterHolder small {
 font-size: 10px;
 color: #535353;
}
#DwFooterCell {
 margin: 20px 5px;
 padding: 15px 5px 0px 5px;
 border-top: 1px solid #7d7d7d;
}
#FooterMenu {
 float: left;
}
#Footer {
 float: right;
}
#Footer div {
 display: inline;
 padding-left: 10px;
}
#Footer img {
 vertical-align: bottom;
}