@charset "utf-8";
/* VSHALI.INFO */
html {
    height: 100%;
}
body {
    width: 100%;
	height: 100%;
    background: #A9A9A9;
	background: linear-gradient(to bottom, #6a615c, #c0bebc);
	margin: 0px;
	padding: 0px;
}
table, th, td {
    border: 0;
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}
p {
	display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
}
div {
display: block;
}
	outline:groove;
}
----------------------*/
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/*--------------------*/
#bg{
margin:0 auto;
width:1024px;
min-height: 100%;
box-shadow: -1px -1px 1px rgba(213,208,205,0.5), 2px 2px 8px rgba(100,100,100,0.5);
}
#header{
margin:0 auto;
width:1024px;
height: 100px;
background-color: #29160f;
}
#layout{
margin:0 auto;
width:1024px;
height: auto;
border:0;
border-top: ridge #d5cfcd 1px;
}
#navi{
margin:0 auto;
width:1024px;
height: 28px;
background-color: #d5cfcd;
background: linear-gradient(to right, #29160f, #d5cfcd);
}
#navi-line{
margin:0 auto;
margin-bottom:0;
width:710px;
height: 28px;
/*border: ridge #ffffff 1px;*/
border:0;
}
#main{
margin:0 auto;
margin-top:0;
width:1024px;
height: auto;
background-color: #d5cfcd;
min-height: 400px;
}
#img-layer{
margin:0;
min-height: 400px;
}
#main-text{
width:560px;
top:10px;
margin:0;
margin-left:464px;
min-height: 400px;
/* border: ridge #00aa00 1px; */
}
#quick{
margin:0 auto;
width:1024px;
height: 200px;
/* border: ridge #aa0000 1px; */
}
#moto{
margin:0 auto;
width:910px;
height: 40px;
margin-top: 10px;
margin-left: 67px;
margin-right: 67px;
margin-bottom: 0;
background-color: #d5cfcd;
/* border: ridge #00aa00 1px; */
	padding-top:10px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px rgba(200,200,200,0.7), 1px 1px 3px rgba(50,50,50,0.5);
	text-align:center;
}
#footer {
	border:0;
    border-bottom: groove #2e4e33 2px;
    bottom : 0;
	margin: 0 auto;
    margin-top : 10px;
    width: 1024px;
    padding: 0;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-align:center;
}
/*--------------------*/
.navibutton {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 4px;
    color: white;
    padding: 4px 25px;
    text-align: center;
    text-decoration: none;
	text-shadow: 0px -1px 0px rgba(200,200,200,0.7), 2px 2px 5px #000000;
    display: inline-block;
    font-size: 12pt;
    margin: 1px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	box-shadow: -1px -1px 0px rgba(200,200,200,0.5), 1px 1px 3px rgba(100,100,100,0.5);
}

.button1 {
    background-color: white; 
    background: linear-gradient(rgba(134,67,67,0), rgba(95,75,72,1), rgba(35,26,18,1));
    color: #d5cfcd; 
    /*border: 1px solid #4CAF50;*/
}
.button1  a{
	text-decoration: none;
	color: #d5cfcd; 
}
.button1:hover {
    background-color: #4CAF50;
    background: linear-gradient(rgba(95,75,72,1), rgba(39,13,13,0));
    color: white;
}
.button1  a:hover {
	text-decoration: none;
	color: white;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px rgba(200,200,200,0.7), 1px 1px 3px rgba(50,50,50,0.5);
}

.dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}