/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
    font-size: 10px;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    color: #fff;
    overflow: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#fff; background: #1F1F1F; }
a:active { text-decoration: none; color: #fff; background: #1F1F1F; }
a:visited { text-decoration: none; color: #fff; background: #1F1F1F; }
a:hover { text-decoration: none; color: #1F1F1F; background: #fff; }

a img {
      border-style:none;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 25px;
    bottom: 25px;
    left: 20px;
    position: fixed;
    background-color: #1F1F1F;
    height: 500px;
}

#card {
    width: 200px;
    overflow: auto;
    top: 20px;
    bottom: 0;
    left: 20px;
    position: absolute;
    background-color: #fff;
    height: 90px;
    padding: 10px 15px;
}

#control {
    width: 200px;
    overflow: auto;
    top: 150px;
    bottom: 0;
    left: 20px;
    position: absolute;
    background-color: #fff;
    height: 110px;
}


#menu ul {
	list-style: none;
	padding: 5px 0;
	text-align: left;
}

#menu ul li.section-title { text-decoration: none; color: #B0B0B0; font-size: 10px; }

#content {
    height: 100%;
    margin: 25px 0 0 250px;
    top: 0;
}

#the-background {
    position: absolute;
    z-index:1;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    overflow:hidden;
}

#wrapper { 
   position: absolute;
   z-index: 2;
   width: 100%;
   height: 100%;
   top: 0;
   left:0;
}

#menu .container {
    padding: 5px 15px;
}


.container {
    padding: 0;
}

#content p {
    width: 500px;
}

p {
    margin: 0;
}

h1 { width: 400px; margin-top: 25px;  text-decoration: none; font-size: 11px; color: #989898; font-weight:normal }
h2 { width: 400px; text-decoration: none ; font-size: 11px; color: #ffffff; font-weight:normal }
h3 { width: 400px; margin-top: 200px; text-decoration: none; font-size: 11px; color: #ffffff; font-weight:normal }
h4 { width: 65px; text-decoration: none; font-size: 11px; color: #989898; background: #000; font-weight:normal }
h5 { width: 2000px; margin-top: 25px; font-size: 11px;  text-decoration: none; color: #000; font-weight:normal }
h6 { width: 400px; margin-top: 25px; font-size: 11px;  text-decoration: none; color: #000; font-weight:normal }
h7 { text-decoration: none; margin-top: 25px; font-size: 11px; color: #000; font-weight:normal; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }