/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
* @modified yexu
*/

* {
	margin: 0;
	padding: 0;
}

html {
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
    margin: 130px 0px 0px 130px;
}

/*
html {
    left: 10%;
    top: 20%;
    position: absolute;
}*/

body {
	font-size: 18px;
	line-height: 20px;
	font-weight: ;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
}

body.section-2, body.section-10, body.section-9, body.section-3 {
    width: 880px;
}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }

a img { border: none; }

#menu {
    float: left;
    z-index: 200;
    position: relative;
}

#menu ul {
    list-style: none;
    margin: 0 0 0px 0;
}

#menu ul li.section-title {
    margin: 0 0 0 00px;
}

#menu ul li { 
    margin: 0 0 0 38px;
}

#content p {
    margin-bottom: 9px;
    clear: right;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.img-container, #img-container p {
    padding-bottom: 20px;
}

#once {
    clear: left;
}

.no_nav {
    padding-bottom:39px;
}

.content-wrapper {
    width: 560px;
    float: right;
    position: relative;
}

/* root element for scrollable */
div.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;

    /* vertical scrollers have typically larger height than width */
    height: 450px;
    width: 560px;
    cursor: pointer;
    float: right;
}

/* root element for scrollable items */
div.scrollable div.items {
    position:absolute;

    /* this time we have very large space for height */
    height:20000em;
}

div.scrollable div.items div:hover {
}

div.scrollable div.items div:active {
}

div.scrollable div.items div.active {
    cursor:default;
}

.img-wrap {
    left: 160px !important;
}

.pics {
    height: 0px !important;
    width: 0px !important;
}

