body {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	color: black;
}

.normal_link {
	color: #0098F8;
}

.normal_link:visited {
	color: #2169B6;
}

a:hover {
	text-decoration: none;
}

span, p {
	line-height: 1.2em;	
}

.clear {
	clear:both;
}

h1 {
	font-size: 2em;
	color: #161616;
	margin-bottom: 0;
}

h3 {
	font-size: 1.2em;
}

#head {
	padding-top: 20px;
	width: 100%;
	height: 392px;
	background: url(../pictures/offer_bg.png) repeat-x 0 65px;
}

#head div.right {
	margin-top: 10px;
	height: 356px;
	background: url(../pictures/offer_right_bg.png) no-repeat;
}

#head div.left {
	width: 55%;
}

#head div.right {
	width: 45%;
}

#headtitle {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
	background: url(../pictures/offer_bg.png) repeat-x 0;
	border-bottom: 1px solid #c8dbf3;
}

/* hack IE6, IE7 - margines od zakładek */
*+html #headtitle, /*\*/ * html #headtitle {
	padding-top: 40px;
}

#headtitle h2 {
	margin-top: 5px;
	color: #0098f8;
	font-weight: normal;
	font-style: normal;
}

#container {
	margin: 0 auto;
	width: 100%;
}

#container div.onecolumn.benefits ol {
	list-style-type: none;
}

#container div.onecolumn.benefits ol li {
	margin-bottom: 50px;
}

#container div.onecolumn.benefits ol li img {
	float: left;
	margin-right: 20px;

}

#h2separate {
	height: 78px;
	background: url(../pictures/h2separate_bg.png) repeat-x;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

#h2separate h2 {
	margin: 0;
	padding-top: 25px;
}

.horizontal_separate {
	position: static;
	padding-top: 20px;
	width: 100%;
	background: url(../pictures/horizontal_separate.png) repeat-x;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	top: 30px;
	padding-top: 20px;
	padding-bottom:80px;
	position: relative;
	clear: both;
	background: #1a1a1a;
	color: #fff;
}

div.twocolumn {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	clear: both;	
}

div.onecolumn {
	clear: both;
}

div.left {
	float: left;
	width: 49%;
}

div.left h2 {
	font-weight: normal;
	font-style: normal;
	color: #0098f8;
	font-size: 1.6em;
}

div.right {
	float: right;
	width: 49%;
}

div {
	border: 0px dotted gray;
}

div#orderbar {
	height:62px;
	display: block;
	position: relative;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../pictures/orderbar_bg.png) repeat-x;
	border: 1px solid #dcbf38;
	font-weight: bold;
	font-size: 2em;
	color: #9c7d00;
}

div#orderbar div {
	height:20px;
	margin-top:10px;
	top:50%;
	width:900px;
}

div#orderbar a {
	color: #614c00;
}

div#orderbar a:hover {
	text-decoration: none;
}

.bigger {
	font-size: 1.1em;
}

#container div.onecolumn.benefits {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

.features {
	margin-left: 10%;
	margin-right: 10%;
}

.question {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #202020;
}

.answer {
	color: #3b3b3b;
	text-align: justify;
	display: block;
	font-weight: normal;
	font-size: 0.9em;
}

form.inline {
	display: inline;
}

.example_panel {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 20px;
}

.example_item {
	float:left;
	width:100%;
	margin-bottom: 30px;
}

/* hack IE6, IE7 (nie działa width 100%) */
*+html .example_item, /*\*/ * html.example_item {
	width:630px;
}

.example_text {
	text-align: left;
}

.example_text ul {
	padding-left: 27px;
	padding-right: 20px;
	list-style-image: url(../pictures/bullet1.png);
	list-style-position: outside;
}

.example_text li {
	margin-bottom: 10px;
	line-height: 1.3em;
}

.example_img {
	float:left;
	height:100px;
	position:relative;
	top:20px;
	width:100px;
	margin-left: 30px;
}

.example_mail {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	background-color: #e8ffff;
	border: 1px solid #d7e7ff;
}

*+html .example_img, /*\*/ * html.example_img {
	margin-top: -15px;
}

#contact_table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: hidden;
}

/* hack IE6, IE7 (nie działa width 100%) */
*+html #contact_table, /*\*/ * html #contact_table {
	width:900px;
}

#contact .contact_company,
#contact .contact_persons {
	
}

#contact .contact_company .data {
	width: 420px;
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 30px;
} 

#contact .contact_persons .data {
	width: 420px;
	float: left;
	text-align: left;
	margin-left: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contact .contact_persons .data .person {
	clear:both;
	height:100px;
}

#contact .contact_persons{
	border-left: 1px solid #c8dbf3;
}


#contact .contact_persons .data .person img {
	padding: 4px;
	float:left;
	margin-right:10px;
	width:70px;
	background-color: #ebf1ff;
	border: 1px solid #c8dbf3;
}

#contact .contact_persons .data .person .info .name,
#contact .contact_persons .data .person .info .email {
	display: block;
}

#contact .contact_persons .name {
	font-weight: bold;
}

#signup_panel {
	background-color:lightyellow;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	padding-top:15px;
	width:900px;
}

#signup_panel .form {
	margin-left: 20px;
}

#signup_panel .bigerror {
	margin-left: 20px;
	padding-top: 10px;
}

button.singup_button{
	font-weight: bold;
	font-size: 1.1em;
	background: transparent;
	border: none;
	cursor: pointer;
	height: 38px;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	margin-bottom: 15px;
}

button.singup_button span{
	background: transparent url(../pictures/button_l.png) no-repeat left top;
	color: #333333;
	display: block;
	height: 38px;
	line-height: 37px;
	margin: 0;
	padding-left: 10px;
}

button.singup_button em{
	color: #44720f;
	background: transparent url(../pictures/button_r.png) no-repeat right top;
	display: block;
	height: 38px;
	line-height: 37px;
	margin: 0;
	font-style: normal;
	min-width: 30px;
	padding-right: 10px;
}

button.singup_button:hover span{
	background-position: left bottom;
}

button.singup_button:hover em{
	background-position: right bottom;
}

#error ul {
	list-style-type: none;
}

#error_panel {
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
	background-image: url(../pictures/error_bg.png);
	border-bottom: 1px solid #fee07a;
}

.faq_panel {
	margin:40px auto;
	text-align:left;
	width:900px;
}

.faq_answer {
	width: 700px;
}

.flagmenu {
	position: relative;
	top: 1px;
}
