/***********************GLOBAL***********************/
/***********************GLOBAL STYLES****************/
/***********************GLOBAL***********************/
body, html {
	margin:0;
	padding:0;
	/*background: #333;*/
	background: #ccc url(../pics/bodybg.png) center repeat-y;
	color: #605C5D;
   font-family: Verdana, Arial, sans-serif;
   /*font-family: Tahoma, sans-serif;*/
   font-weight: normal;
   font-size: 12px;
	height: 100%;
	min-width:930px;
   text-align: center;
}
div
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
div.full /*SPACER*/
{
   width: 100%;
   float: left;
   font-size: 1px;
   height: 3px;
   border: 0px solid #fff;
}
div.label /*LABEL*/
{
   /*width: 149px;*/
   background-color: #ccc;
   padding-top: 1px;
   padding-right: 1px;
   padding-bottom: 1px;
   margin-bottom: 3px;
   margin-top: 2px;
   text-align: right;
   font-size: 11px;
   float:left;
}
div.inner_column
{
	margin: 0 auto;
   padding: 4px;
   border: 0px solid #fff;
   text-align: left;
}

table
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
tr
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
td
{
   padding: 0px;
   margin: 0px;
   border: 0px;
}
form
{
   padding: 0px;
   margin: 0px;
}
input
{
   font-size: 11px;
   color: #777;
   background-color: #fff;
   border: 0px solid #ccc;
   padding: 0px;
   margin: 0px;
}
img
{
   padding: 0px;
   margin: 0px;
   border: 0;
}
a
{
   color: #000;
   text-decoration: underline;
}
a:hover
{
   text-decoration: none;
}
p
{
   padding: 0px;
   margin: 0px;
}
table.checkboxtable /*STYLED CHECKBOX & TEXT ALIGNMENT*/
{
   padding: 0px;
   margin-top: 2px;
   margin-bottom: 2px;
   border-collapse: collapse;
}
table.checkboxtable tr
{
   padding: 0px;
   margin: 0px;
}
table.checkboxtable tr td
{
   font-size: 11px;
   padding: 0px;
   margin: 0px;
}
#wrapper {
	margin: 0 auto;
   background-color: #fff;
   text-align: left;
	width: 930px;
   border: 0px solid #ff0;
}
/***********************GLOBAL********************************/
/***********************MARKETING*TEXT************************/
/***********************GLOBAL********************************/
h1{
   font-size: 1.2em;
   font-weight: bold;
   margin-top: 2px;
   margin-bottom: 12px;
   padding: 0px;
}
h2{
   font-size: 1.1em;
   font-weight: bold;
   margin-top: 8px;
   margin-bottom: 10px;
   padding: 0px;
}
h3, h4 ,h5, h6{
   font-size: 1em;
   font-weight: bold;
   margin-top: 6px;
   margin-bottom: 8px;
   padding: 0px;
}
p{
   line-height: 1.5em;
   margin-top: 4px;
   margin-bottom: 6px;
   text-align: justify;
}
p.date
{
   color: #777;
   font-size: 10px;
}
ol{
   list-style-type: lower-alpha;
   margin-top: 4px;
   margin-bottom: 6px;
   line-height: 1.5em;
}
ol li{
   list-style-type: lower-alpha;
   margin-top: 0px;
   line-height: 1.5em;
   margin-bottom: 0px;
}
ul{
   list-style-type: square;
   margin-top: 4px;
   margin-bottom: 6px;
   line-height: 1.5em;
}
ul li{
   list-style-type: square;
   margin-top: 0px;
   line-height: 1.5em;
   margin-bottom: 0px;
}
/***********************GLOBAL***********************/
/***********************HEADER***********************/
/***********************GLOBAL***********************/
#header {
   font-family: Times New Roman, serif;
	background-color: #372E4B;
   margin: 0px;
   width: 930px;
   height: 48px;
   border: 0px solid #f00;
   color: white;
   font-size: 30px;
   font-weight: 900;
}
#header .inner_column
{
   padding-top: 8px;
   padding-left: 40px;
}
#header a
{
   text-decoration: none;
   color: #fff;
}
img.logo
{
   border: 0px;
   margin-top: 10px;
   margin-left: 10px;
}
#infobar{
   background: #DBE0E6 url(../pics/infobar_bg.png) repeat-x;
   width: 930px;
   height: 22px;
   border: 0px solid #f00;
}
#infobar div.left_side
{
   display: block;
   border: 0px solid #0f0;
   float: left
}
#infobar div.left-side ul
{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
#infobar div.left-side ul li
{
   list-style-type: none;
   display: inline;
   margin: 0px;
   padding: 0px;
}
#infobar div.right_side
{
   display: block;
   margin-right: 4px;
   border: 0px solid #0f0;
   float: right;
}
#infobar ul.currentpath
{
   margin-left: 8px;
   margin-top: 3px;
   display: block;
}
#infobar ul.currentpath li
{
   background-image: url(../pics/list_arrows.png);
   background-position: 4px 7px;
   background-repeat: no-repeat;
   display: block;
   margin: 0px;
   padding: 0px;
   font-size: 10px;
   font-weight: normal;
   padding-left: 14px;
}
#infobar ul.currentpath li.first
{
   display: block;
   margin: 0px;
   padding: 0px;
   font-size: 10px;
   font-weight: normal;
   background: none;
}

/*div.header_site_search {
   float: right;
   padding: 0px;
   margin: 0px;
   margin-top: 5px;
   text-align: right;
}
form.search_form input.search_text{
   width: 140px;
   height: 18px;
}
form.search_form input.search_button{
   font-weight: bold;
   color: #fff;
   background-color: #000;
   border: 1px solid #333;
   padding: 0px;
   margin: 0px;
}*/
/***********************GLOBAL********************************/
/***********************MAIN*PICTURE**************************/
/***********************GLOBAL********************************/
div.main_page_pic
{
   padding: 0px;
   margin: 0px;
   background: #edd;
   height: 203px;
   clear: both;
}
div.inner_page_pic
{
   padding: 0px;
   margin: 0px;
   background: #edd;
   height: 35px;
   clear: both;
}
/***********************LANDING*******************************/
/***********************MAIN*COLUMNS**************************/
/***********************LANDING*******************************/
div.main_page_cols
{
   width: 930px;
   background: #fff;
}
div.main_page_info{
   width: 232px;
	padding: 0px;
   border: 0px;
	margin: 0px;
   margin-top: 0px;
	float: left;
	background: #fff;
   text-align: center;
}
#info_1
{
   background: #fff url(../pics/info_1_bg.png) repeat-x top;
}
#info_2
{
   background: #fff url(../pics/info_2_bg.png) repeat-x top;
}
#info_3
{
   background: #fff url(../pics/info_3_bg.png) repeat-x top;
}
#info_4
{
   background: #fff url(../pics/info_4_bg.png) repeat-x top;
   width: 234px;
}
#info_1 p, #info_2 p, #info_3 p, #info_4 p
{
   text-align: left;
}
/***********************INNER*********************************/
/***********************MAIN*COLUMNS**************************/
/***********************INNER*********************************/

#inner_page
{
   padding: 0px;
   border: 0px solid #f00;
   background: #fff;
   background-repeat: repeat-x;
   float: left;
}
div#innermenu_bar
{
   border: 0px solid #f00;
   margin: 0px;
   display: block;
   width: 160px;
   float: left;
}
#inner_main
{
   border: 0px solid #0f0;
   width: 533px;
   float: left;
}
#inner_main .inner_column
{
   padding: 5px 35px 5px 20px;
}
#inner_info
{
   border: 0px solid #00f;
   background-image: url(../pics/info_line.png);
   background-position: top left;
   background-repeat: repeat-y;
   width: 235px;
   float: left;
}
#inner_info .inner_column
{
   padding: 5px 20px 5px 27px;
}
div.infotitle
{
   font-size: 11px;
   font-weight: bold;
   color: #fff;
   padding: 2px;
   background: #AF8364;
   margin-bottom: 5px;
}
div.info
{
   font-size: 11px;
   padding: 3px;
}
div.infoitem
{
   margin-bottom: 12px;
   padding: 0px;
   padding-bottom: 1px;
   background: url(../pics/info_bottom_dots.png) bottom repeat-x;
}
div.infoitem h1
{
   text-align: left;
   font-size: 12px;
   font-weight: bold;
   margin-top: 2px;
   margin-bottom: 6px;
}
div.infoitem h2, div.infoitem h3, div.infoitem h4, div.infoitem h5, div.infoitem h6
{
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   margin-top: 3px;
   margin-bottom: 5px;
}
div.infoitem p
{
   text-align: left;
}

div.login
{
   font-size: 11px;
   margin: 3px 0px 8px 0px;
   border: 2px solid #AF8364;
   padding: 5px;
}
div.login a
{
   color: #000;
   text-decoration: underline;
}
div.login a:hover
{
   color: #000;
   text-decoration: none;
}

#line_wrapper
{
   width: 930px;   
   height: 10px;
   margin: 0px;
   padding: 0px;
   font-size: 2px;
}
div.line_1
{
   border: 0px;
   padding: 0px;
   margin: 0px;
   width: 232px;
   background: #757071;
   float: left; 
   height: 10px;   
}
div.line_2
{
   padding: 0px;
   margin: 0px;
   width: 232px;
   background: #997359;
   float: left;   
   height: 10px;
}
div.line_3
{
   padding: 0px;
   margin: 0px;
   width: 232px;
   background: #898989;
   float: left; 
   height: 10px;
}
div.line_4
{
   padding: 0px;
   margin: 0px;
   width: 234px;
   background: #9e8c7f;
   float: left;
   height: 10px;
}
/***********************LANDING*******************************/
/***********************LANDING*MENU**************************/
/***********************LANDING*******************************/
div#menu_bar
{
   display: block;
   width: 930px;
   height: 48px;
   background: #ACADAF;
}
#menu_bar a
{
   color: #fff;
   text-decoration: none;
}
#menu_bar a:hover
{
   color: #D2D9E3;
}
#menu_bar img
{
   border: 0px;
}
div.menuwrapper
{
   margin-left: 29px;
   margin-top: 22px;
}
div.menu_item, div.menu_itemHover
{
   font-size: 13px;
   font-weight: bold;
   text-align: left;
   padding: 0px;
   width: 232px;
   height: 48px;
   color: #fff;
   float: left;
   position: relative;
}
div.menu_item ul, div.menu_itemHover ul
{
   padding: 0;
   display: none;
   position: absolute;
   top: 44px;
   left: 0px;
   margin-left: 0px;
   width: 230px;
   background: #fff;
   text-align: left;
   border: 2px solid #b59e8f;
}
div.menu_item ul li, div.menu_itemHover ul li
{
   padding: 0;
   margin-top: 0px;
   margin-left: 0px;
   padding-left: 10px;
   display: block;
   background: none;
   min-height: 20px;
   color: #fff;
   background: url(../pics/info_bottom_dots.png) bottom repeat-x;
   float: none;
}
div.menu_item ul li.last, div.menu_itemHover ul li.last
{
   background: 0px;
}
div.menu_item:hover ul
{
   display: block;
}
div.menu_itemHover ul
{
   display: block;
}
#menu_1
{
   background: #808a8c url(../pics/menu_1_bg.png) repeat-x;
}
#menu_2
{
   background: #b78e70 url(../pics/menu_2_bg.png) repeat-x;
}
#menu_3
{
   background: #acadaf url(../pics/menu_3_bg.png) repeat-x;
}
#menu_4
{
   width: 234px;
   background: #bda799 url(../pics/menu_4_bg.png) repeat-x;
}

#menu_bar div.menu_item ul li a, #menu_bar div.menu_itemHover ul li a
{
   color: #666;
   background-color: #fff;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
   border: none;
   display: inline;
}

#menu_bar div.menu_item ul li a:hover, #menu_bar div.menu_itemHover ul li a:hover
{
   color: #333;
   font-size: 10px;
   border: none;
   display: inline;
}
/***********************INNER*PAGE****************************/
/***********************INNER*MENU****************************/
/***********************INNER*PAGE****************************/
#innermenu_bar
{
   width: 160px;
}
div.innermenu_item, div.innermenu_itemHover
{
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   width: 160px;
   height: 25px;
   padding: 0px;
   margin: 0px;
   color: #fff;
   border: 0px solid #f00;
   position: relative;
}
div.innermenu_item ul, div.innermenu_itemHover ul
{
   padding: 0;
   display: none;
   position: absolute;
   top: -4px;
   left: 160px;
   margin-left: 0px;
   width: 170px;
   background: #fff;
   border: 2px solid #b59e8f;
   text-align: left;
}
div.innermenu_item ul li, div.innermenu_itemHover ul li
{
   padding: 0;
   margin-top: 0px;
   margin-left: 0px;
   display: block;
   background: none;
   height: 24px;
   padding: 4px 6px 0px 10px;
   color: #fff;
   border: 0px solid #f00;
   background: url(../pics/info_bottom_dots.png) bottom repeat-x;
   float: none;
}
div.innermenu_item ul li.last, div.innermenu_itemHover ul li.last
{
   background: none;
}
div.innermenu_item:hover ul
{
   display: block;
}
div.innermenu_itemHover ul
{
   display: block;
}
div.innermenuwrapper
{
   position: absolute;
   top: 7px;
   left: 8px;
   padding: 0px;
}
div.innermenuwrapper a
{
   text-decoration: none;
   color: #fff;
}
div.innermenuwrapper a:hover
{
   color: #d8d8d8;
}

#innermenu_bar div.innermenu_item ul li a, #innermenu_bar div.innermenu_itemHover ul li a
{
   color: #666;
   background-color: #fff;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
   border: none;
   display: inline;
}
#innermenu_bar div.innermenu_item ul li a:hover, #innermenu_bar div.innermenu_itemHover ul li a:hover
{
   color: #333;
   font-size: 10px;
   border: none;
   display: inline;
}

#innermenu_1
{
   background: #857f81;
}
#innermenu_2
{
   background: #af8364;
}
#innermenu_3
{
   background: #a3a4a6;
}
#innermenu_4
{
   background: #b59e8f;
}
div.innermenu_line
{
   padding: 0px;
   margin: 0px;
   width: 160px;
   font-size: 1px;
   height: 5px;
}
#innermenu_line_1
{
   background: #757071;
}
#innermenu_line_2
{
   background: #997359;
}
#innermenu_line_3
{
   background: #898989;
}
#innermenu_line_4
{
   background: #9e8c7f;
}

/***********************GLOBAL********************************/
/***********************BOTTOM********************************/
/***********************GLOBAL********************************/
#bottom_bar
{
   width: 930px;
   height: 20px;
   background-color: #acadaf;
   clear: both;
}
#bottom_bar a
{
   color: #444;
   text-decoration: none;
}
#bottom_bar a:hover
{
   color: #222;
   text-decoration: underline;
}
#bottom_bar .inner_column
{
   font-size: 10px;
   color: #444;
   text-align: right;
}
/***********************GLOBAL********************************/
/***********************FOOTER********************************/
/***********************GLOBAL********************************/
#footer {
	color: #999999; 
	font-size: 0.75em;
	padding: 0 0 0 0;
	clear: both;
   background: #2a2140;
   width: 930px;
   text-align: center;
}
#footer img
{
   padding: 0px;
   margin: 0px;
}
#footer ul.menu_footer{
  list-style-type: none;
  padding: 5px 1px 1px 1px;
  margin: 0;
}
#footer ul.menu_footer li{
  display: inline;
  padding: 2px 4px 0 14px;
  background: url(../pics/menufooter_dot.png) no-repeat 6px 8px;
}
#footer a{
   font-size: 10px;
   color: #999;
}
#footer ul.menu_footer li.first,
#footer ul.menu_footer li.firstHover,
#footer ul.menu_footer li.first:hover
{
   background-image: none;
   padding: 2px 4px 0 0px;
}
 
#footer p{
   padding: 0px;
   margin: 0px;
   color: #999999;
   font-size: 10px;
}
/***********************GLOBAL********************************/
/***********************ADMIN_MENU****************************/
/***********************GLOBAL********************************/
div.admin_menu_bar
{
   float: left;
   display: block;
   width: 930px;
}
div.admin_menu
{
   float: left;
   margin-top: 10px;
   margin-left: 5px;
   margin-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 0px;
}
div.admin_menu a
{
   color: black;
   text-decoration: none;
}
div.admin_menu a:hover
{
   color: white;
   text-decoration: none;
}
div.admin_menu a:active
{
   color: white;
   text-decoration: none;
}
div.admin_line
{
   margin-top: 0px;
}
table.admin_menu_table
{
   border-collapse: collapse;
   border-spacing: 0px;   
   padding: 0px;
}
table.admin_menu_table td
{
   font-size: 10px;
   border-collapse: collapse;
   border-spacing: 0px;   
   padding: 0px;
}
table.admintable, table.filemanager_table, table.infomanager_table, 
table.newsletter_table, table.user_filtering_table, table.user_table,
table.make_contact_table, table.order_table
{
   font-size: 11px;
}
.filemanagerform
{
   font-family: verdana;
   font-size: 11px; 
   padding-bottom: 5px;
   width: 710px;
}
table.base_filemanager_table
{
   font-family: verdana;
   font-size: 12px; 
   margin: 5px;
   background: #eee;
   border-collapse: collapse;
   border: 1px solid #fff;
   width: 450px;
}
table.base_filemanager_table th
{
   background-color: #A3A4A6;
}
table.base_filemanager_table tr
{
   background: #E9D3C3;  
}
table.base_filemanager_table img
{
   border: 0;
   padding-left: 2px;
   padding-right: 2px;
}
div.user_list
{
   width: 740px;
   height: 250px;
   overflow: auto;
   border: 1px solid #999;
}div.user_list img
{
   border: none;
}
table.make_contact_table td.contact_label
{
   font-weight: bold;
   text-align: left;
   color: #222;
}
/***********************GLOBAL********************************/
/***********************ADMIN_OPTIONS*************************/
/***********************GLOBAL********************************/
ul.adminoptions
{
   list-style-type: none;
   background: none;
   margin: 0px;
   padding: 0px;
}
ul.adminoptions li
{
   display: inline;
   margin: 0px;
   padding: 0px;
   background: none;
}
ul.adminoptions li img
{
   border: 0px;
}
/***********************GLOBAL********************************/
/***********************ADMIN_INPUTS**************************/
/***********************GLOBAL********************************/

input.save, input.usersave
{
   background-color: #ece9d8;
   border: 1px solid #999;
   color: #000;
}

input.fileform, input.pictureform, textarea.pictureform, input.infomanager_year,
input.infomanager_text, input.user_name, .user_check, .user_reg, #to_content, .make_contact_form,
.articleform, .menuform, .seoform, .articleform, .galleryform, .galleryselect, .userform
{
   /*width: 149px;*/
   padding:1px;
   margin: 1px 0px 2px 0px;
   background-color: #fff;
   border: 1px solid #999;
   height: 19px;
}
.articleform, .menuform, .articleform, .galleryform, .galleryselect
{
   width: 350px;
}
.galleryselect
{
   height: 200px;
}
.seoform
{
   width: 350px;
}
textarea.seoform
{
   height: 100px;
}
input.make_contact_form, .userform
{
   width: 250px;
}
textarea.make_contact_form
{
   height: 80px;
   width: 250px;
}
select.make_contact_form
{
   width: 250px;
}
div.table_section
{
   font-weight: normal;
   background-color: #fff;
   padding-top: 10px;
}
textarea.pictureform
{
   height: 80px;
}
.pictureform
{
   width: 240px;
}
.user_check, .user_reg, #to_content, #what_content
{
   font-size: 10px;
}
input.infomanager_year
{
   width: 40px;
}
input.infomanager_text
{
   width: 20px;
}
input.disabled_class
{
   text-align: center;
   width: 20px;
}

/***********************GLOBAL********************************/
/***********************CONTENT_INTEGRITY*********************/
/***********************GLOBAL********************************/
table.integrity
{
   width: 680px;
   background: #fff;
   border-collapse: collapse;
   border: 0px solid #ccc;
}
table.integrity tr th
{
   padding: 0px 0px 1px 3px;
   text-align: left;
   font-weight: bold;
   font-size: 12px;
   background: #999;
}
table.integrity tr td
{
   padding: 0px 0px 1px 3px;
   font-size: 12px;
   border-right: 1px dotted #999;
   border-bottom: 1px solid #fff;
}
table.integrity tr td a
{
   text-decoration: none;
   font-size: 10px;
}
table.integrity tr td.t_admin
{
   width: 64px;
}
table.integrity tr td.t_admin_newsletter
{
   width: 84px;
}
table.integrity tr td.t_article_date
{
   width: 70px;
}
table.integrity tr td.t_picadmin
{
   width: 35px;
}
table.integrity tr td.t_picture_pic
{
   width: 55px;
}
table.integrity tr.even td
{
   background: #fff;
}
table.integrity tr.odd td
{
   background: #ddd;
}
table.integrity tr.t_integrity_new td
{
   background: #FFF4B6;
}
table.integrity tr.problem td
{
   background: #FFDFDF;
}
/**************** path *****************/
ul.currentpath
{
   list-style-type: none;   
   padding: 0;
   margin: 0;
}
ul.currentpath li
{
   list-style-type: none;   
   padding: 0;
   margin-right: 20px;
   float: left;
}
ul.currentpath a
{
   color: #605C5D;
   text-decoration: none;
}
li.first
{
   padding: 0;
   margin: 0;
   /*list-style-type: none;*/
   color: #605C5D;
   font-weight: bold; 
   float: left;
}