/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	padding: 0px;
	margin: 0px;
	outline: none; 
}
/* *** */

li {

  list-style-type: square;
  margin-left: 25px;
}

#frame_submenu li {

  list-style-type: none;
  margin-left: 0px;
}
body {
	margin: 0px;
	margin-top: 6px;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #F7F7F7;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	line-height: 17px;
}
p, font, span {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	margin: 0px;
}
p {      
	margin-bottom: 15px;
}
h1, h2 {
	color: #0167B2;
	font-size: 12px;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
}
#loader {
	vertical-align: center;
	text-align: center;
	height: 100%;
}
a {
	color: #0167B2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
#website_holder {
	position: relative;
	margin: auto;
	width: 915px;
}
#website_holder #website_table {
	width: 100%;
}
#website_table #top_cell {
	height: 111px;
}
#logo {
	position: absolute;
	top: 0px;
}
#menu_holder {
	position: absolute;
	top: 48px;
	left: 200px;
}
#menu_bar {
	position: absolute;
	top: -48px;
	right: 0px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 7px;
}
.menu_item {
   
   margin-left: 14px;
  float: left;
  
    
	margin-left: 12px;
	background-image: url('/img/sep2.gif');
	background-repeat: no-repeat;
	background-position: right;
	
	cursor: pointer;
  
}
.menu_item img {

	margin-right: 12px;  
}
#slogan {
	height: 23px;
	background-image: url('../img/bg_slogan.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	background-image: url('../img/bg_footer.jpg');
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
}
#footer table {
	margin: auto;
}
#menu {
	margin-left: -12px;
	margin-top: 9px;
}
 
.languages {
	float: left;
	cursor: pointer;
}
.languages img {
	margin-left: 12px;
}
 
.frame_table {
	width: 100%;
}
.frame_table .frame_content {
	background: #FFF;
	padding: 10px;
}
.frame_table .top {
	background-image: url('../img/frame_top.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 6px;
}
.frame_table .bottom {
	background-image: url('../img/frame_bottom.gif');
	background-repeat: repeat-x;
	height: 6px;
}
.frame_table .left {
	background-image: url('../img/frame_left.gif');
	background-repeat: repeat-y;
	width: 6px;
}
.frame_table .right {
	background-image: url('../img/frame_right.gif');
	background-repeat: repeat-y;
	width: 6px;
}
.frame_table .topleft {
	background-image: url('../img/frame_topleft.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 6px;
	height: 6px;
}
.frame_table .topright {
	background-image: url('../img/frame_topright.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 6px;
	height: 6px;
}
.frame_table .bottomleft {
	background-image: url('../img/frame_bottomleft.gif');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.frame_table .bottomright {
	background-image: url('../img/frame_bottomright.gif');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
#content_cell {
	padding-top: 10px;
	padding-bottom: 10px;
}
.home_thumbs {
	float: left;
	cursor: pointer;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 149px;
	height: 140px;
}
.news {
	cursor: pointer;
}
.submenu_item {
	margin-left: 10px;
	cursor: pointer;
}
.item {
	padding-right: 12px;
	background-image: url('../img/sep2.gif');
	background-repeat: no-repeat;
	background-position: right;
}
#main_menu_7 {
	background-image: none;
}
#lang_menu_2 {
	background-image: none;
}
#ar_item {
	padding-right: 8px;
	background-image: url('../img/sep2.gif');
	background-repeat: no-repeat;
	background-position: right;
}


#submenu li {
  
  color: #0167B2;  
  font-size: 12px;
  cursor: pointer;
  
  line-height: 25px;
  
  margin-left: 10px;
}


.pagination {
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 11px;
	clear: both;
}
.pagination div {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-right: 1px;
}
.pages {
	background: #CCC;
}
.pages:hover {
	background: #0167B2;
 
	color: #FFF;
	cursor: pointer;
}
.pages_selected {
	background: #0167B2;
	font-weight: bold;
	color: #FFF;
}

 