#slider {
    position: relative;
	width: 890px;
	padding: 0px 10px 0 70px;
}

#templatemo_sidebar {
	float: left;
	width: 270px;
}

#templatemo_main {
	float: right;
	padding-top: 50px;
	width: 600px;	
}

#templatemo_header {
	margin-left: 10px;
	width: 230px;
	height: 222px;
	text-align: center;
	padding: 65px 0 0 0;
	background: url(../images/templatemo_header.jpg) no-repeat top left;
}

#social_box {
	display: block;
	width: 550px;
	height: 48px;
	padding: 16px 0px 16px 50px;
	margin-bottom: 20px;
	background: url(../images/templatemo_social_box.jpg) no-repeat;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 48px;
	height: 48px;
	margin-right: 60px;
}




/*-----------------*/
.social_box {
	display: block;
	 width: 270px;
	margin:0px 0 0 2px;
	 padding-left:15px;
    padding: 0 0 0 15px;
	text-align: left;
	top:612px;  position:absolute;
	  background: url(../images/manu-bg.png)    no-repeat left;
}

.social_box li {
	 display: inline-block;
    margin: 10px 0 5px 10px;
	padding: 0;
}

.social_box li a {
	 
	 margin: 0px;
	padding: 0;
}


 .read-more{ background: #d1cfc2; border-radius:2px; color:#201f1b; cursor: pointer; font-family:Arial,Helvetica,sans-serif;    font-size: 13px;  width: -moz-fit-content;   float:right;      margin: 0px 0 0 0px; padding:5px 7px 5px 7px;}







/*------------------------*/

#content { 
	height: 455px;
	width: 600px;
	background: url(../images/templatemo_content.jpg) no-repeat;
}

.scroll {
    height: 455px;
    width: 600px;
    overflow: auto;
/*  overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 30px;
    height: 395px;
    width: 540px;
	overflow:auto;
}

ul.navigation {
	width: 270px;
    list-style: none;
    margin: 0;
    padding: 0;
	text-align: left;
}

ul.navigation li {
    display: inline-block;
    margin: 0px;
	padding: 0;
}

ul.navigation a {
	display: block;
	width: 190px;
	height: 33px;
	padding: 12px 0 0 80px;
	margin-bottom: 5px;
	color: #8a8980;
	font-size: 16px;
	font-weight: normal;
    text-decoration: none;
	position: relative;
}

ul.navigation a .ui_icon { position: absolute; top: 0; left: 15px; width: 40px; height: 40px; }

ul.navigation a .home { background: url(../images/templatemo_home.png) no-repeat; }
ul.navigation a .aboutus { background: url(../images/templatemo_aboutus.png) no-repeat; }
ul.navigation a .services { background: url(../images/templatemo_services.png)  no-repeat; }
ul.navigation a .gallery { background:  url(../images/enquiry-hover.png) no-repeat; }
ul.navigation a .contactus { background:  url(../images/templatemo_contact.png) no-repeat; }

ul.navigation a:hover, ul.navigation a.selected {
	color: #201f1b;
	background: url(../images/templatemo_menu_hover.png) no-repeat left;
}

ul.navigation a:hover .home, ul.navigation a.selected .home {
	background: url(../images/templatemo_home_hover.png) no-repeat;
}
ul.navigation a:hover .aboutus, ul.navigation a.selected .aboutus {
	background: url(../images/templatemo_aboutus_hover.png) no-repeat;
}
ul.navigation a:hover .services, ul.navigation a.selected .services {
	background: url(../images/templatemo_services_hover.png) no-repeat;
}
ul.navigation a:hover .gallery, ul.navigation a.selected .gallery {
	background: url(../images/enquiry.png) no-repeat;
}
ul.navigation a:hover .contactus, ul.navigation a.selected .contactus {
	background: url(../images/templatemo_contact_hover.png) no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
	width: 0;
	height: 0;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}