@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0; 
}

body {
  font-family: "Trebuchet MS", Aria, Verdana;
  background: url(images/bg.jpg) top center;
  font-size: 13px;
}

.clearer {
  display: block;
  clear: both;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0 none;
}




#main_wrapper {
  width: 100%;
  min-height: 800px;
  height: auto !important;
  height: 800px;
  background: url(images/header.jpg) no-repeat top center;
  text-align: center;
}


.header {
  width: 1000px;
  height: 320px;
  margin: 0 auto;
}


.content_wrapper {
  width: 887px;
  min-height: 800px;
  height: auto !important;
  height: 800px;
  background: #bdd1ae url(images/menu_bg.jpg) no-repeat top center;
  margin: 0 auto;
}




.phone {
  padding-left: 74px;
  padding-top: 80px;
  text-align: left;
}



.content_wrapper ul.menu {
  list-style-type: none;
  display: block;
  padding: 0 35px;
  width: 867px;
}

ul.menu li {
  display: block;
  height: 48px;
  float: left;
  line-height: 48px;
  margin: 0 25px;
  text-align: center;
}

ul.menu li.separater {
  width: 2px;
  background: url(images/menu_separater.jpg) no-repeat;
}

.menu li a {
  color: #e2e8d5;
  font-size: 20px;
  text-decoration: none;
}








.sidebar {
  width: 266px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  float: left;
  padding-top: 20px;
}


.sidebar ul.block {
  list-style-type: none;
  display: block;
  width: 245px;
  margin: 0 auto 15px auto;
}

.block li {
  display: block;
  width: 245px;
  height: 274px;
  background: #8cb86b url(images/block_separater.jpg) no-repeat bottom center; 
}

.block li.last {
  background: #8cb86b url(images/block_bottom_bg.jpg) no-repeat bottom center;
} 

.block li.title {
  height: 53px;
  background: url(images/block_title_bg.jpg) no-repeat top center;
  color: #FFF;
  font-size: 19px;
  line-height: 39px;
  padding-left: 35px;
  width: 211px;
}


.block li span.game_info {
  display: block;
  color: #000;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

.block li span.date {
  color: #4b5f3a;
  font-size: 12px;
  display: block;
}


.block li span.vs {
  display: block;
  width: 245px;
  height: 84px;
  background: url(images/block_center_bg.jpg) no-repeat center center;
  font-size: 15px;
  color: #5d7a4a;
}

.block li span.team_1 {
  font-size: 20px;
  color: #004d07;
  display: block;
}

.block li span.team_2 {
  font-size: 20px;
  color: #004d07;
  display: block;
}

.block li span.percent_price {
  display: block;
  color: #a32806;
  margin-bottom: 5px;
}

span.confidence {
  display: block;
  padding-right: 5px;
}

span.price {
  display: block;
  padding-left: 5px;
}

span.price span, span.confidence span {
  font-size: 17px;
}



.content {
  width: 840px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  margin: 0 auto;
  text-align: left;
}


.homepage {
  width: 600px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  float: left;
  text-align: left;
}


.content h1 {
  color: #006600;
  font-size: 27px;
  margin: 10px 0;
  padding-top: 10px;
}



.content p {
  margin: 20px 0;
  line-height: 180%;
}

.text_content {
  padding-bottom: 10px;
}










ul.banners {
 list-style-type: none;
}

.banners li {
  display: block;
  margin: 10px auto;
}








.footer {
  width: 867px;
  height: 61px;
  margin: 0 auto;
  background: url(images/footer_bg.jpg) no-repeat bottom center;
  padding: 10px;
}











.content table.records_table {
  width: 100%;
}

.content table.records_table th {
  padding: 5px;
  background-color: #9cc082;
  border-bottom: 1px solid #7a9663;
  color: #40542f;
  text-align: center;
}

.content table.records_table tbody tr {
  background: url(images/table_row_bg.jpg) repeat-x bottom left;
  padding: 5px 0;
}                                 

.content table.records_table td {
  padding: 10px;
  background: url(images/table_row_bg.jpg) repeat-x bottom left;
  color: #32321a;
  text-align: center;
  font-weight: bold;
}

.content table.records_table td a {
  color: #32321A;
}

.content table.records_table tfoot tr td {
  background: url(images/table_bottom_bg.jpg) no-repeat bottom center;
  height: 28px;
  padding: 0px !important;
}

.content table.records_table tfoot tr {
  background: url(images/table_bottom_bg.jpg) no-repeat bottom center;
  height: 41px;

}

.content table.records_table tfoot tr td {
  text-align: right;
}

.content table.records_table tfoot tr a {
  color: #1f5d5a;
}

.content h3 {
  padding: 5px;
  color: #32321A;
}


span.vs {
  color: #6f8e53;
}

span.vs span.vstext {
  display: block;
  margin: 6px 0 0 4px;
  font-size: 14px;
  font-weight: bold;
} 

span.winner {
  color: #d73739;
}






/* contact form start */

.contact_form {
	width: 280px;
	float: right;
	margin-left: 20px;
}

.contact_form label {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}

.contact_form h2 {
	font-size: 14px;
	color: #32321A;
	font-weight: normal;
	border-bottom: 1px dashed #A4915B;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.contact_form input, .contact_form textarea {
	display: block;
}

.contact_form input.text, .contact_form textarea123 {
	width: 90%;
	padding: 3px;
	font-size: 13px;
	color: #000000;
	margin-top: 3px;
	margin-left: 10px;
	background-color: #E7E3E9;
	border: 1px inset #A4915B;
}

.contact_form p {
	text-align: center;
	color: #694B95;
}

.contact_form .button {
	border: 1px outset #B199C4;
	cursor: pointer;
	display: inline !important;
	margin-left: 10px;
	background-color: #8E2102;
	padding: 3px 5px;
	color: #FFF;
}

.contact_form .button:active {
	border: 1px inset #A4915B;
}


.datediv {
  background-color: #EBE5DA;
  border: 1px solid #C0AB84;
  padding: 5px;
  margin: 0 10px 10px 0px;
  float: left;
  text-align: center;
  white-space: nowrap;
}

.datediv img {
  margin: 5px;
  padding: 0px;
}


/* contact form end */


.footer {
  text-align: left;
  color: #3c541a;
}


.footerdesc {
  font-size: 12px;
  line-height: normal;
  color: #6F8E53;
  text-align: center;
}

.footerdesc_alt {
  font-size: 12px;
  line-height: normal;
  color: #6F8E53;
  text-align: center;
  display: none;
}




