
	/*
	reset.css file
	*/
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;
}

/* Menu */
ul#menu {
	list-style: none;
	float: right; 
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 112px;
		float: left;
		}
		ul#menu li a.video_production {
			background: url(../img/video_production.gif) no-repeat bottom center;
			width: 109px;
			}
		ul#menu li a.interactive {
			background: url(../img/interactive.gif) no-repeat bottom center;
			width: 114px;
		}
		ul#menu li a.experience {
			background: url(../img/experience.gif) no-repeat bottom center;
			width: 81px;
			}
		ul#menu li a.company {
			background: url(../img/company.gif) no-repeat bottom center;
			width: 74px;
			}
			ul#menu li a.video_production:hover, ul#menu li a.video_production:active,
			ul#menu li a.interactive:hover, ul#menu li a.interactive:active,
			ul#menu li a.company:hover, ul#menu li a.company:active,
			ul#menu li a.experience:hover, ul#menu li a.experience:active {
				background-position: top center;
			}
		body#video_production ul#menu li a.video_production,
		body#interactive ul#menu li a.interactive,
		body#company ul#menu li a.company,
		body#experience ul#menu li a.experience {
			background-position: center;
		}
p.footer{
	text-align: center;
	margin: 15px 0px;
	

}
