@media all {

* { padding:0; margin:0; }
fieldset, img { border:0; }
label, a { cursor:pointer; }
body, input, h1, h2 { font-size:100%; font-family:Arial, sans-serif; }

}
@media screen, projection {

a { color:#000; text-decoration:underline; }
a:focus, a:hover { text-decoration:none; }

hr { display:none; }
#partners h2 { position:absolute; bottom:0; left:-1000em; }

/* lay i */

html {
	background-color:#fff;
	font-size:100.01%;
	color:#000;
}

body {
	font-size:0.94em;
	line-height:1;
}

#main {
	width:100%;
	padding-bottom:13px;
	overflow:hidden;
	background:url(gfx/picBox.jpg) no-repeat 50% 177px;
	border-bottom:2px solid #ffcc00;
}

/* content */

#content {
	width:982px;
	padding-top:144px;
	background:url(gfx/picClouds.png) no-repeat 100% 34px;
	margin:0 auto;
	position:relative;
}

/* about */

#about {
	width:448px;
	padding:71px 0 0 193px;
	margin-bottom:39px;
}

	#about h2 {
		padding-bottom:2px;
		font-size:1.33em;
	}

	#about ul {
		list-style:none;
		width:100%;
		padding-bottom:48px;
		background:url(gfx/icoPDF.png) no-repeat 100% 100%;
	}

		#about li {
			padding:0 75px 0 9px;
			background:url(gfx/boxRounded657x300.png) no-repeat -657px 50%;
		}

/* get ebook */

#getEBook {
	width:657px;
	background:#fff9dd url(gfx/boxRounded657x300.png) no-repeat 0 0;
	float:left;
}

	#getEBook h2 {
		padding:17px 0 0 14px;
		font-size:1.07em;
	}

		#getEBook h2 span {
			font-size:1.13em;
		}

/* form get ebook */

#formGetEBook fieldset {
	padding:23px 239px 0 36px;
	font-size:0.87em;
}

	#formGetEBook div.email {
		width:100%;
	}

		#formGetEBook div.email label {
			padding-top:4px;
			float:left;
			color:#2f2a15;
		}

		#formGetEBook div.email input {
			width:187px;
			padding:2px;
			background-color:#ff0;
			border:1px solid #000;
			float:right;
		}

	#formGetEBook div.agree {
		padding:13px 0 15px;
		clear:both;
		font-size:0.85em;
	}

		#formGetEBook div.agree input {
			vertical-align:middle;
		}

#formGetEBook div.submit {
	height:15px;
	background:#fff9dd url(gfx/boxRounded657x300.png) no-repeat 0 100%;
	position:relative;
}

	#formGetEBook div.submit input {
		position:absolute;
		right:19px;
		bottom:34px;
	}

/* partners */

#partners {
	padding-left:710px;
}

	#partners li {
		list-style:none;
		padding:17px 0 6px;
	}

/* header */

#header {
	width:100%;
	height:144px;
	background-color:#fc0;
	position:absolute;
	top:0;
	left:0;
}

	#header h1 {
		width:576px;
		height:92px;
		padding:52px 220px 0 188px;
		background:url(gfx/picBulb.jpg) no-repeat 35px 41px;
		margin:0 auto;
		font-size:1.73em;
		font-weight:bold;
	}

		#header h1 span {
			display:block;
			padding-top:2px;
			font-size:0.80em;
		}

}
@media print {

/* printer styles */

div, hr, form, #content a.more { display:none; }

#main, #header, #content, #content div { display:block; }

a { color:#333; }

#main {
	margin:5px 10px;
	position:relative;
	font-size:11px;
	color:#333;
}

	h1 {
		font-size:15px;
	}

	#main * {
		margin:0;
		text-decoration:none;
	}

	#content {
		line-height:2em;
		color:#333;
	}

		#content h2 {
			margin-top:1.5em;
			font-size:12px;
		}

		#content p {
			text-indent:2em;
		}

}
