/**
 * Cascading Style Sheet
 *
 * @author Łukasz Kowalcze <lukaszkowalcze@gmail.com>
 * @copyright Copyright (c) 2010, e-Zawody.pl
 */

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../img/bg-top.png) repeat-x;
	font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #3d3f40;
}

h1, h2, h3, h4, h1 a, h2 a {
	color:#b53000;
	font-family:Rockwell,Georgia,helvetica,sans-serif;
	font-size:19px;
	padding:0;
	margin:10px 0;
	text-decoration:none;
}
h4, h5 {
	color:#b53000;
	font-family:Rockwell,Georgia,helvetica,sans-serif;
	font-size:12px;
	padding:0;
	margin:10px 0;
	text-decoration:none;
}

p, ol, ul {
	line-height: 1.1em;
	font-family:verdana,arial,sans-serif;
}

a {color: #dc741c; color:#3d3f40;}
a.d {color: #b2450a; }
a:hover {text-decoration: none;}
img{border:none;}
hr {display: none;}

input{width:330px; font-size:11px;}
input[type="checkbox"] {width:20px;}
input[type="radio"] {width:20px;}
textarea{width:330px; height:130px; font-size:11px;}
input.send{font-weight:bold; border:1px solid #aaa; width:115px;}

tr.form_head{display:none;}
td.title{font-weight:bold;}

tr:hover{background-color:#ffc77d;}

#body{
	width:960px;
	margin:0 auto;
}
/* Header */

#header {
	width: 100%;
	height: 109px;
}
#b{
	width:750px;
	margin:5px auto 0px auto;
}

/* Logo */

#logo {
	float: left;
	width:241px;
	height:66px;
	padding-top:30px;
}

#logo h1 {
	margin: 10px;
	font-size:21px;
	font-weight: normal;
	color: #555;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #555;
}
#userBox{
	width:435px;
	height:100px;
	padding:5px;
	float:right;
}
#userBox input {
	width:115px;
	height:15px;
}
input.signIn{
	width:50px !important;
	height:18px !important;
}
/* Menu */

#menu {
	width: 100%;
  height:35px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#menu li {
	display: inline;
	display: block;
	float: left;
	margin:0;
	padding: 10px 10px;
}
#menu li.sep {
  width:3px;
  height:35px;
  padding:0;
	background: url(../img/sep-menu.jpg) no-repeat;
}
#menu a {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
#menu a:hover{
	color:#b2450a;
}

#menu a:hover, .active a {
}



/* Content */
#content {
	width: 100%;
	padding:0;
	border:none;
	background: #fff url(../img/bg-t.png) repeat-x !important;
	overflow:auto;
	clear:both;
}
#cl{
  width:650px;
  float:left;

}
#cr{
  width:300px;
  float:right;

}

#footer {
	background: #fff url(../img/bg-footer.png) repeat-x;
	width:100%;
	color:#fff;
	font-size:11px;
	margin:5px auto;
	text-align:center;
	padding:20px 10px;
}
#footer a {color:#ff9326;}

.br{
  margin-top:20px;
  border:1px solid #c3d2d4;
  background-color: #e0e5e5;
  color:#3d3f40;
}
.br h2{
  font-family: Arial, Helvetica, sans-serif;
  margin:0;
  padding:6px 3px;
  font-size:13px;
  background: #a7b6b8 url(../img/bg-box.png) no-repeat;
  color:#4f5959;
}
.br ul, ul{
	margin:0;
	padding:0;
}
.br ul li, li{
	list-style-type:none;
	margin:5px 5px 10px 5px;
	padding:0;
}
.br ul li a{
	text-decoration:none;
	color:#b53000;
}

.g{
	font-size:11px;
	color:#838888;
}
.g a{
	color:#838888;
}