.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.text {
	color: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.points {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.points_sm {
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.text1 {
	color: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.text1:hover {
	text-decoration: underline;
}
.green{
	color: #55AE00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.green:hover{
	text-decoration: underline;
}.rgtbg {
	background-image: url(../images/mainrgtimage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtbg1 {
	background-image: url(../images/whycontour_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtbg2 {
	background-image: url(../images/projects_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtbg3 {
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtbg4 {
	background-image: url(../images/builttosuit.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rgtbg5 {
	background-image: url(../images/cnt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}






.top_bg {
	background-image: url(images/top.gif);
	background-repeat:repeat-x;
	background-position: right top;
}
.bot_bg {
	background-image: url(../images/bot.gif);
	background-repeat:repeat-x;
	background-position: right top;
}
.left_bg {
	background-image: url(../images/left.gif);
	background-repeat:repeat-y;
	background-position: right top;
}
.right_bg {
	background-image: url(../images/right.gif);
	background-repeat:repeat-y;
	background-position: right top;
}
.mid_bg {
	background-image: url(../images/middle.gif);
	background-repeat:no-repeat;
	background-position: top;
}

.textfield{
	border: 1px solid #787878;
	font-family: Verdana;
	font-size: 11px; 
	background: #FFFFFF; 
	padding-left:3px;
}

textarea{ 
	border: 1px solid #787878; 
	font-family: Verdana;
	font-size: 11px;
}

form{
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:0px; 
	margin-right:0px;
}

.button{ 
	border: 1px solid #B3B89F; 
	font-family: Verdana; 
	color:#FFFFFF;
	font-size: 11px; 
	background: #798255;
}