/**
 * http://www.hyh.pl
 * Copyright (c) 2007 Hyh. All right reserved.
 */

@CHARSET "UTF-8";


body { margin: 0; padding: 0; text-align: left; color: #333;
	background: #fff url('../img/bg.jpg') top left repeat-x; }
body, td, th { font-size: 11px; font-family: Tahoma, sans-serif; }


/** top */
#top { width: 765px; background: url('../img/bg2.gif') top right no-repeat; }
.t1 { width: 761px; background: url('../img/top-bg.gif') top left no-repeat; }

.logo { float: left; width: 261px; }

.menu2 { float: left; width: 500px; }
.menu2 ul { position: relative; list-style-type: none; padding: 0; margin: 0; }
.menu2 li { float: right; padding: 0; margin: 0;
	background: url('../img/menu-bg.gif') top right no-repeat; }
.menu2 li.last { background-image: none; }
.menu2 a { display: block; line-height: 58px; padding: 0 15px; }
.menu2 li.last a { padding-right: 2px; }

.menu { width: 765px; height: 30px;
	background: url('../img/top2-bg.jpg') top left no-repeat; }
.menu ul { position: relative; list-style-type: none; padding: 0 0 0 20px; margin: 0; }
.menu li { float: left; padding: 0; margin: 0; color: #fff; padding: 0 10px 0 10px;
	background: url('../img/menu2-bg.gif') top right no-repeat; }
.menu li.first { padding-left: 0; }
.menu li.last { background-image: none; }
.menu a { line-height: 30px; color: #fff; }

.info { width: 761px; height: 135px;
	background: url('../img/top3-bg.jpg') top left no-repeat; }
.info .descrition { float: left; width: 200px; }
.info .image { float: right; width: 250px; padding-top: 40px; }

.user { width: 761px; line-height: 44px;
	background: url('../img/top4-bg.jpg') top left no-repeat; }
.user a { margin-left: 20px; }

/** page */

#page { width: 761px; background: url('../img/main-content-bg.jpg') top left no-repeat; }

.pageLeft { float: left; width: 533px; }
.pageLeft .box { padding: 10px 40px 10px 35px; }

.pageRight { float: left; width: 228px; height: 740px; }


h1 { font-size: 14px; margin: 5px 0; paddng: 0; }

/** bottom */

#bottom { width: 761px; font-size: 10px; }

#b1 { float: left; width: 300px; }
#b1 p { padding-left: 10px; color: #bebebe; font-weight: bold; }

#b2 { float: right; width: 461px; line-height: 40px; }

#b2 ul { position: relative; list-style-type: none; padding: 0; margin: 0; }
#b2 li { float: right; padding: 0 10px; margin: 0; }
#b2 a { color: #848484; }


/** standard */
a { color: #455248; text-decoration: none; }
a:hover { text-decoration: underline; }

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

table { border-spacing: 0; border-collapse: collapse; }
td, th { padding: 0; vertical-align: top; }
.c, .Center, .center {text-align: 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; }


/** forms */
form { display: inline; }
input, textarea { font-family: sans-serif; font-size: 10px; }
select { font-size: 11px; }
input, textarea, select { border: 1px solid #876; margin: 0; }
button { border-style: none; background-color: transparent; font-size: 11px; }

input[readonly=readonly] { color: #888; border-color: #555; }
