/* General Cleaning */ * {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    Geneva, Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
}

input {
    padding: 2px 4px;
}

body, p, div, table, td, th, input, option, select, button, li, a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

body {
    background: #fff;
    color: #000;
}

table, img {
    border: 0;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0px;
    vertical-align: top;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}:focus {
    outline: none;
}

label {
    cursor: pointer;
}
ul {
	list-style-type:none;
}

/*Local*/
body {
    text-align: center;
}

#wrapper {
    width: 830px;
    margin: 0 auto;
    text-align: left;
    padding-top: 67px;
}

#header {
}

#main_block {
    width: 640px;
    height: 361px;
    float: left;
	overflow:hidden;
}

#main_menu {
    float: right;
    height: 100px;
    width: 320px;
    text-align: left;

}

#content {
    width: 640px;
    float: left;
}

#right {
    width: 165px;
    height: 100px;
    float: right;
}

#extra {
    float: right;
    clear: right;
    width: 165px;
    height: 361px;
    position: relative;
}
#extra ul {
	margin-top:-3px;
}
.pagination {
    position: absolute;
    left: 0;
    bottom: 0;
}

.portfolio {	
    float: left;
height:47px;

}
.portfolio li {
	width:106px;
	height:13px;
}
.mark {
    width: 320px;
}

.gray, .gray a, #logo span {
    color: #666;
}

.active, .active a {
    font-weight: bold;
}

.menu {
    height: 47px;
}

#logo {
    float: left;
    text-align: center;
    margin-left: -20px;
}

.text {
    width: 50%;
    float: left;
    padding-top: 25px;
	padding-bottom:70px;
}

.text p {
    padding-right: 20px;
}

#footer {
    clear: both;
    width: 100%;
	padding-bottom:20px;
}
.pdf {
	position:absolute;
	top:240px;
	left:0;
}


