body {
	margin: 0px;
	padding:10px 0px 0px 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #6E6E70;
}

table,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
div, 
form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
	
*:focus {
	outline: none;
}

.push {
	height:0px;
	font-size: 0px;
	line-height: 0px;
	clear: both; 
}

.left {
	float: left;
}
	
.right {
	float: right;
}

a {
	color:  #6E6E70;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border-top:1px solid  #E7E7E7;
}

/*TEXT*/
.bold {
	font-weight: bold;
}

.light_gray {
	color: #AAAAAA;
}

.dark_blue {
	color: #0053A3;
}

.green {
	color: #A1D006;
}

.white {
	color: #FFFFFF;
}

.text12 {
	font-size: 12px;
}

.text11 {
	font-size: 11px;
}

.text10 {
	font-size: 10px;
}

.text9 {
	font-size: 9px;
}

.header1 {
	font-size: 19px;
	font-weight: normal;
	padding: 0px;
	color: #03529F;
}

.header1 a{
	color: #03529F;
	text-decoration: none;
}
/*TEXT - end*/

/*PAGE CONTAINER*/
#page_container {
	width: 974px;
	margin: auto;
}
/*PAGE CONTAINER - end*/

/*TOP*/
#top_text {
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	color: #03529F;
	font-size: 12px;
}
#top_content {
	position: relative;
	height: auto !important;
	height: 218px;
	min-height: 218px;
	background: #0152A3 url("../images/top_bg.png") repeat-x top;
}
	#top_flash_container {
		position: absolute;
		top: 0px;
		left: 9px;
	
		width: 715px;
		height: 210px;
		overflow: hidden;
	}
	
	#top_logo_container {
		position: absolute;
		top: 0px;
		left: 724px;
		width: 250px;
		height: 141px;
		background: #FFFFFF;
		overflow: hidden;
	}
		
		#top_logo_container a {
			display: block;
			margin: auto;
			margin-top: 35px;
			width: 182px;
			height: 62px;
			background: url("../images/logo.png") no-repeat;
		}
		
	#top_search_container {
		position: absolute;
		top: 141px;
		left: 724px;
		width: 250px;
		height: 77px;
		overflow: hidden;
	}
	
		#search_text_container {
			padding: 30px 10px 0px 26px;
		}
		
		#search_text_container input {
			width: 140px;
			border-top:1px solid  #1C4A7C;
			border-right:0px;
			border-bottom:0px;
			border-left:1px solid #1C4A7C;
			padding:5px 10px 5px 10px; 
			color: #A9A9A9;
			font-size: 11px;
		}

		#search_button_container {
			padding: 28px 0px 0px 0px;
		}
/*TOP - end*/


/*FOOTER*/
#footer {
	border-top: 1px solid #E7E7E7;
	height: auto !important;
	height: 0px;
	min-height: 0px;
	
	padding: 10px 28px 27px 28px;
	line-height: 12px;
	font-size: 11px;
	
}

#footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#footer_list li.text, 
#footer_list li.text_separator {
	display: block;
	float: left;
}

#footer_list li.text {
	padding: 0px 10px 0px 10px;

}

#footer_list li.text_separator {
	height: 22px;
	line-height: 0px;
	width: 3px;
	background: url("../images/text_separator.gif") no-repeat center 6px;
}

/*FOOTER - end*/

/*CONTENT MAIN*/
#content_main_middle {
	background: url("../images/content_main_middle_bg.png") repeat-y;
}

#content_main_top {
	background: url("../images/content_top_bg.png") no-repeat right top;
}

#content_main_bottom {
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: url("../images/content_main_bottom_bg.png") no-repeat left bottom;
}

	#content_main_col_left,
	#content_main_col_center,
	#content_main_col_right {
		height: auto !important;
		height: 200px;
		min-height: 200px;
		float: left;
		overflow-x: hidden;
	}

	#content_main_col_left {
		margin-right: 1px;
		width: 361px;		
	}

	#content_main_col_center {
		margin-right: 1px;
		width: 362px;
	}

	#content_main_col_right {
		width: 249px;		
	}

/*CONTENT MAIN - end*/

/*CONTENT NORMAL*/
#content_middle {
	background: url("../images/content_middle_bg.png") repeat-y;
}

#content_top {
	background: url("../images/content_top_bg.png") no-repeat right top;
}

#content_bottom {
	height: auto !important;
	height: 300px;
	min-height: 300px;
	/*
	background: url("../images/content_bottom_bg.png") no-repeat left bottom;
	*/
}

	#content_col_left,
	#content_col_center,
	#content_col_right {
		height: auto !important;
		height: 200px;
		min-height: 200px;
		float: left;
		overflow-x: hidden;
	}

	#content_col_left {
		margin-right: 1px;
		width: 249px;		
	}

	#content_col_center {
		margin-right: 1px;
		width: 474px;
	}

	#content_col_right {
		width: 249px;		
	}
/*CONTENT NORMAL - end*/

/*MENU*/
div#menu_container {
	height: auto !important;
	height: 1px;
	min-height: 1px;
	padding: 0px 24px 10px 28px;
	line-height: 13px;
	background: #0152A3;
}

div #menu_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;

	
}
div#menu_container ul li{
	display: block;
	width: 136px;
	height: auto !important;
	padding: 8px 0px 8px 15px;
	background: url("../images/arrow_white.gif") no-repeat left 11px;
	overflow-x: hidden;
	float: left;
	

}

div#menu_container ul li a {
	color: #FFFFFF;
	font-weight: bold;
}
/*MENU - end*/

.box_content {
	padding: 20px 28px 15px 28px;
	background: #FFFFFF;
}

.box_content_top {
	padding: 15px 28px 15px 28px;
	background: #FFFFFF;
}

.main_text_header a{
	display: block;
	width:210px;
	float: left;
}

.main_text_header span{
	display: block;
	width:90px;
	float: right; 
	text-align: right;
}


.content_right_flash {
	width: 249px;
	line-height: 0px;
	font-size: 0px;
	overflow-x: hidden;
}

/*BUTTON*/
div.button {
	margin: 20px 0px 20px 0px;
}
div.button a {
	display: block;
	height: 24px;
	padding-left: 8px;
	background: #0053A3 url("../images/button_left_bg.png") no-repeat center left;
	color: #FFFFFF;	
	float: right;
}

div.button a:hover {
	text-decoration: none;
}

div.button a  span {
	display: block;
	cursor: pointer;
	padding-right: 8px;
	padding-top: 5px;
	height: 19px;
	line-height: 13px;
	background:  #0053A3 url("../images/button_right_bg.png") no-repeat center right;
	
	float: left;
}
/*BUTTON - end*/

/*LIST TYPE 1*/
div.list1_container {
	height: auto !important;
	height: 1px;
	min-height: 1px;
}

ul.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.list1 li{
	display: block;
	height: auto !important;
	height: 17px;
	min-height: 17px;
	padding: 2px 0px 2px 25px;
	background: url("../images/arrow_block.gif") no-repeat left 4px;
	float: left;
	
}

#content_main_col_center ul.list1 li a {
	display: block;
	width: 193px;
	float: left;
}

#content_main_col_center ul.list1 li span {
	display: block;
	width: 80px;
	text-align: right;
	float: right;
}

#content_col_center ul.list1 li a {
	display: block;
	width: 305px;
	float: left;
}

#content_col_center ul.list1 li span {
	display: block;
	width: 80px;
	text-align: right;
	float: right;
}
/*LIST TYPE 1 - end*/
/*
#bip {
	margin-right: 1px;
	width: 193px;
	height: 77px;
	background: url("../images/icons/bip.png") no-repeat center;
	
	float: left;
}

#iso {
	width: 168px;
	height: 77px;
	background: url("../images/icons/iso.png") no-repeat center;
	float: right;
}
*/

#bip {
	width: 124px;
	height: 63px;
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background: #FFFFFF url("../images/icons/bip.png") no-repeat center;
	cursor: pointer;
	float: left;
}

#iso {
	width: 125px;
	height: 63px;
	border-top:1px solid #E7E7E7;
	background:#FFFFFF url("../images/icons/iso.png") no-repeat center;
	float: right;

.content_left_flash {
	width: 189px;
	height: 49px;
	overflow: hidden;
}

.skype {
	height: 37px;
	line-height: 37px;
	padding-left: 50px;
	background: url("../images/icons/skype.png") no-repeat;
}


#bok select {
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, sans-serif;
	color: #6E6E70;
}

#offer_container {
	width: 249px;
	height: 626px;
	overflow:hidden;
}

/*TABELKI*/
table.tab {
	width:100%;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	table-layout: fixed;
	border-collapse: collapse;
	
}
	
tr.first_row td {
	padding: 0px;
	border: none;
}

td {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

td.field {
	padding: 5px;
	vertical-align: top;
}

td.field2 {
	padding: 8px 10px 8px 10px;
	vertical-align: top;
}

td.field_right {
	padding: 5px;
	vertical-align: top;
	
	padding-right: 15px;
	text-align: right;
}

/*TABELKI end*/


/*FORMS*/
input, select, textarea {
	color: #7B7B7B;
}

input.normal , select.normal, textarea.normal {
	display: block;
	width: 190px;
	padding: 6px 14px 6px 14px;
	border-top: 1px solid #B27A00; 	
	border-left: 1px solid #B2B2B2; 
	border-bottom: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
	
	font-size: 11px;
	font-family: Tahoma, sans-serif; 
}

textarea.normal {
	height: 100px;
}

input.gray, select.gray, textarea.gray {
	display: block;
	width: 320px;
	padding: 6px 14px 6px 14px;
	border-top: 1px solid #B2B2B2; 	
	border-left: 1px solid #B2B2B2; 
	border-bottom: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
	background: #ECECEC;
	font-size: 11px;
	font-family: Tahoma, sans-serif; 
	color: #000000;
}

textarea.gray {
	width: 370px;
	height: 150px;
}

label.gray {
	display: block;
	padding-top: 5px;
}

.submit_button {
	display: block;
	background: #195496;
	font-size: 11px;
	line-height: 11px;
	padding: 10px 15px 10px 15px;
	margin-right: 15px;
	float: left;
}

a.submit_button {
	color: #FFFFFF;
}

.submit_button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*FORMS - end*/ 