/* $Id: home_top.css 40 2007-12-17 11:51:54Z edin.coralic $ */

.home_top .picture {
	position: absolute;
	margin-top: 30px;
	width: 394px;
	height: 198px;
	z-index: 1000;
}

.home_top .box {
	margin-left: 430px;
}
#description .home_top h1 {
	padding-top: 31px;
}

.home_top .list {
	list-style-type: none;
	margin: 0;
	color: #c4af58;
	font-weight: bold;
	font-size: 20px;
}
.home_top .list li {
	float: left;
	margin: 0 1% 0 0;
}
.home_top .list li.first {
	width: 120px;
}
.home_top .list li.second {
	width: 180px;
}
.home_top .list li.third {
	width: 130px;
}

.home_top .list li .number {
	float: left;
	width: 1.2em;
}

.home_top .list li .title {
	margin-left: 1.2em;
}

.home_top .list li a {
	color: #c4af58;
	text-decoration: none;
}

.home_top .question,
.home_top .home_button {
	float: left;
	padding: 0;
	font-size: 1.2em;
	color: #fff;
	line-height: 25px;
}

.home_top .question {
	clear: both;
	margin-right: 1em;
}

.home_top .home_button {
	background: url(/dsg/home_button.gif) no-repeat center center;
	width: 143px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}