/* $Id: style.css 97 2008-09-15 15:08:20Z jure.merhar $ */
* {
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,body,html,p,
form,fieldset,input,select,textarea
{
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
body {
	font-size: 62.5%;
	background: #fff;
	color: #554f43;
}
img {
	border: none;
}
p {
	padding-bottom: 1em;
}
a {
	text-decoration: underline;
	color: #e60004;
}
a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* pictures */
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 33.33%;
		text-align: center;
	}
	ul.pictures li.first-in-line {
		
	}
		ul.pictures li.first-in-line a {
			float: left;
		}
	ul.pictures li.last-in-line {
		
	}
		ul.pictures li.last-in-line a {
			float: right;
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
			overflow: hidden;
		}
			ul.pictures li a {
				margin: 0 auto;
				display: block;
				cursor: pointer;
				border: 1px solid #c4973c;
				background: #fff no-repeat center center;
				width: 140px;
				height: 140px;
				overflow: hidden;
				text-decoration: none;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}


/* tooltips */
span.tooltip {
	display: block;
	position: absolute;
	text-decoration: none;
	padding: 5px;
	z-index: 90;
	border: 1px solid #000;
	background: #999;
	color: #fff;
}

/* big buttons */
.big_button {
	float: left;
	background: url(/dsg/big_button.gif) no-repeat top left;
	width: 179px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
