/* CSS Document */

/*---------------------*/
/*--FOR ACCESSIBILITY--*/
/*---------------------*/
.noshow	{
	left:-3000px;
	position:absolute;
}
/*--END FOR ACCESSIBILITY--*/

/*----------------*/
/*--PAGE HEADERS--*/
/*----------------*/
.header h1	{
	color:#fff;
	display:inline;
	font-size:1.5em;
	margin:0px;
	padding:0px 15px 0px 0px;
}
/*--END PAGE HEADERS--*/

/*-------------------*/
/*--ORANGE GRADIENT--*/
/*-------------------*/
.orangeGrad h2	{
	color:#af6615;
	font-size:1.25em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.orangeGrad p	{
	width:430px;
}
/*--END ORANGE GRADIENT--*/

/*-----------*/
/*--CONTENT--*/
/*-----------*/
.duo_L h2	{
	color:#af6615;
	font-size:1.5em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.duo_R p.clients	{
	background:url(../images/bkgd_clients.gif) repeat-x top #fff;
	border:1px solid #d8ebf1;
	margin:10px 0px;
	padding:20px;
	position:relative;
	text-align:center;
}
.duo_R h2, .tri h2	{
	color:#3e6d99;
	font-size:1.1em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.sell h2	{
	color:#b46f21;
	font-size:1.15em;
	margin:0px;
	padding:0px 0px 5px 0px;
	text-transform:none;
}
.sell p	{
	margin:5px 0px;
	padding:0px;
}
.tri#third p	{
	background:url(../images/bkgd_clients.gif) repeat-x top #fff;
	border:1px solid #d8ebf1;
	margin:10px 0px;
	padding:20px;
	position:relative;
	text-align:center;
}
/*--END CONTENT--*/

/*----------*/
/*--FOOTER--*/
/*----------*/
.footer p	{
	margin:0px;
	padding:10px;
	position:relative;
	z-index:3;
}
.footer p.float	{
	margin:-59px 0px 0px 125px !important;
	margin:-58px 0px 0px 65px;
	padding:0px;
	float:left;
	position:relative;
	z-index:3;
}
/*--END FOOTER--*/