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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLE CSS */

body
    {
    background-color: #111111;
}

#container {
    height: 500px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    left: 0px;
    overflow: hidden;
    width: 100%;
}

#header {
    background-image: url(../img/logo-big.jpg);
    height: 72px;
    width: 427px;
    position: absolute;
}

#content {
    margin-top: 90px;
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
    height: 334px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
    background: transparent url('../img/preloader.gif') no-repeat center center;
}

#content .work {
    border-right: 8px solid #ffffff;
    width: 493px;
    height: 334px;
    position: relative;
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
}

#content .panel {
    width: 573px;
}

#content .work:first-child {
    border-left: 8px solid #ffffff;
}

#content .work .title {
    background-color: #111111;
    padding: 6px;
    position: absolute;
    bottom: 0px;
    left: 0px;

    color: #ffffff;
    line-height: 1.2em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: -0.05em;
    font-weight: bold;
}

#content .work .panel {
    background-color: #f5f5f5;
    height: 334px;
    width: 80px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: inline-block;
}

#content .work .panel .icon {
    text-align: center;
    font-size: 15px;
    padding: 10px 0px;
    color: #111111;
    font-weight: bold;
}

#content .work .panel .icon a {
    display: block;
    text-decoration: none;
    color: #111111;
    letter-spacing: -0.05em;
}

#content .work .panel .icon a span {
    display: block;
}

#content .work .panel .desc {
    text-align: center;
    color: #848484;
    font-size: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    height: 95px;
    overflow: hidden;
    white-space: normal;
    line-height: 1.3em;
}

#content .work .panel .licence {
    text-align: center;
}

#content .work .panel .licence a {
    text-decoration: none;
}

#scrollLeft-detector {
    height: 350px;
    left: 0px;
    position: absolute;
    top: 50%;
    margin-top: -160px;
    width: 8px;
    z-index: 2;
}

#scrollLeft {
    background: transparent url('../img/scroll-bg.png') repeat center center;
    height: 350px;
    left: 0px;
    position: absolute;
    top: 50%;
    margin-top: -160px;
    width: 120px;
    z-index: 3;
    display: none;
}

#scrollLeft a {
    display: block;
    height: 100%;
}

#scrollLeft a img {
    margin-top: 154px;
    margin-left: 36px;
}

#scrollRight-detector {
    height: 350px;
    right: 0px;
    position: absolute;
    top: 50%;
    margin-top: -160px;
    width: 8px;
    z-index: 2;
}

#scrollRight {
    background: transparent url('../img/scroll-bg.png') repeat center center;
    height: 350px;
    right: 0px;
    position: absolute;
    top: 50%;
    margin-top: -160px;
    width: 120px;
    display: none;
    z-index: 3;
}

#scrollRight a {
    display: block;
    height: 100%;
}

#scrollRight a img {
    margin-top: 154px;
    margin-left: 36px;
}

#menu {
    margin: 15px 25px;
    position: fixed;
    width: 380px;

    color: #DFDFDF;
    line-height: 1.2em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

#menu a {
    color: #DFDFDF;
    line-height: 1.2em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

#menu-element {
    float: right;
}

#menu-element a {
    margin: 5px;
    line-height: 22px;
    width: 16px;
    height: 16px;
}

#menu .menu-name {
    float: left;
    width: 200px;
    line-height: 22px;
    position: relative;
}

#menu .menu-name span {
    width: 200px;
    height: 24px;
    display: none;
    position: absolute;
    top:0px;
    left: 0px;
}

#copyrights {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#bottom-menu {
    position: absolute;
    bottom: 15px;
    left: 15px;

}

#bottom-menu a {
    margin: 5px;
}

#about {
    z-index: 5;
    color: #a0a0a0;
    padding: 10px;
    line-height: 1.3em;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 11px;


    margin-top: 90px;
    height: 334px;
    width: 100%;
}

#about img.me {
    float: left;
    width: 220px;
    border: 4px solid #313131;
    margin: 0px 15px;
}

#about .text {
    float: left;
    width: 350px;
    text-align: justify;
    margin-right: 15px;
}

#about .text p {
    text-indent: 20px;
    margin-bottom: 10px;
}

#about .text p a {
    color: #e99abb;
    font-weight: bold;
    text-decoration: none;
}

#about .text p a:hover {
    color: #ffffff;
}


#about .contact {
    float: left;
    width: 220px;
}

#about .contact img {
    vertical-align: middle;
    padding-bottom: 5px;
}

#about .contact span {
    line-height: 24px;
    font-size: 13px;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 5px;
}

#about h1 {
    line-height: 22px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    color: #D5619E;
    letter-spacing: -0.05em;
    font-size: 17px;
    padding: 5px;
}