/* Multigames.se CSS */

body { height: 100%; background: #f2f1ec url(../images/shadowTile.jpg) top center repeat-y; font-family: Arial, Verdana, Helvetica, Sans-serif; text-align: center; z-index: 0; padding: 0; margin: 0; }

.textGeneral { color: #515050; font-size: 12px; }
.textDescription { color: #515050; font-size: 11px; }

a:link,
a:active,
a:visited { color: #797979; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

img { border: 0; }

div.clearBoth { clear: both; }

#baseDiv { width: 740px; margin: 0 auto; }
#contentDiv { width: 740px; background-color: #fff; text-align: left; * margin-left: 1px; /* Fix for IE browsers! */ }
#logoDiv { float: left; margin: 20px 0 0 20px; }
#menuDiv { clear: left; font-family: "Lucida Console", Helvetica, Sans-serif; padding: 35px 0 0 10px; }
#menuDiv a { margin: 0 10px; }
#menuDiv a:hover { border-bottom: 3px solid #ccc; }
#menuDiv a.selected,
#menuDiv a.selected:hover { border-bottom: 3px solid #ef2e25; }
#bannerDiv { margin-top: 10px; }
#mainContentDiv { margin: 15px 10px 0 10px; }

div.eqHOuter { float: left; /* Fixes problems with IE6 */ }
div.eqHOuter div.eqHTop { float: left; }
div.eqHOuter div.eqHInner { overflow: hidden; }
div.eqHOuter div.eqHInner div.eqHColumn { float: left; padding-bottom: 12345px; margin-bottom: -12345px; }

#frontOrangeBadge { width: 240px; background: #fff url(../images/frontBadge.jpg) top left no-repeat; }
#companyOrangeBadge { float: left; width: 240px; height: 200px; background: #919296 url(../images/companyBadge.jpg) top left no-repeat; }
#contactOrangeBadge { float: left; width: 240px; height: 200px; background: #919296 url(../images/contactBadge.jpg) top left no-repeat; }
#newsOrangeBadge { float: left; width: 240px; height: 200px; background: #919296 url(../images/newsBadge.jpg) top left no-repeat; }
#projectsOrangeBadge { float: left; width: 240px; height: 200px; background: #919296 url(../images/badgeTop.jpg) top left no-repeat; padding-top: 10px; }
#projectsOrangeBadge a { display: block; }
#projectsOrangeBadge img { vertical-align: top; }
#orangeBadgeBottom { width: 240px; height: 10px; }
#orangeBadgeBottom img { vertical-align: top; }

div.projectBox { width: 457px; }
div.projectBox div.projectBoxTop { height: 10px; background: url(../images/projectBoxTop.jpg) top left no-repeat; }
div.projectBox div.projectBoxMiddle { background: url(../images/projectBoxTile.jpg) top left repeat-y; padding: 10px; }
div.projectBox div.projectBoxBottom { height: 20px; background: url(../images/projectBoxBottom.jpg) top left no-repeat; }

#bottomDiv { clear: both; color: #787878; padding: 6px 0 10px 4px; border-top: 1px solid #c6c7b9; margin: 30px 10px 10px 10px; }
