@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table{ border-collapse:collapse;border-spacing:0; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal;font-weight:normal; }
li{ list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }
q:before,q:after{ content:''; }
abbr,acronym { border:0;font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }
del,ins{ text-decoration:none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

object {
    outline: none;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
a { outline: none; }
:focus { -moz-outline-style: none; }

/*
 * Tag Rewrites
 */
/* force scrollbar 
html { overflow-y: scroll; }
*/
body {
    color: #333;
    background: #fff url(../images/gazillion_shaded_bg.jpg) center -180px no-repeat;
    font-family: Gotham, Arial, Helvetica, Verdana, Geneva, sans-serif;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
}
a,
a:link { 
    color: #444;
    text-decoration: none;
}
a:active { color: #999999; }
a:hover {
    color: #999999;
    text-decoration: underline;
}
a:visited { color: #444; }

/*
 * Main Page Styles
 */
h1 {
    font-size: 160%;
}
h2 {
    font-size: 140%; 
}
h1,h2,h3 {
    font-weight:bold;
    color: #9C1DBF;
}
#Logo {
    width: 210px;
    height: 82px;
    background: url(../images/gazillion.png) no-repeat;
    display:block;
    margin: 0 auto;
}
#Logo span { display:none; }
#Container {
    margin: 0 auto;
}
p {
    line-height: 160%;
    margin: 10px 0;
}
/*
 * Menu Styles
 */

/*
 * Sub Menu Styles
 */

/*
 * Content Styles
 */
#Content {
    width: 966px;
    margin: 0 auto;
    text-align: center;
}
 
/*
 * Page Content Styles
 */
#Careers_Body {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #cccccc;
    text-align: left;
    color: #666666
}

#Page_Content {
    text-align: left;
}
/*
 * Footer Styles
 */

/*
 * Other Page Styles
 */
#Build_ID {
    width: 950px;
    margin: 0 auto;
    text-align: right;
    padding-top: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 80%;
}
#Press_Release,
#Careers {
    text-align: left;
    margin-top: 11px;
    margin-bottom: 18px;
}
#Press_Release.ui-dialog-content,
#Careers.ui-dialog-content{
    padding: 20px 60px;
}
#Press_Release h2,
#Careers h2 {
    font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: normal;
    color: #6B1497;
    font-size: 120%;
}
#Press_Release .print_btn,
#Careers .print_btn{
    float: right;
    padding: 0 5px;
}
.center_panel .date {
    font-size: 90%;
    color: #777;
    text-align: left;
}
#No_Flash {
    margin-top: 200px;
}

/*
 * Setting up bold
 */
strong, b { 
    font-weight: bold;
    font-style: normal;
}


/*
 * 404 page
 */
div#staticBodyBg {
    width: 966px;
    height: 586px;
    padding: 10px;
    margin: 20px auto 0 auto;
    background: transparent url( '../images/gazillion_white_page_bg.jpg' ) no-repeat top center;
}

div#erorrType {
    color: #ccc;
    text-align: left;
    padding: 0 0 0 20px;
}

#errorMsgContainer {
    width: 548px;
    text-align: left;
    margin: 58px auto 0 auto;
}

#errorMsgContainer h1 {
    color: #9b1cbe;
    font-weight: normal;
}

#errorMsg {
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

#errorMsg h2 {
    font-size: 14px;
    margin-top: 30px;
}

#altLinks {
    background: #eee;
    height: 120px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-top: 10px;
}

#altLinks #linksContainer {
    margin: 5px 0 0 62px;
}

#altLinks a {
    display: block;
    color: #666;
    width: 100px;
    font-size: 14px;
    padding: 10px 0 0;
}

#altLinks a:hover,
#footer a:hover {
    color: #9b1cbe;
    text-decoration: none;
}

#footer {
    text-align: right;
    width: 844px;
    margin-top: 26px;
}

#footer a {
    color: #666;
    font-size: 11px;
    margin: 0 2px;
}

#footer #links {
    word-spacing: 6px;
}

#Menu {
    text-align: left;
    margin: 0 auto 12px;
    width: 840px;
}

#Menu li {
    font-weight: bold;
    font-size: 1.6em;
    display: inline;
    padding: 6px;
}
    #Menu li a {
        color: #72008C;
    }   
.center_panel {
    background: #FFF;
    border: 2px solid #9C1DBF;
    width: 760px;
    margin: 0 auto 12px;
    padding: 40px 40px 0 40px;
    min-height: 410px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
    .center_panel h1, .center_panel h2 {
        text-align: left;
    }
    .center_panel .logo {
        text-align: center;
        margin: 40px 0 0 0;
    }
        .center_panel .logo a {
            margin: 0 40px;
        }

        .center_panel .marvel_logo {
            position: relative;
            top: -30px;
        }
        .center_panel .fortune_logo {
            position: relative;
            top: -20px;
        }
.center_panel .online_games{
    margin-top: 40px;
}
#footer .icon {
    vertical-align: middle;
}
#ESRB_PC {
    float: left;
    position: relative;
    top: -16px;
}

.promo {
    position: absolute;
}
.careers_logo {
    position: relative;
    top: -80px;
    left: 720px;
}

.news_logo {
    float: left;
    width: 172px;
}
.news_link {
    display: block;
    width: 540px;
    float: right;
}

.investor {
    float: left;
    width: 170px;
}
.investor_text {
    width: 540px;
    float: right;
}

