#slider {
    position: relative;
	width: 100%;
	background: url(../images/templatemo_body_wrapper.jpg) repeat-x top
}

#header_wrapper {
	width: 100%;
	height: 105px;
	margin-bottom: 10px;
	background: url(../images/templatemo_header.jpg) no-repeat top center
}

#header { 
	width: 970px;
	height: 85px;
	padding: 20px 5px;
	margin: 0 auto;
	background: url(../images/templatemo_header.jpg) no-repeat top center
}

#header h1 { margin: 0; padding: 0 }
#header h1 a { display: block; width: 160px; height: 40px; margin: 0 auto; background: url(../images/templatemo_logo.png) top center no-repeat; text-indent: -10000px; }

#templatemo_wrapper {
	width: 970px;
	padding: 0 5px;
	margin: 0 auto;
}

#templatemo_sidebar {
	float: left;	
	width: 254px;
}

#menu {
	clear: both;
	width: 240px;
	height: 310px;
	padding: 7px;
	background: url(../images/templatemo_menu_box.png)
}

#content {
	float: right;
	width: 705px;
	height: 545px;	
	background: url(../images/templatemo_content.png) no-repeat top left;
}


.content_section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666
}

.last_section {
	margin: 0;
	padding: 0;
	border: 0;
}


#footer {
	clear: both;
	width: 960px;
	padding: 10px 5px;
	margin: 0 auto;
	text-align: right;
	color: #ccc;
}

#footer a {
	color: #ccc;
}

.scroll {
    width: 625px;
    height: 465px;
	margin: 40px 0px 0px 40px;
    overflow: auto;
   /* overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 625px;
    height: 645px;
	overflow: hidden;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	width: 170px;
	height: 21px;
	padding: 20px 20px 20px 70px;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: 700;
    text-decoration: none;
	color: #666;
	background: url(../images/templatemo_menu_btn.jpg) no-repeat
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #000;
	background: url(../images/templatemo_menu_btn_hover.jpg) no-repeat
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}

.hide {
    display: none;
}