/*WEBDEV*/
* {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight:normal;
}

body {
    font-size: 13px;
    line-height: 1.5;
    font-family: "Segoe UI",Arial, sans-serif;
    font-style:normal;
    font-variant:normal;

}

#wrap {
    background: #fff;
    margin: 0 auto 12px;
    padding: 7px 5px;
    position: relative;
    top: 0;
width: 993px;
}

#wrap.us {
    /*background: url(../../Images/bp_light.gif) no-repeat 0 0;*/
}

#wrap.software {
    width: 70em;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #F0E68C;
}

#wrap.win7 {width: 1007px; padding-left: 0; padding-right: 0;}

#masthead {
    width: 100%;
}

#siteName {
    background-color: transparent;
    background-image: none;
    height: 48px;
    position: relative;
    top: 3px;
    padding-left: 15px;
}

.mainLogo {
    background: url(../images/katron_small_f.png) no-repeat 0 0;
    display: block;
    height: 43px;
    left: 0;
    position: relative;
    text-indent: -999em;
    top: 8px;
    width: 250px;
}

#pageName {
    border-color: gray;
}

h4 {font-weight: bold;}

#nav {
    position: relative;
    top: 0;
    margin-bottom: 4px;
    overflow: auto;
    background-color: transparent;
}

#nav a {
    display: block;
    float: left;
    padding: 5px 5px 2px;
    width: auto;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #005A88;
    margin: 3px 12px;
    font-size: 14px;
    border: none;
    font-weight: normal;
}

#nav a.curr {
    text-decoration: none;
    color: #fff;
    background-color: #005A88;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#nav a:hover {
    text-decoration: none;
    color: #c00;
    /*background-color: #f0f0f0;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: underline;
    /*outline: 1px solid cornflowerblue;*/


}

.home #nav a:hover {text-decoration: none; outline: 0;}
#nav a.curr:hover {color: #fff; text-decoration: none; outline: 0;}



#footerx {clear: both; height: 1%; border-top: 1px solid #ccc; padding-top: 1em;}
#footerx p {margin: 0; padding: 5px; font-size: 94%; color: #333; width:80%;}
#siteInfox {clear: both; font-size: 11px; background: transparent;}
#siteInfox ul { list-style-type: none; text-align: right; position:relative; right: 5px;}
#siteInfox li {display: inline;  margin-left: 2em; line-height: 1.1em;}

/* bread crumbs*/
#br_wrap{padding: 25px 0 0; background-color: #fff; border: none;}
#breadcrumb ul {margin: 0; padding: 0;}
#breadcrumb{
    /*background: url(../images/breadcrumb_bg.gif) repeat-x;*/
    height:35px;
    color:#888;
    overflow:hidden;
    /*margin-top: 1em;*/
    padding:0;
    border: none;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border: 1px solid #ccc;
}
#breadcrumb li{list-style-type:none;
    float:left;
    display: block;
    line-height: 3em; /* match the line height of LI to that of breadcrumbs, so that text and images can be centered vertically*/
    background: url(../images/breadcrumb_sep.png) no-repeat left 1px;
    padding: 0 8px 0 20px;
}
#breadcrumb li a{text-decoration: none; color:#454545; outline: 0;
    display: block; /* VERY IMPORTANT: MAKES THE HOME ICON CLICKABLE IN THE NEXT RULE.*/

}
#breadcrumb li.home{background: none; /* important to override, otherwise the separator will show*/}
#breadcrumb li.home a{margin: 1px 0 ; padding: 0;
    width: 2em; /* so the link gains size WHICH WILL BE CLICKABLE*/
    background: url(../images/home.gif) no-repeat left 6px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    height: 2em;
}
#breadcrumb li.home a:hover {background: url(../images/home.gif) no-repeat left -21px;}
#breadcrumb a:hover{color:#b00;}
#breadcrumb ul.right {position: relative; right:18px; float: right; padding: 0 1em;}


#footer {clear: both; margin-top: 25px; padding-top: 25px; color: #888;}
#footer a {margin: 0 8px; padding: 0 1px; color: #888; font-size: 11px; font-style: normal; text-transform:capitalize;}
#footer a:link, #footer a:visited {border-bottom:1px solid #DDDDFF; color:#0044BB; font-weight:bold; text-decoration:none; }
#footer a:hover {border-color:#0099FF; border-style:solid; border-width:0 0 1px; color:#0066FF; text-decoration:none;}
#footer #col1, #footer #col2  {float: left; width: 30%; margin-bottom: 1em;}
#footer #col1 {margin-left: 1em; text-align: left;}
#footer #col2 {text-align: center; width: 35%;}
#footer #col3 { float: right; background: transparent url(../images/logo_katron_small_f.png) no-repeat 99% 0; display: block; height: 84px; position: relative; right: 12px; width: 28%; text-align: center;}
#footer p { margin-bottom: .2em; margin-top: 0; font-size: 11px;}
#footer #col3 p {margin-top: 88px; color: #888;}
.leaderboard {clear:both; overflow: auto;}
