body {
	background-image: url(../images/site_images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	width:100%;	
}
#backgroundgradient {
	background-image: url(../images/site_images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-width:850px;
	width: 100%;
	min-height: 400px;
	position: absolute;
	z-index:1;

}
#header {
	padding: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom: 0px;
	position:relative;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	padding:0px;
	margin-bottom: 0px;
	position:relative;
}
#hasslefree {
		position: absolute;
		height: 108px;
		position:absolute;
		left:-25px;
		top:-25px;
		z-index:2;
}
#postit {
	position: absolute;
	height: 108px;
	position:absolute;
	right:40px;
	top:0px;
	z-index:2;
	height:210px;
	width:237px;
}


#main_home {
	min-height: 300px;
	width: 500px;
	border: 2px solid #CCCCCC;
	margin-top:0px;
	padding-top: 85px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float:left;
	background-color:#DCEACE;

}
#main {
	min-height: 300px;
	width: 500px;
	border: 2px solid #CCCCCC;
	margin-top:0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float:left;
	background-color:#DCEACE;
}
#right_pane {
	min-height: 300px;
	width: 240px;
	margin-top:0px;
	padding-top: 80px;
	padding-bottom: 20px;
	padding-left: 10px;
			float:left;

}

#right_pane ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#right_pane li{
	background-image: url(../images/site_images/tick.gif);
	background-repeat:no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	height:26px;
	padding-left:26px;
	padding-top:8px;
	color: #000000;
	font-weight: bolder;
}


#menu{
	width: 100%;
	min-height: 20px;
	background-color:#DEEBD1;
}
#menu_items {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom: 0px;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

#menu_items ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu_items ul li { display: inline; }

#menu_items ul li a
{
text-decoration: none;
padding: .2em 1em;
border:0;
}
#menu_items ul li a:hover
{
	text-decoration:underline;
}

#welcometext {
	width: 210px;
	text-align: justify;
	float: left;
}
#features {
	width: 270px;
	float: left;
	margin-left: 20px;
}
.readmore {
	font-weight: bolder;
	text-align:right;
}

#casestudy {
	clear: both;
	float: left;
	width: 500px;
	margin-top: 10px;
}
#footer{
	width:500px;
	font-size: x-small;
}
#quickcontact {
	position: absolute;
	right:282px;
	top:50px;
	z-index:3;
	height:29px;
	min-width:195px;
	text-align: right;
}
#features .latest {
	float: left;
	margin-right: 5px;
}
.title {
	font-size: medium;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.text {
	color: #333333;
	text-align: justify;
}
.textsmall {
	font-size: x-small;
	color: #333333;
}
.subtitle {
	font-weight: bolder;
	color: #333333;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
