#slider {
    position: relative;
	width: 100%;
}

#tooplate_wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/tooplate_body.jpg) top center no-repeat
}

#tooplate_header {
	width: 1000px;
	height: 100px;
	margin-bottom: 70px;
}

#site_title { 
	float: center; 
	width: 1000px; 
	height: 35px; 
	margin-top: 32px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 190px; 
	height: 35px; 
	color: #fff; 
	text-indent: -10000px; 
	background: url(../images/tooplate_logo.png) no-repeat; 
}

#menu {
	float: right;
	width: 675px;
	height: 40px;
	margin-top: 30px;
	background: url(../images/tooplate_menu.png) no-repeat;
}

#content {
	clear: both;
	width: 1000px;
	height: 600px;	
	margin-bottom: 40px;
	background: url(../images/tooplate_content_bg.png)
}

.content_section {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc
}

.last_section {
	margin: 0;
	padding: 0;
	border: 0;
}

#footer {
	clear: both;
	width: 815px;
	padding: 0 40px;
}

#footer_left { 
	float: left;
	width: 300px;
	text-align: left
}

#footer a {
	color: #f6bf34;
}

#social_box {
	float: right;
	height: 50px;
	padding: 0px;
	
}

#social_box a {
	display: inline-block;
	margin-left: 20px;
	width: 40px; height: 40px;
}

.scroll {
	height: 700px;
	width: 1000px;
	overflow: auto;
	/*overflow-x: hidden; */
    position: relative;
	clear: left;
}

.scrollContainer div.panel {
    height: 480px;
    width: 915px;
	padding: 30px;
	overflow: auto;
}

ul.navigation {
    list-style: none;
	margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin: 0;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	width: 110px;
	height: 32px;
	padding: 10px 2px 0 0;
	color: #f6bf34;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
    text-decoration: none;
	background: url(../images/tooplate_menu_divider.png) no-repeat center right;
}

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;
}
