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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {quotes: none;}
:focus        {outline: 0;}
ins           {text-decoration: none;}
del           {text-decoration: line-through;}
table         {border-collapse: collapse;border-spacing: 0;}
html          {height: 100%}
body          {font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	       width:  95%;
	       height: 95%;
	       background: #fff;}

#seal .left {
        vertical-align: middle;
        float: left; 
        width: 125px;
        height: 60px; 
}

#seal .right {
        padding: 3px 0 0 0;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
}

a {     color: blue;
	outline: none;
	text-decoration: underline;}

a:hover {text-decoration: none;}
p       {margin: 0 0 10px;font: 13px Tahoma, Arial, Verdana, sans-serif;}

img {border: none;}
input {vertical-align: middle}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 95%;
	height: auto !important;
	height: 95%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
        position: relative;
        background: #FFF url('images/header.png') no-repeat scroll left center;
	height: 70px;
        font-size: 34px;
        font: Diavlo, Tahoma, Verdana, sans-serif;
        text-transform: uppercase;
        color: #4E4E4E;   
        text-shadow: 0px 0px 3px #EBEBEB;
}

h1 {
        font-size: 36px;
        font-family: Diavlo, Diavlo bold, Tahoma, Verdana, sans-serif;
        text-transform: uppercase;
        font-weight: 150;
        color: #565656;
        text-shadow: 0px 0px 5px #C5C4C4;
}
#header h1 {
        height: 36px;
        position: absolute;
        top: 34px;
        left: 97px;   
}

h3 {
        font-size: 16px;
        font-family: Diavlo, Diavlo bold, Tahoma, Verdana, sans-serif;
        text-transform: uppercase;
        color: #4E4E4E; 
        padding: 2px 0 5px 0;  
        text-shadow: 1px 0px 1px #EBEBEB;
}

p {
        font-size: 13px;
        font-family: Tahoma, Verdana, sans-serif;
        color: #4E4E4E; 
        padding: 1px;  
}

hr {
        color: #D8D7D7;
        border-style: dotted;
        height: 1px;
        margin: 15px 5px 15px 0px;
}

.link-https {
        background:transparent url('images/ssl.png') no-repeat scroll left center;
        padding: 2px 5px 2px 16px;
}

.home   {
        background:transparent url('images/home.png') no-repeat scroll left center;
        padding: 2px 5px 2px 15px;
}
#webmoney   {
        background:transparent url('images/webmoney.png') no-repeat scroll left center;
        padding: 2px 5px 2px 15px;
        text-aling: center;
        text-decoration: none;
}

.blockleft {min-height: 75px;}

.loginfo {
        font: bold 50% tahoma;
        text-transform:uppercase;
        padding: 0px 1px 2px 2px; 
        color: #4E4E4E;   
}

.loginfo a:hover{
        font: bold 50% tahoma;
        text-transform:uppercase;
        padding: 0px 1px 2px 2px; 
        color: #4E4E4E;
        text-decoration: underline;   
}

.loginfo a:link{
        font: bold 50% tahoma;
        text-transform:uppercase;
        padding: 0px 1px 2px 2px; 
        color: #4E4E4E;   
     	text-decoration: none;

}
.loginfo a:visited {
        font: bold 50% tahoma;
        text-transform:uppercase;
        padding: 0px 1px 2px 2px; 
        color: #4E4E4E;   
     	text-decoration: none;
}           

/* Middle
-----------------------------------------------------------------------------*/
#text   {padding: 10px 5px 5px;}

#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {padding: 5px 0 0 270px;}
#content p {text-align: justify;}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #fff;
        padding-left: 7px;
        padding-top: 5px;
}

.left { 
        float: left; 
        width: 100px; 
        margin-right: 2px; 
        margin-bottom: 1px; 
        font-family: tahoma;
	font-size: 13px;
	color: #154a47;
	text-decoration: none;
	font-weight: bold;

}

.right { 
        margin-bottom: 1px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4E4E4E;
	text-decoration: none;
	font-weight;
}


.text_small {
	font-family: tahoma;
	font-size: 13px;
	color: #0058dc;
        text-decoration: none;
}

.text_small a:link {
	font-family: tahoma;
	font-size: 13px;
	color: #0058dc;
        text-decoration: none;
}
.text_small a:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #0058dc;
        text-decoration: none;
}

.text_small a:visited {
	font-family: tahoma;
	font-size: 13px;
	color: #0058dc;
     	text-decoration: none;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -25px auto 0;
	height: 25px;
	background: #fff;
        text-align: center;
}
.clr {
	clear: both;
}
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 15%;
    left: 50%;
    
    margin-left: -300px;
    width: 650px;
    
    background-color: #EEE;
    color: #333;
    border: 2px solid black;
    padding: 12px;
}

.jqmWindow3 {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -350px;
    width: 750px;
    background-color: #EEE;
    color: #333;
    border: 2px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }
