﻿/* Espólio Fotográfico */
@import url("Menus.css");
@import url("Modules.css");
@import url("ProductCatalogue.css");
@import url("Cart.css");
@import url("Users.css");



/* Layout */
#DWMain {
 overflow: hidden;
 text-align: left;
}
form {
 margin: 0px;
 padding: 0px;
}
.hand {
 cursor: hand;
 cursor: pointer;
}
hr {
 height: 1px;
 color: #4E4E4E;
 padding: 0px;
 margin: 0px;
}
ol {
 padding: 0px;
 margin: 0px 0px 0px 30px;
}
ol li {
 margin-bottom: 5px;
 padding-bottom: 5px;
 border-bottom: 1px solid #4e4e4e;
}
small a {
 font-size: 9px;
 color: #999999;
}
small a:hover {
 color: #999999;
}



/* Homepage height definition */
.Homepage_Height {
 height: 524px;
 overflow: hidden;
}



/* Header */
#DwHeader {
 height: 80px;
 position: relative;
}
#TopLogo {
 float: left;
}
#BackToStart {
 position: absolute;
 top: 0px;
 margin: 13px 25px 7px 15px;
}
#BackToStart a {
 color: #999999;
 font-size: 11px;
 text-decoration: none;
}
#BackToStart a:hover {
 color: #dddddd;
 text-decoration: none;
}
#DwTopMenu {
 float: right;
 margin: 11px 25px 7px 25px;
}
#TopMenuSplit {
 position: absolute;
 top: 40px;
 right: 25px;
 height: 10px;
 width: 675px;
 background-repeat: repeat-x;
 background-position: top right;
 background-image: url(../layout/split.gif);
}
.HomePage #TopMenuSplit {
 display: none;
}
#SubMenu {
 position: absolute;
 left: 0px;
 top: 57px;
}



/* Content */
#ContentLayout_Outter {
 background-color: #212121;
 background-repeat: repeat-y;
 background-position: top right;
 background-image: url(../layout/ContentShadow.gif);
}
.ContentLayout_OutterBorder {
 border-top: 3px solid #CFA724;
}
#ContentLayout_Middle {
 border-top: 1px solid #333333;
 background-repeat: repeat-x;
 background-position: bottom left;
 background-image: url(../layout/BorderColor.gif);
}
#ContentLayout_Inner {
 height: 1px; /* Internet Explorer 6 correction */
 position: relative;
 background-repeat: repeat-y;
 background-position: top left;
 background-image: url(../pesquisa/bk_pesquisa.gif);
}
html>body #ContentLayout_Inner {
 height: auto;
}
#LeftColumn, #RightColumn {
 float: left;
}
#RightColumn_Home {
 position: absolute;
 top: 0px;
 left: 220px;
}



/* Left Column Containers */
#DwLeftMenu, #LatestNews, .QuickSearchTopTip {
 background-color: #212121;
 border-left: 1px solid #333333;
}
#DwLeftMenu {
 padding-left: 18px;
}
.DwLeftMenu_PaddingHome {
 padding-top: 16px;
}
.DwLeftMenu_PaddingGeneral {
 padding-top: 13px;
}
#LatestNews {
 padding: 0px 18px 0px 18px;
}
#QuickSearch {
 margin-top: 0px;
 padding-top: 0px;
 padding-bottom: 65px;
}
.QuickSearchTopTip {
 height: 23px;
 background-color: #212121;
 background-repeat: no-repeat;
 background-position: bottom right;
 background-image: url(../pesquisa/lupa1.gif);
}
.QuickSearchContent {
 margin: 0px 18px 0px 18px;
}
.QuickSearchSplit {
 height: 15px;
 background-repeat: no-repeat;
 background-position: bottom right;
 background-image: url(../pesquisa/split_pesquisa.gif);
}
#VerisignLogo {
 width: 214px;
 margin-top: 10px;
 text-align: center;
}



/* Right Column containers */
#FlashFrame {
 position: absolute;
 top: 40px;
 left: 220px;
 z-index: 100;
}
#GeneralContent {
 position: absolute;
 left: 0px;
 bottom: 0px;
 overflow: hidden;
}
#NewsletterSubscription, #ParagraphsCell {
 padding-top: 130px;
 padding-bottom: 25px;
 background-repeat: repeat-y;
 background-position: top right;
}
#NewsletterSubscription {
 width: 360px;
 background-color: #40727D;
 background-image: url(../layout/NewsletterSubsShadow.gif);
}
#ParagraphsCell {
 width: 340px;
 background-color: #273D3B;
 background-image: url(../layout/HomeContentShadow.gif);
}
.NewsletterSubscriptionContent {
 padding: 0px 40px 0px 40px;
}
#PagePath {
 margin: 3px 0px 16px 0px;
}
.HomePage #DwContentCell {
 padding: 0px 22px 0px 22px;
}



/* Footer */
#DwFooter {
 margin: 12px 0px 12px 0px;
}
#FooterLeft {
 float: left;
 width: 400px;
}
#FooterMenu {
}
#Footer {
 margin-top: 5px;
}
#FooterLogos {
 float: right;
}
.FooterLogo {
}