body, html {
	margin: 0px;
	padding:0px;
	background:url("images/bg.png") repeat;
}
#wreaper {
	width:1008px;
	margin:0px auto;
	background:url("images/shadow.png") repeat;
}
#header {
	height:143px;
	width:990px;
	margin:0px auto;
}
#menu {
	background: url("images/menu.jpg");
	height:33px;
	width:990px;
	margin:0px auto;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
}
#menu li {
	display:block;
	float:left;
	margin-top:5px;
	height:23px;
	border-right:1px solid #00549f;
}
#menu .lastLi {
	border:none;	
}
#menu a {
	display:block;
	text-decoration: none;
	color:#565656;
	margin: 0px 15px 0px 15px;
	line-height: 25px;
	font-weight: bold;
	font-family: Arial;
	font-size:13px;
}
#menu a:hover {
	color:#9d1577;
}

#content {
	clear:both;
	background: url("images/pagebg.jpg");
	width:990px;
	margin:0px auto;
	height:791px;
}
#rightBar {
	height:791px;
	width:173px;
	float:left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
#page {
	margin-left:205px;
	height:751px;
	width: 720px;
	padding-top:40px;
	font-family: Arial;
	font-size: 12px;
}
#btn1 {
	margin:80px 0px 0px 15px;
	background: url("images/btn1.png");
	height:27px;
	width:173px;
}
#btn2 {
	margin:12px 0px 0px 15px;
	background: url("images/btn2.png");
	height:27px;
	width:173px;
}
#btn3 {
	margin:12px 0px 0px 15px;
	background: url("images/btn3.png");
	height:27px;
	width:173px;
}
#btn4 {
	margin:12px 0px 0px 15px;
	background: url("images/btn4.png");
	height:27px;
	width:173px;
}
.btnLink {
	text-decoration: none;
	display:block;
	width:173px;
	height:27px;
	line-height: 25px;
	font-family: Arial;
	font-size: 12px;
	color:white;
	padding-left:10px;
}
#adres {
	margin:15px 0px 0px 15px;
	color:#00437e;
}
#page h1 {
	color: #00549f;
	font-family: Arial;
	font-size: 16px;
}


/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 1px solid #000000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #00549f;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #00549f;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}