@CHARSET "UTF-8";

div.welcome {
	float: left;
	width: 558px;
	min-height: 230px;
	background-image: url('/assets/home/box-welcome.png');
	background-position: top center;
	background-repeat: no-repeat;
}

div.welcome div {
	position: absolute; width: 558px;	
}

div.welcome p {
	margin-top: 25px;
	margin-left: 35px;
	margin-right: 35px;
}

div.latestnews {
	float: left;
	width: 558px;
	height: 247px;
	background-image: url('/assets/home/box-latestnews.png');
	background-position: top center;
	background-repeat: no-repeat;
}

div.latestnews h1 {
	margin-top: 10px;
	margin-left: 27px;
	font-size: 18px;
	color: #ffffff;
}

div .hr {
	background-image: url('/assets/common/line-hr.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div.latestnews p {
	margin-top: 5px;
	margin-left: 27px;
	margin-right: 25px;
}

div.latestnews p.date, div.latestnews p.more a {
	color: #6dcff6;
	font-weight: bold;
}

div.latestnews span.datenews {
	font-size:8px;
	font-style: italic;
	color:grey;
}

div.latestnews p.more a:hover {
	color: #009ee0;
}

div.product1, div.product2 {
	float: left;
	width: 193px;
	height: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

div.product1 {
	background-image: url('/assets/home/box-monitor.png');
}

div.product2 {
	background-image: url('/assets/home/box-package.png');
}

div.product1 h1, div.product2 h1 {
	margin-top: 8px;
}
div.product1 h2, div.product2 h2 {
	margin-top: 4px;
}

div.product1 h1 a, div.product2 h1 a {
	font-style: arial, verdana, sans-serif;
	margin-top: 8px;
	margin-left: 12px;
	font-size: 27px;
	color: #84d0f0;
}

div.product1 h2 a, div.product2 h2 a {
	font-style: arial, verdana, sans-serif;
	margin-left: 12px;
	font-size: 17px;
	color: #ffffff;
}

div.product1 img, div.product2 img {
	position: absolute;
	top: 75px;
	left: 80px;
}

div.product2 p {
	position: relative;
	top: 110px;
	left: 15px;
	width: 163px;
}

div.product1 ul.left {
	float: left;
	position: relative;
	top: 115px;
	left: 35px;
}

div.product1 ul.right {
	float: right;
	position: relative;
	top: 115px;
	right: 35px;
}

div.product1 ul li {
	padding-bottom: 5px;
	list-style-type: none;
}

div.product1 ul li a {
	color: #ffffff;
}

div.product1 ul li a:hover {
	color: #84d0f0;
}


div.casestudies {
	float: left;
	width: 391px;
	height: 315px;
	background-image: url('/assets/home/box-casestudies.png');
	background-position: top center;
	background-repeat: no-repeat;
}

div.casestudies h1 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #ffffff;
}

div.casestudies h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

div.casestudies h3 a {
	color: #a0a0a0;	
}

div.casestudies h3 a:hover {
	color: #ffffff;
}

div.casestudies p.category {
	color: #009EE0;
}

div.casestudies p.category strong {
	color: #ffffff;
}

div.casestudies div.project {
	width: 175px;
}
