/* $Id: first_page.css 28 2009-01-27 12:49:08Z edin.coralic $ */

.firstPage .box {
	background: none;
	padding: 0 0 15px 0;
}
.firstPage .head {
	margin-left: 15px;
	width: 310px;
}
.firstPage .head h2 {
	font-size: 2em;
	line-height: 1.364em;
	margin-bottom: 0.682em;
}
.firstPage .head .subtitle {
	color: #0089af;
	font-size: 1.364em;
	font-family: Georgia;
	line-height: 1.333em;
	padding-bottom: 0.5em;
}

.firstPage .blue {
	background: url('../dsg/blue_box_top.gif') no-repeat top left;
	min-height: 248px;
	position: relative;
}
.firstPage .blue .woman {
	position: absolute;
	right: 0;
	top: -184px;
}
.firstPage .blue .blue_content {
	padding: 15px 0 8px 15px;
	width: 345px;
}
.firstPage .blue .read_more,
.firstPage .blue .register {
	position: absolute;
	right: 23px;
	bottom: 85px;
	width: 195px; /*215*/
	height: 35px; /*54*/
	padding: 19px 0 0 20px;
	font-family: Georgia;
	font-size: 1.727em;
	text-decoration: none;
	color: #006885;
	background: url('../dsg/button_i.png') no-repeat center center;
}
.firstPage .blue .register {
	bottom: 16px;
	color: #fff;
	background-image: url('../dsg/button_dot.png');
}
.firstPage .blue_footer {
	background: url('../dsg/blue_box_bottom.gif') no-repeat top left;
	height: 7px;
	overflow: hidden;
	margin-bottom: 2.364em;
}

.firstPage ul.list {
	list-style-type: none;
	margin: 0;
}
.firstPage ul.list li {
	margin: 0 0 0 5px;
	float: left;
	width: 155px;
	overflow: hidden;
}
.firstPage ul.list li.first {
	margin-left: 0;
}
.firstPage ul.list li .title {
	color: #ff4f15;
	font-weight: bold;
	padding: 8px 5px 4px 5px;
}
.firstPage ul.list li .lead {
	padding: 0 5px;
}