body {
margin:0px;
background:#e0eeff;
font-family:Arial;
}

/*------- header ---------*/
div.header {
background:#90c0f0;

padding:1px 7px;
border-bottom:solid 2px #456;
margin-bottom:5px;
}

div.body {
padding:1px 7px;
}

/*------------- dropdown menu --------------*/

select.nav{
margin:0;
font-size:14pt;
background:#26a;
color:#eee;
border:solid 1px #456;
border-bottom:solid 1px #123;
-moz-border-radius:5px;
height:34px;
}

.nav option {
border:solid 1px #cdf;
font-size:12pt;
-moz-border-radius:5px;
}

/*-------- button ------*/
a.button, .button a {
display:inline-block;
border:solid 1px #456;
margin:0;
padding:6px 9px;
background:#26a;
text-shadow:-1px -1px 1px #234;
color:white;
text-decoration:none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}



/*-------- text ---------*/
h1 {
margin:5px 0;;
}

/*-------- footer --------*/
.footer{
background:#15a;
padding:5px 0;
margin:0px;
color:#fff;
}

.footer table, .footer td {padding:0; margin:0;}

#menu {
padding:0 5px;http://abc.eznettools.net/D304622/X354633/index.html
font-size:16pt;
}

.footer a {
display:block;
padding:8px 9px;
margin:0;
background:#26a;
color:white;
text-decoration:none;
border:solid 1px #234;
border-top:solid 1px #59a;
}

.footer a:hover, a:hover.button, .button a:hover {
background:#37b;
}

.footer a:active, a:active.button, .button a:active {
background:#147;
border:solid 1px #59a;
border-top:solid 1px #234;
-moz-box-shadow:inset 2px 2px 2px rgba(0,0,0,.2), inset -1px -1px 1px rgba(240,250,255,.15);
-webkit-box-shadow:inset 2px 2px 2px rgba(0,0,0,.2), inset -1px -1px 1px rgba(240,250,255,.15);
}


/*------ pagebuilder fix -----*/
.ezpagebuilder-block-buttons a{
display:inline-block;
padding:1px 2px;
}

