﻿html{
    height:100%;
}

html body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: arial;
	font-size: 12px;
	color: #638594;
    background-image:url('../images/bg.jpg');
    background-repeat:no-repeat;
    background-size:2000px 1600px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration:none;
}

ul {
    /*list-style: none;*/
    margin: 0px;
    padding: 0px;
}

li{
    padding:7px 0px;
    list-style-image: url(../images/btn-logo-list.png);
}

b{
    font-weight:bold;
    color:#56B947;
}

b>a {
    text-decoration:underline;
}

img{
    box-shadow: 10px 10px 10px #ababab;
}

.btn-img{
	box-shadow: none;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(48,158,216,0.7); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(48,158,216,0.2); 
}