/*----Background----*/
body {
	background-color: #00f500;
}
/*----Background End----*/

/*----Text properties----*/
p {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 2em;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.5em;
}

/*----Text properties end----*/

/*----Page Heading Div----*/
#pagehead {
	position: absolute;
	width: 80%;
	height: 20%;
	top: 1%;
	left: 10%;
	Background-color: #009900;	
}
/*----Page Heading Div ending----*/

/*----Navigation----*/
#nav {
	position: absolute;
	width: 80%;
	height: 6%;
	top: 21%;
	left: 10%;
}
/*----Navigation End----*/

/*----Main Body----*/
#main {
	position: absolute;
	width: 78%;
	height:100%;
	top: 29%;
	left: 10%;
	Background-color: #009900;
	padding: 10px;
}

/*----Main body end----*/

/*----Products----*/
#products {
	position: absolute;
	width: 78%;
	height:250%;
	top: 29%;
	left: 10%;
	Background-color: #009900;
	padding: 10px;
}
/*----Products end----*/

/*----Property----*/
#property {
	position: absolute;
	width: 78%;
	height:400%;
	top: 29%;
	left: 10%;
	Background-color: #009900;
	padding: 10px;
}
/*----Property end----*/

/*----Image Properties----*/
#main img{
	float: right;
	padding: 1%;
}

#products img{
	float: right;
	padding: 1%;
}
/*----Image End----*/

/*----Links----*/
a {
	font-family: arial,verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}
/*----Links End----*/

/*----List properties----*/
#nav ul li {
	padding-right: 2%;
	padding-left: 3.5%;
	display: inline;
}

/*----List properties end----*/





