html,body{
	margin:0;
	padding:0
}

a:active {outline: none;}
a:focus{-moz-outline-style: none;}
img a:active {outline: none;}

a{
color:#185278;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a img{
border:0px;
}

body{
	font: 13px arial,sans-serif;
	color: #000;
	text-align:center;
	background: url(../images/bg.png) repeat-x #98c6fa;
}

#header{
	height:70px;
  	padding-top: 5px;
  	color: #79B30B;
}

#container{
	text-align:left
}

p{
	margin: 0 0 10px 0;
}

#top {
	color: #2e2e2e;
	font-size: 20px;
	padding-top:20px;
	margin-bottom: 30px;
}

#top a{
color:#2e2e2e;
text-decoration:none;
}

#top a:hover{
color:#2e2e2e;
text-decoration:none;
}

#container{
	width:1000px;
	margin:0 auto;
}

#nutrition{
	float:right;
	width:490px;
	line-height: 20px;
}

#about{
	float:left;
	line-height: 20px;
	width: 710px;
}

#menu2{
	float:right;
	width: 250px;
}

#countdowns{
	float:left;
	width:490px;
	line-height: 20px;
}

.people{
	float:left;
	width:700px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.pic{
	float:left;
}

.description{
	float:left;
	padding: 16px 20px;
}

.contact{
	float:left;
	width:350px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.icon_contact{
	float:left;
	padding: 9px 20px 0px 0px;
}

.icon_contact2{
	float:left;
	padding: 0px 20px 0px 0px;
}

.contact_info{
	float:left;
}

.name{
	font-size: 14px;
	font-weight: bold;
}

.fallball_container{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.logofb{
	float: left;
}

.storefb{
	float:  right;
	color: #333;
	font-size: 40px;
	padding-top: 20px;
	padding-right: 30px;
}

.gameplayfb{
	float: right;
	padding-left: 50px;
}

.fallball_header{
	margin-top: 40px;
	font-weight: bold;
	font-size: 16px;
}

.fallball_images{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.fallball_videos{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#footer {
clear: both;
margin: 0;
padding: 20px 0px 20px 0px;
}


#footer-inner{
height:20px;
border-top: 1px solid #7fafbf;
padding:9px 10px 4px 10px;
}

.ft_right{
float:right;
color:#ccc;
}

.ft_left{
float:left;
}

.spacings{
padding: 0px 10px;
color:#7fafbf;
}

.spacings2{
padding: 0px 3px;
color:#ccc;
}

/* Navigation-Menu */
#menu { width: 600px; float:right; margin-top:30px;}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ececec;
padding: 9px 12px 10px 12px;
text-decoration: none;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: #81bf49;
background: #15181b;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border-width: 0px;
}

.underlinemenu ul li a:active{
	background: #000;
	color: #81bf49;
}

/* Menu2 */
.menu{
padding:0;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding:0px;
margin:0 0 20px 0;
background: #fff;
border: 1px solid #ccc;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: url("../images/bg_wb.png") bottom repeat-x #fff;
}

.menu ul li.widget ul{
	margin: 0;
	padding:5px 10px 8px 10px;
}

.menu ul li.widget ul li{
padding: 5px 0 5px 0px;
margin:0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-bottom: none !important;
padding: 5px 0 5px 0px;
}

.menu ul li.widget h3{
padding:6px 0 6px 10px;
margin:0;
color: #2e2e2e;
}

.menu ul li h3 a{
color: #2e2e2e;
}
.menu ul li h3 a:hover{
color: #2e2e2e;
text-decoration: none;
}

.menu ul li.widget h3 {
	background: #bce598 url("../images/bg_w.png") left bottom repeat-x;
}