/*************************************************************
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
body {
    background: #7aa054;
    color: #fff;
    font: 75%/1 Verdana, Arial, sans-serif;
}
a:hover { text-decoration: none; }
/* /global elements
 *****************************************************/

/* base layout
 *****************************************************/
.container {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}
#header { background: #1a1a1a url( ../images/bg_branding.png ) repeat-x 0 0; }
#header .inner { background: transparent url( ../images/bg_branding.png ) repeat-x 0 100%; }
#home #bg { background: transparent url( ../images/bg_bg_home.png ) repeat-x 0 0; }
#home #bg .container {
    margin: 0 auto;
    width: 940px;
}
#sub #bg {
    background: transparent url( ../images/bg_sub_bg.png ) repeat-x 0 0; 
}
#showcase {
    background: #abdb6c url( ../images/bg_showcase.png ) repeat-x 0 0;
    padding: 7px 0 8px;
}
#contentWrap { margin: 0 0 25px; }
#sub #contentWrap {
    background: #fff url( ../images/bg_content_wrap_sub.png ) no-repeat 0 0;
}
#sub #mainContent {
    background: transparent url( ../images/bg_content_wrap_sub.png ) no-repeat -960px 100%;
    padding: 10px;
}
#footer {
    background: #465e2f url( ../images/bg_footer.png ) repeat-x 0 0;
}
/* /base layout
 *****************************************************/

/* common elements
 *****************************************************/
.left { float: left; }
.right { float: right; }
.cols, form .item, form .buttons { overflow: hidden; }
.col { float: left; }
.print { display: none; }

.ir {
    display: block;
    overflow: hidden;
    position: relative;
}
.ir span {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.ad728x90 {
    height: 90px;
    margin: 7px auto;
    width: 728px;
}
.ad160x600 {
    height: 600px;
    width: 160px;
}
.ad img { display: block; }
/* /common elements
 *****************************************************/

/* header elements
 *****************************************************/
#header h1 {
    float: left;
    height: 50px;
    padding: 15px 0;
    width: 319px;
}
#header h1 a {
    color: #89b25c;
    font-size: 4.5em;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    width: 319px;
}
#header h1 small {
    background: #89b25c;
    color: #222;
    font-size: 0.5em;
}
#header h1 a span { background: transparent url( ../images/logo_mx_check.png ) no-repeat 0 0; }

#mainNav {
    float: right;
    padding: 24px 0;
    width: 500px;
}
#mainNav li {
    float: left;
    margin: 0 0 0 25px;
    text-transform: uppercase;
}
#mainNav li.first { margin: 0; }
#mainNav li a {
    color: #b7e080;
    display: block;
    text-decoration: none;
}
#mainNav li a span { display: block; }
#mainNav li a span span { padding: 10px 15px; }
#mainNav li a:hover, #mainNav li.active a {
    background: #92c256 url( ../images/bg_main_nav_hover.png ) no-repeat 0 0;
    color: #fff;
}
#mainNav li a:hover span, #mainNav li.active a span { background: transparent url( ../images/bg_main_nav_hover.png ) no-repeat 0 100%; }
#mainNav li a:hover span span, #mainNav li.active a span span { background: transparent url( ../images/bg_main_nav_hover.png ) no-repeat 100% 100%; }
/* /header elements
 *****************************************************/

/* showcase elements
 *****************************************************/
#showcase .container {
    padding: 0;
    width: 940px;
}
#showcase .ad { margin: 0 auto; }
#steps {
    float: left;
    height: 214px;
    margin: 7px 0 0;
    position: relative;
}
#steps li {
    height:214px;
    width: 466px;
    position: absolute;
}
#steps li.active { z-index: 100; }
#steps .button {
    background-color: #283d12;
    color: #85b249;
    float: right;
    height: 72px;
    position: relative;
    text-indent: -1000em;
    width: 174px;
}
#steps li .button:hover {
    background-position: -174px 0;
    color: #b5dc82;
}
#steps li.active .button { background-position: -348px 0}
#steps li.active .button:hover { background-position: -348px 0; }
#send .button {
    background: transparent url( ../images/button_one.png ) no-repeat 0 0;
    height: 70px;
    margin: 0 -174px 0 0;
}
#analyze .button {
    background: transparent url( ../images/button_two.png ) no-repeat 0 0;
    margin: 70px -174px 0 0;
}
#report .button {
    background: transparent url( ../images/button_three.png ) no-repeat 0 0;
    margin: 142px -174px 0 0;
}
#steps li .content {
    background: #5a7d37 url( ../images/bg_tabs.png ) no-repeat 0 0;
    height: 214px;
    width: 466px;
    visibility: hidden;
}
#steps li.active .content { visibility: visible; }
#steps li .content h1 {
    height: 59px;
    margin: 0 auto;
    padding: 75px 0 0;
    position: relative;
}
#send .content h1 { width: 205px; }
#analyze .content h1 { width: 347px; }
#report .content h1 { width: 305px; }
#steps li .content h1 a {
    color: #f2f2f2;
    font-size: 5.6em;
    height: 59px;
    line-height: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1000;
}
#steps li .content h1 a span { background: transparent url( ../images/text_tabs.png ) no-repeat 0 0; }
#steps #analyze h1 span { background-position: 0 -59px; }
#steps #report h1 span { background-position: 0 -118px; }

#serverCheck {
    background: #283b13 url( ../images/bg_server_check.png ) no-repeat 0 0;
    float: right;
    margin: 7px 0 0;
    width: 300px;
}
#serverCheck form {
    background: transparent url( ../images/bg_server_check.png ) no-repeat 100% 100%;
    min-height: 194px;
    padding: 10px 18px;
}
#serverCheck h2 {
    background: transparent url( ../images/bg_server_check_title.png ) no-repeat 50% 100%;
    font: normal 1.92em/1.2em Arial, sans-serif;
    font-style: italic;
    padding: 0 0 10px;
    text-align: center;
}
#serverCheck h2 strong {
    color: #b5ff50;
    font-weight: normal;
}
#serverCheck label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1.42em;
    font-style: italic;
    line-height: 1.4em;
    padding: 5px 3px 10px;
    text-align: center;
}
#serverCheck input {
    display: block;
    margin: 0 auto;
    padding: 3px 0;
    width: 192px;
}
#serverCheck button.submit {
    background: #81c823 url( ../images/bg_quick_tools_submit.png ) repeat-x 0 100%;
    border: 1px solid #6ea827;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10px auto 0;
    min-height: 18px;
    padding: 3px 0;
    text-transform: uppercase;
    width: 196px;
}
/* /showcase elements
 *****************************************************/

/* mainContent elements
 *****************************************************/
#quickTools {
    overflow: hidden;
    padding: 0 0 20px;
}
#quickTools li {
    float: left;
    margin: 20px 0 0 20px;
    width: 300px;
}
#quickTools li.first {
    clear: left;
    margin: 20px 0 0;
}
#quickTools h2 {
    background: #2a4014 url( ../images/bg_quick_tools_title.png ) no-repeat 0 0;
    color: #c4ff79;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 1px;
    overflow: hidden;
    text-transform: uppercase;
}
#quickTools h2 span {
    background: transparent url( ../images/bg_quick_tools_title.png ) no-repeat -300px 100%;
    display: block;
}
#quickTools h2 span span {
    background: transparent url( ../images/icons_quick_tools.png ) no-repeat 8px 5px;
    padding: 8px 0 9px 72px;
}
#toolReverseDNS h2 span span { background-position: -302px 5px; }
#toolWhois h2 span span { background-position: -612px 6px;  }
#toolSPFRecord h2 span span { background-position: -922px 5px; }
#toolBlacklist h2 span span { background-position: -1232px 6px; }
#toolDiagnostic h2 span span { background-position: -1542px 6px; }

#quickTools form {
    background: #2a3f14 url( ../images/bg_quick_tools_form.png ) no-repeat 0 0;;
}
#quickTools form .inner {
    background: transparent url( ../images/bg_quick_tools_form.png ) no-repeat -300px 100%;
    min-height: 99px;
    padding: 6px;
}
#mainContent form label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1.42em;
    font-style: italic;
    line-height: 1.4em;
    padding: 12px 3px;
    text-align: center;
}
#mainContent input {
    float: left;
    margin: 0;
    padding: 3px 0;
    width: 193px;
}
#mainContent button.submit {
    background: #81c823 url( ../images/bg_quick_tools_submit.png ) repeat-x 0 100%;
    border: 1px solid #6ea827;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0 6px;
    min-height: 20px;
    padding: 3px 0;
    text-transform: uppercase;
    width: 85px;
}
#mainContent .twocols { clear: both; }
#mainContent .twocols .first {
    margin: 0 10px 0 0;
    width:770px;
}
#mainContent .threecols .col {
    margin: 0 0 0 20px;
    width: 300px;
}
#mainContent .threecols .first { margin: 0; }
#mainContent .col h2 {
    color: #b0ff62;
    font-size: 1.67em;
    font-weight: normal;
    padding: 0 0 8px 35px;
}
#getHelp h2 { background: transparent url( ../images/icons.png ) no-repeat -1227px 0; }
#latestArticles h2 { background: transparent url( ../images/icons.png ) no-repeat -917px 0; }
#mainContent ul.titles {
    background: transparent url( ../images/bg_titles_list.png ) no-repeat 0 0;
    overflow: hidden;
    padding: 2px 0 0;
}
#mainContent ul.titles li {
    background: transparent url( ../images/sep_titles_list.png ) repeat-x 0 100%;
    float: left;
    padding: 0 0 1px;
    width: 300px;
}
#mainContent ul.titles h3 a {
    color: #bcff79;
    float: left;
    padding: 12px 0 13px 30px;
    text-decoration: none;
    width: 270px;
}
#getHelp ul.titles h3 a {
    background: transparent url( ../images/icons.png ) no-repeat 7px 10px;
}
#latestArticles ul.titles h3 a {
    background: transparent url( ../images/icons.png ) no-repeat -304px 10px;
    padding: 5px 0 6px 30px;
}
#mainContent ul.titles h3 a:hover {
    background-color: #6b8b4c;
    color: #fff;
}
#mainContent ul.titles h3 span {
    color: #e7e6e6;
    display: block;
    font-size: 0.83em;
    font-weight: normal;
    line-height: 1.4em;
}
#mainContent .col a.more {
    background-image: url( ../images/icons.png );
    background-repeat: no-repeat;
    color: #bcff79;
    float: right;
    font-size: 0.83em;
    margin: 10px 0 0;
    padding: 3px 2px 3px 23px;
    text-decoration: none;
}
#mainContent .col a.more:hover { color: #fff; }
#mainContent .col a.rss { background-position:  -620px 0; }
#mainContent .col a.help { background-position:  -1547px 0; }
#mainContent h1 {
    background: transparent url( ../images/icons_result.png ) no-repeat 0 0;
    color: #333;
    float: left;
    font-size: 2.33em;
    font-weight: normal;
    padding: 10px 0 20px 60px;
}
#mainContent h1 strong {
    color: #4a890c;
    font-weight: normal;
}
#options {
    float: right;
    padding: 13px 5px 0 0;
}
#options li {
    float: left;
    margin: 0 0 0 16px;
}
#options .icon { background-image: url( ../images/icons_options.png ); }
#options .delete { background-position: -22px 0; }
#options .add { background-position: -44px 0; }
#options .secure { background-position: -66px 0; }
#mainContent .result { margin: 0 0 10px; }
#mainContent .result h2 {
    background: #cde9a7 url( ../images/icons_result.png ) no-repeat -782px -7px;
    border-top: 1px solid #7aa054;
    color: #333;
    padding: 6px 0 8px 41px;
}
#mainContent .result h2 strong {
    color: #03f;
    font-weight: normal;
}
#mainContent .result h2 a.help {
    background: transparent url( ../images/icons_result.png ) no-repeat -1569px -16px;
    float: right;
    margin: 2px 8px 0 0;
}
#mainContent .result .content {
    background: #e6f2ff;
    color: #000;
    font: normal 1.1em/1 "Courier New", Courier, sans-serif;
    height: 250px;
    overflow: auto;
    padding: 5px;
}

#mainContent .col form {
    background: #cde9a7;
    color: #393939;
    min-height: 240px;
    padding: 5px;
}
#mainContent .col form h4 {
    font-size: 1.7em;
    font-style: italic;
    font-weight: normal;
    padding: 20px 0 30px;
    text-align: center;
}
#mainContent .col form label {
    font-size: 1.83em;
    padding: 12px 3px 37px;
}
/* /mainContent elements
 *****************************************************/

/* subContent elements
 *****************************************************/
/* /subContent elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer .inner {
    background: transparent url( ../images/bg_footer_inner.png ) no-repeat 0 0;
    min-height: 88px;
    padding: 10px 0;
}
#sub #footer .inner { background-position: -943px 0; }
#footer ul { overflow: hidden; }
#sub #footer ul { margin: 0 0 0 20px; }
#footer li {
    background: transparent url( ../images/sep_footer_menu.png ) no-repeat 0 50%;
    float: left;
    padding: 0 48px 0 49px;
}
#footer li.first { background: none; }
#footer li a {
    color: #82ff00;
    display: block;
    text-transform: uppercase;
}
#footer li a:hover  {
    background: #3e522b url( ../images/bg_footer_menu_link.png ) no-repeat 0 0;
    color: #fff; }
#footer li a span { display: block; }
#footer li a:hover span { background: transparent url( ../images/bg_footer_menu_link.png ) no-repeat 100% 0; }
#footer li a span span span {
    padding: 7px 12px;
}
#footer li a:hover span span { background-position: 0 100%; }
#footer li a:hover span span span { background-position: 100% 100%; }
#footer h6 {
    color: #c9c9c8;
    font-size: 0.83em;
    font-weight: normal;
    margin: 40px 0 0;
    text-align: center;
}
#footer h6 img {
    background: transparent url( ../images/logo_mx_check_small.png ) no-repeat 0 0;
    height: 20px;
    margin: 0 0 -6px;
    width: 126px;
}
/* /footer elements
 *****************************************************/

