/* Fonts */
@font-face {
    font-family: "Cooper";
    src: url("fonts/Cooper.ttf");
    src: url("fonts/Cooper.eot?") format("eot"), url("fonts/Cooper.otf") format("opentype"), url("fonts/Cooper.ttf") format("truetype");
}

@font-face {
    font-family: "HoboStd";
    src: url("fonts/HoboStd.ttf");
    src: url("fonts/HoboStd.eot?") format("eot"), url("fonts/HoboStd.otf") format("opentype"), url("fonts/HoboStd.ttf") format("truetype");
}

@font-face {
    font-family: "Delisia";
    src: url("fonts/Delisia.ttf");
    src: url("fonts/Delisia.eot?") format("eot"), url("fonts/Delisia.otf") format("opentype"), url("fonts/Delisia.ttf") format("truetype");
}

html {
    margin: 0px;
    padding: 0px;
    font-family: Cooper;
    font-size: 16px;
    color: #666;
}

body {
    width: 100%;
    background: #fcedd7 url(images/background.jpg) no-repeat top center;
    margin: 0px;
    padding: 0px;
    font-family: 'Cooper';
    font-size: 15px;
    color: #000;
}
div {
    overflow:hidden;
}
ul, li, ol, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-position: inside;
    border: none;
    border: 0;
}
h3 {
    font-size:18px;
}
img {
    border: none;
    outline:  none;
}
:focus {
    outline: none;
}

input, textarea, sub, select {
    text-decoration: none;
    outline: 0px none;
    margin: 0px;
    padding: 0px;
}
input, textarea, sub, select {
    font: Normal 16px Tahoma;
    text-decoration: none;
    outline: 0px none;
    margin: 0px;
    padding: 0px;
}

p {
    margin:0;
    padding:0;
    overflow:hidden;
}
h6 {
    display:none;
}
.clear {
    clear:both;
}
fieldset {
    margin-bottom: 6px;
    border: 1px #FFFFFF solid;
}
hr {
    background: #EFEFEF;
    border-color: #FFFFFF;
}
a {
    color: #030d72;
    text-decoration: none;
}

a:hover {
    color: #800;
}

.paragraph{
    background-color: white;
    border-radius: 5px;
}

.paragraph p{
    font-size: 18px;
    padding: 10px;
    color: black;
}

.paragraph h1{
    color: red;
    font-size: 40px;
}

.paragraph div{
    font-family: Delisia;
    padding: 10px;
    color: black;
    font-size: 20px;
}

#Wrapper {
    background: url(images/Wrapper.jpg) repeat-x top center;
    width: 100%;
    height: 100%;
    min-width: 1000px;
}
#Wrapper #Wrapper_Content {
    background: url(images/Wrapper_Content.jpg) repeat-x bottom center;
    width: 100%;
    height: 100%;
    min-width: 1000px;
}
#Wrapper #Wrapper_Content #Container {
    width: 1000px;
    margin: 0px auto;
}
#Wrapper #Wrapper_Content #Container #Header {
    width: 1000px;
    height: 190px;
    position: relative;
    overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Header .Logo {
    background: url(images/Logo.png) no-repeat top center;
    width: 780px;
    height: 220px;
    float: left;
    margin-left: -80px;
    /*margin-bottom: -20px;*/
  
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon {
    *background: url(images/Header_Social.jpg) no-repeat top center;
    width: 160px;
    height: 42px;
    float: right;
    margin: 0px 10px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul {
    width: 260px;
    height: 42px;
    display: block;
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li {
    float: left;
    margin: 0px 10px 0px 5px;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li a {
    background: #fff;
    border: 2px solid #aaa;
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 10pc;
    -moz-border-radius: 10pc;
    -webkit-border-radius: 10pc;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.facebook a {
    background: #fff url(images/Social_icons.png) no-repeat -209px 5px !important;
    border: 2px solid #5081cb;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.facebook a:hover {
    background: #5081cb url(images/Social_icons.png) no-repeat -209px -83px !important;
    border: 2px solid #5081cb;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.twitter a {
    background: #fff url(images/Social_icons.png) no-repeat -136px 6px !important;
    border: 2px solid #5bc1de;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.twitter a:hover {
    background: #5bc1de url(images/Social_icons.png) no-repeat -136px -84px !important;
    border: 2px solid #5bc1de;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.youtube a {
    background: #fff url(images/Social_icons.png) no-repeat -64px 5px !important;
    border: 2px solid #ef4d27;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.youtube a:hover {
    background: #ef4d27 url(images/Social_icons.png) no-repeat -64px -83px !important;
    border: 2px solid #ef4d27;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.rss a {
    background: #fff url(images/Social_icons.png) no-repeat 9px 5px !important;
    border: 2px solid #f59334;
}
#Wrapper #Wrapper_Content #Container #Header .Social_Icon ul li.rss a:hover {
    background: #f59334 url(images/Social_icons.png) no-repeat 9px -85px !important;
    border: 2px solid #f59334;
}
#Wrapper #Wrapper_Content #Container #Header .Live_Support img:hover {
    opacity: .7;
}
#Wrapper #Wrapper_Content #Container #Header .Menu {
    background: #182966 url(images/Menu_bg.jpg) repeat-x;
    font-family: HoboStd;
    width: 1000px;
    height: 44px;
    float: left;
    margin-top: -49px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu a:hover {
    background: url(images/Menu_bg_hover.jpg) repeat-x;
    font-family: HoboStd;
    color: #f6f293;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul {
    border-right: 1px solid #f1b6ba;
    margin: 0px 0px 0px 0px;
    width: auto;
    height: 44px;
    float: left;
    display: block;
    overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li {
    background: #182966 url(images/Menu_bg_hover.jpg) repeat-x;
    border-right: 1px solid #881e04;
    border-left: 1px solid #f4ee8e;
    height: 44px;
    line-height: 44px;
    float: left;
    margin-top: -49px;
    width: auto;
    font-size: 16px;
    color: #fcdfe1;
    font-weight: normal;
    text-shadow: 1px 1px 0px #900510 !important;
    float: left;
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li a {
    background: #182966 url(images/Menu_bg.jpg) repeat-x top center;
    width: auto;
    height: 44px;
    display: block;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    padding: 0px 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul {
    position: absolute;
    width: 202px;
    height: auto;
    background: #b83a46;
    display: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 3px 3px;
    z-index: 9999;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li:hover {
    display: block;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li {
    float: left;
    height: 32px;
    border-right: 1px solid #182966;
	border-left: 1px solid #182966;
	border-top: 1px solid #182966;
	border-bottom: 1px solid #182966;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li a {
    background: #4d5fa4 !important;
    border-right: 5px solid #828282 !important;
    border-left: 5px solid #828282 !important;
    width: 190px !important;
    height: 32px !important;
    line-height: 30px !important;
    padding: 0px !important;
    font-family: Arial;
    font-size: 15px !important;
    font-weight: bold !important;
    text-indent: 4px;
    border-right: 1px solid #adbcf2;
    border-left: 1px solid #adbcf2;
    border-top: 1px solid #adbcf2;
    border-bottom: 1px solid #adbcf2;
}
#Wrapper #Wrapper_Content #Container #Header .Menu ul li ul li a:hover {
    background: #7d8ecd !important;
    border-right: 5px solid #c6c3c3 !important;
    border-left: 5px solid #c6c3c3 !important;
    color: #d8e7fc !important;
    text-indent: 10px !important;
    text-shadow: 1px 1px 0px #081646 !important;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right {
    width: auto;
    color: #fff;
    float: left;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right a {
    background: #182966 url(images/MenuR_bg.jpg) repeat-x top center;
    border-right: 1px solid #881e04;
    border-left: 1px solid #f4ee8e;
    width: auto;
    height: 44px;
    display: block;
    line-height: 43px;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px #800;
    font-weight: normal;
    padding: 0px 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_right a:hover {
    background: url(images/MenuR_bg_hover.jpg) repeat-x top right;
    color: #ff0;
    text-shadow: 1px 1px #800;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left {
    background: url(images/Menu_Left.jpg) repeat-x top left;
    border-left: 1px solid #6a0911;
    width: auto;
    height: 44px;
    float: right;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left a {
    width: auto;
    height: 44px;
    display: block;
    border-right: 1px solid #200;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 43px;
    text-shadow: 1px 1px #100;
    font-size: 17px;
    color: #ffb;
    font-weight: normal;
    padding: 0px 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Header .Menu .Menu_left a:hover {
    background: url(images/Menu_Left_hover.jpg) repeat-x top left;
    color: #fff;
    text-shadow: 1px 1px #800;
}
/*End Header*/
#Wrapper #Wrapper_Content #Container #Body {
    width: 1000px;
    min-height: 700px;
    margin: 18px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content {
    width: 730px;
    float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider {
    background: #fff;
    border: 1px solid #dadada;
    width: 728px;
    height: 400px;
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider .slider_shadow {
    background: url(images/icons/Slider_shadow.png) no-repeat top center;
    width: 730px;
    height: 11px;
    position: absolute;
    z-index: 999;
    bottom: -11px;
    right: 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Slider .Slider {
    width: 708px;
    min-height: 240px;
    margin: 10px 10px 0px 0px;
    background: #fff;
}
/*Our Serv*/
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services {
    background: url(images/services_shadow.png) no-repeat center bottom;
    width: 728px;
    padding: 0px 0px 11px 0px;
    margin: 80px 0px 0px 0px;
    overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services {
    background: #fff;
    border: 1px solid #d5d5d5;
    overflow: visible;
    width: 728px;
    height: 188px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li {
    width: 215px;
    min-height: 188px;
    display: block;
    float: left;
    text-align: center;
    margin: 0px 14px 0px 0px;
    padding: 0px 5px;
    position: relative;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li a {
    width: 215px;
    height: 188px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li div.img {
    background: #ccc;
    border: 6px solid #fff;
    width: 81px;
    height: 81px;
    display: block;
    border-radius: 30pc;
    margin: -41px auto 0px auto;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li h2 {
    width: 215px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-family: Cooper;
    font-weight: normal;
    font-size: 17px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li p {
    font-family: 'Delisia';
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    color: #100;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share div.img {
    background: url(images/about.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share:hover div.img {
    border: 6px solid #7d282f;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_share h2 {
    color: #7d282f;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win div.img {

    background: url(images/accredit.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win:hover div.img {
    border: 6px solid #b6790e;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_win h2 {
    color: #b6790e;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv div.img {
    background: url(images/advert.png) no-repeat center center;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv:hover div.img {
    border: 6px solid #222081;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#Wrapper #Wrapper_Content #Container #Body #Content #Our_Services .Our_Services ul li.how_adv h2 {
    color: #222081;
}
/*Host_Table*/
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table {
    width: 730px;
    height: 440px;
    margin: 50px 0px 40px 0px;
    position: relative;
    overflow: visible;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top {
    background-color: #dadada;
    background-image: linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
    background-image: -moz-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
    background-image: -ms-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
    background-image: -o-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
    background-image: -webkit-linear-gradient(bottom, #cbcbcb 10%, #dadada 90%);
    box-shadow: inset 0px 1px 0px #ecebeb;
    -moz-box-shadow: inset 0px 1px 0px #ecebeb;
    -webkit-box-shadow: inset 0px 1px 0px #ecebeb;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    width: 728px;
    height: 80px;
    border: 1px solid #cfcfcf;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_shadow {
    background: url(images/icons/Host_Table_shadow.png) no-repeat top center;
    width: 730px;
    height: 30px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options {
    background-color: #ededed;
    /*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
    box-shadow: inset 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    width: 728px;
    height: 102px;
    border: 1px solid #dddcdc;
    border-top: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details {
    background-color: #fff;
    /*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
    box-shadow: inset 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    width: 728px;
    height: 150px;
    border: 1px solid #dddcdc;
    border-top: none;
    border-bottom: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom {
    background-color: #f1f1f1;
    /*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
    box-shadow: inset 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    width: 728px;
    height: 82px;
    border: 1px solid #dddcdc;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center {
    box-shadow: 0px 0px 15px #bbb;
    width: 240px;
    height: 490px;
    position: absolute;
    right: 243px;
    top: -35px;
    z-index: 9999;
    border-radius: 4px 4px 4px 4px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 {
    background-color: #98c5fa;
    background-image: linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
    background-image: -moz-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
    background-image: -ms-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
    background-image: -o-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
    background-image: -webkit-linear-gradient(bottom, #83b0e5 10%, #98c5fa 90%);
    box-shadow: inset 0px 1px 0px #bddafb;
    -moz-box-shadow: inset 0px 1px 0px #bddafb;
    -webkit-box-shadow: inset 0px 1px 0px #bddafb;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    width: 238px;
    height: 85px;
    border: 1px solid #7face0;
    border-bottom: 1px solid #5d91ce;
    font-size: 35px;
    color: #fff;
    line-height: 80px;
    text-indent: 15px;
    font-family: Al-Jazeera-Arabic-Bold;
    text-shadow: 1px 1px 1px #102f53;
    position: relative;
    overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 span {
    position: absolute;
    left: 15px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 48px;
    color: #3c6faa;
    text-shadow: 1px 1px 0px #bbdafe;
    line-height: 85px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center h2 b {
    position: absolute;
    left: 81px;
    top: 32px;
    font-size: 16px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-weight: normal;
    color: #000;
    text-shadow: 1px 1px 0px #bbdafe;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options {
    background-color: #ededed;
    /*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
    box-shadow: inset 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    width: 238px;
    height: 155px;
    display: block;
    overflow: hidden;
    border: 1px solid #dddcdc;
    border-top: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options li {
    background: url(images/icons/host_plane_li.png) no-repeat center right;
    width: 100%;
    height: 33px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 12px;
    text-indent: 18px;
    text-shadow: 1px 1px 0px #fff;
    line-height: 31px;
    right: 5px;
    color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.options li span {
    margin: 0px 10px 0px 10px;
    color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.details {
    background-color: #fff;
    /*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
    box-shadow: inset 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    width: 238px;
    height: 163px;
    border: 1px solid #dddcdc;
    border-top: none;
    border-bottom: none;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center ul.details li {
    background: url(images/icons/host_plane_true.png) no-repeat center right;
    width: 100%;
    height: 30px;
    position: relative;
    right: 5px;
    text-indent: 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #777;
    top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom {
    background-color: #f1f1f1;
    /*background-image: linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -moz-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -ms-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -o-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);
    background-image: -webkit-linear-gradient(bottom, #e9e7e7 10%, #ededed 90%);*/
    box-shadow: inset 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    width: 238px;
    height: 82px;
    border: 1px solid #dddcdc;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom a {
    background-image: linear-gradient(top, #d55e5e 10%, #c85151 90%);
    background-image: -moz-linear-gradient(top, #d55e5e 10%, #c85151 90%);
    background-image: -ms-linear-gradient(top, #d55e5e 10%, #c85151 90%);
    background-image: -o-linear-gradient(top, #d55e5e 10%, #c85151 90%);
    background-image: -webkit-linear-gradient(top, #d55e5e 10%, #c85151 90%);
    box-shadow: inset 0px 1px 0px #ff8a8a;
    -moz-box-shadow: inset 0px 1px 0px #ff8a8a;
    -webkit-box-shadow: inset 0px 1px 0px #ff8a8a;
    background-color: #d55e5e;
    border: 1px solid #c34c4c;
    border-radius: 4px 4px 4px 4px;
    width: 130px;
    height: 40px;
    display: block;
    margin: 18px auto 0px auto;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #771f1f;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Host_Center .center_bottom a:hover {
    background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    box-shadow: inset 0px 1px 0px #7cb8ff;
    -moz-box-shadow: inset 0px 1px 0px #7cb8ff;
    -webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
    background-color: #4e94e6;
    border: 1px solid #377ccd;
    color: #fff;
    text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right {
    width: 230px;
    height: 65px;
    font-size: 30px;
    color: #777;
    line-height: 65px;
    text-indent: 15px;
    font-family: Al-Jazeera-Arabic-Bold;
    text-shadow: 1px 1px 0px #fff;
    position: relative;
    float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right span {
    position: absolute;
    left: 15px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 48px;
    color: #6193ce;
    text-shadow: 1px 1px 0px #fff;
    line-height: 65px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.right b {
    position: absolute;
    left: 81px;
    top: 32px;
    font-size: 16px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-weight: normal;
    color: #333;
    text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left {
    width: 230px;
    height: 65px;
    font-size: 30px;
    color: #777;
    line-height: 65px;
    text-indent: 0px;
    font-family: Tatwerat_Gess;
    text-shadow: 1px 1px 0px #fff;
    position: relative;
    float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left span {
    position: absolute;
    left: 30px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 48px;
    color: #6193ce;
    text-shadow: 1px 1px 0px #fff;
    line-height: 65px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_top h2.left b {
    position: absolute;
    left: 95px;
    top: 32px;
    font-size: 16px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-weight: normal;
    color: #333;
    text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right {
    width: 238px;
    height: 155px;
    display: block;
    overflow: hidden;
    border: 1px solid #dddcdc;
    border-top: none;
    float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right li {
    background: url(images/icons/host_plane_li.png) no-repeat center right;
    width: 100%;
    height: 30px;
    display: block;
    font-size: 16px;
    *font-weight: bold;
    position: relative;
    top: 7px;
    text-indent: 18px;
    text-shadow: 1px 1px 0px #fff;
    line-height: 28px;
    right: 5px;
    color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_right li span {
    margin: 0px 10px 0px 10px;
    color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left {
    width: 238px;
    height: 155px;
    display: block;
    overflow: hidden;
    float: right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left li {
    background: url(images/icons/host_plane_li.png) no-repeat center right;
    width: 100%;
    height: 30px;
    display: block;
    font-size: 16px;
    *font-weight: bold;
    position: relative;
    top: 7px;
    text-indent: 18px;
    text-shadow: 1px 1px 0px #fff;
    line-height: 28px;
    right: 0px;
    color: #555;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_options ul.options_left li span {
    margin: 0px 10px 0px 10px;
    color: #2868b2;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right {
    width: 238px;
    height: 163px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right li {
    background: url(images/icons/host_plane_true.png) no-repeat center right;
    width: 100%;
    height: 28px;
    position: relative;
    right: 5px;
    text-indent: 32px;
    font-size: 16px;
    *font-weight: bold;
    line-height: 30px;
    color: #777;
    top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left {
    width: 238px;
    height: 163px;
    display: block;
    overflow: hidden;
    float: right;
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left li {
    background: url(images/icons/host_plane_true.png) no-repeat center right;
    width: 100%;
    height: 28px;
    position: relative;
    right: 5px;
    text-indent: 32px;
    font-size: 16px;
    *font-weight: bold;
    line-height: 30px;
    color: #777;
    top: 6px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_right li.false,#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_details ul.details_left li.false {
    background: url(images/icons/host_plane_false.png) no-repeat center right;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.right {
    background-image: linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
    box-shadow: inset 0px 1px 0px #adadad;
    -moz-box-shadow: inset 0px 1px 0px #adadad;
    -webkit-box-shadow: inset 0px 1px 0px #adadad;
    background-color: #858585;
    border: 1px solid #707070;
    border-radius: 4px 4px 4px 4px;
    width: 130px;
    height: 40px;
    display: block;
    float: left;
    margin: 19px 54px 0px 0px;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.right:hover {
    background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    box-shadow: inset 0px 1px 0px #7cb8ff;
    -moz-box-shadow: inset 0px 1px 0px #7cb8ff;
    -webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
    background-color: #4e94e6;
    border: 1px solid #377ccd;
    color: #fff;
    text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.left {
    background-image: linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
    box-shadow: inset 0px 1px 0px #adadad;
    -moz-box-shadow: inset 0px 1px 0px #adadad;
    -webkit-box-shadow: inset 0px 1px 0px #adadad;
    background-color: #858585;
    border: 1px solid #707070;
    border-radius: 4px 4px 4px 4px;
    width: 130px;
    height: 40px;
    display: block;
    float: right;
    margin: 19px 0px 0px 54px;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Host_Table .Table_bottom a.left:hover {
    background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    box-shadow: inset 0px 1px 0px #7cb8ff;
    -moz-box-shadow: inset 0px 1px 0px #7cb8ff;
    -webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
    background-color: #4e94e6;
    border: 1px solid #377ccd;
    color: #fff;
    text-shadow: 1px 1px 1px #255b9b;
}
/*end host table*/
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search {
    background: #fff url(images/Domain_bg.jpg) repeat-x top center;
    border: 1px solid #dedede;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    width: 728px;
    height: 126px;
    position: relative;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search h2 {
    background: url(images/icons/domain_h2.png) no-repeat center right;
    width: 350px;
    height: 34px;
    margin: 6px 7px 0px 0px;
    text-indent: 38px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 18px;
    color: #999;
    text-shadow: 1px 1px 0px #fff;
    line-height: 34px;
    float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav {
    width: 300px;
    height: 30px;
    float: right;
    margin: 7px 0px 8px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav a {
    float: right;
    margin: 0px 0px 0px 10px;
    font-size: 16px;
    text-shadow: 1px 1px 0px #fff;
    color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search nav a:hover {
    color: #1783c3;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text {
    background: #fff;
    border: 1px solid #ddd;
    width: 315px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: inset -1px 1px 3px #ddd;
    -moz-box-shadow: inset -1px 1px 3px #ddd;
    -webkit-box-shadow: inset -1px 1px 3px #ddd;
    position: absolute;
    bottom: 19px;
    left: 110px;
    font-size: 18px;
    text-indent: 3px;
    color: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text:hover {
    border: 1px solid #c6c6c6;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_text:focus {
    border: 1px solid #7dccfa;
    box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
    -moz-box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
    -webkit-box-shadow: inset -1px 1px 3px #ddd, 0px 0px 4px #7dccfa;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_go {
    background-image: linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -moz-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -ms-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -o-linear-gradient(top, #858585 10%, #757575 90%);
    background-image: -webkit-linear-gradient(top, #858585 10%, #757575 90%);
    box-shadow: inset 0px 1px 0px #adadad;
    -moz-box-shadow: inset 0px 1px 0px #adadad;
    -webkit-box-shadow: inset 0px 1px 0px #adadad;
    background-color: #858585;
    border: 1px solid #707070;
    border-radius: 4px 4px 4px 4px;
    width: 70px;
    height: 40px;
    display: block;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    position: absolute;
    bottom: 1px;
    left: 22px;
    cursor: pointer;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form .domain_go:hover {
    background-image: linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -moz-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -ms-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -o-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    background-image: -webkit-linear-gradient(top, #4e94e6 10%, #3c81d2 90%);
    box-shadow: inset 0px 1px 0px #7cb8ff;
    -moz-box-shadow: inset 0px 1px 0px #7cb8ff;
    -webkit-box-shadow: inset 0px 1px 0px #7cb8ff;
    background-color: #4e94e6;
    border: 1px solid #377ccd;
    color: #fff;
    text-shadow: 1px 1px 1px #255b9b;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options {
    width: 270px;
    height: 35px;
    float: left;
    margin: 36px 28px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options p {
    direction: ltr;
    margin: 0px 0px 0px 15px;
    display: block;
    float: left;
    height: 35px;
    width: 52px;
}
#Wrapper #Wrapper_Content #Container #Body #Content #Domain_Search form div.domain_options p label {
    cursor: pointer;
    float: left;
    line-height: 20px;
    font-family: tahoma;
    font-size: 16px;
    color: #444;
}
/*End Content*/
#Wrapper #Wrapper_Content #Container #Body #Sidebar {
    background: #FFFFFF;
    border: 3px solid #fcedd7;
    width: 252px;
    float: left;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget {
    background: #fbcea3;
    border: 1px solid #ef7d10;
    border-radius: 4px 4px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    width: 250px;
    margin: 0px 0px 20px 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2 {
    box-shadow: inset 0px 1px 0px #e1edfa, inset 0px 5px 10px #f3d902;
    -moz-box-shadow: inset 0px 1px 0px #e1edfa, inset 0px 5px 10px #f3d902;
    -webkit-box-shadow: inset 0px 1px 0px #e1edfa, inset 0px 5px 10px #f3d902;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-bottom: 3px solid #cf1008;
    width: 250px;
    height: 43px;
    position: relative;
    font-size: 18px;
    font-family: HoboStd;
    font-weight: normal;
    line-height: 56px;
    color: #fff;
    text-shadow: 1px 1px 0px #800;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.login {
    background: #f38402 url(images/icons/certification.png) no-repeat 10px 7px;
    text-indent: 56px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2 span {
    background: #cf1008;
    box-shadow: inset 0px 1px 0px #f3b702, inset 0px 4px 6px #e85b25;
    -moz-box-shadow: inset 0px 1px 0px #f3b702, inset 0px 4px 6px #e85b25;
    -webkit-box-shadow: inset 0px 1px 0px #f3b702, inset 0px 4px 6px #e85b25;
    border: 1px solid #900;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    width: 33px;
    height: 24px;
    display: block;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    right: 18px;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    font-weight: normal;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    text-indent: 0px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login {
    padding: 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email {
    background: #fff url(images/icons/login_password.png) no-repeat 5px center;
    border:  1px solid #cf1008;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: inset -1px 1px 3px #fdf19d;
    -moz-box-shadow: inset -1px 1px 3px #fdf19d;
    -webkit-box-shadow: inset -1px 1px 3px #fdf19d;
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 25px;
    color: #cf1008;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass {
    background: #fff url(images/icons/login_name.png) no-repeat 5px center;
    border:  1px solid #cf1008;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: inset -1px 1px 3px #fdf19d;
    -moz-box-shadow: inset -1px 1px 3px #fdf19d;
    -webkit-box-shadow: inset -1px 1px 3px #fdf19d;
    margin: 0px 0px 10px 0px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 25px;
    color: #cf1008;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email:hover , #Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass:hover {
    border:  1px solid #d16702;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_email:focus , #Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_pass:focus {
    border:  1px solid #ef7d10;
    box-shadow: inset -1px 1px 3px #ddd, 0px 0px 5px #d16702;
}

#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_go {
    background: #f3d402;
    border: 1px solid #f36e02;
    box-shadow: inset 1px 1px 0px #ececec, inset 0px 5px 10px #f36e02, inset 0px -5px 10px #f36e02;
    -moz-box-shadow: inset 1px 1px 0px #ececec, inset 0px 5px 10px #f36e02, inset 0px -5px 10px #f36e02;
    -webkit-box-shadow: inset 1px 1px 0px #ececec, inset 0px 5px 10px #f36e02, inset 0px -5px 10px #f36e02;
    border-radius: 4px;
    width: 90px;
    height: 40px;
    color: #800;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    line-height: 32px;
    font-family: Cooper;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-text-shadow: 1px 1px 0px #fff;
    -webkit-text-shadow: 1px 1px 0px #fff;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login .login_go:hover {
    background: #f37902;
    border: 1px solid #f36e02;
    color: #ff0;
    text-shadow: 0px 1px 0px #800;
    box-shadow: inset 1px 1px 0px #ff0, inset 0px 5px 10px #800, inset 0px -5px 10px #800;
    -moz-box-shadow: inset 1px 1px 0px #ff0, inset 0px 5px 10px #800, inset 0px -5px 10px #800;
    -webkit-box-shadow: inset 1px 1px 0px #ff0, inset 0px 5px 10px #800, inset 0px -5px 10px #800;
}

#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul {
    margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li {
    display: block;
    width: 100%;
    height: 18px;
    margin: 10px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li a {
    background: url(images/icons/login_links.png) no-repeat bottom right;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    text-indent: 22px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 16px;
    color: #616161;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Login ul li a:hover {
    background: url(images/icons/login_links.png) no-repeat top right;
    color: #3f8edf;
    text-indent: 28px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.video {
    background: #f38402 url(images/icons/video.png) no-repeat 10px 7px;
    text-indent: 50px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video {
    padding: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video ul {
    margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video ul li {
    background: url(images/icons/video.png) repeat-x bottom center;
    margin: 0px 0px 0px 0px;
    display: block;
    height: 34px;
    line-height: 30px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video ul li:last-child {
    background: none;
}

#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video ul li a {
    background: url(images/icons/video.png) no-repeat 225px -26px;
    display: block;
    height: 34px;
    color: #020855;
    text-indent: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video ul li:hover {
    background-color: #dedede;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Video ul li a:hover {
    background:  url(images/icons/video.png) no-repeat 225px 8px;
    color: #828282;
    text-indent: 36px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Likes {
    padding: 10px 10px 10px 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.links {
    background: #b8b8b8 url(images/icons/accreditation.png) no-repeat 10px 7px;
    text-indent: 45px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links {
    padding: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul {
    margin: 0px 0px 0px 0px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li {
    background: url(images/links_widget_li.jpg) repeat-x bottom center;
    margin: 0px 0px 0px 0px;
    display: block;
    height: 34px;
    line-height: 30px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li:last-child {
    background: none;
}

#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li a {
    background: url(images/icons/accreditation_li.png) no-repeat 10px -27px;
    display: block;
    height: 34px;
    color: #020855;
    text-indent: 36px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li:hover {
    background-color: #cfe2f6;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Links ul li a:hover {
    background:  url(images/icons/accreditation_li.png) no-repeat 10px 7px;
    color: #5f5f5f;
    text-indent: 42px;
}
#Wrapper_Content #Container #Body #Sidebar .Widget .Widget_Likes {
    padding: 10px 10px 10px 10px;
}
#Wrapper #Wrapper_Content #Container #Body #Sidebar .Widget h2.likes {
    background: #b8b8b8 url(images/icons/facebook.png) no-repeat 15px 7px;
    text-indent: 44px !important;
}
/*End Sidebar*/
#Wrapper #Wrapper_Content #Container #Our_Clients {
    background: #fff;
    width: 460px;
    height: 130px;
    border: 1px solid #cfcfcf;
    margin: 22px 0px 20px 0px;
    position: relative;
    float: left;
}
#Wrapper #Wrapper_Content #Container #Our_Clients h2 {
    background: #fff url(images/icons/portfolio_h2.png) no-repeat center right;
    width: 460px;
    height: 32px;
    display: block;
    line-height: 44px;
    text-indent: 32px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 18px;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.next {
    background: #fafafa url(images/icons/portfolio_slider_next.png) no-repeat -30px center;
    border: 1px solid #cfcfcf;
    box-shadow: inset 0px 1px 0px #fff,inset 0px 4px 8px #ddd,inset 0px -5px 8px #ddd;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 48px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.next:hover {
    background: #fafafa url(images/icons/portfolio_slider_next.png) no-repeat 12px center;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.back {
    background: #fafafa url(images/icons/portfolio_slider_back.png) no-repeat 12px center;
    border: 1px solid #cfcfcf;
    box-shadow: inset 0px 1px 0px #fff,inset 0px 4px 8px #ddd,inset 0px -5px 8px #ddd;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients nav a.back:hover {
    background: #fafafa url(images/icons/portfolio_slider_back.png) no-repeat -30px center;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider {
    background: #fff;
    width: 460px;
    height: 86px;
    margin: 12px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul {
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li {
    background: #fff;
    width: 88px;
    height: 74px;
    border: 1px solid #ccc;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 5px;
    margin: 0px 0px 0px 20px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li img {
    width: 88px;
    height: 74px;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li:hover img {
    opacity: .5;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li a {
    width: 100px;
    height: 86px;
    position: absolute;
    z-index: 9999;
    background: url(images/icons/portfolio_link.png) no-repeat center -40px;
    top: 0px;
    right: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Our_Clients .Clients_Slider ul li:hover a {
    background: url(images/icons/portfolio_link.png) no-repeat center center;
}
/* Our_Clients */
#Wrapper #Wrapper_Content #Container #Services {
    background: #fff;
    width: 515px;
    height: 130px;
    float: right;
    border: 1px solid #cfcfcf;
    margin: 22px 0px 20px 0px;
    position: relative;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider {
    width: 451px;
    height: 130px;
    margin: 0px auto 0px auto;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul {
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li {
    background: url(images/slider_border.jpg) repeat-y 293px top;
    display: block;
    width: 451px;
    height: 130px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li h2 {
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    text-shadow: 1px 1px 0px #fff;
    margin: 5px 0px 5px 0px;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li p {
    font-size: 16px;
    font-family: Al-Jazeera-Arabic-Bold;
    line-height: 21px;
    text-shadow: 1px 1px 0px #fff;
    color: #666;
}
#Wrapper #Wrapper_Content #Container #Services .Services_Slider ul li img {
    float: left;
    margin: 2px 10px 0px 25px;
}
#Wrapper #Wrapper_Content #Container #Services nav a.next {
    background: #fff url(images/icons/services_slider_next.png) no-repeat -31px center;
    border: 1px solid #bbb;
    width: 30px;
    height: 128px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Services nav a.next:hover {
    background: #fff url(images/icons/services_slider_next.png) no-repeat 9px center;
}
#Wrapper #Wrapper_Content #Container #Services nav a.back {
    background: #fff url(images/icons/services_slider_back.png) no-repeat 9px center;
    border: 1px solid #bbb;
    width: 30px;
    height: 128px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Services nav a.back:hover {
    background: #fff url(images/icons/services_slider_back.png) no-repeat -31px center;
}
/*End Body*/
#Wrapper #Wrapper_Content #Container #Footer {
    width: 1000px;
    height: 226px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About {
    background: url(images/footer_line.jpg) repeat-x center 40px;
    width: 665px;
    height: 155px;
    float: left;
    margin: 9px 35px 0px 0px;
    position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About h2 {
    background: url(images/footer_info_h2.png) no-repeat center left;
    width: 675px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-indent: 38px;
    font-family: HoboStd;
    font-size: 18px;
    font-weight: normal;
    color: #e0e0e0;
    text-shadow: 2px 2px 1px #600;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About p {
    font-family: 'Delisia';
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    line-height: 21px;
    color: #400;
    text-shadow: 1px 1px 2px #ffc;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About a {
    background: #f3d402;
    border: 1px solid #800;
    box-shadow: inset 1px 1px 0px #fcedd7, inset 0px 5px 10px #f36e02, inset 0px -5px 10px #f36e02;
    -moz-box-shadow: inset 1px 1px 0px #fcedd7, inset 0px 5px 10px #f36e02, inset 0px -5px 10px #f36e02;
    -webkit-box-shadow: inset 1px 1px 0px #fcedd7, inset 0px 5px 10px #f36e02, inset 0px -5px 10px #f36e02;
    border-radius: 4px;
    width: 85px;
    height: 33px;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 0px;
    text-align: center;
    line-height: 32px;
    font-family: Cooper;
    font-size: 16px;
    font-weight: normal;
    color: #800;
    text-shadow: 1px 1px 2px #ccc;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_About a:hover {
    background: #f37902;
    color: #ff0;
    box-shadow: inset 1px 1px 0px #ff0, inset 0px 5px 10px #800, inset 0px -5px 10px #800;
    -moz-box-shadow: inset 1px 1px 0px #ff0, inset 0px 5px 10px #800, inset 0px -5px 10px #800;
    -webkit-box-shadow: inset 1px 1px 0px #ff0, inset 0px 5px 10px #800, inset 0px -5px 10px #800;
    text-shadow: 1px 1px 1px #535353;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links {
    background: url(images/footer_line.jpg) repeat-x center 40px;
    width: 395px;
    height: 155px;
    float: left;
    margin: 9px 35px 0px 0px;
    position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links h2 {
    background: url(images/footer_links_h2.jpg) no-repeat center left;
    width: 400px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-indent: 38px;
    font-family: HoboStd;
    font-size: 18px;
    font-weight: normal;
    color: #e0e0e0;
    text-shadow: 2px 2px 1px #000000;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul {
    margin: 13px 0px 0px 0px;
    width: 400px;
    display: block;
    overflow: hidden;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li {
    float: left;
    margin: 0px 0px 0px 5px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li a {
    background: url(images/footer_links_li.png) no-repeat center left;
    width: 190px;
    height: 28px;
    line-height: 24px;
    display: block;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 16px;
    text-indent: 24px;
    color: #fcdfe1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Links ul li a:hover {
    color: #fff;
    text-indent: 30px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact {
    background: url(images/footer_line.jpg) repeat-x center 40px;
    width: 300px;
    height: 155px;
    float: right;
    margin: 9px 0px 0px 0px;
    position: relative;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact h2 {
    background: url(images/footer_contact_h2.png) no-repeat center left;
    width: 350px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-indent: 38px;
    font-family: HoboStd;
    font-size: 18px;
    font-weight: normal;
    color: #e0e0e0;
    text-shadow: 2px 2px 1px #600;
    margin-bottom: 15px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p {
    width: 140px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-indent: 32px;
    font-family: 'times new roman';
    font-size: 15px;
    color: #400;
    margin: 7px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p.email {
    background: url(images/footer_contact_li.png) no-repeat left 3px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Contact p.phone {
    background: url(images/footer_contact_li.png) no-repeat right -22px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom {
    width: 1000px;
    height: 52px;
    float: left;
    margin: 10px 0px 0px 0px;
    font-family: 'Times New Roman';
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom p {
    font-size: 15px;
    color: #fff;
    font-family: 'Times New Roman';
    font-weight: bold;
    text-shadow: 2px 2px 1px #000;
    line-height: 50px;
    float: left;
    margin: 0px 0px 0px 0px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul {
    float: right;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li {
    float: left;
    margin: 0px 5px 0px 0px;
    line-height: 37px;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li a {
    font-size: 15px;
    color: #fff;
    font-family: 'Times New Roman';
    font-weight: bold;
    text-shadow: 2px 2px 1px #200;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#Wrapper #Wrapper_Content #Container #Footer .Footer_Bottom ul li a:hover {
    color: #ff0;
}
/*End Footer*/