

/* GLOBAL STYLES */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img,td,th{margin:0;padding:0;border:0}

/* below you can change background and font for all site */
body{font:12px georgia, verdana;margin:0px 0;background:white;color:white;}
h1{display:none;color:#fff;font-size:1px;}
.clear{clear:both;}

/* MAIN PAGE: head, body and global container */
#container{position: ; left: 20px; top: 20px;padding:0px;margin:0 auto;background:white;}
#head{width:780px;margin:0 auto 30px;border-bottom:0px solid black;text-align: center;color: black;}
#body{width:780px;margin:0 auto;padding:0;background:white; repeat-y 220px;}
#body .content{float:left;width:625px;margin-left:5px;color: #3F3F3F;}
#body:after{content:".";display:block;height:0;clear:both;visibility:show;}

/* FOOTER */
#foot{width:780px;height:90px;margin:20px auto 0;border-top:1px solid black;background:white;color: black;}
#foot .powered{float:center;text-align:center;}
#foot .powered a{font:10px tahoma;color:blue;padding:0px 5px 0px 0px;}

/* MENU LEFT */
#menu2{float:left;width:150px;margin:0 0 0 0px;padding:0;list-style:none;border-top:0px solid #000066;}
#menu2 li{text-align:left;border-bottom:0px solid #000066;}
#menu2 a{font-size:10px;color: blue;font-weight:normal;display:block;padding:0px 0px 0px 0px;text-transform:uppercase;}
#menu2 a:hover{background:white; color: red;text-decoration:none;}
#menu2 a.selected{background:white;color:#9D9D9D}

/* MENU TOP */
#menu1{float:right;padding:10px 15px 0 0;}
#menu1 a{right: 0px;top: 130px;background: white;display:block;float:left;border:0;margin-left:4px;font-family: Times New Roman, Times, serif;color:blue;font-weight:normal;font-size:10px;text-decoration:none;text-transform:uppercase;}
#menu1 a:hover{border-bottom:0px solid #FF6600;color:red;}
#menu1 a.selected{border-bottom:0px solid; color:#9D9D9D;}

/* PAGE DETAILS - name, description */
#pageShow{padding:5px 20px 5px 20px;}
#pageShow h2{font-size:10px;color:#909090;text-transform:uppercase;}
#pageShow h3{margin-bottom:10px;font-weight:normal;font-size:11px;color:#909090;margin:10px 0 10px 5px;}
#pageShow h3 a{color:blue;text-transform:uppercase;}
#pageShow .txt{font-family: verdana;font-size:10pt;color:black;}

/* PAGE DETAILS - photo */
#pagePho{float:right;}
#pagePho img{border:1px solid #e7e7e7;margin:2px;}

/* PAGE DETAILS - sub pages list - under description */
#pageSubList{margin:10px 0 0;}
#pageSubList .l{padding:5px 0 10px;border-top:0px solid #dfdfdf;}
#pageSubList .l h2{font-size:11px;}
#pageSubList .l h2 a{color:blue;font-weight:normal;}
#pageSubList .l p{font-size:10px;margin:2px 0 0 10px;}
#pageSubList .l img{float:left;margin:0 5px 3px 0;}

/* PAGE DETAILS - files list */
#pageFil{margin:10px 0;}
#pageFil td{font-size:10px;padding:5px 0 4px 5px;}
#pageFil p{font-size:10px;color:#b6b6b6;}

/* global link styles */
a{text-decoration:none;}
a:link{color:blue;}
a:visited{color:#737373;}
a:active{color:red;}
a:hover{color:red;text-decoration:underline;}

/* MESSAGE - error and confirm messages styles */
#message{text-align:center;}
#error, #ok{font-size:14px;font-weight:bold;line-height:2em;padding:100px 0;}
#error a, #ok a{font-size:11px;font-weight:normal;color:#000;}
#error{color:red;}
#ok{color:green;}

/* OTHER - styles from html editor */
.left{text-align:left;text-indent: 10px;}
.right{text-align:right;text-indent: 10px;}
.center{text-align:center;}
.justify{text-align: justify;text-indent: 10px;}

/* BACK link style */
#back{font-size:10px;padding:20px 20px 10px 0;text-align:right;}
#back a{color:#b6b6b6;}

/* global form styles */
.input, select, textarea{border:1px solid;border-color:#b6b6b6;font:11px verdana;}

