@charset "utf-8";
/* CSS Document */
#wrapper {
  padding: 20px 0 0  0;
  width: 908px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#mainBox {
  background: transparent url("../../images/page_shadow_sides.png") left top repeat-y;
	height: 100%;
}

#shadowTop {
  background: transparent url("../../images/page_shadow_top.png") left top no-repeat;
	height: 100%;	
}

#shadowBottom {
  background: transparent url("../../images/page_shadow_bottom.png") left bottom no-repeat;
  padding: 5px 5px 10px 3px;
	height: 100%;	
}

#header {
  height: 92px;
  background-color: #6e665d;
  position: relative;
  padding: 0;
  margin: 0;
}

#logo {
  width: 153px;
  height: 64px;
  position: absolute;
  display: block;
  top: 12px;
  left: 22px;
}

#formSearch {
  padding: 0 12px 0 0;
  margin: 0;
}

#searchBox {
  float: right;
  width: 256px;
  padding: 35px 0 0 0;
  margin: 0;
}

.form-text-search {
  width: 178px;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  float: left;
}

.form-button-search {
  margin: 0;
  padding: 0;
  width: 62px;
  height: 18px;
  background: transparent url("../../images/button_search.png") right bottom no-repeat;
  border: none;
  cursor: pointer;
  float: left;
}

.team-list {
	padding:0;
	margin:10px 80px 0 30px;
}

#footer {
  background: transparent url("../../images/bg_footer.png") left top repeat-x;
	padding: 0 8px 0 12px;
	margin: 0 7px 0 7px;
	color: #696971;
	height: 30px;
}

#footer p {
	padding: 7px 0 0 0;
}

.copyright {
	float: left;
}
.legal {
	float: right;
}

#colBlock {
	padding: 4px 5px 0 5px;
}

#col1 {
	width: 183px;
	float: left;
	min-height: 410px;
	padding-bottom: 50px;
}

#col2 {
	width: 507px;
	float: left;
}

#col3 {
	width: 200px;
	float: left;
}

#col1, #col3 {
  background: transparent url("../../images/bg_sidebar.png") left top repeat-x;
	min-height: 400px;
}

.colSeparator {
	padding: 0 4px 0 4px;
}

#col2 .content {
	padding: 0 28px 30px 28px;
}

#col3 .content {
	padding: 0 15px 0 15px;
}

/* Helper class */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height:0em;
    display: block;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignCenter {
  text-align: right;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}
