/* Basic styles
================================================*/
* {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
}

body{
	font-size: 11px;
	background: #fafafa;
	text-align: center;
	color: #422121;
}

img{
	border: 0;
	display: block;
}
td {
	vertical-align: top;	
}
fieldset{
	border: 0;
}

a:link, a:visited{
	color: #1f1f1f;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active{
	text-decoration: underline;
}

.center{
	text-align: center;
}
.clear {
	clear:both;
}
.error {
	color:red;
}
.success {
	color:blue;
}
/* Layout
================================================*/
#body{
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

/** top header */
#topheader {
	position:relative;
	height:20px;
	background:url('/templates/img/baworowa/topheader_bg.gif') top left no-repeat;
}
ul#flags {
	position:absolute;
	top:3px;
	right:0;
	list-style:none;
}
ul#flags li {
	float:left;
	padding-right:4px;
}


ul#links {
	position:absolute;
	top:6px;
	left:38px;
	list-style:none;
}
ul#links li {
	float:left;
	padding-right:12px;
}
ul#links li a{
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul#links li a:hover{
	text-decoration:underline;
}

/** middle header */
#middleheader {
	position:relative;
	height:196px;
	background:url('/templates/img/baworowa/middleheader_bg.gif') top left repeat-x;
}
#logo {
	position:absolute;
	top:47px;
	left:40px;
}
#pics {
	position:absolute;
	top:0;
	left:206px;
}

#flash-1 {
	float:left;
	width:174px;
	height:195px;
	padding:0 1px;
	background:#fff;
}
#flash-2 {
	float:left;
	width:338px;
	height:195px;
}
/** bottom header */
#bottomheader {
	position:relative;
	height:17px;
	background:url('/templates/img/baworowa/bottomheader_bg.gif') top left no-repeat;
}
ul#menu {
	position:absolute;
	top:0;
	left:42px;
	list-style:none;
}
ul#menu li {
	float:left;
	padding:0 4px;
	background:url('/templates/img/baworowa/menu_separate.gif') top right no-repeat;
}
ul#menu li.last {
	background:none;
}
ul#menu li a{
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul#menu li a:hover{
	text-decoration:underline;
}

/** footer */
#footer {
	position:relative;
	height:32px;
	background:url('/templates/img/baworowa/footer_bg.gif') top left no-repeat;
}
#copyright {
	position:absolute;
	top:0;
	left:42px;
	color:#737373;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}

/** main */
#main {
	padding:30px 25px 0 45px;
}
