* {
margin:0;
padding:0;
outline:none;
}
body {
background:#000;
font-family:arial, tahoma;
font-size:12px;
color:#000;
}
img {
border:none;
}
.hidden {
display:none;
}
.clear {
clear:both;
}
fieldset {
border:none;
outline:none;
}
/*	Wrapper
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
#wrapper {
width:990px;
margin:0 auto;
}
/*	Header
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
#header {
position:relative;
}
#header .logoMenu {
border-bottom:1px solid #2d2d2d;
height:170px;
padding:47px 0 0 0;
margin-bottom:13px;
}
#header .logoMenu h1 a {
display:block;
width:154px;
height:60px;
background:url('../images/logo-tirato.png') no-repeat;
color:#FFF;
}
#header .content {
}
#header .content .contentLeft {
float:left;
width:320px;
margin-top:15px;
}
#header .content .contentLeft h2 {
margin:15px 0 10px 0;
color:#a4a4a4;
font-size:17px;
font-weight:normal;
}
#header .content .contentLeft a.more {
display:block;
background:url('../images/pip-more.png') no-repeat right;
color:#a4a4a4;
text-decoration:none;
font-size:15px;
margin-top:30px;
}
#header .content .contentLeft a.more:hover {
color:#FFF;
}
#header .content .contentLeft p {
font-size:12px;
line-height:18px;
text-align:justify;
color:#5f5e5e;
}
#header .content .contentRight {
float:left;
width:670px;
text-align:right;
}
/*	Menu
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
#menu {
position:absolute;
left: 491px;
top: 58px;
width: 588px;
}
#menu ul {
margin:0;
padding:0;
}
#menu li {
list-style:none;
display:inline;
float:left;
}
#menu li a {
display:block;
border:none;
margin:0 15px;
text-decoration:none;
}
#menu li a.news {
width:54px;
height:30px;
background:url('../images/menu_nl.png') no-repeat 0 0;
}
#menu li a.news:hover {
background:url('../images/menu_nl.png') no-repeat 0 -30px;
}
#menu li a.studio {
width:45px;
height:30px;
background:url('../images/menu_nl.png') no-repeat -89px 0;
}
#menu li a.studio:hover {
background:url('../images/menu_nl.png') no-repeat -89px -30px;
}
#menu li a.ourPower {
width:85px;
height:30px;
background:url('../images/menu_nl.png') no-repeat -169px 0;
}
#menu li a.ourPower:hover {
background:url('../images/menu_nl.png') no-repeat -169px -30px;
}
#menu li a.portfolio {
width:66px;
height:30px;
background:url('../images/menu_nl.png') no-repeat -289px 0;
}
#menu li a.portfolio:hover {
background:url('../images/menu_nl.png') no-repeat -289px -30px;
}
#menu li a.contact {
width:56px;
height:30px;
background:url('../images/menu_nl.png') no-repeat -390px -0;
}
#menu li a.contact:hover {
background:url('../images/menu_nl.png') no-repeat -390px -30px;
}
#menu li a.blog {
width:34px;
height:30px;
background:url('../images/menu_nl.png') no-repeat -481px -0;
}
#menu li a.blog:hover {
background:url('../images/menu_nl.png') no-repeat -481px -30px;
}
#menu ul {
padding:5px;
position:absolute;
float:right;
top: 34px;
display:none;
width:160px;
text-align:left;
}
#menu ul li {
padding-bottom: 1px;
width:210px;
border-left:1px solid #444444;
}
#menu ul a {
padding: 0px;
font-size:10px;
text-transform:uppercase;
color:#696969;
line-height:18px;
display:block;
}
#menu ul a:hover {
background: none;
/*color:#d31145;*/
color:#FFF;
}

/*	Content
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
hr {
height:1px;
border:none;
color:#e0dfdd;
background:#e0dfdd;
margin:30px 0;
}
/*	Forms
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
label {
display:block;
font-weight:bold;
padding:3px 0 6px 0;
color:#939290;
margin-top:15px;
cursor:pointer;
}
input.text {
border-top:1px solid #c5c5c5;
border-left:1px solid #c5c5c5;
border-bottom:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
color:#898887;
font-family:arial, tahoma;
font-size:12px;
padding:8px 10px;
width:225px;
margin-bottom:7px;
}
input.text:focus {
border-top:1px solid #6e6e6e;
border-left:1px solid #6e6e6e;
border-bottom:1px solid #c8c8c8;
border-right:1px solid #c8c8c8;
background:#fafafa;
color:#000;
}
input.submit {
background:#3c3c3c;
outline:none;
border:none;
color:#FFF;
font-size:10px;
text-transform:uppercase;
font-family:arial, tahoma;
padding:6px 10px;
margin-top:5px;
cursor:pointer;
}
input.submitGray {
background:#c2c2c2;
outline:none;
border:none;
color:#FFF;
font-size:10px;
text-transform:uppercase;
font-family:arial, tahoma;
padding:6px 10px;
margin-top:5px;
cursor:pointer;
}
/*	Footer
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
#footer {
background:#f2f2f2;
border-top:4px solid #E5E5E5;
padding:45px 0;
}
#footer ul {
float:left;
margin:0 85px 0 0;
font-weight:bold;
}

#footer ul ul{
float:left;
margin:0;
display:block;
font-weight:normal;
}

#footer li {
list-style:none;
line-height:20px;
}
#footer li a {
display:block;
font-size:11px;
color:#9c9c9c;
text-decoration:none;
}
#footer li a:hover {
text-decoration:underline;
}
#footer2 {
text-align:left;
padding:25px 0;
background:#e2e2e2;
font-size:11px;
color:#828282;
}
#footer2 .wrap, #footer .wrap {
width:990px;
margin:0 auto;
}
#footer2 a {
color:#4c4c4c;
text-decoration:none;
}
#footer2 a:hover {
text-decoration:underline;
}
#footer2 .line {
color:#636363;
padding:0 5px;
}
/*	Teampage
_________________________________________________________________________________
///////////////////////////////////////////////////////////////////////////////*/
#teampage {
width:990px;
background:url('../images/teampage-bg.png') repeat-y;
}
#teampage .col-1 {
width:286px;
float:left;
}
#teampage .col-1 a.teamHolder {
display:block;
padding:7px 0 0 0;
height:70px;
border-bottom:1px dotted #313131;
text-decoration:none;
}
#teampage .col-1 a.teamHolder:hover {
background:#181818;
}
#teampage .col-1 img {
border:3px solid #404040;
margin:0 10px 0 0;
width:40px;
height:40px;
}
#teampage .col-1 img:hover {
border:3px solid #FFF;
}
#teampage .col-1 .title {
display:block;
color:#939393;
font-size:14px;
font-weight:bold;
padding-bottom:7px;
}
#teampage .col-1 h3 {
color:#c0c0c0;
font-size:14px;
font-weight:normal;
}
#teampage .col-1 .txt {
color:#565656;
font-size:11px;
}
#teampage .col-2 hr {
color:#313131;
background:#313131;
outline:none;
border:none;
height:1px;
margin:9px 0 7px 0;
}
#teampage .col-2 {
width:350px;
float:left;
margin-left:20px;
}
#teampage .col-2 h2 {
font-size:25px;
font-weight:bold;
color:#cdcdcd;
}
#teampage .col-2 p {
color:#7c7c7c;
font-size:12px;
line-height:19px;
margin-bottom:15px;
}
#teampage .col-3 {
float:left;
width:320px;
margin-left:14px;
}
#teampage .col-3 img {
border:1px solid #313131;
margin-top:62px;
}
#teampage .col-4 {
border-top:1px solid #313131;
float:left;
width:683px;
margin-left:20px;
padding-top:20px;
}
#teampage .col-4 h3 {
font-size:15px;
font-weight:bold;
color:#cdcdcd;
}
#teampage .col-4 p {
color:#7c7c7c;
font-size:12px;
line-height:19px;
margin-bottom:15px;
}
#teampage .col-4 input.text {
border-bottom:1px solid #313131;
border-right:1px solid #313131;
border-top:1px solid #212121;
border-left:1px solid #212121;
background:#131313;
}
#teampage .col-4 input.text:focus {
border-bottom:1px solid #8a8a8a;
border-right:1px solid #8a8a8a;
border-top:1px solid #8a8a8a;
border-left:1px solid #8a8a8a;
background:#131313;
color:#FFF;
}
#teampage .col-4 textarea {
border-bottom:1px solid #313131;
border-right:1px solid #313131;
border-top:1px solid #212121;
border-left:1px solid #212121;
background:#131313;
color:#898887;
padding:8px 10px;
font-size:12px;
font-family:arial, tahoma;
}
#teampage .col-4 textarea:focus {
border-bottom:1px solid #8a8a8a;
border-right:1px solid #8a8a8a;
border-top:1px solid #8a8a8a;
border-left:1px solid #8a8a8a;
background:#131313;
color:#FFF;
}
#teampage .col-4 label {
font-weight:normal;
color:#7c7c7c;
}
#teampage .col-4 .left {
float:left;
width:300px;
}
.none {
display:none;
}
#teampage .col-4 .right {
float:right;
width:380px;
}
.col-2 a {
color:#a6a6a6;
text-decoration:underline;
}
.col-2 a:hover {
text-decoration:none;
}
#footer2 .wrap a.linkedin {
width:81px;
height:21px;
display:block;
position:absolute;
top:5px;
right:120px;
background:url('../images/in.png') no-repeat;
}

#footer2 .wrap a.twitter {
width:77px;
height:21px;
display:block;
position:absolute;
top:5px;
right:1px;
background:url('../images/twitter.png') no-repeat;
}

#footer2 .wrap, #footer .wrap {
position:relative;
width:990px;
margin:0 auto;
}

/* #teampage a.linkedin {
background:url('../images/icons/in.png') no-repeat;
width:18px;
height:18px;
margin:0 7px 0 0;
display:block;
float:left;
}
*/

#teampage a.wave {
background:url('../images/icons/wave.png') no-repeat;
width:18px;
height:18px;
margin:0 7px 0 0;
display:block;
float:left;
}

#teampage a.hyves {
background:url('../images/icons/hyves.png') no-repeat;
width:18px;
height:18px;
margin:0 7px 0 0;
display:block;
float:left;
}

#teampage a.twitter {
background:url('../images/icons/twitter.png') no-repeat;
width:18px;
height:18px;
margin:0 7px 0 0;
display:block;
float:left;
}