body {
	background-color: #820D00;
	background-image: url(../site-images/home/bg-realdeal.jpg);
	background-repeat: no-repeat;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	height: 100%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	text-decoration: none;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2F0302;
}

.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #2F0302;
}

.border3sided {
	
	border-top: 1px solid #2F0302;
	border-bottom: 1px solid #2F0302;
	border-right: 1px solid #2F0302;
}
.homeheader {
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
}

.whitetext {
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height:16px;
}

.whitetext a:link {
	font-family: "Times New Roman",Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	/*letter-spacing: -0.1em;*/
}
.whitetext a:visited {
	font-family: "Times New Roman",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	/*letter-spacing: 0.015cm;*/

}
.whitetext a:hover {
	font-family: "Times New Roman",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
	/*letter-spacing: 1px;*/

}

#alpha {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7; /* for future compatibility */
	background-color: #2F0302;
	height: 150px;
	vertical-align: middle;
}
/**** CODE BY DINANATH DEFINE FOOTER LINK CLASS	****/
.footer a:link {
	font-family: "Times New Roman",Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	/*letter-spacing: -0.1em;*/
}
.footer a:visited {
	font-family: "Times New Roman",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	/*letter-spacing: 0.015cm;*/

}
.footer a:hover {
	font-family: "Times New Roman",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
	/*letter-spacing: 1px;*/

}
/*  ***********		This class use for highlighted selected link	********** */
.selected_link {
	font-family: "Times New Roman", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC9900;
	text-decoration: none;
}