@import "forms.css";

.right {
float:right;
}
.bold {
font-weight:bold;
}

.mr10 {
	margin-right:10px;
}

#content {
	background:#282828 url(/img/content-back-sec.jpg);
	color:#ccc;
}

	#content p {
		margin-bottom:2em;
	}

	#content h1 {
		margin:1em 0 1em 0;
		font-size:1.7em;
	}

	#content #left-part {
		width:35em;
		float:left;
		padding-top:0.5em;
	}
	
	#content #right-part {
		width:16em;
		font-size:0.85em;
		line-height:1.8em;
	}
	

#top-content {
	margin-top:5.5em;
	height:11.25em;
	background:#ffa900 url(/img/top-back-sec.jpg) repeat-x top center;
	overflow:hidden;
}

	#top-content .page {
		width:100%;
		height:11.25em;
		text-align:right;
		overflow:hidden;
		padding-top:1em;
		background:url(/img/advrt-back-sec.jpg) no-repeat top center;
	}

		#top-content .page a {
			text-align:center;
		}

			#top-content .page #action {
				width:960px;
				margin:0 auto;
				padding-top:4em;
			}

			#top-content .page #action  img {
				float:left;
				margin-top:-2em;
			}

	#content ul.table {
		width:100%;
		margin-left:2.5em;
	}

		#content ul.table li {
			float:left;
			margin:0;
			width:300px;
			list-style:none;
			height:2em;
			padding-left:1em;
		}

		#content ul.table li b {
			float:right;
			margin:0px 10px 0 0;
			height:2em;
		}
		
		#content ul.table li div {
			float:left;
		}
		
		#content ul.table li p {
			float:right;
			text-align:right;
			font-weight:bold;
		}

		#content ul.table li.title {
			clear:both;
			width:180px;
		}

		#content ul.table li.dark {
			background-color:#333;
		}

		#content .page {
			padding-bottom:5em;
		}

		#top-content .page a {
			background:url(/img/buttons-home.png) no-repeat 0 -59px;
			padding-top:10px;
			margin:0.8em 0.5em;
			overflow:hidden;
			border:none;
			display:block;
			float:left;
			width:172px;
			height:59px;
			text-indent:-9000px;
		}
		
		#top-content .page a.download {
			background:url(/img/buttons-home.png) no-repeat 0 -59px;
		}

		#top-content .page a.buynow {
			background:url(/img/buttons-home.png) no-repeat -190px -59px;
		}

			#top-content .page a span {
				font-size:1.2em;
				color:#fff;
			}
			
		#top-content .page a.download:hover {
			background:url(/img/buttons-home.png) no-repeat 0 0;
		}
		#top-content .page a.buynow:hover {
			background:url(/img/buttons-home.png) no-repeat -190px 0;
		}	