@charset "utf-8";
/* CSS Document */

body {
	margin: 0;	
	font-family: 'Lato', sans-serif;
  	position:relative;
	background-color: #fff;
	/*overflow-x:hidden ;*/
	}
#bgcolor{
	display:block;
	width:100%;
	height:160px;
	position: relative;

	/*background-image:url(../image/50black.png);
	background-repeat:repeat;
	border-bottom:#999999 1px solid;
	
	border-top:#000000 8px solid;
	position:absolute;
	z-index:2200;*/
	}
#mainMenu{
	width:980px;
  	height:50px;
	margin:0 auto;
}
#mainMenu ul{
	height: 36px;
	width: 970px;
	padding-left: 10px;
}
#mainMenu ul li {
	float:left;
	list-style:none;
	width: 240px;
}
#mainMenu ul li a{
	width: 240px;
	height: 36px;
	display:block;
	font-family:font-family: 'Lato', sans-serif;
  	font-weight: 900; 
  	font-size:16px;
  	line-height: 36px;
	text-align:center;
	text-decoration:none;
	color:#bd8c77;
}
#mainMenu ul li a:hover{
	color: #999;
}

#TteSPORTSlogo{
	margin:0 auto;
	width:980px;
	height:65px;
	display:block;
	text-align:center;
	padding:20px 0 ;
}

/*---#footer---*/
/* #footer */
#footer {
  font-family: 'Lato', sans-serif;
  font-weight: 400; 
  width: 100%;
  margin-top: 50px;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #F4F4F4;

}

#footer:after {
  content: " ";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer #article {
  width: 940px;
  margin: 0 auto;
  height: auto;
  padding-top: 10px;
}

#footer #article > #nav {
	width: 960px;
	min-height: 220px;
	height: auto;
	padding-top: 0;
	position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400; 
}

/* line 423, sass/layout.sass */
#footer #article > #nav > li {
  height: auto;
  color: #dedede;
  font-size: 11px;
  line-height:20px;
  text-decoration:none;
  font-weight:normal;
}
/* line 426, sass/layout.sass */
#footer #article > #nav li {
  width: 240px;
  float: left;
  padding: 0;
  font-size: 1em;
  text-align: center;
}
/* line 432, sass/layout.sass */
#footer #article > #nav li ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 436, sass/layout.sass */
#footer #article > #nav li a {
  color:#bd8c77;
  font-size: 11px;
  line-height:20px;
  text-decoration:none;
  font-weight:normal;
  
}
/* line 439, sass/layout.sass */
#footer #article > #nav li a:hover {
  color:#555;
}
/* line 441, sass/layout.sass */
#footer #article > #nav h4:nth-child(3) {
  margin-top: 25px;
}
/* line 443, sass/layout.sass */
#footer #article > #nav h4 {
	color: #bababa;
	font-family: 'Lato', sans-serif;
	font-weight: 900; font-size:13px;
}
/* line 446, sass/layout.sass */
#footer #article > #nav h4 a {
  font-size: 14px;
  line-height:36px;
  text-decoration:none;
}


#select{
  font-family: 'Lato', sans-serif;
  font-weight: 400; 
	background-color:#fff;
	color:#555;
	width:150px;
	border:#bd8c77 1px solid;
	height: 24px;
}

.option{
border:#101010 1px solid;
color:#555;
background-color:#fff;
}

#cpoyright{
	margin:0 auto;
	display:block;
	width:960px;
	height:95px;
}

#cpoyright a{
	display: block;
}

#cpoyright p{
	color:#555;
	font-size:12px;
	display: inline;
	position: relative;
	top:-15px;
	left:730px;
}



#searchAll{
  font-family: 'Lato', sans-serif;
  font-weight: 400; 
	background-color:#fff;
	color:#555;
	width:107px;
	border:#bd8c77 1px solid;
	border:0px;
	height: 18px;
}