html, body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
    color: #000;
    font: 14px/16px tahoma, sans-serif;
}

img { display: block; border: none; }
form { margin: 0px; padding: 0px; }
address { font: 14px/16px tahoma, sans-serif; }

a:link, a:visited, a:hover { color: #3149C6; }

#header {
    min-width: 540px;
    height: 99px;
    background: url('/images/header_bg.png') repeat-x;
}

/* Logo */

#logo {
    width: 268px;
    height: 99px;
    float: left;
    background: url('/images/logo_bg.png') no-repeat;
}
#logo a { position: relative; top: 30px; left: 59px; }
#logo img { display: inline; }

/* Login Form */

#loginForm {
    width: 234px;
    height: 67px;
    float: right;
    padding: 24px 20px 8px 15px;
    background: url('/images/login_form_bg.png') no-repeat;
    font-size: 11px;
    text-align: center;
}

#loginForm a:link, #loginForm a:visited { color: #FFF; text-decoration: underline; }
#loginForm a:hover { color: #3149C6; }

#loginForm form { margin: 0px; padding: 0px; }
#loginForm table { margin: 0px auto;}
#loginForm table td { verical-align: middle; text-align: center; }
#loginForm .field .name { padding-right: 4px; color: #FFF; font: bold 11px tahoma, sans-serif; text-align: right; }
#loginForm input { width: 130px; }
#loginForm button { padding: 0px 0px 0px 4px; border: none; background: transparent; cursor: pointer; cursor: hand; }

/* Menu Bar */

#menubar {
    height: 35px;
    margin: 0px 10px;
    background: url('/images/menubar_bg.png') repeat-x;
}
#menubar a { float: left; }

/* Menu */

#menu {
    height: 29px;
    float: right;
    margin: 0px;
    padding: 0px 5px 6px 0px;
    background: url('/images/menu_corner_bg.png') no-repeat right bottom;
}

#menu li {
    display: block;
    float: left;
    padding: 0px 8px 0px 9px;
    background: url('/images/menu_separator.png') no-repeat left center;
    font: bold 10px/29px tahoma, sans-serif;
    text-transform: uppercase;
    list-style: none;
}
#menu li#firstMenuItem { padding-left: 8px; background: none; }
#menu li#lastMenuItem { padding-right: 0px; }
#menu li a:link, #menu li a:visited { color: #000; text-decoration: none; }
#menu li a:hover { text-decoration: underline; }

/* Block Menu */

#blockMenu {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

#blockMenu li {
    padding-left: 25px;
    border-bottom: 1px solid #CCC;
    background: url('/images/block_menu_bullet.png') no-repeat 10px center;
    font: bold 10px/25px tahoma, sans-serif;
    text-transform: uppercase;
    list-style: none;
}

#blockMenu li a:link, #blockMenu li a:visited { color: #000; text-decoration: none; }
#blockMenu li a:hover { text-decoration: underline; }

/* Body Container */

table#bodyContainer {
    width: 100%;
    margin: 10px 0px;
}
table#bodyContainer td { vertical-align: top;}

/* Common Elements */

h2 {
    margin: 0px 0px 14px 0px;
    padding: 0px;
    padding-bottom: 4px;
    background: url('/images/heading_border_bg.gif') no-repeat left bottom;
    font: bold 13px tahoma, sans-serif;
}

h2 a { text-decoration: none; }

h3 {
    margin: 0px 0px 14px 0px;
    padding: 0px;
    padding-bottom: 4px;
    background: url("/images/heading_border_blue_bg.gif") no-repeat scroll left bottom transparent;
    font: bold 16px tahoma, sans-serif;
}

p img { margin: 0 1em; border: 1px solid #DDD; }

dl { margin: 14px 0px; padding: 0px; }
dl dt { margin: 0px; padding: 0px; }
dl dd { margin: 0px; padding: 0px; }

/* Content */

#content {
    margin: 10px 259px 0px 257px;
    padding: 0px 10px;
}

#content.secondary h2 {
    margin: 0px 0px 1em 0px;
}

#content h1 {
    margin: 10px 0px;
    padding: 0px;
    font: bold 15px tahoma, sans-serif;
}

#content h2 { margin: 20px 0px 14px 0px; }

#content ul { margin: 14px 0px; padding: 0px; }
#content ul li { list-style: square inside; }

ul#partners li { list-style: none; }

/* Left Column */

#leftCol {
    width: 400px;
    padding: 0px 11px 10px 10px;
    background: url('/images/column_border_bg.gif') repeat-y right top;
}

#leftCol p {
    margin: 14px 0px;
    font-weight: normal;
}

#leftCol ul { margin: 14px 0px; padding: 0px; }
#leftCol ul li { list-style: none; font-weight: bold; }

#leftCol address, #rightCol address { padding-top: 14px; border-top: 1px solid #FA3; }

/* Right Column */

#rightCol {
    width: 248px;
    padding: 0px 10px 40px 11px;
    background: url('/images/column_border_bg.gif') repeat-y left top;
}

/* Domain News */

dl#domainNews {}
dl#domainNews dt { font-weight: bold; }
dl#domainNews dd { margin-bottom: 1em; }

/* Domain Check Form */

#domainCheckForm {
    width: 470px;
    margin: 14px 0px;
    padding: 0px 8px;
    background: url('/images/domain_check_bg.png') repeat-y;
}

#rightCol #domainCheckForm { margin: 14px auto; }

#domainCheckFormTop { width: 494px; height: 5px; margin: 0px -8px 3px -8px; background: url('./images/domain_check_top.png') no-repeat center top; font-size: 0px; }
#domainCheckFormBottom { width: 494px; height: 5px; margin: 0px -8px 0px -8px; background: url('./images/domain_check_bottom.png') no-repeat center bottom; font-size: 0px; }

#domainCheckForm table { width: 470px; }
#domainCheckForm table td { font-size: 11px; vertical-align: top;padding-bottom:5px; }
#domainCheckForm table td#subdomain { padding-bottom: 10px; text-align: center; }
#domainCheckForm table td#subdomain input { width: 198px; }

td#domainCheckButton { padding-top: 5px; text-align: right; }
td#domainCheckButton button { width: 95px; padding: 0px; border: none; background: transparent; cursor: pointer; cursor: hand; }

/* Contest Work */

#contestWork {
    width: 220px;
    margin: 0px auto 14px auto;
    padding: 0px 8px;
    background: url('/images/contest_work_bg.png') repeat-y;
    font: 11px tahoma, sans-serif;
    text-align: center;
}

#contestWorkTop { width: 236px; height: 5px; margin: 0px -8px 5px -8px; background: url('./images/contest_work_top.png') no-repeat center top; font-size: 0px; }
#contestWorkBottom { width: 236px; height: 5px; margin: 5px -8px 0px -8px; background: url('./images/contest_work_bottom.png') no-repeat center bottom; font-size: 0px; }

/* Footer */

#footer {
    margin-top: 10px;
    background: url('/images/footer_border_bg.png') repeat-x top left;
    font-weight: bold;
}

#footer img { display: inline; margin: 0px 5px; }

#footerHelper {
    padding: 19px 0px 15px 0px;
    background: url('/images/footer_helper_bg.png') no-repeat top left;
    text-align: center;
}

#domainCount { margin: 14px 0px; color: #FFF; text-align: center; }
