/* Global
-----------------------------------------*/
* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }

body { background: #28132f; font: normal 12px/1.5 Tahoma, Verdana, Helvetica, sans-serif; color: #101010; }

h2 { padding-top: 30px; font-weight: normal; font-size: 17px; color: #28132f; }

img { border: 0; }

/* Base
-----------------------------------------*/
#container { height: 100%; position: relative; z-index: 2; }
.bg-line { position: relative; margin: 0 auto; background: url('/images/bg_line.gif') top center repeat-y; width: 940px; min-height: 100%; height: auto !important; height: 100%; }
.wrap { position: relative; }

.pusher { clear: both; height: 84px; }

/* Top Line
-----------------------------------------*/
.top_nav { background: #44204c; height: 33px; color: #fff; }
.top_nav .slogan { padding-left: 10px; font-weight: bold; font-size: 14px; line-height: 33px; }

/* Header
-----------------------------------------*/
.header { background: #43204b url('/images/header_bg.gif') repeat-x left top; height: 140px; color: #fff; }

.logo { float: left; position: relative; z-index: 100; padding: 40px 0 0 30px; width: 175px; }
.logo a { display: block; width: 108px; height: 46px; }

/* Content
-----------------------------------------*/
.content { background: #fff; text-align: center; }

/* Footer
-----------------------------------------*/
#footer { position: relative; z-index: 10; margin-top: -84px; height: 84px; }
.footer { clear: both; margin: 0 auto; border-top: 2px solid #5e3768; padding: 1em 0 2em; background: #44204c; width: 940px; font-size: 12px; text-align: center; color: #fff; padding-left: 1px; }

.footer a { color: #fff; }
.footer a:active { text-decoration: none; }