﻿@charset "utf-8";
/* CSS Document */

@import "common.css";

#mainimage {
	height: 425px;
	background-attachment: scroll;
	background-image: url(../solutions/images/bg_patern.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 25px;
	
}#mainimage ul {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	float: left;
}
#mainimage li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#solutions h3 {
	margin-bottom: 30px;
}
.greens_is {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../solutions/images/bg_illustcut.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.title {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1AA81;
	margin-bottom: 15px;
	font-size: 14px;
}
.about {
	line-height: 1.8em;
	margin-bottom: 15px;
}
.alltime {
	margin-bottom: 10px;
	width: 360px;
	float: left;
}
.alltime ul {
	margin-right: 20px;
}

.alltime li {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1AA81;
	margin-bottom: 7px;
	list-style-type: none;
}
.alltime p {
	margin-bottom: 15px;
}
