﻿div#content {
	padding: 0;
	width: 841px;
	height: 430px;
}

div.content_main {
	height: 430px;
	width: 100%;
	background: #3b3b3b url(/_img/back_main.jpg) no-repeat scroll;
}
	div.content_main div.cm_text_portfolio, div.content_main div.cm_text_support, div.content_main div.cm_text_advert{
		float:left;
	}
		div.content_main div div.number {
			float: right;

			font-size: 18px;
			font-weight: bold;
			text-transform: uppercase;
			vertical-align: super;
		}
		div.content_main div.cm_text_portfolio div.number {
			padding-right:28px;
			color: #9f9f9f;
		}
		div.content_main div.cm_text_support div.number {
			padding-right:7px;
			color: #7ad44d;
		}
		div.content_main div.cm_text_advert div.number {
			padding-right:30px;
			color: #5ca7ca;
		}

		div.content_main div div.info {
			clear: right;
			float: right;
			padding-top: 14px;

			color: #fff;
			font-size: 30px;
			font-weight: bold;
			text-align: right;
			text-transform: uppercase;
			vertical-align: super;
		}
		div.content_main div.cm_text_portfolio div.info {
			padding-right:28px;
		}
			div.content_main div.cm_text_portfolio div.info span{
				color: #c07f37;
			}
		div.content_main div.cm_text_support div.info {
			padding-right: 7px;
		}
			div.content_main div.cm_text_support div.info span{
				color: #7ad44d;
			}
		div.content_main div.cm_text_advert div.info {
			padding-right: 30px;
		}
			div.content_main div.cm_text_advert div.info span{
				color: #3182a8;
			}
		div.content_main div img {
			display: block;
			clear: right;
			float: right;
			margin-top: 15px;
			width: 60px;
			height: 61px;
			
		/*fix ie6*/
			behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
			this.src = "/_img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
			);
		}
		div.content_main div.cm_text_portfolio img {
			margin-right: 23px;
		}
		div.content_main div.cm_text_support img {
			margin-right: 2px;
		}
		div.content_main div.cm_text_advert img {
			margin-right: 25px;
		}

div#content_main {
}
	div#content_main div.cm_text_portfolio {
		width: 225px;
		padding-top: 16px;
		height: 414px;
	}
	div#content_main div.cm_text_support {
		width: 275px;
		padding-top: 100px;
		height: 330px;
	}
	div#content_main div.cm_text_advert{
		width: 340px;
		padding-top: 203px;
		height: 227px;
	}
