#slider {
    position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 45px;
}

#header {
	background: url(images/templatemo-content-top.png) no-repeat;
	width: 980px;
	height: 60px;
	padding: 35px 0 0 0;
	text-align: inherit;
}

#sitetitle {
	float: left;
	display: inline-block;
	margin: 0 180px 0 90px;
}

#header a.header_menu {
	float: left;
	display: block;
	margin-right: 40px;
}

#content {
	background: url(images/templatemo-content-middle.png) no-repeat;
	width: 860px;
	height: 415px;
	padding: 0 60px
}

#menu {
	background: url(images/templatemo-menu.png) no-repeat;
	width: 980px;
	height: 237px;
}

#footer {
	background: url(images/templatemo-footer.png) no-repeat;
	height: 10px;
	width: 900px;
	padding: 10px 0;
	color: #999;
	text-align: center;
}

#footer a {
	color: #000000;
}

.scroll {
    height: 115px;
    width: 200px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 400px;
    height: 100px;
	padding: 80px;
	overflow: hidden;
}

ul.navigation {
	width: 860px;
    list-style: none;
    margin: 0;
    padding: 15px 10px 0 25px;
	text-align: left;
}

ul.navigation li {
    float: left;
	display: block;
	margin-right: 10px;
	padding: 140px 10px 0 400px;
	margin-bottom: 25px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
    text-decoration: none;
	position: relative;
}

ul.navigation a {
	float: left;
	display: block;
	margin-right: 100px;
	padding: 15px 0px 0 40px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
    text-decoration: none;
	position: relative;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #ef801d;
	background: url(images/you-are-here.png) no-repeat left;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 50px;
    cursor: pointer;
	width: 0;
	height: 0;
}

.scrollButtons.left {
    left: -80px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}
