div#splash {
	width: 936px;
	height: 287px;
	background: url(img/splash_crop.jpg) top center no-repeat;
}

div#splash_t {
	width: 936px;
	height: 287px;
	background: url(img/splash_crop_technology.jpg) top center no-repeat;
}

div#splash_c {
	width: 936px;
	height: 287px;
	background: url(img/splash_crop_compatibility.jpg) top center no-repeat;
}

div#breaker {
	width: 100%;
	margin-top: 10px;
}

div#breaker div#brk_left {
	width: 710px;
	float: left;
	/*border: 1px solid Red;*/
}

div#breaker div#brk_right {
	width: 190px;
	float: right;
	text-align: right;
	/*border: 1px solid Red;*/
}

div.board_grey {
	width: 347px;
	height: 220px;
	float: left;
	background: url(img/board_grey.jpg) top left no-repeat;
	margin-top: 20px;
}

div.board_grey_fix {
	position: relative;
}

div.img_board {
	width: 312px;
	height: 100px;
	position: absolute;
	top: 19px;
	left: 18px;
}

div.text_board {
	width: 304px;
	position: absolute;
	top: 136px;
	left: 28px;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.link_board {
	width: 304px;
	position: absolute;
	top: 198px;
	left: 28px;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	/*font-weight: bold;*/
}

div.subcontent {
	margin-top: 18px;
	margin-right: 28px;
}

div.subcontent p {
	margin-bottom: 8px;
}

div#links_line {
	padding-top: 3px;
	background: url(img/long_hr.gif) top center no-repeat;
}

div#from_blog {
	float: left;
	width: 347px;
	background: url(img/blog_bgr_bot.gif) bottom left no-repeat;
}

div#from_blog_top-image {
	width: 347px;
	background: url(img/blog_bgr.gif) top left no-repeat;
}

div.from_blog_text {
	padding: 50px 20px 6px 20px;
}

div.blog_item {
	float: none;
	width: auto;
	margin-bottom: 4px;
}

span.item_title {
	color: #2970a6;
	font-weight: bold;
}

span.item_date {
	font-weight: bold;
}

span.item_comm {
	font-weight: normal;
}

div#community, div#links, div#shortcuts {
	float: left;
	width: 180px;
	height: 140px;
	background: #eeeeee;
	margin-left: 6px;
}

div.info_links_title {
	width: 180px;
	background: #FFFFFF;
	height: 39px;
}

div.info_links_body {
	padding: 10px 10px 2px 10px;
	font-size: 11px;
}

div#faq-s_int {
	border: 1px solid #e6ecf1;
	padding: 13px 13px 6px 18px;
	background: #f6f8fa;
}

ul.ul_normal {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.ul_normal li {
	
}

ol.ol_normal {
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}

ol.ol_normal li {
	
}

.step_tbl {
	
}

.step_tbl td {
	padding-right: 18px;
}

div.additional {
	clear: both;
	padding-top: 22px;
	margin: 1.12em 0;
	font-size: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: right;
	border-top: 1px dashed #86c9e6;
	/*border-bottom: 1px solid #ececec;*/
	color: #2970a6;
}

div#disclamer {
	text-align: center;
	font-size: 10px;
	margin-top: 11px;
}

div#disclamer a {
	text-decoration: none;
}

div#disclamer a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}