/* CSS Reset v1.0 | 20080212 */
html, 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,
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/******************** Typography ********************/
body {
    font-family: Sans-serif;
    font-size: 9px;
    line-height: 13px;
	letter-spacing:1px;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
a:active {
    color: #ffffff;
    text-decoration: none;
}
#viewportprofile a:link {
    color:#fff;
}
#viewportprofile a:visited {
    color:#fff;
}
#viewportprofile p {
	line-height:18px;
}

/******************** Layout ********************/
#logo {
    position:absolute;
    top:150px;
    left:0px;
}

#container {
    width:800px;
    height:425px;
    margin:150px auto 0 auto;
    padding:0 0 0 250px;
}

#viewport {
    float:left;
    width:425px;
    height:425px;
    overflow:hidden;
    background-color:#000;
    margin-right:25px;
}
#viewport p {
    padding:0;
}
#viewport-text {
    position:relative;
    float:left;
    width:300px;
    height:425px;
    overflow:hidden;
}
#viewportprofile {
    position:relative;
    float:left;
    width:425px;
    height:425px;
    overflow:hidden;
    background-color:#000;
    margin-right:25px;
    margin-left:50px;
    z-index:1;
}
#viewportprofile p {
    color:#fff;
    margin-bottom:18px;
    margin-left:25px;
}
.outer {
    position: relative;
    display: table;
    vertical-align: middle;
    height: 425px;
    width: 375px;
    margin: 0 auto 0 auto;
    }

.inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    }

/*Now the hack for obsolete browsers-ok, just IE*/
/* \*/
* html .inner {
    top: 50%;
    left: 0;
    }

* html .inner {
    position: relative;
    top: -50%;
    }
/* */

.content {
    position:relative;
    height:425px;
}
.content p {
    margin-top:350px;
    height:108px;
    width:300px;
}
.double p {
    margin-top:337px;
    height:126px;
    width:300px;
}


#menu {
    position:relative;
    float:left;
    width:50px;
    height:425px;
}
#menu-inner {
    position:absolute;
    bottom:0;
}
#menu-inner img {
    padding-right:10px;
}


/* Menu effect */

#sideBar{
    position: absolute;
    top:150px;
    left:0px;
    background-image:url('parts/background.gif');
    background-position:top left;
    background-repeat:repeat-y;
}

#sideBarTab{
    float:left;
    height:106px;
    width:5px;
}

#sideBarContents{
    float:left;
    overflow:hidden !important;
    width:700px;
    height:106px;
    line-height:106px;
    padding-left:25px;
    letter-spacing:0;
    font-size:10px;
}

/******************** Glider ********************/
.f-sp { font-size:1px; visibility:hidden }
.active { color:#CC9900; }

div.scroller { overflow:hidden; position:relative; width:425px; z-index:1 }
div.content  { width:17476px; }
.section     { float:left; }

div.scrollertext { overflow:hidden; position:relative; width: 425px; z-index:1 }
div.content      { width:17476px; }
.sectiontext     { float:left; }

