/*-----------------------------------------
	projekt: PGS
	plik: 'main.css'
	data utw.: 2005.09.19  12.28
	data ost. modyf.:
	autor: Tomasz Ryczanik
  -----------------------------------------*/


a,body,button,input,option,select,td {
	font: 11px "arial ce", arial, Verdana, geneva ce, geneva, Helvetica, sans-serif;
	color: #888272;
	background-color: transparent;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #F9F8F3;
	background-image: url(../gfx/body_bg.png);
	background-repeat: repeat;
}


td {
	font-weight: normal;
}
 .menu_bar {
	background-color: #E9E3D1;
	background-image: url(../gfx/pgs.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	vertical-align: top;
}
 .pic_bar {
	background-color: #CFC3A9;
}
 .main_bg {
	background-color: #FCFCFC;
	vertical-align: top;
}
 .dot_x {
 	background-image: url(../gfx/dot.png);
	background-repeat: repeat-x;
}
 .dot_y {
 	background-image: url(../gfx/dot.png);
	background-repeat: repeat-y;
}
 .head {
	font-size: 26px;
	font-weight: 500;
	font-variant: small-caps;
	text-align: right;
	color: #E9E3D1;
	background-color: #CFC3A9;
	vertical-align: bottom;
	padding-right: 5px;
}
 .title {
	font-size: 13px;
	font-weight: bold;
	color: #CFC3A9;
	font-variant: small-caps;
}
 .nav_button {
	color: #CFC3A9;
	text-align: center;
	font-weight: bold;
}
 .bg {
	background-color: #E9E3D1;
}
 .abc {
	vertical-align: bottom;
	font-size: 13px;
	font-weight: bold;
	color: #CFC3A9;
	font-variant: small-caps;
}


a {
	text-decoration: none;
}
a:hover {
	color: #564A32;
}
 .menu {
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
}
 .sub_menu {
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
}
 .nav_link {
	font-weight: bold;
}
 .abc_link {
	font-size: 13px;
	font-weight: bold;
	color: #CFC3A9;
	font-variant: small-caps;
}


img {
	border-width: 0px;
}
 .border {
	border: solid 1px;
    border-color: #CFC3A9;
}

input {
	border: solid 1px;
}
