/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
div.page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 950px;
	overflow-x: hidden;
}
div.main-product {
	margin-bottom: 20px;
	padding: 15px 15px 5px;
	width: 62%;
	background-color: #E6E6E6;
}
div.masterhead {
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 20px solid #fff;
	height: 222px; /* 182 */
	background: #fff url(../i/Masterhead/masterhead.gif) no-repeat 22% 0;
}
/*body.cyrilla-mac div.masterhead {
	background: #f90 url(../i/Masterhead/masterhead_mac.jpg) no-repeat 22% 0;
}
body.cyrilla-mobile div.masterhead {
	background: #97CFB3 url(../i/Masterhead/masterhead_mobile.jpg) no-repeat 22% 0;
}*/
body.cyrilla-correct div.masterhead {
	background: #fff url(../i/Masterhead/masterhead.gif) no-repeat 22% 0;
}
div.footer {
	margin: 20px auto 0;
	padding: 0 0 0 24%;
	clear: both;
	background: transparent url(../i/Bg/footer.gif) repeat-x 0 0;
}
div.wrapper {
	margin: -55px auto 0 auto;
	width: 100%;
	clear: both;
}
body.xm div.wrapper {
	background: transparent;
	/*background: #fff url(../i/Bg/wrapper.gif) repeat-y 22% 0;*/
}
div.clear {
	clear: both;
}
body.xm div.main {
	float: right;
	width: 75%;
	margin: 0 1% 0 2%;
}
body.xm div.extra {
	padding-left: 2%;
	width: 20%;
}
body.m div.main {
	width: 100%;
}
div.primary {
	float: left;
	width: 62%;
	margin: 0 2% 0 0;
}
div.secondary {
	float: right;
	padding: 0 1% 1% 1%;
	width: 34%;
}
body.home div.secondary {
	margin-top: -58px;
}
div.documents {
	padding: 1em 10px;
	background-color: #f6f8fa;
}
