@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
html { padding:0; margin:0;}

/* main */
.main {width:100%; padding:0; margin:0 auto; }
.Orient {width:100%; padding:0; margin:0 auto; direction:ltr;}
.resize { width:1000px; margin:0 auto;}

/********** header **********/
.header { background:url(images/bg_header.gif) top repeat-x; height:130px; }

.block_header {
	margin:0 auto;
	width:1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}


/* menu */	
.menu1 { height:43px; padding:0; margin:0; width:961px; background:url(images/menu_bg.gif) top no-repeat;}
.menu1 ul { text-align: right;  padding:3px 0 0 0; margin:0; list-style:none; border:0; float:right;}
.menu1 ul li { float:right; margin:0; padding:0 5px; border:0;}
.menu1 ul li a { float:right; margin:0; padding:12px 10px; color:#fff; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;}
.menu1 ul li a:hover { text-decoration:underline;}
.menu1 ul li a.active {  text-decoration:underline;}


.top_menu {
	float:right;
	padding:4px 10px;
	color:#FFF;
	line-height:1.6em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.top_menu a { font:normal 11px Tahoma, Geneva, sans-serif; color:#4e4e4e; text-decoration:none;}
.top_menu a:hover {text-decoration:underline;}

/* logo */
.logo {
	float:left;
	width:auto;
	padding: 0;
	height: auto;
}
.ar-en {
	float: right;
	height: auto;
	width: auto;
}

/* General Content*/

.padding_bottom {
	padding-bottom:5px;
}
.clear {
	clear:both;
	visibility:hidden;
	height:0px;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
.forms_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:3px 0px 0px 0px;
	color:#6fadc9;
	height:18px;
	padding:2px;
}
.forms_button {
	background-color:#461614 !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#dd9b9b;
	height:23px;
	padding:2px;
}
h1 {
	font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#2d9fce;
	margin-top:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f4afaf;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.image_border {
	border-bottom:3px solid #631714;
	margin:3px 3px 0px 3px;
	padding:0px;
}
hr {
	border: 0;
	color: #631714;
	background-color: #631714;
	height: 1px;
	width: 100%;
}
.size20 {
	font-size:20px;
}
ul.arrows {
}
.arrows li {
	list-style:url(../images/icon_arrow.gif);
	line-height:25px; /*spacing between rows*/
}
.left_column {
	width:240px;
	float:left;
}
.right_image {
	float:right;
	padding-left:25px;
}
.book_button {
	text-align:left;
	margin-left:140px;
	clear:both;
}

/*Box under menu*/
.side_menu_box {
	width:251px; /*164 minus padding*/
	margin:20px 0 40px 0;
	background-color:#dfecf2;
	padding:10px 6px;
}
.side_menu_box .top {
	color:#FFFFFF;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	padding-bottom:5px;
}
.side_menu_box p {
	margin:0px;
	padding:0px;
}
.side_menu_box_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:5px 0px 0px 0px;
	color:#6fadc9;
	width:140px;
	padding:5px;
	font-size:11px;
}
.side_menu_box_button {
	margin:5px 0 0 0;
	float:right;
}
#info {
	width:164px; /*164 minus padding*/
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2d9fce;
	text-align:center;
}
#content_body {
	padding: 0 15px 0 0; /*padding on the right is because the column if floating to the right*/
	line-height:1.5em;
	width:769px; /*784px minus padding*/
	float:left;
	margin: 5px;
}

/*footer*/
#footer {
	height:28px;
	width:960px;
	margin:0 auto;
	color:#e0edfd;
	font-size:10px;
	padding:8px 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	border-top:#3f91b7 5px solid;
}
#footer a, #footer a:link, #footer a:visited {
	color:#e0edfd;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:280px; /*make this wider to fit more links in your footer*/
	float:right;
	text-align:right;
}
#footer .right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer .right ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
#footer .right ul li a, #footer .right ul li a:link, #footer .right ul li a:visited {
	color:#e0edfd;
	text-decoration:none;
}
#footer .right ul li a:hover {
	text-decoration:underline;
}
#footer .left {
	width:400px;
	float:left;
}

/*coloured boxes*/
ul.box_list {
	margin:0px;
	padding:0px;
	direction:ltr;
}
.box_list li {
	width:254px;
	list-style:none;
	float:left;
	margin:0px;
	padding:0 10px 10px 0;
}
.box_yellow {
	width:254px;
	height:76px;
	background:url(../images/box_yellow_bg.jpg) repeat-x top;
	border-right:2px #fae4ac solid;
	border-bottom:2px #fae4ac solid;
}
.box_yellow .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_yellow .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_yellow .title {
	color:#ffa200;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_yellow p {
	margin:0px;
	padding:0px;
}
.box_yellow .button {
	margin:5px 0 0 0;
}
/*blue*/

.box_blue {
	width:254px;
	height:76px;
	background:url(../images/box_blue_bg.jpg) repeat-x top;
	border-right:2px #a8e5f3 solid;
	border-bottom:2px #a8e5f3 solid;
}
.box_blue .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_blue .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_blue .title {
	color:#2d9fce;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_blue p {
	margin:0px;
	padding:0px;
}
.box_blue .button {
	margin:5px 0 0 0;
}
/*pink*/

.box_pink {
	width:254px;
	height:76px;
	background:url(../images/box_pink_bg.jpg) repeat-x top;
	border-right:2px #ffb9d3 solid;
	border-bottom:2px #ffb9d3 solid;
}
.box_pink .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_pink .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_pink .title {
	color:#ff005f;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_pink p {
	margin:0px;
	padding:0px;
}
.box_pink .button {
	margin:5px 0 0 0;
}
/*green*/

.box_green {
	width:254px;
	height:76px;
	background:url(../images/box_green_bg.jpg) repeat-x top;
	border-right:2px #d4de83 solid;
	border-bottom:2px #d4de83 solid;
}
.box_green .img {
	width:75px;
	height:66px;
	float:left;
	margin:3px 0 0 3px;
	border:1px solid #FFF;
}
.box_green .right {
	width:165px;
	height:66px;
	float:right;
	margin:3px 3px 0 0px;
	overflow:hidden; /*hide too much text*/
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.box_green .title {
	color:#9db000;
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}
.box_green p {
	margin:0px;
	padding:0px;
}
.box_green .button {
	margin:5px 0 0 0;
}
/*Contact Page*/

.left_details {
	float:left;
	width:240px;
}
.right_details {
	float:left;
	width:415px;
	margin-left:50px;
	padding-left:20px;
	border-left:1px solid #dfecf2;
}
.contact_title {
	color:#2d9fce;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	margin:3px 0px;
	padding:4px;
}
.blue {
	color:#2d9fce;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#2d9fce;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	
}
#contact .submit_button {
	clear:left;
	margin-left:95px;
}


/*----------------------------------------------------*/
/* Main Layout
body {
	border:0px;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #dcecfc;
	color:#666666;
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	direction:ltr;
}*/
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
}
#wrapper {
	width:980px;
	margin:0px auto;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	min-height:770px; /*minimum height of the page, this keeps it consistent when creating shorter pages.*/
	direction:ltr;
}
#header {
	height:0px;
	clear:both;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	direction:ltr;
}
#header_logo {
	width:241px;
	height:125px;
	margin:0px 0px 0px 25px;
	float:left;
}
#side_menu_container {
	width:163px;
	float:right;
	padding-left: 10px;
    padding-right: 10px;
    direction:ltr;
}
/*Menu*/

#side_menu {
	width:163px;
}
ul#side_menu {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#side_menu li {
	list-style:none;
	margin:0px;
	border-bottom:1px solid #d5e3e9;
}
ul#side_menu a {
color:#00264e; /*this is the color of the menu text*/
padding:6px 0px 6px 20px; /*spacing around the text, top right bottom left*/
text-decoration:none; /*no underline*/
font:12px Arial, Helvetica, sans-serif; /*font size and font*/
font-weight:bold; 
letter-spacing:1px; /*space between each letter in the word*/
display:block; /*make the background go all the way to the edges*/
}
ul#side_menu a:hover {
color:#2d9fce; /*when the mouse is placed on the button change to this colour*/
background-color:#FFF; /*highlight the background behind the text*/
}
/*Box under menu*/
.side_menu_box {
	width:151px; /*164 minus padding*/
	margin:20px 0 40px 0;
	background-color:#dfecf2;
	padding:10px 6px;
}
.side_menu_box .top {
	color:#FFFFFF;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	padding-bottom:5px;
}
.side_menu_box p {
	margin:0px;
	padding:0px;
}
.side_menu_box_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:5px 0px 0px 0px;
	color:#6fadc9;
	width:140px;
	padding:5px;
	font-size:11px;
}
.side_menu_box_button {
	margin:5px 0 0 0;
	float:right;
}
#info {
	width:164px; /*164 minus padding*/
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2d9fce;
	text-align:center;
}
#content_body {
	padding: 0 15px 0 0; /*padding on the right is because the column if floating to the right*/
	line-height:1.5em;
	width:769px; /*784px minus padding*/
	float:left;
	margin: 5px;
	direction:ltr;
}
/*-------------------------------------------------------------*/
/* menu */	
.menu {
	padding:0;
	margin:0;
	width:720px;
	float:left;
	height:40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	direction:ltr;
	font-weight: bold;
}
.menu ul {
	padding:0;
	margin:0 30px 0 0;
	list-style:none;
	border:0;
	float:right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.menu ul li {
	float: right;
	margin:0;
	padding:0 3px;
	border:0;
	direction:ltr;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.menu ul li a {
	float: right;
	margin:0 1px 0 0;
	padding:14px 14px;
	color:#fff;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.menu ul li a:hover { color:#fff; text-decoration:none; background: #5186b8 url(images/menu_bg.gif) top repeat-x; direction:ltr;}

/********** slider **********/
.slider { background: url(images/bg_simple.gif) top repeat-x;  margin:0 auto; padding:0;}
.slider2 { background: #5186b8;  margin:0 auto; padding:0;}
.slider2_resize { width:960px; margin:0 auto; padding:0;}
.slider2_resize h2 { width:150px; float:left; margin:15px 0 15px 0; padding:0; font:bold 30px Arial, Helvetica, sans-serif; color:#fff;}
.slider2_resize p { width:200px; float:left; margin:15px 0 0 0; padding:18px 0 0 0; font: normal 11px Arial, Helvetica, sans-serif; color:#fff;}
/* header_text */
.header_text { margin:0 auto; width:980px; padding:0;}
.header_text .div {width:1000px; margin:0; padding:0;}
.header_text .div .left1 { float:left; width:430px;}
.header_text strong { display:block; margin:0; color:#a1e2e6; font:normal 12px Arial, Helvetica, sans-serif; line-height:16px;}
.header_text span { float:right; margin:0; padding:0; width:300px;}
.header_text h2 { font:bold 36px  Arial, Helvetica, sans-serif; color:#fff; padding:30px 0 0 20px; margin:0; line-height:1.2em;}
.header_text p { font:normal 12px  Arial, Helvetica, sans-serif; color:#fff; padding:0 0 0 20px; margin:0; line-height:1.6em;}
.header_text ul.buttons { float:left; padding:30px 0 10px 10px; margin:0; list-style:none;}
.header_text ul.buttons li { float:left; padding:0 10px; margin:0;}
/********************topi***************/
.top { background: #e9e9e9; border-top:1px solid #fff;}
.topi { width:960px; margin:0 auto; padding:0; background:url(images/bg_top.gif) top no-repeat; height:176px;}
.topi .blogi { width:286px; margin:5px 10px; padding:0; float:left;}
.topi h2 { border:0; font:bold 14px Arial, Helvetica, sans-serif; color:#000; padding:10px 10px; margin:0; border-bottom:1px solid #d8d8d8;}
.topi p { font:normal 11px Arial, Helvetica, sans-serif; color:#6f6f6f; padding:5px 10px; margin:0; line-height:1.8em;}
.topi img  { float:left; margin:10px 10px; padding:0;}
/********** block index **********/
.body { padding:0; margin:0; background: #fff url(images/body_bg.gif) top repeat-x;}
.body h2 { font:bold 24px  Arial, Helvetica, sans-serif; color:#2c2c2c; border-bottom:1px solid #cccccc; padding:10px 5px; margin:5px 0;}
.body a {
	color:#5084b6;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body p {
	color:#333;
	line-height:1.8em;
	padding:5px 5px;
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body_resize { width:970px; margin:0 auto; padding:10px 0;}
/*******************Welcome*****************/
.Welcome { width:531px; margin:10px 20px; float:left; padding:5px 10px; direction:ltr;}
.Welcome img { float: left; margin:20px 10px; padding:0;}
.Welcome ul { width:250px; float: right; list-style:none; margin:5px 5px; padding:0;}
.Welcome li {
	background:url(images/main_ul_li.gif) left no-repeat;
	padding:5px 20px;
	margin:0;
	color:#5c5c5c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*********************Sub*****************/
.Sub { width:295px;  margin:10px 20px; float:left; padding:5px 10px;direction:ltr;}
.Sub ul { list-style:none; margin:5px 5px; padding:0;}
.Sub li {
	border-bottom:1px solid #eaeaea;
	background:url(images/main_ul_li.gif) left no-repeat;
	padding:10px 25px;
	margin:0;
	color:#5c5c5c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Sub li a {
	color:#8d8d8d;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Sub li a:hover { color:#5186b8; text-decoration:underline;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#222222;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:110px; display:block; padding:5px 0; font:bold 11px Arial, Helvetica, sans-serif; color:#8d8d8d; text-transform:capitalize; float:left;}
#contactform label span { display:block; font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:340px; border:1px solid #dcdcdc; margin:5px 0; padding:5px 2px; height:16px; background:#f5f5f5; float:left;}
#contactform textarea { width:340px; border:1px solid #dcdcdc; margin:10px 0; padding:2px; background:#f5f5f5; float:left;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 110px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font: bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

/********** footer **********/
.footer { padding:20px 0; margin:0 auto; background:#e9e9e9; border-top:1px solid #d4d4d4; }
.footer .resize p.footer_logo { float:right; padding:0; margin:0 10px; }
.footer .resize div { width:970px; color:#868686; font:normal 11px Tahoma, Geneva, sans-serif; text-align: left; margin:0 auto; }
.footer .resize div p { padding:0; margin:0; }
.footer .resize div img { float:right; }
.footer .resize div a { color:#868686; font:normal 11px Tahoma, Geneva, sans-serif; padding:0 1px; }
.text_left { text-align: left; }

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; border-top:1px solid #eaeaea; padding:0; margin:5px 0; background:none;}
.login {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}



a.moree: {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #39F;
}

a.moree:visited {
	color: #39F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a.moree:hover {
	color: #C30;
}
a.moree:active {
	color: #39F;
}

.news li{
	line-height:20px;
	list-style:none;
	padding-right:20px;
	direction:ltr;
	font-size:12px;
	color:#333333;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/main_ul_li.gif);
	background-repeat: no-repeat;
	background-position: right center;
}.go-search {
	float: left;
	height: auto;
	width: auto;
}
.search-field {
	float: right;
	height: auto;
	width: auto;
}
.search {
	padding-bottom: 20px;
}
