/* Created by Grow for Motomedia 2006 */

/*        -------------------------------------------------------------
        Grow Media Design 2006
        www.growmedia.co.uk
        One of These Pixels is Doing its Own Thing
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Description:        Base setup styles
        Filename:                motosim.css
        Version:                2.1
        Date:                        Dec 12, 2006
        -------------------------------------------------------------        */


/*        -------------------------------------------------------------
        Base Body Styles
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */
        /* Netscape 4 safe font sizes */

html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

html { font-size: 62.5%; } /* 1em = 10px */

html { font-size: 86%; } /* override it ... go bigger */

body {
        margin:0px;
        padding:0px;
        text-align:center;
        border: 0;
        color:#000;
        background: #c0c0c0 /*url(../img/bkg.jpg) top left repeat-x*/;
}

div.spacer {
  overflow: hidden;
        clear: both;
        height: 1px;
        margin: -1px 0 0 0;
        font-size: 1px;
}

/*        -------------------------------------------------------------
        TEXT
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */

h1 {
  color: #c1272d;
 font-size: 180%;
 font-weight: normal;
  margin:0 0;
  padding: 0 0 0px 0px;
}



/*        -------------------------------------------------------------
        LAYOUT
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */

#container {
        width: 100%;
        \width: 100%;  /* for IE5/Win */
        w\idth: 100%;  /* for good browsers */
        margin: 0px auto 0px auto;
        overflow: visible;
        text-align: centre;
}

html, body
{
        height: 100%;
        background: #494949 url(../img/bkg_mm.jpg) repeat-x;
        text-align: center;
}
a {
  color: #c1272d;
  background-color: transparent;
  text-decoration:none;
  font-weight: bold;
}

a:hover {
  color: #c1272d;
  background-color: transparent;
  font-weight: bold;
  text-decoration:underline;
}

#flashcontent{
        position: absolute;
        width: 1000px;
        height: 600px;
        left: 50%;
        top: 50%;
        margin-left: -500px;
        margin-top: -300px;
        /*border: 3px solid #999;*/
}

#simflashcontent{

        /*border: 3px solid #999;*/
}


.capcomindex{
             padding-top: 100px;
        }

.simpage{
    background: #313131;
    color: #fff;
    width: 800px;
    text-align: left;
    }

.textpad{
        padding: 40px;
        }

#header{
 height:160px;
 width: 800px;
 background: url(../img/hdr_160b.gif) no-repeat;
 margin-top: 30px;
 color: #fff;
}

.blue{
        color: #06e2d0;
}


.navcontainer{
        margin: 132px 0px 0px 0px;
        }


.navlist
{
margin: 0;
padding: 0 0 20px 40px;
border-bottom: none;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
float: left;
line-height: 16px;
font-weight: normal;
margin: 0 25px 4px 10px;
text-decoration: none;
color: #fff;
}

.navlist a:link.current, .navlist a:visited.current, .navlist a:hover
{
/*border-bottom: 3px solid #000;*/
padding-bottom: 6px;
background: transparent;
color: #c1272d;
}

.navlist a:hover { color: #c1272d; }