#slider {
    position: relative;
	width: 100%;
}

#templatemo_wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(../images/templatemo_body_1.jpg) no-repeat top center;
}


#templatemo_main {
	clear: both;
	width: 800px;
	padding: 00px 0;
	height: 540px;
}

#templatemo_sidebar {
	float: left;	
	width: 320px;
}

#templatemo_content {
	float: right;
	width: 480px;
}

 #header { display: block; padding: 0 }
#header img { float: left; margin:25px 0 25px 0; }

#menu {
	clear: both;
	float: right;
}

#templatemo_footer {
	clear: both;
	float: right;
	width: 360px;
	margin: 20px 40px;
	padding: 20px;
	text-align: left;
	background: #070105;
	border: 1px solid #26071d;
	font-size: 12px;

}
#templatemo_footer a {
	color: #fff;
}

.scroll {
    width: 480px;
    height: 560px;
    overflow: hidden;
    /* overflow-x: hidden; */
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    width: 400px;
    height: 100%;
	padding: 40px;
	overflow: hidden;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	color:#ff58ff;
}

ul.navigation li {
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	float: right;
	padding: 8px 15px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
    text-decoration: none;
	color: #800080;
	text-align: center;
	width:60px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #8B008B;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8B008B;
	box-shadow:inset 0px 1px 0px 0px #8B008B;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
	background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);
	background-color:#dfbdfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c584f3;
	display:inline-block;
	cursor:pointer;
	color:#800080;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #8B008B;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa));
	background:-moz-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:-webkit-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:-o-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:-ms-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa',GradientType=0);
	color:#d896ff;
	background-color:#660066;	

}
.myButton:visited {	
	color:#800080;
}

.myButton:active {
	position:relative;
	top:1px;
	color: blue; /* */ 

}

ul.navigation a:hover, ul.navigation a.selected {
	background: #660066;
	color:#d896ff;
}

ul.navigation a:focus {
    outline: none;
}


.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}

.hide {
    display: none;
}

@media only screen and (max-width: 767px) {

/*--[ Mobile styles go here]-------------------------------*/

#templatemo_sidebar{ display:block; width:100%}
#header {display:none;}
#templatemo_wrapper {width:100%;}
#templatemo_main {width:100%;}
#templatemo_content {width:100%;}
#templatemo_footer {
	clear: both;
	width: 320px;
	margin: 5px 10px;
	padding: 5px 10px;
	text-align: center;
	background: #070105;
	border: 1px solid #26071d;
	font-size: 12px;
	float:left
}
#menu{float:left; padding-bottom:10px;}

ul.navigation a {width:45px;font-size: 14px;}
ul.navigation li {float:left; margin:0px 5px;}

.scroll { width:100% }
.scrollContainer div.panel {	width:95%; height:100%; padding:10px;}
h2 {font-size:20px; margin-bottom:0px;}
h3 {font-size:18px; margin-bottom:5px;}
h5 {font-size:18px; font-weight:bold;}

}