/* CSS for MTPredictor - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
p {
	font-size: 12px;
}
a {
	color: #0036ff;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
ul {
	margin-top: 15px;
	margin-left: 15px;
}
div.black-line {
	background-color: #000000;
	height: 1px;
	font-size: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#main-page-image {
	background-image: url(../images/index/main-image.jpg);
	background-repeat: no-repeat;
	width: 520px;
	padding-left: 250px;
	height: 256px;
	padding-top: 50px;
	font-size: 12px;
	margin-top: 15px;
	position: relative;
}
a.main-image-buttons {
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	height: 30px;
	padding-top: 7px;
	text-align: center;
}
a#read-reviews {
	background-image: url(../images/index/read-reviews.jpg);
	width: 125px;
}
a#free-demo {
	background-image: url(../images/index/free-demo.jpg);
	width: 103px;
}
a#buy-now {
	background-image: url(../images/index/buy-now.jpg);
	width: 89px;
}
a#video-guide {
	background-image: url(../images/index/video-guide.jpg);
	width: 113px;
}
div#main-text {
	margin-top: 15px;
	width: 770px;
	clear: both;
}
div#main-text-section1 {
	width: 500px;
	float: left;
	margin-right: 20px;
}
div#main-text-section2 {
	width: 230px;
	float: left;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2b2b2;
}
div#main-text-section2 p {
	margin-bottom: 10px;
}
div.seperator {
	width: 770px;
	height: 10px;
	clear: both;
}
div#main-text-columns {
	width: 770px;
	margin-top: 15px;
	clear: both;
}
div#main-text-columns-1 {
	float: left;
	width: 225px;
	margin-right: 20px;
}
div#main-text-columns-1 p {
	margin-bottom: 10px;
}
div#main-text-columns-2 {
	float: left;
	width: 230px;
	margin-right: 20px;
	padding-left: 19px;
	padding-right: 19px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b2b2b2;
	border-left-color: #b2b2b2;
}
div#main-text-columns-2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#main-text-columns-3 {
	float: left;
	width: 230px;
}
div#main-text-columns-3 p {
	margin-bottom: 10px;
}