body {
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f1efeb;
}

a {
	text-decoration: none;
}

#container {
	padding: 0px;
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;

}

/* --------- banner gorny --------- */

#head {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 172px;
	text-align: left;
}


#homelink {
	display: block;
	width: 410px;
	height: 152px;
	background: url('/theme_clean/index_top.gif') top left no-repeat;	
}

#homelink span {
	display: none;
}

#pluginlink {
	display: block;
	position: absolute;
	width:288px;
	height: 145px;
	top: 5px;
	right: 45px;
	text-decoration: none;
	background: url('/theme_clean/plugin_banner.jpg') top left no-repeat;
}

#pluginlink:hover {
	background: url('/theme_clean/plugin_banner.jpg') top left no-repeat;
}

#pluginlink span {
	display: none;
}

#helplink {
	display: block;
	position: absolute;
	width:61px;
	height: 61px;
	top: 10px;
	right: 15px;
	text-decoration: none;
	background: url('/theme_clean/btn_help_main.gif') top left no-repeat;
}

#helplink:hover {
	background: url('/theme_clean/btn_help_main_over.gif') top left no-repeat;
}

#helplink span {
	display: none;
}

/* --------- strona glowna --------- */
h1.t1 {
	color: #0099ff;
}

#tape {
	margin-top: 20px;
	margin-bottom: 30px;
}

#tape p {
	padding-top: 0px;
	margin-left: 40px;
	margin-right: 10px;
	color: #000000;
}

.run_tapeciarz {
	display:block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 90px;
	background: url('/theme_clean/btn_run_tapeciarz.gif') top left no-repeat;
	text-align: center;
}

.run_tapeciarz:hover {
	background: url('/theme_clean/btn_run_tapeciarz_over.gif') top left no-repeat;
}

.run_tapeciarz span {
	display: none;
}

#tape p.slogan, p.slogan {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

#tape p.slogan2 {
	margin-top: 35px;
	text-align: center; 
	font-size: 18px;
	color: #000;
}

/* --------- strona pomocy --------- */

h1 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: black;
}

.subtitle {
	display: block;
	width: 300px;
	padding-left: 90px;
	text-align: center;
	color: #0066ff;
}

.hstep {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 810px;
	height: 310px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
}

.hstep p{
	position: relative;
	top: 0px;
	left: 30px;
	width: 360px;
	margin: 0px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
}

.himage {
	position: absolute;
	top: 0px;
	left: 400px;
	width:358px;
	height: 302px;
}

#code {
	padding: 5px;
	margin: 15px;
	background: #eaeaea;
	border: 1px solid #c0c0c0;
	font-family: monospace, courier;
	font-size:12px;
}

#sample {
	padding: 5px;
	margin: 15px;
	background: #eaeaea;
	border: 1px solid #c0c0c0;
	text-align:center;
}

/* --------- strona pluginu --------- */
#aboutplugin {
	height: 320px;
}

#download {
	height: 160px;
}

#getfirefox {
	display: block;
	float: left;
	margin: 4px;
	width: 240px;
	height: 90px;
	background: url('/theme_clean/btn_get_firefox.gif') top left no-repeat;
}

#getfirefox:hover {
	background: url('/theme_clean/btn_get_firefox_over.gif') top left no-repeat;
}

#getfirefox span {
	display: none;
}

#getmozilla {
	display: block;
	float: left;
	margin: 4px;
	width: 240px;
	height: 90px;
	background: url('/theme_clean/btn_get_mozilla.gif') top left no-repeat;
}

#getmozilla:hover {
	background: url('/theme_clean/btn_get_mozilla_over.gif') top left no-repeat;
}

#getmozilla span {
	display: none;
}

#getexplorer {
	display: block;
	float: left;
	margin: 4px;
	width: 240px;
	height: 90px;
	background: url('/theme_clean/btn_get_explorer.gif') top left no-repeat;
}

#getexplorer:hover {
	background: url('/theme_clean/btn_get_explorer_over.gif') top left no-repeat;
}

#getexplorer span {
	display: none;
}
/* --------- stopka stron informacyjnych --------- */

#foot {
	color: #333333;
	font-size:11px;
	text-align: center;
}

#foot hr {
	border-top: 1px dashed #666;
	border-bottom: 1px solid #c0c0c0;
	height: 2px;
	width: 80%;
}

.opslogos {
	height: 25px;
	vertical-align: middle;
}

.copyright {
	position:inherit;
	margin-top: 2px;
	margin-bottom: 6px;
}

.compat {
	position:inherit;
}

