/* test */
.msg2 {
	color: #000;
}
.msg1 {
	color: #ff0000;
}
.msg0 {
	color: #ff0000;
}


/* content */
div.linkscolumn {
	display: inline;
	float: left;
	width: 147px;
	padding-right: 10px;
	color: #454545;
}

div.linkscolumn .header {
	color: #00adef;
}

div.linkscolumn a {
	color: #454545;
	text-decoration: none;
}
div.linkscolumn a:hover, div.linkscolumn a:active {
	text-decoration: underline;
}

div.htm_pm {
	display: inline;
	float: left;
	margin-right: 16px;
	line-height: 14px;
}
div.htm_pm a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
div.htm_pm a:hover, div.htm_pm a:active {
	color: #00adef;
}

/* containers */

#all_ctn {
	margin: 0 auto;
	width: 1000px;
}

#top_header {
	padding-top: 8px;
	border-bottom: 1px solid #00adef;
	height: 230px;
}

#top_banner {
	margin: 0 0 10px 0;
	width: 100%;
	padding: 10px 0 0 0;
	/* min-height: 100px; */
	min-height: 1px;
	text-align: center;
}
#top_banner div {
	margin: 0 auto;
	min-width: 750px;
	/* min-height: 100px; */
	min-height: 1px;
}

#logo {
	display: inline;
	float: left;
}


/* top menu */
#top_menu {
	font-size: 14px;
	padding: 0;
	display: inline;
	float: left;
	margin-top: 20px;
}

#top_menu .menu {
	display: inline;
	float: left;
	cursor: pointer;
}

#top_menu a {
	color: #000;
	text-decoration: none;
	background: #fff;
	padding: 10px 6px 10px 6px;
}
#top_menu a:hover, #top_menu a:active, #top_menu a.act {
	color: #fff;
	text-decoration: none;
	background: #00adef;
}

/* end: top menu */


#middle_left {
	display: inline;
	float: left;
	width: 632px;
}
#middle_sep {
	display: inline;
	float: left;
	width: 32px;
}

#middle_right {
	display: inline;
	float: left;
	width: 336px;
	margin-left: 32px;
	padding-top: 55px;
}
#middle_right div {
	width: 336px;
	min-height: 280px;
}

#footer {
	font-size: 12px;
	line-height: 16px;
}

#footer_left {
	display: inline;
	float: left;
}
#footer_right {
	display: inline;
	float: right;
}


/* + */
img.imglabel {
	border: 0;
	width: 620px;
	height: 55px;
}

.bordertopline  {
	border-top: 1px solid #00adef;
	padding-top: 5px;
}

.bordertopline_blue  {
	border-top: 1px solid #00adef;
	padding-top: 5px;
}


/* + */
body {
	font-family: georgia, tahoma, verdana;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
}

img {
	border: 0
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #2B95FF;
	text-decoration: none;
}
a:hover, a:active {
	color: #2B95FF;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 0 0;	
}



#rec_text {
	color: #44C2F4;
	font-weight: bold;
	display: block;
	float: left;
	margin: 7px 0 0 0; 
}
#rec_sub {
	background: url('/img/wyslij.gif') no-repeat;
	width: 94px;
	height: 35px;
	border: none;
	float: left;
	margin: 0 0 0 7px; 
}
/*
#rec_sub:hover, #rec_sub:active {
	background: url('/img/wyslij1.gif') no-repeat;
}
*/
#rec_email {
	float: left;
	width: 300px;
	height: 21px;
	border: 2px solid #6FD1F6;
	background: #DEF6FF;
	color: #000;
	padding: 5px 3px 0 3px;
	margin-top: 2px;
}
#rec_msg {
	width: 100%;
	text-align: center;
	margin: 10px 0;
} 
 