/* Cascading style sheet for ROI Services website. */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

a {
	color: #336600;
}

a:visited {
	color: #999933;
}

#pageContainer {
	width: 820px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#pageHeader {
	height: 110px;
	text-align: right;
}

	#pageHeader img {
		border: none;
	}
	
	#pageHeader #navLinks img {
		margin-left: 60px;
		margin-top: 15px;
	}

#sectionMerchants {
	width: 400px;
}

	#sectionMerchants img {
		border: none;
	}

	#sectionMerchantsText {
		padding: 15px;
		background-image: url(images/gradiant-bg.jpg);
		background-repeat: no-repeat;
		line-height: 17px;
	}
	
	#sectionMerchantsText h2 {
		margin-top: 0px;
		font-size: 14px;
	}

#sectionConsumers {
	width: 400px;
	float: right;
}

	#sectionConsumers img {
		border: none;
	}

	#sectionConsumersText {
		padding: 15px;
		background-image: url(images/gradiant-bg.jpg);
		background-repeat: no-repeat;
		line-height: 17px;
	}
	
	#sectionConsumersText h2 {
		margin-top: 0px;
		font-size: 14px;
	}

#sectionInterior {
	width: 100%;
	line-height: 17px;
	margin-top: 20px;
}

	#sectionInterior h2 {
		margin-top: 30px;
		font-size: 14px;
	}
	
	#sectionInterior .floatRight {
		width: 400px;
		float: right;
		margin: 0px 0px 15px 15px;
	}
	
	#sectionInterior .floatRight .floatRightText {
		background-image: url(images/gradiant-bg.jpg);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 10px;
	}
	
		#sectionInterior .floatRight .floatRightText h2 {
			margin-top: 0px;
		}
	
#pageFooter {
	clear: both;
	margin-top: 30px;
	text-align: center;
	color: #666666;
	font-size: 11px;
}

	#pageFooter a, #pageFooter a:visited {
		color: #666666;
	}