/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}

/*SITE*/
body {
  color: #fff;
  background: #323232;
  width: 800px;
  padding: 50px 15px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #a2a2a2;
	font-size: 12px;
}
a {
  color: #a2a2a2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.mail {
  padding-top: 47px;
  height: 68px;
  font-size: 19px;
  text-align: center;
}
.menu {
  margin: 15px 0 60px 0;
  height: 15px;
  background: url(images/menu.png) no-repeat;
  position: relative;
}
.sub_menu {
  height: 15px;
  margin-bottom: 10px;
  position: relative;
}
.menu a, .sub_menu a {
  position: absolute;
  display: block;
  top: 0;
  height: 15px;
}
.menu a:hover, .sub_menu a:hover, .menu a.selected, .sub_menu a.selected {
  background: url(images/menu.png) no-repeat;
}
#galleries {
  left: 0;
  width: 73px;
}
#galleries:hover, #galleries.selected {
  background-position: 0 -20px;
}
#showreel {
  left: 120px;
  width: 77px;
}
#showreel:hover, #showreel.selected {
  background-position: -120px -20px;
}
#biography {
  left: 245px;
  width: 78px;
}
#biography:hover, #biography.selected {
  background-position: -245px -20px;
}
#home {
  left: 370px;
  width: 40px;
}
#home:hover, #home.selected {
  background-position: -370px -20px;
}
#press_articles {
  left: 459px;
  width: 112px;
}
#press_articles:hover, #press_articles.selected {
  background-position: -459px -20px;
}
#contact {
  left: 619px;
  width: 63px;
}
#contact:hover, #contact.selected {
  background-position: -619px -20px;
}
#art_work {
  right: 0;
  width: 72px;
}
#art_work:hover, #art_work.selected {
  background-position: right -20px;
}

