@CHARSET "UTF-8";

body { margin: 0; padding: 0; text-align: left; color: #FFF;
	background: #5d5b5b url('../img/site/bg.png') top left repeat-x; }
body, td, th { font-size: 12px; font-family: Tahoma, sans-serif; line-height: 20px; }
/*p { margin: 0; padding: 0; }*/


/** top */
#top { width: 961px; margin: 0 auto; text-align: left;
	background: url('../img/site/logo.png') top left no-repeat; }
#top a { display: block; width: 310px; height: 144px; }

#menu { width: 100%; height: 41px; background: url('../img/site/menu.png') top left repeat-x; }
#menu .menuSpacing { width: 961px; margin: 0 auto; }
#menu a { color: #fff; display: block; height: 41px; width: 155px; text-align: center;
		background: url('../img/site/menu-active.png') top left no-repeat; float: right;
		font-size: 14px; }
.mainMenu { width: 620px; height: 41px; float: right; }

#menu a.main span { display: block; padding: 13px 0; }
#menu a span { display: block; padding: 11px 0; }
#menu a.main { float: left; background: none; font-size: 11px; }
#menu .frist { background: none; }
#menu a:hover{ background: url('../img/site/menu-active.png') top left repeat-x; }

/** main */
#main { width: 961px; margin: 0 auto; text-align: left; background: #000 url('../img/site/content-bg.png') top left repeat-x; }
#main .content { padding: 0 1px; }
#main #middle { background: #beaeae url('../img/site/middle-bg.jpg') top left repeat-x; width: 959px; }
#main #middle .middleSpace { padding: 47px 0 0; }
#main #middle .middleSpace .greybox .greyboxSpace h1 { font-weight: bold; }
#main #middle .middleBottom { background: #beaeae url('../img/site/middle-bottom.jpg') top left repeat-x; width: 959px; height: 35px; }
#main #middle .offer-menu li { list-style: none; padding-left: 16px; background: url('../img/site/red.jpg') left 4px no-repeat; }
#main #middle .offer-menu ul li { list-style-type: circle; padding: none; background: none; }
#main .greybox { width: 900px; margin: 0 auto; background: #565353; }
#main .greybox .greyboxSpace { padding:  15px 30px; }
.black { color: #000; font-weight: bold; }
.red { color: #ef1d26; font-weight: bold; }

#main .moreLink { color: #baadad; padding-right: 20px; background: no-repeat url('../img/site/more-arrow.gif') transparent right center; }

#main .flash { width: 900px; height: 210px; margin: 0 auto; }
#main .flashSpace { margin: 45px 0 15px;; }

#main .map { float:right; }
#main .map a { color: #fff; }




/** bottom */
#bottom { width: 961px; margin: 0 auto; text-align: left; background: url('../img/site/bottom-bg.png') top left repeat-x; }
#bottom img { padding: 15px 0 0 15px; float: left;}
#bottom .fl { float: left; }
#bottom .fr { float: right; }
#bottom table { margin: 15px 0 0 15px; padding: 0 15px 0 0;}
#bottom table td { height: 10px; line-height:15px; }
#bottom table.grey { margin-top: 15px; padding: 0 15px 0; }
#bottom table.grey td { text-align: right; color: #d0cdcd; height: 10px; line-height:15px; }
#bottom table.grey td a { color: #d0cdcd; }
#bottom table.grey td.small { font-size: 9px; }

h1 { font-size: 16px; font-weight: normal; padding: 5px 0 3px 15px; background: url('../img/site/h1-bg.png') top left repeat-y;  }
h1 span { padding: 5px 0 3px 15px; }

/** standard */
a { color: #baadad; text-decoration: none; }

img { border: 0; vertical-align: bottom; }
img.b { vertical-align: bottom; }
img.m { vertical-align: middle; }

table { }
td, th { vertical-align: top; }
.c, .center { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.j { text-align: justify; }
.t { vertical-align: top; }
.m { vertical-align: middle; }
.b { vertical-align: bottom; }

.clr { clear: both; }
.cL { clear: left; }
.cR { clear: right; }

.pageNum { padding-top: 20px; }

div.failed ul { margin: 20px 0 0 0; }
div.failed li { color: #d10; }


/** forms */
form { display: inline; }
form fieldset { display: block; border: 0; }
form legend { display: inline; margin: 0; padding: 15px 0; }
form ul { list-style: none; margin: 10px 0; padding: 0; }
form ul li { padding: 3px 0; margin: 0; clear: left; }
form ul li.hide { display: none; }
form ul li.submit { margin-left: 90px; }
form ul label { float: left; width: 80px; padding-right: 10px; text-align: right; }

input, textarea, select { font-family: sans-serif; font-size: 10px; }
input.noBorder { border: 0; }
select { font-size: 11px; }
button { border-style: none; background-color: transparent; font-size: 11px; }

.hide { display: none; }


/** http://www.hyh.pl */
