@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.png);
	padding-top: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	line-height: 12px;
}

form, input, textarea {
	margin:0;
	border: none;
	background: transparent;
	padding: 1 0 1 0;
}

#input_text {
	width: 180px
}

a#menu_portfolio {
	display:block;
	width:92px;
	height:58px;
	outline:none;
	background-image: url(../img/btn_portfolio.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_about {
	display:block;
	width:92px;
	height:51px;
	outline:none;
	background-image: url(../img/btn_about.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_contact {
	display:block;
	width:92px;
	height:45px;
	outline:none;
	background-image: url(../img/btn_contact.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_video {
	display:block;
	width:92px;
	height:70px;
	outline:none;
	background-image: url(../img/btn_video.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_clients {
	display:block;
	width:90px;
	height:77px;
	outline:none;
	background-image: url(../img/btn_clients.png);
	background-repeat: no-repeat;
}

a#menu_portfolio:link, a#menu_about:link, a#menu_contact:link, a#menu_video:link, a#menu_clients:link { background-position: top left; }
a#menu_portfolio:hover, a#menu_about:hover, a#menu_contact:hover, a#menu_video:hover, a#menu_clients:hover { background-position: top right!important; }
a#menu_portfolio:active, a#menu_about:active, a#menu_contact:active, a#menu_video:active, a#menu_clients:active { background-position: bottom left!important; }
a#menu_portfolio:visited, a#menu_about:visited, a#menu_contact:visited, a#menu_video:visited, a#menu_clients:visited { background-position: bottom left; }


#menu_portfolio_identity, #menu_portfolio_prints, #menu_portfolio_pack, #menu_portfolio_web, #menu_portfolio_ads, #menu_portfolio_identity_on, #menu_portfolio_prints_on, #menu_portfolio_pack_on, #menu_portfolio_web_on, #menu_portfolio_ads_on {
  display:block;
  height: 14px;
  width: 88px;
  background-image: url("../img/btn_portfolio_sub.png");
  background-repeat: no-repeat;
}

#menu_portfolio_identity {
  background-position: 0 0; 
}
#menu_portfolio_prints {
  background-position: 0 -14px; 
}
#menu_portfolio_pack {
  background-position: 0 -28px;
}
#menu_portfolio_web {
  background-position: 0 -42px; 
}
#menu_portfolio_ads {
  background-position: 0 -56px; 
}

#menu_portfolio_identity_on {
  background-position: right 0; 
}
#menu_portfolio_prints_on {
  background-position: right -14px; 
}
#menu_portfolio_pack_on {
  background-position: right -28px;
}
#menu_portfolio_web_on {
  background-position: right -42px; 
}
#menu_portfolio_ads_on {
  background-position: right -56px; 
}


a#menu_portfolio_home {
	display:block;
	width:189px;
	height:131px;
	outline:none;
	background-image: url(../img/btn_portfolio_home.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_clients_home {
	display:block;
	width:163px;
	height:108px;
	outline:none;
	background-image: url(../img/btn_clients_home.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_contact_home {
	display:block;
	width:94px;
	height:118px;
	outline:none;
	background-image: url(../img/btn_contact_home.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_video_home {
	display:block;
	width:184px;
	height:120px;
	outline:none;
	background-image: url(../img/btn_video_home.png);
	background-repeat: no-repeat;
	margin: 30px 0px 1px 0px
}

a#menu_about_home {
	display:block;
	width:191px;
	height:88px;
	outline:none;
	background-image: url(../img/btn_about_home.png);
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px
}

a#menu_portfolio_home:link, a#menu_about_home:link, a#menu_contact_home:link, a#menu_video_home:link, a#menu_clients_home:link { background-position: top left; }
a#menu_portfolio_home:hover, a#menu_about_home:hover, a#menu_contact_home:hover, a#menu_video_home:hover, a#menu_clients_home:hover { background-position: top right!important; }
a#menu_portfolio_home:active, a#menu_about_home:active, a#menu_contact_home:active, a#menu_video_home:active, a#menu_clients_home:active { background-position: bottom left!important; }
a#menu_portfolio_home:visited, a#menu_about_home:visited, a#menu_contact_home:visited, a#menu_video_home:visited, a#menu_clients_home:visited { background-position: bottom left; }
