/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: none;
	letter-spacing: 0.2em;
}
b{ padding-left:5px;}

body
{
	font-family: "arial", arial;
	font-size: 10pt;
	color: #333366;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background-color: rgb(0, 102, 204);
}

a
{
	color: #376bca;
	text-decoration: none;
	font-size: 13px;
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	width: 750px;
	margin: 0em auto;
}

/* Header */

#header
{
	padding: 0.01em;
	text-align: center;
}

#header h1
{
	font-size: 2em;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #0066CC url('images/banner_top.swf') top left no-repeat;
	height: 164px;
	width: 771px;
	
}
#menu2
{
	background: #0066CC url('images/prices_02.jpg') top left no-repeat;
	height: 73px;
	width: 771px;
	font-size:16px;
	font-weight: bold;
	text-indent: 10px;
	color: #FF0000;
	border-color: #FFFFFF;
}
#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #ffffff url('images/header_back.jpg') top left no-repeat;
	width: 155px;
	height:auto !important;
	height: 214px;
	top: 341px;
	left: 406px;
}
#xbg2
{
	position: absolute;
	z-index: 1;
	background: #ffffff url('') top left no-repeat;
	width: 771px;
	height: 98px;
	height:auto !important;

}
#content
{
	background: #ffffff url('images/content_back.jpg') top left no-repeat;
	height: 100%;
	height:auto !important;
	width: 771px;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #333366;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 14px;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 0em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.0em;
}

#content table td
{
	padding: 0.0em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* vertical menu laser*/

#menulaser {
	position: relative;
	z-index: 2;
	float: left;
	width: 164px;
	margin-top: 2em;
}

#menulaser ul{
	list-style-type:none;
	margin:0px 8px 0px 0px;
	padding:0px;
	text-align:right;
}
#menulaser ul li{
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	list-style-type:none;
	text-align:left;
	background: transparent url() no-repeat 8px 2px;
	padding-left:12px;
	padding: 3px 7px 4px 5px;
	margin-bottom:2px;
}

#menulaser .clear_li {
	background: none;
	}

#menulaser ul li a{
	text-decoration:none;
	color:#113f8c;
	font-size:12px;
	padding:10px 0px 10px 8px;
	font-weight: bold;
}
#menulaser ul li a:hover{
	text-decoration:underline;
	color:#0066FF;
}
#menulaser ul li ul li {
	background: transparent url() no-repeat 8px 5px;
	padding-left:10px;
}


.inner{
	padding:10px;
}


/* end vertical menu laser*/

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -49mm;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0.2em 0em 12em;
	padding: 2em 0em 0em 1.6em;
	border-left: solid 0px #333366;
}

/* start tablica1 */

#tablica1
{
		
	
}

/* end tablica1 */

/* Secondary Content */

#secondaryContent
{
	position: relative;
	left: -53em;
	z-index: 2;
	float: right;
	width: 15em;
	margin-top: 3em;
	margin-left: -53em;
	right: 500em;	
}

/* Third Content */

#thirdContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 5em;
	margin-top: 10em;
	margin-left: -53em;
	
}

/* Footer */

#footer
{
	width: 771px;
	height: 93px;
	padding-top: 0px;
	background: #000000 url('images/address_back.jpg') top right no-repeat;
	text-align: left;
}
#slot
{
	width: 771px;
	height: 17px;
	padding-top: 0px;
	background: #000000 url('images/aboutus_17.jpg') no-repeat;
	text-align: left;
}
.clear
{
	clear: both;
}
.innerbox {		position:relative;
display:block;
width:225px;
				bottom:4px;
				right: 6px;
				border: 1px solid #999999;
				padding:4px;
				margin: 0px 0px 0px 4px;
}
.innerbox {				/* IE5 hack */
				\margin: 0px 0px -3px 0px;
				ma\rgin:  0px 0px 0px 0px;
}
.contact{display:block; width:225px; height:}
.style2 {	font-family: Arial;
	font-size: 13px;
	color: #333366;
}
