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

body{
	margin:0px;
	padding:0px;
	font-family: Helevetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #1e1e1e;
	background-image:url(../images/templatemo_body.jpg);
	background-repeat: repeat-x;
	}
	
#content{
	    width:966px;
		margin-right:auto;
		margin-left:auto;		
	}
	
	
#logo{
	
	}
	
#container{
		width:966px;
		margin-right:auto;
		margin-left:auto;
		}

/* menu */

#templatemo_menu {
	width: 900px;
	height: 30px;
	padding: 12px 35px;
	background: url(../images/templatemo_menu.png) repeat-x;
}
#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 170px;
	height: 24px;
	padding: 3px 0 0 0;
	margin: 0 5px 0 0;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	outline: none;
	border: none;
}
#templatemo_menu ul li .current {
	color: #ccc;/*background: url(images/templatemo_menu_hover.png) no-repeat;*/
}
#templatemo_menu ul li a:hover {
	color: #000;
	border: 1px solid #ffde00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #ffde00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfac0), to(#f6f283));
	background-image: -webkit-linear-gradient(top, #ffde00, #f6f283);
	background-image: -moz-linear-gradient(top, #ffde00, #f6f283);
	background-image: -ms-linear-gradient(top, #ffde00, #f6f283);
	background-image: -o-linear-gradient(top, #ffde00, #f6f283);
	background-image: linear-gradient(to bottom, #ffde00, #f6f283);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffde00, endColorstr=#f6f283);
}
/* end of menu */

#wrapper{
	width:967px;
	float:left;
	margin-top:-3px;
	}
#footer{
	
	padding: 20px 30px;
	text-align: center;
	color: #9db9c5;
	float:left;
	width:967px;
	height:20px;
	
	}
#footer a {
	color: #9db9c5;
}

