
	html, body {
		background-color: #7a0000;
		color: #000;
		margin: 0;
		padding: 0;
		font-family: Calibri,"Trebuchet MS",Helvetica,Arial,sans-serif;
		font-size: 16px;
		line-height: 22px;
		color: #232323;
		}
		
	#container
	{
		background-color: #fff;
		margin: 0 auto;
	}
	
/* HEADER */
	
	#header
	{
		background-repeat: repeat-x;
		background-image: url(img/bg_header.png);
		width: 100%;
		height: 425px;
	}
	#topmenu
	{
		background-repeat: none;
		background-image: url(img/bg_topmenu2.png);
		width: 1000px;
		height: 149px;
		margin: 0 auto;
	}
	#tokarstwo-logo
	{
		background-repeat: none;
		background-image: url(img/tokarstwo_logo.png);
		width: 423px;
		height: 106px;
		float: left;
		margin: 20px 0 0 37px;
	}
	#menu
	{
		position: relative;
		float: right;
		width: 530px;
		height: 149px;
	}
	#menu ul  
	{
		height: 110px;
		float: left;
		display: block;
		margin: 35px 0 0 8px;
		padding: 0px 0px 0 0;
	}
	#menu li
	{
		margin: 0 0 0 10px;
		float: left;
		display: block;
	}
	#m01{
		display: block;
		width: 110px;
		height: 110px;
		background-image: url(img/menu_01m.png);
		}
	#m02{
		display: block;
		width: 110px;
		height: 110px;
		background-image: url(img/menu_02m.png);
		}
	#m03{
		display: block;
		width: 110px;
		height: 110px;
		background-image: url(img/menu_03m.png);
		}
	#m04{
		display: block;
		width: 110px;
		height: 110px;
		background-image: url(img/menu_04m.png);
		}
	#m01:hover,#m02:hover,#m03:hover,#m04:hover{background-position: 0 -110px;}
	#headdemo
	{
		background-repeat: none;
		background-image: url(img/bg_headdemo.png);
		width: 1000px;
		height: 276px;
		margin: 0 auto;
	}
	#headimg
	{
		float: left;
		width: 380px;
		height: 240px;
	/*	border: 1px solid #000;*/
		margin: 4px 0 0 60px;	
	}
	#headtxt
	{
		position: relative;
		float: left;
		width: 420px;
		height: 150px;
	/*	border: 1px solid #000;*/
		margin: 50px 0 0 70px;
	}
	
/* CONTENT */	
	
	#content
	{
		background-repeat: repeat-y;
		background-image: url(img/bg_content.png);
		width: 1000px;
		overflow: auto;
		margin: 0 auto;
	/*	border: 1px solid #0df;*/
	}
	#contenttxt
	{
		float: left;
		margin: 0 0 0 30px;
		width: 560px;
	/*	border: 1px solid #ff0;*/
	}
	#contentimg
	{
		float: right;
		margin: 50px 30px 0 0;
		width: 350px;
		height: 450px;
	/*	border: 1px solid #0f0;*/
		text-align: center;
	}
	#contentmap
	{
		float: right;
		margin: 50px 30px 0 0;
		width: 500px;
		height: 550px;
	/*	border: 1px solid #0f0;*/
		text-align: center;
	}
	#contentfull
	{
		float: left;
		margin: 0px 30px 0 30px;
		width: 940px;
	}
	.pimg_old
	{
		width: 120px;
		height: 120px;
		margin: 5px;
		padding: 10px;
		border: 1px solid #ccc;
	}
	.pimg
	{
		width: 120px;
		height: 120px;
		margin: 0px;
		padding: 15px;
		background-image: url(img/bg_img.jpg);
		border: 0px solid #ccc;
	}
	
/* FOOT */	
	
	#footer
	{
		background-repeat: repeat-x;
		background-image: url(img/bg_footer.png);
		width: 100%;
		height: 35px;
		float: center;
		clear: both;
	}
	#foot
	{
		background-repeat: none;
		background-image: url(img/bg_foot.png);
		width: 1000px;
		height: 35px;
		margin: 0 auto;
	}
	#foottxt
	{
		margin: 0 0 0 270px;
		padding: 3px 0 0 0;
		width: 685px;
		height: 23px;
		text-align: center;
		font: bold 12px "Trebuchet MS", Garamond, Georgia; 
		color: #eee;
		letter-spacing: -0.3px;
		text-shadow: 1px 1px 0px #000;
	}
	#foottxt a:link,a:visited{color:#fff;text-decoration:none;}
	#foottxt a:hover{color:#fc0;text-decoration:none;}
	#cokedesign
	{
		background-repeat: none;
		background-image: url(img/cokedesign_h.png);
		position: relative;
		float: right;
		width: 11px;
		height: 91px;
		margin: -120px 0 0 0;
	}
	#cokedesign:hover {background-position: 0 -91px;}
	
/* FONTZ */	
	
	h1 
	{
	font:italic bold 22px Verdana;
	color: #fff;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 26px;
	text-shadow: 1px 1px 3px #000;
	}
	h2
	{
	font:bold 24px Calibri,"Trebuchet MS",Helvetica,Arial,sans-serif;
	line-height: 30px; 
	border-bottom: #990000 1px solid;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	padding: 0 0 0 50px;
	text-shadow: 1px 1px 3px #999;
	}
	p
	{
	font-family: Calibri,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #232323;
	}
	p strong
	{
	font-size: 22px;
	color: #000;
	font-weight: bold;
	}

/* FORM */	
	
	    fieldset { border:solid 1px #ccc; width:520px;}
        legend { font-size:18px; margin:0px; padding:10px 0px; color:#b0232a; font-weight:bold;}
        label { display:block; margin:15px 0 5px;}
        input[type=text], input[type=password] { width:505px; padding:5px; border:solid 1px #000;}
        .prev, .next { background-color:#b0232a; padding:5px 10px; color:#fff; text-decoration:none;}
        .prev:hover, .next:hover { background-color:#000; text-decoration:none;}
        .prev { float:left;}
        .next { float:right;}
        #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        #steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color:#000;}
        #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
        #makeWizard:hover { background-color:#000;}
	
/* SENKJU */

