#slider {
    position: relative;
	width: 100%;
}

#tooplate_wrapper {
	width: 800px;
	padding: 0 10px;
	margin: 0 auto;
}

#tooplate_sidebar {
	float: left;	
	width: 228px;
}

#header { 
	width: 208px;
	padding: 110px 10px 0;
	height: 93px;
	background: url(../images/tooplate_site_header.png) no-repeat top
}

#header h1 { 
	margin: 0; 
	padding: 0; 
}

#header h1 a { 
	display: block; 
	width: 180px; 
	height: 80px; 
	margin: 0 auto; 
	text-indent: -10000px; 
}

#menu {
	clear: both;
	width: 228px;
}

#content {
	float: right;
	margin-top: 30px;
	width: 540px;
	height: 800px;	
	padding: 1px;
	background: url(../images/tooplate_main.jpg) 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: 680px;
	padding: 0 60px;
	margin: 0 auto;
	text-align: right;
	color: #828282;
}

#footer a {
	color: #ccc;
}

.scroll {
    width: 420px;
    height: 770px;
	margin: 30px 80px 50px 50px;
    overflow-y: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    width: 420px;
    height: 770px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	width: 228px;
	height: 59px;
	font-size: 16px;
	font-weight: 700;
    text-decoration: none;
	text-align: center;
	color: #000;
	background: url(../images/tooplate_menu.png) no-repeat
}

ul.navigation a.last {
	height: 98px;
	background: url(../images/tooplate_menu_last.png) no-repeat top left;
}

ul.navigation a:hover, ul.navigation a.selected {
	color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}

.hide {
    display: none;
}