img {
	border: 0;
}
a {
	color: #0046c9;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
ul.la {
	width: 450px;
	list-style: none;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
ul.la li {
	float: left;
	width: 10em; /* accommodate the widest item */;
	padding-left: 16px;
	padding-top: 7px;
	background: url(../media/square.png) no-repeat left center;
}
ul.box_list{
   list-style-type: none;
  
  margin:15px 0 25px 0;
         padding-left:20px;
	
}

ul.box_list li {
       
 background-image: url(../media/square.png);
background-position:0 1.2em;
	background-repeat:no-repeat;
	padding-left:25px;
	margin:10px;

}
/* stop the floating after the list */
br {
	clear: left;
}
body {
	background: black;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
/*
#company_logo {
	margin: 0px 0px 0px 100px;
	width: 206px;
	height: 69px;
}*/

#company_logo {
	margin: 10px 0px 10px 100px;
	width: 149px;
	height: 43px;
}

/*  MENU */
ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	margin-right: 1px;
	padding: 0;
}
ul.menu {
	float: left;
	border: 0px;
	margin-bottom: 2px;
}
li.menu {
	width: 165px;
	height: 38px;
}
ul.menu li.menu {
	float: left;
}
ul.menu a:link, ul.menu a:visited {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url("../media/przycisk_zwykly.png") repeat-x center;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
	border: 0px;
}
ul.menu a:hover {
	background-image: url("../media/przycisk_wcisniety.png");
}
/**********/
#logo {
	width: 845px;
	height: 243px;
	margin: 0 0 0 85px;
}
#content {
	width: 990px;
}
#content_up {
	width: 990px;
	height: 141px;
	background-image: url('../media/content_gora_tlo.png');
}
#content_up_left {
	width: 540px;
	height: 121px;
	float: left;
	padding: 10px 20px 10px 20px;
}
#content_up_small {
	width: 990px;
	height: 50px;
	background-image: url('../media/content_gora_tlo_male.png');
}
#content_up_left_small {
	width: 540px;
	height: 30px;
	float: left;
	padding: 13px 20px 7px 20px;
}
#content_up_right {
	float: right;
	width: 410px;
	height: 141px;
}
#vertical_break {
	float: left;
	width: 2px;
	height: 141px;
}
#content_down {
	background: #efefef;
	width: 990px;
	overflow: hidden;
}
#content_down_left {
	width: 540px;
	padding: 10px 20px 10px 20px;
	float: left;
}
#content_down_left_full {
	width: 940px;
	padding: 10px 10px 10px 20px;
	float: left;
}
#content_down_right {
	width: 370px;
	padding: 10px 20px 10px 20px;
	float: right;
}
#content_down_right_narrow {
	width: 10px;
	padding: 10px 20px 10px 20px;
	float: right;
}
#content_down_hr {
	border: 0px;
	background: #FF6600;
	font-size: 1px;
	width: 100%;
	height: 4px;
	float: left;
}

#footer{
padding-top:3px;
background:black;
text-align:center;
width: 100%;
height: 20px;
color:#C3C3C3;
font-family:verdana;
font-size:10px;
}
#footer a{
color:#C3C3C3;
font-family:verdana;
font-size:10px;
}
#validator_icon{
margin:5px;
float:left
}

#adder_logo_mirror {
	margin-left: 25px;
}
#adder_demo_download {
	margin-left: 10px;
	margin-bottom: 23px;
}
#order_button {
	width: 214px;
	height: 63px;
	display: block;
	margin: 0 auto;
}

#sl_box {
	width: 180px;
	height: 304px;
	display: block;
	margin: 0 auto;
	margin-top:25px;
}


.radio_single_box
{
    padding:7px;

}
.radio_single_box_label
{
  font-family: Verdana;
	font-size: 12px;
}
.list {
	font-family: verdana;
	font-size: 11px;
	padding-left: 12px;
}
li {
	padding-top: 10px;
}
#company_image_n {
	float: left;
	margin-left:50px;
}
#subscribe_input {
	float: left;
	margin-top: 4px;
}
/* Contact form */
input.text {
	height: 18px;
	width: 160px;
	background-color: #F7F7F7;
	border: 1px solid gray;
	font-size: 12px;
	margin-bottom: 10px;
}

input.wide {
    width:250px;
}
input.amount {
    width:60px;
    text-align:right;
    font-weight:bold;
    
}



textarea {
	background-color: #F7F7F7;
	border: 1px solid gray;
}

input.error_box, .error_box
{
    background-color:#FFE8E8;
    border:1px #FF5B5B solid
}



form#contact {
	padding-left: 20px;
	padding-top: 21px;
}

ol
{
    font-weight:bold;
}

.form_submit {
	font-family: Tahoma;
        font-weight:bold;
	color: #E4E4E4;
	text-transform: uppercase;
	background-image: url('../media/btn_tlo.png');
	padding: 1px 16px 1px 16px;
	border: 0;
	font-size: 10px;
	float: left;
	height: 28px;
}
em.btn {
	display: block;
	height: 30px;
	float: left;
}
@media 
{
.form_submit {
	padding: 3px 15px 1px 17px;
}
}
em.left {
	background-image: url('../media/btn_tlo_lewe.png');
	width: 4px;
}
em.right {
	background-image: url('../media/btn_tlo_prawe.png');
	width: 4px;
}
/* SEO  */
#chart {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}
#seo {
}
/* Lightadder info */
#save_img {
	behavior: url(../media/iepngfix.htc);
	position: absolute;
}

.la_screen {
padding:0;
	float: right; /*	margin-left: 6px; */;
	width: 190px;
	height: 150px;
	margin-right:7px;
}
#adv_la_list {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	list-style: none;
}
#adv_la_list li {
	/* overflow:hidden; */
	padding-left: 20px;
	padding-top: 7px;
	float: left;
	height: 160px;
	width: 930px;
	background: url(../media/square2.gif) no-repeat;
	background-position:5px 0px; 
}
.single_avd_la {
	width: 490px;
	text-align: justify;
}

/*  MOVIES */

#playerr{
	border:1px grey solid;
}

/* TEXT */
.text_header_green {
	color: #88af28;
	font-family: "Century Gothic";
	font-size: 20px;
	margin: 0;
}
.text_header_orange {
	color: #ff7302;
	font-family: "Century Gothic";
	font-size: 18px;
	margin: 0;
}
.text_header_black {
	font-family: "Century Gothic";
	font-size: 20px;
	margin: 0;
}
.text_header_red {
        color: red;
	font-family: "Century Gothic";
	font-size: 20px;
	margin: 0;
}
.text_black {
	font-family: Verdana;
	font-size: 12px;
}
.text_gray {
	font-family: Verdana;
	font-size: 12px;
	color: #9c9b9b;
}
.text_green {
	font-family: Verdana;
	font-size: 12px;
	color: #88af28;}

.text_red {
	font-family: Verdana;
	font-size: 12px;
	color: red;
}
.text_bold {
	font-weight: 700;
}
.text_light{
color: #0046c9;
    font-weight: 100;
}





