/* www.robakdesign.com */
/* Projekt i wykonanie: www.robakdesign.com */
/* Wszelkie prawa zastrzeżone. (All rights reserved.) */

/* OGÓLNIKI */
body, h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd, img {margin:0; padding:0; border:0}

body {
	background: #505050 url(gfx/body_background2.png) 0 0 repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #838383; 
	text-decoration: none;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #E2E2E2;
}

a:hover {
	border-bottom: 1px solid;
	color: #FEA24D;
}

#container {
	min-width: 1000px;
}

#logo {
	background: url(gfx/main_logo.png) no-repeat;
	width: 487px;
	height: 155px;
}


/* STYLE NAWIGACJI  */
#nav {
	margin: 0px 0px 28px 0px;
	padding: 0px;
	font-size: 11px;
	width: 263px;
	text-align: right;
	clear: none;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	border-bottom: none;
}
#nav ul li a {
	background-color: #565656;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 3px 8px 3px 0px;
	text-decoration: none;
	color: #838383;
	border: none;
}
#nav ul li a:hover {
	background-color: #696969;
	color: #F8850A;
}

#nav h1.about {
	background: url(gfx/h1_about.png) no-repeat;
	margin: 0px 0px 2px 0px;
	height: 30px;
}
#nav h1.web {
	background: url(gfx/h1_web.png) no-repeat;
	height: 30px;
	margin: 30px 0px 2px 0px;
	
}
#nav h1.identity {
	background: url(gfx/h1_identity.png) no-repeat;
	height: 30px;
	margin: 30px 0px 2px 0px;
}
#nav h1.print {
	background: url(gfx/h1_print.png) no-repeat;
	margin: 0px 0px 2px 0px;
	height: 30px;
	margin: 30px 0px 2px 0px;
}
#nav h1.contact {
	background: url(gfx/h1_contact.png) no-repeat;
	height: 30px;
	margin: 30px 0px 2px 0px;
}

#main {
	top: 147px;
	clear: none;
	margin: 0px 0px 28px 20px;
	padding: 0px 8px 8px 8px;
	width: 700px;
	line-height: 140%;
	float: left;
}
#main ul{
	list-style-type: none;
	list-style-image:url(gfx/bg_ul_bullet.png);
	margin: 10px 30px 0px 30px;
	padding: 0px;
}
#main img {
	background-color: #333333;
	border: none;
}
#main h3 {
	color: #C4C3C3;
	font-weight: bold;
	font-size: 12px;
}
#main .inline {
	display: inline;
}
#main .center {
	text-align: center;
}

#footer {
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: none;
	font-size: 9px;
	text-align: left;
}
