html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

html, body{
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	background:#fff url(../img/body-background.png);
}

#holder{
	width:940px;
	margin:0 auto;
	position:relative;
	padding-bottom:100px;
}

h1 a{
	display:block;
	width:139px;
	height:133px;
	background:url(../img/gravis-logo.png) no-repeat;
	text-indent:-4500px;
	margin:30px auto 50px auto;
}

address{
	display:block;
	position:absolute;
	top:140px;
	right:40px;
	width:159px;
	height:66px;
	background:url(../img/address.png) no-repeat;
	text-indent:-4500px;
}

h2{
	display:block;
	clear:both;
	text-indent:-4500px;
	margin-bottom: 10px;
	padding-top:20px;
}

h2#web{
	width:482px;
	height:42px;
	background:url(../img/h2-web.png) no-repeat 0 20px;
}

h2#poli{
	width:456px;
	height:42px;
	background:url(../img/h2-poli.png) no-repeat 0 20px;
}

h2#noz{
	width:334px;
	height:38px;
	background:url(../img/h2-noz.png) no-repeat 0 20px;
}

a{
	color: #B5AA97;
	text-decoration:none;
}
a:hover{
	color: #78C0C0;
}

ul{
	padding-left:10px;
}

ul li{
	display:block;
	float:left;
	width:210px;
	height:200px;
	background:#fafcf3;
	margin:0 0 20px 10px;
	position:relative;
}

ul li img{
	position:absolute;
	top:5px;
	left:5px;
}
ul li a{
	position:absolute;
	height:90px;
	padding:120px 0 0 10px;
	color: #78C0C0;
	font-size:11px;
	text-decoration:none;
}
ul li a strong{
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-top:4px;
}
ul li a:hover{
	color: #B5AA97;
}
ul li a span, .wide{
	font-weight:normal;
	color:#907860;
	font-size:11px;
}
.wide{
	clear:both;
	display:block;
	margin:20px;
	font-size:16px;
	text-align:center;
}

ul li .fullink{
	display:none;
	position:absolute;
	height:110px;
	width:210px;
	padding:0px;
	background:#fff;
	color:#78C0C0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-top:90px;
}

ul li .fullink:hover{
	color:#78C0C0;
}
