/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}

a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	/* background:#3c3c3c url('image/background_body.jpg') 0 50% repeat-x; */
	background: #3c3c3c;
	background-image: url('image/background_body.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0 50%;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

/* button webmix */
#webmix {
	/* background-image: url('image/button_webmix.png');*/
	background-repeat: no-repeat;
	height:147px;
	width:314px;
	margin:-265px 0 0 -380px;
	position: absolute;
	top:25%;
	left: 56%;
}

/* button combomix */ 
#combomix {
	/*background-image: url('image/button_combomix.png');*/
	background-repeat: no-repeat;
	height:143px;
	width:321px;
	margin:-265px 0 0 -380px;
	position: absolute;
	top:100%;
	left: 102%;
}

/* container */
#container {
	background-image: url('image/background_container.jpg');
	background-repeat: no-repeat;
	height:530px;
	width:760px;
	margin:-265px 0 0 -380px;
	position: fixed;
	top:50%;
	left:50%;
}

/* navigation */
#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}

#navigation ul {
	list-style:none;
}

#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
}

#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}

#navigation ul li a:hover {
	background:url('image/navigation.png') repeat-x;
	color:#111;
}

#navigation ul li a.active {
	background:url('image/navigation.png') repeat-x;
}

/* content */
#content {
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}

#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:center;
	width:696px;
}

#footer a {
	color:#fff;
}

/* baner nazwa.pl */
#nazwapl {
	position: relative; left: 4cm
}