/* 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 verdana;margin:30px 0;background:#e0dfe3;color:#333;}
h1{display:none;color:#fff;font-size:1px;}
.clear{clear:both;}

/* MAIN PAGE: head, body and global container */
#container{width:780px;margin:0 auto;}
#top{background:url('img/top_bg.png');height:23px;padding:10px 30px;}
#top a{color:#fff;font-weight:bold;font-size:17px;}
#head{}
#head .banner{line-height:1px;font-size:1px;}
#head .banner2{float:left;height:32px;line-height:1px;font-size:1px;}
#body{padding:0;background:#fbfbe1 url('img/menu_left_bg.png') repeat-y;}
#body .menu{width:237px;vertical-align:top;}
#body .menu .top, #body .menu p{line-height:1px;font-size:1px;}
#body .menu p{text-align:center;padding:5px 0;}
#body .menu .que{border-top:1px dotted #fff;border-bottom:1px dotted #fff;width:210px;margin:5px auto;color:#fff;font-size:11px;text-align:center;padding:5px 0;font-weight:bold;}
#body .menu .que img{margin:5px 0 0;}
#body .content{width:540px;vertical-align:top;}

/* HIDE TO IE */
* .content{float:left;width:543px;}

#body:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* FOOTER */
#foot{background:url('img/foot_bg.png') repeat-x;height:40px;}
#foot .created{text-align:right;padding:12px 10px 0;}
#foot .created a{font:11px tahoma;color:#fff;font-weight:bold;}

/* MENU TOP */
#menu1{float:right;width:543px;height:32px;background:url('img/menu_top_bg.png');}
#menu1 a{display:block;float:left;height:18px;border:0;padding:14px 5px 0 62px;background:url('img/menu_top_arrow.png') no-repeat;font:bold 11px tahoma;color:#0f327b;text-decoration:none;text-transform:uppercase;}
#menu1 a:hover{text-decoration:underline;}
#menu1 a.selected{text-decoration:underline;}

/* PAGE DETAILS - name, description */
#pageShow{padding:20px 20px 5px 20px;}
#pageShow h2{font-size:18px;color:#0f327b;}
#pageShow h3{font-weight:bold;font-size:11px;color:#ff9000;margin:5px 0 10px 5px;}
#pageShow h3 a{color:#ff9000;}

/* PAGE DETAILS - photo */
#pagePho{float:right;}
#pagePho img{border:1px solid #f3f3a9;margin:2px;}

/* PAGE DETAILS - sub pages list - under description */
#pageSubList{margin:20px 30px;}
#pageSubList .l{padding:5px 0 10px;}
#pageSubList .l h2{font-size:11px;color:#ff9000;}
#pageSubList .l h2 a{color:#ff9000;font-weight:bold;}
#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:#333;}
a:visited{color:#333;}
a:active{color:#333;} 
a:hover{color:#333;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;}
.right{text-align:right;}
.center{text-align:center;}

/* BACK link style */
#back{font-size:10px;padding:20px 20px 20px 0;text-align:right;}
#back a{color:#909090;}

/* global form styles */
.input, select, textarea{border:1px solid;border-color:#e4e445;font:11px verdana;}
