﻿/* Animal Party */
@import url("Menus.css");
@import url("Modules.css");
@import url("Paragraphs.css");

body {
 background-position: top center;
}
form {
 margin: 0px;
}



/* DwMain Definitions */
#DWMain {
 margin: 20px 0px 15px 0px;
}
.GeneralPages {
 /*background-repeat: no-repeat;
 background-position: top right;
 background-image: url(diversos/StarsBgMain.gif);*/
}
#DwLogo {
 padding-left: 8px;
}
.LeftColumn {
 background-position: top right;
 background-image: url(diversos/BgColor.gif);
}
.MiddleColumn {
 background-position: top left;
 background-image: url(diversos/BgColor.gif);
}
.RightColumn {
 background-position: top left;
 background-image: url(diversos/BgColorRight.gif);
}

/* Left Column */
#MainMenu {
 margin: 37px 10px 10px 15px;
 align: left;
}



/* Right Column */
.HomePage #DwContent {
 overflow: hidden;
}
.GeneralPages #DwContent {
 padding: 20px 40px 20px 40px;
 /*height: 400px;*/
 /* Conflict with iPaper */
 /*overflow: hidden;*/
 background-color: #CDE061;
/* position: relative; */
}
.ConditionsTable {
 border-left: 1px solid #802891;
 border-bottom: 1px solid #802891;
}
.ConditionsTable td {
 border-top: 1px solid #802891;
 border-right: 1px solid #802891;
}
#DwBottomLogo {
/* position: absolute; */
/* top: 97px;
 left: 93px;*/
 height:50px;
 overflow:hidden;
}
#SubMenu {
/* position: absolute; 
 top: 159px;
 left: 63px; */
 height: 15px;
 overflow:hidden;
 margin-top: 15px;
}
.GeneralPages #DwContentCell {
/* position: absolute;
 top: 186px;
 left: 115px; 
 width: 450px; 
 height: 212px;
 overflow: auto;
 margin-left: 125px; */
 width: 601px;
}
.ContentLimit {
 width: 420px;
}
#DwTopGraphicHolder {
 position: relative;
 height: 5px;
}
#DwTopGraphic {
 position: absolute;
 bottom: -60px;
 right: -30px;
}



/* Contacts Paragrah */

#ContactsParagraph {
 height: 114px;
 text-align: left;
 padding-left: 30px;
 background-repeat: no-repeat;
 background-position: bottom right;
 background-image: url(diversos/FooterStars.gif);
}
#ContactsParagraph p {
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
}
#ContactsParagraph a {
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
}



/*Sitemap*/
.Sitemap a {
 font-weight: normal;
}
.Sitemap a:hover {
 font-weight: normal;
}
.Sitemap ul {
 padding-top: 5px;
}
.Sitemap li {
 padding-bottom: 5px;
}



/* Footer */
#DwFooter {
 padding-left: 30px;
}
#DwFooter, #DwFooter small {
 color: #ffffff;
 font-size: 10px;
}
#DwFooter small a {
 color: #ffffff;
 font-size: 10px;
 font-weight: normal;
}
#DwFooter small a:hover {
 color: #ffffff;
 font-size: 10px;
 text-decoration: underline;
}