html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}
html {
    height:100%;
    background:#000 url("bg.jpg") no-repeat;
}
html.gray {
    background-image:url("bg_g.jpg");
}
html.error {
    background:#000;
}
body {
    min-width:990px;
    max-width:1680px;
    height:100%;
    margin:0 auto;
    padding:0 35px;
    color:#fff;
    font-family:Tahoma;
    font-size:12px;
}
div.layout {
    min-height:100%;
    margin-bottom:-20px;
}
div.container {
    padding-bottom:35px;
}
h1,h2,h3,h4 {
    margin-bottom:10px;
    font-family:Georgia;
    font-size:17px;
}
strong {
    font-weight:bold;
}
a {
    color:#09f;
}
a:hover {
    color:#f00;
}
a:visited {
    /*color:#f30;*/
}
address {
    font-style:normal;
}
div.logo {
    display:block;
    float:left;
    overflow:hidden;
    width:178px;
    height:62px;
    margin:39px 0 36px;
    color:#fff;
    font-size:3.5em;
    text-decoration:none;
    line-height:62px;
}
div.logo a:before {
    content:url("sprites.png");
}
ul.menu.main {
    float:right;
    margin-top:60px;
}
    ul.menu.main li {
        float:left;
        margin-left:37px;
    }
        ul.menu.main li a {
            display:block;
            height:20px;
            padding:0 10px;
            color:#fff;
            font-size:1.17em;
            font-weight:bold;
            text-decoration:underline;
            line-height:19px;
            vertical-align:middle;
        }
        ul.menu.main li a.active, ul.menu.main li a:hover {
            text-decoration:none;
        }
        ul.menu.main li.l1 a.active, ul.menu.main li.l1 a:hover {/*background:#76005c*/ background: #FF0066;}
        ul.menu.main li.l2 a.active, ul.menu.main li.l2 a:hover {background:#0099ff}
        ul.menu.main li.l3 a.active, ul.menu.main li.l3 a:hover {background:#33CC33}
        ul.menu.main li.l4 a.active, ul.menu.main li.l4 a:hover {background:#A252F3}
        ul.menu.main li.l5 a.active, ul.menu.main li.l5 a:hover {background:#f60}
        ul.menu.main li.eng a {
            margin-left:10px;
            padding:0;
            color:#09f;
            font-size:0.92em;
            font-weight:normal;
        }
ul.whatwedo {
    clear:both;
    overflow:hidden;
    margin:0 -35px 20px;
    padding:0;
    color:#000;
    background:#fff;
}
    ul.whatwedo li {
        float:left;
        width:100%;
        background:#fff;
    }
        ul.whatwedo li div {
            position:relative;
            z-index:2;
            float:right;
            width:49%;
            margin-left:41%;
            padding:24px 0;
        }
            ul.whatwedo li div p, ul.whatwedo li div h2 {
                max-width:450px;
            }
        ul.whatwedo li.justify div {
            margin-left:51%;
        }
        ul.whatwedo li div.overflow {
            position:relative;
            z-index:1;
            float:left;
            clear:right;
            width:49%;
            max-width:49%;
            margin-left:0;
            padding:0;
            background-repeat:no-repeat;
            background-position:100% 0;
            text-align:right;
        }
            ul.whatwedo li div.overflow img {
                margin-bottom:-2px;
            }
        ul.whatwedo li.justify div.overflow {
            width:100%;
            max-width:100%;
            padding:0;
            text-align:center;
        }
        noindex:-o-prefocus,ul.whatwedo li div.overflow {padding-right:1%}
            ul.whatwedo li h2 {
                margin:10px 0 15px 0;
            }
            ul.whatwedo li p {
                line-height:1.5em;
            }
            ul.whatwedo ul {
                margin-top:10px;
            }
                ul.whatwedo ul li {
                    clear:left;
                    width:auto;
                    margin-bottom:5px;
                }
                    ul.whatwedo ul li a {
                        float:left;
                        padding-bottom:1px;
                        border-bottom:1px dashed;
                        font-size:27px;
                        font-style:italic;
						font-family:Georgia, "Times New Roman", Times, serif;
                        text-decoration:none;
                    }
                    ul.whatwedo ul li a.active {
                        color:#000;
                        border:0;
                    }
ul.project {
    clear:both;
    overflow:hidden;
    margin:0 -35px 20px;
    padding:24px 35px;
    color:#000;
    background:#fff;
}
    ul.project li {
        float:left;
        width:84%;
        padding:0 8%;
        background:#fff;
    }
        ul.project li div {
            width:auto;
            max-width:none;
            margin-left:0;
        }
        ul.project li div.description {
            overflow:hidden;
            margin-bottom:20px;
        }
            ul.project li div.description div.project {
                float:left;
                width:50%;
            }
                ul.project li div.description div.project h1 {
                    margin-bottom:8px;
                    font-size:1.92em;
                }
                ul.project li div.description div.project p {
                    max-width:450px;
                    line-height:20px;
                }
            ul.project li div.team {
                float:left;
                margin:20px 0;
            }
                ul.project li div.team h3 {
                    float:left;
                    clear:left;
                    width:90px;
                    margin:0 10px 8px 0;
                    font-family:inherit;
                    font-size:inherit;
                    font-weight:bold;
                }
                ul.project li div.team span {
                    float:left;
                }
            ul.project li div.description div.actions {
                display:block;
                clear:both;
                overflow:hidden;
                width:100%;
                padding-top:10px;
				position:relative;
            }
                ul.project li div.description div.actions a {
                    float:left;
                    padding-top:2px;
                    vertical-align:middle;
                }
                    ul.project li div.description div.actions a.site img {
                        display:block;
                        float:left;
                        width:16px;
                        height:16px;
						border: none;
                        margin-right:5px;
						background:url("sprites.png") no-repeat scroll -178px -48px transparent;
                    }
                ul.project li div.description div.actions ul {
                    width:35%;
                    margin:0 0 0 65%;
                }
                    ul.project li div.description div.actions ul li {
                        float:left;
                        width:auto;
                        padding:0;
                        margin-left:2%;
                    }
                        ul.project li div.description div.actions ul li a {
                            text-decoration:none;
                        }
                        ul.project li div.description div.actions ul li a.no {
                            color:#000;
                            text-decoration:none;
                            cursor:default;
                        }
                            ul.project li div.description div.actions ul li a span {
                                text-decoration:underline;
                            }
        ul.project li div.images {
            text-align:center;
        }
            ul.project li div.images img {
                margin-bottom:20px;
            }
ul.works {
    float:left;
    clear:both;
    overflow:hidden;
    width:102%;
    margin:0 0 25px -2%;
}
    ul.works li {
        float:left;
        overflow:hidden;
        width:25%;
        margin-bottom:15px;
    }
        ul.works li div {
            overflow:hidden;
            width:92%;
            height:129px;
            margin-left:8%;
            margin-bottom:5px;
            background-repeat:no-repeat;
            background-position:50% 0;
        }
		ul.works li a:hover div
		{
			opacity: 0.8;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		}
        ul.works li p {
            overflow:hidden;
            margin-left:8%;
            line-height:1.3em;
			height:36px;
        }
    div.projects div.paginator {
        float:left;
        margin:-20px 0 35px 2%;
    }
        div.projects div.paginator a {
            float:left;
            margin-right:10px;
            padding-bottom:1px;
            border-bottom:1px dashed;
            font-size:14px;
            text-decoration:none;
        }
        div.projects div.paginator a.active {
            border:0;
            font-weight:bold;
        }
div.projects {
    clear:both;
    margin-left:-2%;
    overflow:hidden;
}
    div.projects div.cont {
        width:1000%;
    }
        div.projects div.cont > div {
        }
        div.projects ul {
            clear:none;
            width:10%;
            margin-left:0;
        }
ul.three-cols {
    clear:both;
    overflow:hidden;
    margin-bottom:40px;
}
ul.three-cols.services {
    margin-bottom:60px;
}
    ul.three-cols li {
        display:block;
        float:left;
        width:32%;
        margin-left:2%;
        line-height:1.5em;
    }
	ul.three-cols li h2 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:27px;
line-height:27px;
padding-bottom:1px;
font-style:italic;
text-decoration:none;
overflow:hidden;
zoom:1;
padding-left: 4px;
	}
	ul.three-cols li h2 a {
		outline:none;
	}
	ul.three-cols li h2.active a {
		color:#fff;
		text-decoration:none;
		border:0;
	}
	ul.three-cols li h2 a {
		display:block;
		border-bottom:1px dashed;
		text-decoration:none;
		color:#0099FF ;
		float:left;
		padding:0 0 3px;
	}
	ul.three-cols li h2 a:hover {
		color:#F00;
	}
    ul.three-cols li:first-child {
        margin:0;
    }
        ul.three-cols li h1 {
            margin-bottom:10px;
        }
        ul.three-cols li p {
            max-width:450px;
        }
        ul.three-cols li p.bordered {            
            padding-bottom:15px;
        }
        ul.three-cols li p.noh1 {
            margin-top:28px;
        }
div.prefooter {
    clear:both;
    overflow:hidden;
    margin-bottom:20px;
}
    div.prefooter ul.links {
        float:left;
        width:14%;
        margin-top:30px;
    }
        div.prefooter ul.links li {
            line-height:1.5em
        }
    div.prefooter div.howwelive {
        float:left;
        width:32%;
        margin-left:2%;
    }
        div.prefooter div.howwelive p {
            max-width:450px;
            line-height:1.5em;
			padding-left: 10px;
        }
    div.prefooter div.clients {
        float:left;
        width:32%;
        margin-left:17%;
    }
        div.prefooter div.clients ul {
            float:left;
            width:50%;
        }
            div.prefooter div.clients li {
                line-height:1.5em;
            }
div.contacts {
    position:relative;
	float: left;
    clear:both;
    width:66%;
    margin:0 0 110px;
}
    div.contacts div.fade {
        position:absolute;
        width:100%;
        height:100%;
    }
        div.contacts div.fade b,
        div.contacts div.fade i,
        div.contacts div.fade s,
        div.contacts div.fade u {
            display:block;
            float:left;
            width:4px;
            height:4px;
            background:url("sprites.png") -178px -64px;
        }
        div.contacts div.fade b {
            margin-left:-4px;
        }
        div.contacts div.fade i {
            float:right;
            margin-right:-4px;
            background-position:-182px -64px;
        }
        div.contacts div.fade s {
            margin:0 0 0 -4px;
            background-position:-178px -68px;
        }
        div.contacts div.fade u {
            float:right;
            margin:0 -4px 0 0;
            background-position:-182px -68px;
        }
        div.contacts div.fade div {
            width:100%;
            height:4px;
            background:#000;
            opacity:0.8;
            filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        }
        div.contacts div.fade div.cont {
            height:100%;
            margin-left:-4px;
            padding:0 4px;
        }
    div.contacts div.container {
        position:relative;
        overflow:hidden;
        padding:10px 15px;
        z-index:2;
    }
        div.contacts div.container form {
            float:left;
            width:50%;
            margin-right:13%;
        }
            div.contacts div.container form fieldset {
                margin-top:10px;
            }
                div.contacts div.container form fieldset input,
                div.contacts div.container form fieldset select {
                    float:left;
                    width:72%;
                    padding:2px 2px;
                    border:0;
                }
                div.contacts div.container form fieldset select {
                    width:73%;
                    height:18px;
                    padding:0;
                }
                div.contacts div.container form fieldset textarea {
                    width:100%;
                    padding:2px 2px;
                }
                div.contacts div.container form fieldset label {
                    margin-left:10px;
                }
                    div.contacts div.container form i {
                        display:inline-block;
                        width:10px;
                        min-height:10px;
                        margin-right:3px;
                        color:#f60;
                        font-style:normal;
                    }
            div.contacts div.container form fieldset.captcha {}
                div.contacts div.container form fieldset.captcha img {
                    float:left;
                    width:120px;
                    margin-right:10px;
                }
                div.contacts div.container form fieldset.captcha input {
                    width:70px;
                }
                div.contacts div.container form fieldset.captcha a {
                    float:left;
                    clear:left;
                    margin:-16px 0 0 130px;
                }
        div.contacts div.container form button {
            width:120px;
            height:20px;
            margin:10px 0;
            color:#fff;
            background:url("sprites.png") 0 -64px;
            border:none;
            text-align:center;
            line-height:19px;
            vertical-align:middle;
            cursor:pointer;
        }
        @-moz-document url-prefix() {
            div.contacts div.container form button {
                padding-bottom:3px;
            }
        }
        div.contacts div.container form button:hover {
            background-position:0 -84px;
        }
        div.contacts div.container div.address {
            float:left;
            width:37%;
            line-height:1.5em;
        }
            div.contacts div.container div.address h3 {
                display:block;
                margin:0;
                font-size:inherit;
                font-family:inherit;
                font-weight:bold;
            }
            div.contacts div.container div.address p {
                margin-bottom:15px;
            }
                div.contacts div.container div.address span {
                    display:block;
                }
                div.contacts div.container div.address a {
                    display:table-cell;
                }
            div.contacts div.container div.address p.files {
                padding-top:10px;
            }
                div.contacts div.container div.address p.files a {
                    float:left;
                    margin:0 5px 5px 0;
                }
                    div.contacts div.container div.address p.files a i {
                        float:left;
                        width:12px;
                        height:14px;
                        margin:3px 6px 0 0;
                        background:url("sprites.png") -178px -72px;
                    }
                    div.contacts div.container div.address p.files a.pdf i {
                        background-position:-178px -86px;
                    }
                div.contacts div.container div.address p.files span {
                    margin-bottom:5px;
                    color:#5f5f5f;
                }
div.blog {
    clear:both;
    overflow:hidden;
}
    div.blog > h3 {
        display:block;
        margin:0 8% 24px 34%;
        padding:8px 16px;
        background:#232323;
        font-size:1.917em;
    }
        div.blog > h3 a.rss {
            float:right;
            margin-top:3px;
            font-size:0.608em;
            font-family:Tahoma;
        }
            div.blog > h3 a.rss i {
                float:left;
                width:15px;
                height:15px;
                margin:2px 5px 0 0;
                background:url("sprites.png") no-repeat -120px -64px;
            }
    div.blog div.tags {
        float:left;
        width:15%;
        margin-right:2%;
    }
        div.blog div.tags a, div.blog div.tags span {
            font-size:1.167em;
            line-height:1.5em;
        }
    div.blog div.quick {
        position:relative;
        z-index:2;
        float:left;
        width:15%;
        margin-right:2%;
    }
        div.blog div.quick a {
            padding-bottom:1px;
            border-bottom:1px dashed;
            font-size:1.167em;
            line-height:1.5em;
            text-decoration:none;
        }
        div.blog div.quick a.active {
            color:#fff;
            border:0;
            cursor:default;
        }
    div.blog ul.posts {}
        div.blog ul.posts li {
            margin-bottom:50px;
        }
            div.blog ul.posts li div.date {
                width:15%;
                margin-left:17%;
                line-height:12px;
                text-align:right;
            }
            div.blog ul.posts li div.post {
                margin:-12px 8% 0 34%;
            }
                div.blog ul.posts li div.post p {
                    font-size:1.167em;
                    line-height:1.5em;
                }
                    div.blog ul.posts li div.post p img {
                        display:block;
                        margin:5px 0;
                    }    
            div.blog ul.posts li div.post div.tags {
                float:none;
                width:100%;
                margin:15px 0 20px 0;
                color:#767676;
                font-size:0.917em;
            }
                div.blog ul.posts li div.post div.tags a {
                    font-size:1em;
                    color:#767676;
                }
                div.blog ul.posts li div.post div.tags a:hover {
                    color:#f00;
                }
            div.blog ul.posts li div.post div.comments {
                margin-top:8px;
                font-size:1.167em;
            }
                div.blog ul.posts li div.post div.comments h3 {
                    margin-top:30px;
                }
                    div.blog ul.posts li div.post div.comments ul {
                        margin-top:15px;
                    }
                        div.blog ul.posts li div.post div.comments ul li {
                            margin-bottom:25px;
                        }
                        div.blog ul.posts li div.post div.comments ul li.admin {
                            margin-left:7%;
                        }
                            div.blog ul.posts li div.post div.comments ul div {
                                margin-bottom:5px;
                            }
                                div.blog ul.posts li div.post div.comments ul p {
                                    max-width:450px;
                                    font-size:1em;
                                }
            div.blog div.addcomment {
                overflow:hidden;
                margin-top:-30px;
            }
                div.blog div.addcomment form {
                    float:left;
                    width:50%;
                    margin-right:13%;
                    font-size:0.857em;
                }
                    div.blog div.addcomment form fieldset {
                        margin-top:10px;
                    }
                        div.blog div.addcomment form fieldset input,
                        div.blog div.addcomment form fieldset select {
                            float:left;
                            width:72%;
                            padding:2px 2px;
                            border:0;
                        }
                        div.blog div.addcomment form fieldset select {
                            width:73%;
                            height:18px;
                            padding:0;
                        }
                        div.blog div.addcomment form fieldset textarea {
                            width:100%;
                            padding:2px 2px;
                        }
                        div.blog div.addcomment form fieldset label {
                            margin-left:10px;
                        }
                            div.blog div.addcomment form i {
                                display:inline-block;
                                width:10px;
                                min-height:10px;
                                margin-right:3px;
                                color:#f60;
                                font-style:normal;
                            }
                    div.blog div.addcomment form fieldset.captcha {}
                        div.blog div.addcomment form fieldset.captcha img {
                            float:left;
                            width:120px;
                            margin-right:10px;
                        }
                        div.blog div.addcomment form fieldset.captcha input {
                            width:70px;
                        }
                        div.blog div.addcomment form fieldset.captcha a {
                            float:left;
                            clear:left;
                            margin:-16px 0 0 130px;
                        }
                    div.blog div.addcomment form button {
                        width:120px;
                        height:20px;
                        margin:10px 0;
                        color:#fff;
                        background:url("sprites.png") 0 -64px;
                        border:none;
                        text-align:center;
                        line-height:19px;
                        vertical-align:middle;
                        cursor:pointer;
                    }
                    @-moz-document url-prefix() {
                        div.blog div.addcomment form button {
                            padding-bottom:3px;
                        }
                    }
                    div.blog div.addcomment form button:hover {
                        background-position:0 -84px;
                    }
                    div.blog div.addcomment form p {
                        font-size:1em !important;
                    }
    div.blog div.paginator {
        margin:-10px 0 80px 34%;
        color:#767676;
    }
        div.blog div.paginator a, div.blog div.paginator span {
            margin-left:10px;
            padding-bottom:1px;
            border-bottom:1px dashed;
            font-size:14px;
            text-decoration:none;
        }
        div.blog div.paginator span {
            color:#09f;
            border:0;
            font-weight:bold;
        }
div.pages {
    clear:both;
    overflow:hidden;
}
    div.pages > h3 {
        display:block;
        margin:0 8% 24px 34%;
        padding:8px 16px;
        background:#232323;
        font-size:1.917em;
    }
    div.pages div.tags {
        float:left;
        width:15%;
        margin-right:2%;
    }
        div.pages div.tags a, div.pages div.tags span {
            font-size:1.167em;
            line-height:1.5em;
        }
    div.pages div.quick {
        position:relative;
        z-index:2;
        float:left;
        width:15%;
        margin-right:2%;
    }
        div.pages div.quick a {
            padding-bottom:1px;
            border-bottom:1px dashed;
            font-size:1.167em;
            line-height:1.5em;
            text-decoration:none;
        }
        div.pages div.quick a.active {
            color:#fff;
            border:0;
            cursor:default;
        }
    div.pages ul.posts {
        position:relative;
        left:-17%;
        width:1000%;
    }
        div.pages ul.posts li {
            float:left;
            width:10%;
            margin-bottom:50px;
        }
            div.pages ul.posts li div.post {
                margin:-12px 8% 0 34%;
            }
                div.pages ul.posts li div.post p {
                    font-size:1.167em;
                    line-height:1.5em;
                }
                    div.pages ul.posts li div.post p img {
                        display:block;
                        margin:5px 0;
                    }
div.content {
    clear:both;
}
div.footer {
    clear:both;
    overflow:hidden;
    padding-bottom:20px;
}
    div.footer div {
        float:left;
        margin-right:2%;
        line-height:1.5em;
    }
        div.footer div a {
            display:block;
            float:left;
            margin-right:26px;
        }
    div.footer div.phone {
        width:14%;
    }
    div.footer div.address {
        width:16%;
    	margin: 0px;
    }
        div.footer div.address span {
            display:block;
        }
    div.footer div.we {
        width:32%;
    	margin-right: 4%;
    }
    div.footer div.we.left {
        margin-left:17%;
    }
        div.footer div.we a i {
            display:block;
            float:left;
            width:16px;
            height:16px;
            margin:2px 5px 0 0;
            background:url("sprites.png");
        }
        div.footer div.we a.twitter i {
            background-position:-178px 0;
        }
        div.footer div.we a.flickr i {
            background-position:-178px -16px;
        }
        div.footer div.we a.behance i {
            background-position:-178px -32px;
        }    
    div.footer div.copyright {
    	margin-left:-3%;
        color:#333;
    }
/************************/
/* 404 and other errors */
div.errorcont {
    position:relative;
    top:50%;
    width:700px;
    margin:-200px auto 0;
    font-family:Georgia;
    font-size:1.5em;
}
    div.errorcont div.logo {
        float:none;
        margin:0;
    }
    div.errorcont h1 {
        margin:-62px 0 20px 234px;
        padding:10px 16px;
        background:#232323;
        font-size:1.47em;
    }
    div.errorcont p {
        overflow:hidden;
        margin:0 0 20px 250px;
    }
        div.errorcont p a {
            float:left;
            clear:left;
            font-size:1.38em;
            font-style:italic;
        }
    div.errorcont div.copyright p {
        margin-bottom:5px;
        font-size:0.667em;
        font-family:Tahoma;
    }
	.l_bul {
		margin-right:5px;
		margin-left: -10px;
	}
	
	
.servise {}
.servise h1 {font-family: Georgia; font-size: 30px;}
.servise h2 {font-family: Georgia; font-size: 25px; }
.servise h3, .servise h3 a {font-family: Georgia; font-size: 23px;}
.section_service table {border-collapse:collapse; width:100%; margin: 10px 0px 20px 0px; padding: 0px;}
.section_service table 	td {padding:10px; vertical-align:top; margin: 0px; width: 50%; }
.servise_menu {width:100%;}

.servies_content {}
.servies_content div {float: left; width: 47%; margin-right: 3%;}	
	
.servise_menu { width: 26%; float:right; position: relative; top:52px; }
.servise_menu h2 {font-family: Georgia; font-size: 20px; margin: 20px 0px 10px 0px; padding: 0px;}
.servise_menu ul {margin: 0px; padding: 0px; }
.servise_menu li {margin: 0px; padding: 3px 0px; display:block; height: 25px;}
.servise_menu li span {display: block; float:left; width:14px; height: 10px; border-bottom:1px solid #0477c9; margin: 0px 5px 0px 0px;}
.servise_menu a {display: block; text-decoration: none; height: 25px; float:left; font-family: Georgia; font-size: 18px; font-style: italic;}
.servise_menu li.active span {border-bottom:1px solid #fff;}
.servise_menu li.active a {color:#fff; }	
.servise_menu li.active a:hover {color:#fff; cursor: default; }	
.clear {clear:both;}
	
.footerlinks {width: 100%; margin: 15px auto 30px auto; position:relative; padding: 0px;}
.footerlinks h1, .footerlinks h2, .footerlinks h3, .footerlinks h4 {font-family:Georgia; font-size: 17px; margin: 5px 0px; padding: 0px;}
.footerlinks td {text-align: left; vertical-align: top;}
.footerlinks a {font-family:Tahoma; font-size: 12px; display: block; float: left; height: 20px; clear: both;}
.num_0 {width: 16%;}
.num_1 {width: 16%;}
.num_2 {width: 17%}
.num_3 {width: 16%}
.num_4 {width: 19%}
.num_5 {width: 16%}
	
.content {margin-bottom: 35px;}

.content h1 {font-size: 23px;}
.content td {vertical-align: top;}
.content h2, .content h3 {font-size: 20px;}
.content p {}
.content table {}
.content tr {}
.content td {width: 33%; padding: 15px 35px 15px 0px;}
div.footer div.wsp {height: 30px; clear: both; overflow: hidden; width: 1px; margin: 0px; padding: 0px;}
