BODY, DIV, P, UL, LI, IMG, H1 {
	margin: 0;
	padding: 0;
}

BODY {
	background: url(img/background2.png) top center no-repeat fixed;
	background-color: #222;
	text-align: center;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	color: #bbb;
	overflow-x: hidden;
}

A:link, A:active, A:visited {
	text-decoration: none;
	color: #fff;
}

A:hover {
	border-bottom: 1px solid #fff;
}

A.screen_link:hover {
	border-bottom: none;
}

H2 A:link, H2 A:active, H2 A:visited {
	border-bottom: 1px dotted #aaa;
	color: #AAA;
}

H2 A:hover {
	border-bottom: 1px solid #AAA;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
}

#logo {
	
}

IMG.image_s {
	margin: 0 25px 0 0;
}

#menu {
	background: url(img/ribbon.png) no-repeat 0 2px;
	position: relative;
	left: -25px;
	width: 950px;
	height: 35px;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#content {
	clear: both;
	padding: 10px;
}


#generuj {
	width: 940px;
	position: absolute;
}

#order {
	width: 940px;
	position: absolute;
}

#contact {
	width: 940px;
	position: absolute;
}

#orderConfirmation {
	width: 940px;
	position: absolute;
}

#orderWait {
	width: 940px;
	position: absolute;
}

#mailConfirmation {
	width: 940px;
	position: absolute;
}

#mailWait {
	width: 940px;
	position: absolute;
}

UL#top-menu {
	padding: 0 0 0 175px;
	list-style-type: none;
}

UL#top-menu LI {
	display: inline-block;
	padding: 0 24px 10px 0;
	font-size: 15px;
}

#desc0, #desc1, #desc2, #desc3, #desc4, #desc5, #desc6, #desc7, #desc8, #desc9, #desc10 {
	display: none;
}

#footer {
	margin: 20px 0;
}

#info-box {
     margin: 15px 0;
     padding: 10px;
     background-color: #984439;
     width: 97%;
     color: #fff;
}

H1 {
	font-size: 1.5em;
}

H2 {
	font-size: 1.2em;
	font-weight: normal;
}

P {
	padding: 5px 0;
}

P.right-image {
	float: right;
	margin: 0 0 0 20px;
}

P.left-image {
	float: left;
	margin: 0 20px 0 0;
}

UL {
	padding: 0 0 0 20px;
	list-style-type:circle;
}

UL LI {
}

UL#linki {

}

SPAN.desc_photo {
	position: relative;
	top: 3px;
	display: inline-block;
	padding: 0 10px 0 10px;
}

/* formularz */

#left-order {
	width: 450px;
	float: left;
}

FORM {
	padding: 20px 0;
}

FORM P SPAN {
   display: inline-block;
   width: 250px;
}

FORM P SPAN.pc {
	display: inline;
}

INPUT.pcs {
   width: 30px;
   margin: 0 10px;
   border: 1px solid #777;
	padding: 3px;
	color: #444;
}

INPUT.adr {
   width: 203px;
   margin: 0 10px;
   border: 1px solid #777;
	padding: 3px;
	color: #444;
}

FORM P INPUT[type="checkbox"] {
   margin: 0 10px 0 0;
}

SPAN.legend {
   display: inline-block;
   width: 150px;
	font-style: oblique;
}

/* rombuilder */

INPUT.webfile {
	width: 250px;
	margin: 0 20px 0 0;
	border: 1px solid #777;
	padding: 3px;
	color: #444;
}

INPUT.morefiles {
}

.check_file {
	width: 25px;
	height: 20px;
	margin: 5px 10px 0 0;
	display: inline-block;
}

/* contact */

INPUT#ct-sender, INPUT#ct-email, INPUT#ct-security {
	width: 300px;
	border: 1px solid #777;
	padding: 3px;
	color: #444;
}
TEXTAREA#ct-msg {
	width: 400px;
	height: 150px;
	border: 1px solid #777;
	padding: 3px;
	color: #444;
}
INPUT#ct-security {
	width: 50px;
	margin: 0 30px 0 0;
	border: 1px solid #777;
	padding: 3px;
	color: #444;
}