@charset "utf-8";
/* CSS Document */
.incorrectH{color:#D43037;font-size: 15px;
font-weight: bold;
}

.incorrectBg{  background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E5E5E5;
    display: block;
    float: right;
    margin-right: 30px;
    padding: 8px;
    width: 356px;
    margin-bottom: 10px;
    clear: both;
}


body
{
background:url(../images/bg.jpg) repeat-x center top #FFFFFF;
margin:0px;
padding:0px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
color:#7a7a7a;
}
a
{
font-size:12px;
color:#2b83b6;
text-decoration:none;
cursor: pointer;
}
a:hover
{
text-decoration: underline;
}
a img
{
    border:0px;
}
.clear
{
clear:both;
}
.wraper
{
background:url(../images/clouds.jpg) no-repeat center top;
}
.container
{
width:980px;
margin:auto;
display:table;
}




.container input[type=button].blue,.container input[type=submit].blue
{
background:url(../images/blue-button.png) repeat-x top #1f7eb6;
height:34px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:14px;
color:#fff;
font-weight:bold;
text-shadow:0px 1px 1px #226a94;
border:1px solid #3593ca;
border-bottom:2px solid #1e5879;
cursor:pointer;
border-radius:5px 5px 5px 5px;
opacity:.85;    padding-left: 20px;
    padding-right: 20px;
}


.container input[type=button].blue:hover, .container input[type=submit].blue:hover
{
opacity:1;
}
.container input[type=button].green, .container input[type=submit].green
{
background:url(../images/green-button.png) repeat-x top #5e9d5e;
height:34px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:14px;
color:#fff;
font-weight:bold;
text-shadow:0px 1px 1px #326032;
border:1px solid #326032;
border-bottom:2px solid #326032;
cursor:pointer;
border-radius:5px 5px 5px 5px;
opacity:.85;    padding-left: 20px;
    padding-right: 20px;
}
.container input[type=button].green:hover, .container input[type=submit].green:hover
{
opacity:1;
}
.container .indexLeft
{
float: left;
    margin-left: 10px;
    margin-top: 15px;
    width: 465px;
}
.container .indexLeft a.logo
{
display:block;
clear:both;
margin-bottom:10px;
text-decoration:none;
width:255px;
}
.container .indexLeft a.logo img
{
width:255px;
border:0px;
}
.container .indexLeft .tagLine
{
font-size:25px;
color:#016b7a;
clear:both;
margin-bottom:5px;
text-align: center;
width: 214px;
}
.container .indexLeft input[type=button]
{
margin-bottom:5px;
padding-left:10px;
padding-right:10px;
text-transform:uppercase;
}
.container .indexLeft span
{
clear:both;
margin-bottom:10px;
font-size:14px;
color:#7a7a7a;
display:table;
}
.container .indexLeft span a
{
color:#2b83b6;
text-decoration: underline;
}
.container .indexLeft span a:hover
{
text-decoration:none;
}
.container .indexLeft .slider
{
clear:both;
margin-bottom:10px;
width:320px;
height:77px;
display: table;
}
.container .indexRight
{
float:right;
width:470px;
display:table;
margin-top:15px;
}
.container .indexRight a.fbConnect
{
background: url("../images/fb-connect.png") no-repeat scroll 0 0 transparent;
display: block;
float: right;
height: 30px;
margin-right: 32px;
margin-top: 12px;
opacity: 0.85;
text-decoration: none;
width: 100px;
}
.container .indexRight a.fbConnect:hover
{
opacity:1;
}
.container .indexRight ul
{
margin-right: 30px;
padding:0px;
clear:both;
display:table;
float:right;
position: absolute;
}
.container .indexRight ul li
{
float:left;
list-style:none;
margin-left:20px;
display:table;
}
.container .indexRight ul li:last-child
{
    margin-right: 10px;
}

.container .indexRight ul li img
{
float:left;
margin-right:5px;margin-top: 2px;
}
.container .indexRight ul li a
{
font-size:14px;
color:#FFFFFF;
text-shadow:0px 0px 2px #000;
text-decoration:none;
}
.container .indexRight ul li a:hover
{
text-decoration:underline;
}
.container .indexRight .login
{
  background: url("../images/login-bg.png") no-repeat scroll 30px 0 transparent;
    clear: both;
    height: 280px;
    margin-top: 49px;
    padding: 25px 33px 16px 82px;
}
.container .indexRight .login h1
{
padding: 0 0 10px;
margin: 0 0 10px;
clear:both;
font-size:20px;
color:#2b83b6;
line-height:normal;
border-bottom:1px solid #e0e0e0;
}
.container .indexRight .login .form
{
clear:both;
}
.container .indexRight .login .form input[type=text], .container .indexRight .login .form input[type=password]
{
background:url(../images/login-input.jpg) repeat-x top #FFFFFF;
padding:5px;
font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
font-size:14px;
color: #999;
font-weight:bold;
border:1px solid #d8d8d8;
border-radius:3px;
clear:both;
margin-bottom:10px;
width: 93%;
height: 27px;
}
.container .indexRight .login .form input[type=text]:focus, .container .indexRight .login .form input[type=password]:focus
{
background:#fff;
box-shadow:0px 0px 5px #5DAFDE;
border:1px solid #5DAFDE;
}
.container .indexRight .login .form .rm
{
clear:both;
display:table;
font-size:12px;
color:#7a7a7a;
font-weight:bold;
margin-bottom:10px;
width:100%;
}
.container .indexRight .login .form .rm input[type=checkbox], .container .indexRight .login .form .rm input[type=radio]
{
float:left;
margin:0px;
margin-right:5px;
}
.container .indexRight .login .form .rm span
{
clear: none;
float: left !important;
line-height: 15px;
margin: 0;
word-wrap:break-word;
width:35%;
}
.container .indexRight .login .form .lf
{
clear:both;
display:table;
margin-bottom:15px;
}
.container .indexRight .login .form .lf input[type=button]
{
float:left;
margin-right:10px;
padding-left:20px;
padding-right:20px;
}
.container .indexRight .login .form .lf a
{
/*float:left;*/
font-size:13px;
color:#2b83b6;
text-decoration:underline;
/*margin-top:10px;*/
cursor: pointer;
}
.container .indexRight .login .form .lf a:hover
{
text-decoration:none;
}
.container .indexRight .login .form span
{
clear:both;
/*margin-bottom:15px;
font-size:12px;
color:#7a7a7a;*/
}
.container .indexRight .login .form span a
{
text-decoration:underline;
font-size: 14px;
}
.container .indexRight .login .form span a:hover
{
text-decoration:none;
}
.container .indexRight .login .form ul {
clear: both;
display: table;
float: left;
margin:0px;
margin-top:15px;
padding: 0;
}
.container .indexRight .login .form ul li {
display: table;
float: left;
list-style: none outside none;
margin-right:15px;
margin-left:0px;
}
.container .indexRight .login .form ul li:last-child
{
margin-right:0px;
}
.container .indexRight .login .form ul li img {
float: left;
margin-right: 5px;
width:20px;
}
.container .indexRight .login .form ul li a {
font-size: 12px;
text-decoration: underline;
color:#2b83b6;
text-shadow:0px 0px 0px;
}
.container .indexRight .login .form ul li a:hover {
text-decoration: none;
}
.container ul.indexAds
{
clear: both;
margin-bottom: 20px;
margin-left: 25 !important;
margin-right: 0 !important;
margin-top: -6px;
padding:0px;
}
.container ul.indexAds li
{
   float: left;
    list-style: none outside none;
    margin-right: 49px;
    width: 284px;
}
.container ul.indexAds li img.lrg_pic
{
  height: 50px;
    width: 50px;
}
.container ul.indexAds li label
{
   border: 1px solid #DDDDDD;
    display: inline-block;
    height: 213px;
    padding: 10px;
    width: 263px;
}

.container ul.indexAds img.shadow_index 
{
    border: 0px;
    background: none;
     clear: both;
    margin-bottom:0px;
    padding: 0px;
    WIDTH:100%
}

.container ul.indexAds li:last-child
{
margin-right:0px;
}.container ul.indexAds li h2
{
font-size:20px;
color:#166694;
margin:0px;
padding:0px;
clear:both;
line-height:normal;
margin-bottom:10px;
}
.container ul.indexAds li h2 a
{
font-size:20px;
color:#166694;
}
.container ul.indexAds li img.ad-img
{
background:#FFFFFF;
padding:7px;
border:0px solid #5189a9;
clear:both;
margin-bottom:10px;
max-width: 160px;
height: 50px

}
.container ul.indexAds li p
{
font-size:14px;
color:#737272;
padding:0px;
margin:0px;
text-align:justify;
}
.container .footer
{
clear:both;
background:url(../images/footer-shadow.png) no-repeat left top;
width:100%;
display: table;
margin-top:20px;
padding-top:20px;
margin-bottom:20px;
}
.container .footer .left
{
float:left;
display:table;
}
.container .footer .left b
{
color:#2b83b6;
font-size:16px;
float:left;
}
.container .footer .left marquee
{
float: left;
font-size: 12px;
margin-left: 5px;
margin-top: 3px;
width: 290px;
}
.container .footer ul
{
float:right;
margin:3px 25px 0 0;
padding:0px;
}
.container .footer ul li
{
float:left;
margin-right:5px;
margin-left:5px;
list-style:none;
color:#666666;
font-size:12px;
}
.container .footer ul li:last-child
{
margin-right:0px;
}
.container .footer ul li a
{
font-size:12px;
color:#666666;
text-decoration:none;
}
.container .footer ul li a:hover
{
text-decoration:underline;
}


/*============================ Responsive 320px ============================*/

@media screen and (max-width: 320px) {  
body
{
overflow:auto;
overflow-x:hidden;
}
.container
{
width:300px;
margin:auto;
}
.container .indexRight a.fbConnect
{
margin-right:3px;
clear:both;
}
.container .indexLeft
{
width:300px;
clear:both;
margin:auto;
margin-top:10px;
}
.container .indexLeft a.logo
{
clear:both;
margin:auto;
width:200px;
}
.container .indexLeft a.logo img
{
width:200px;
}
.container .indexLeft .tagLine
{
width:200px;
font-size:16px;
clear:both;
margin-left:110px;
}
.container .indexLeft input[type=button], .container .indexLeft span, .container .indexLeft .slider, .container .indexRight ul, .container .indexRight .login h1, .container .indexRight .login .form ul, .container .footer .left
{
display:none;
}
.container .indexRight
{
float: none;
clear: both;
width: 273px;
margin-right: 0px !important;
margin-left: 0px !important;
margin: auto;
}
.container .indexRight .login
{
background: #fff;
height: auto;
padding: 10px;
margin-left:10px;
margin-right:10px;
width: 91%;
border-radius:8px 8px 0px 0px;
}
.container .indexRight .login .form input[type=text], .container .indexRight .login .form input[type=password]
{
width:95%;
}
.container .indexRight .login .form .rm span
{
width:90%;
}
.container ul.indexAds
{
margin-top:0px;
}
.container ul.indexAds li
{

clear:both;
float:none;
margin-right:10px;
margin-left:10px;
padding:10px;
width:82%;
height: auto;
margin-bottom:5px;
}
.container ul.indexAds li img
{
width:93%;
}
.container .footer
{
border-top:1px dashed #ccc;
padding:0px;
margin-top:20px;
padding-top:10px;
background:none;
}
.container .footer ul li
{
margin-bottom:5px;
}
.container .footer ul li a
{
color:#2b83b6;
}

}

/*a.viewAll
{
    background: url("../images/login_btn_bg.png") repeat-x scroll center bottom #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    opacity: 0.85;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 7px;
}
a.viewAll img
{
	border:0px;
	float:left;
	margin-right:5px;
	margin-top: 10px;
	
}
a.viewAll span
{
	  color: #666666;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}
a.viewAll span small
{
	font-size:10px !important;
	color:#7f8081;font-weight: normal;
}
a.viewAll:hover
{
	opacity:1;
}*/

/********************/
.lf{
	clear: both;
    display: table;
/*    margin: auto;*/
    width: 95%;
	padding-top:5px;
}
a.viewAll {
    cursor: pointer;
	border: 2px solid #2e749d;
    border-radius: 10px;
    display: inline-block;
    opacity: 0.75;
    padding: 3px;
    text-decoration: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaf1f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf1f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf1f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaf1f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaf1f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaf1f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf1f3',GradientType=0 ); /* IE6-9 */  
}

a.viewAll img {
    border: 0 none;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
a.viewAll span {
    background: url("../images/view-spr.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #2e749d;
    display: inline-block;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 4px;
	line-height:12px;
}

a.viewAll span small {
    color: #7F8081;
    font-size: 11px !important;
    font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
a.viewAll:hover
{
	opacity:1;
}
a.viewAll:hover
{
	background: #EBF1F2;
}
a.viewAllSignup {
    cursor: pointer;
	border: 2px solid #F36C21;
    border-radius: 10px;
    display: inline-block;
    opacity: 0.75;
    padding: 3px;
    text-decoration: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaf1f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf1f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf1f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaf1f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaf1f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaf1f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf1f3',GradientType=0 ); /* IE6-9 */  
}

a.viewAllSignup img {
    border: 0 none;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
a.viewAllSignup span {
    background: url("../images/view-spr.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #F36C21;
    display: inline-block;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 4px;
	line-height:12px;
}

a.viewAllSignup span small {
    color: #7F8081;
    font-size: 11px !important;
    font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
a.viewAllSignup:hover
{
	opacity:1;
}
a.viewAllSignup:hover
{
	background: #FFF5EF;
}
.reg_ister{
	width:300px;
        cursor: pointer;
	border: 1px solid #FFFFFF;
	padding:8px 6px 11px 6px;
	  border-radius: 5px; 
    margin-top: 10px;
	border-radius:2px;
	background: #93c8e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #93c8e4 0%, #3e8ebd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93c8e4), color-stop(100%,#3e8ebd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #93c8e4 0%,#3e8ebd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #93c8e4 0%,#3e8ebd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #93c8e4 0%,#3e8ebd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #93c8e4 0%,#3e8ebd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c8e4', endColorstr='#3e8ebd',GradientType=0 ); /* IE6-9 */
}
.reg_ister a{
    color: #FF0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 7px;
    text-decoration: none;
}
.reg_ister a img{
	float:right;
	margin-top:-1px;
}

.left_arrow{
float:left !important;

}
.signupShadow
{
  background: url("../images/signup-shadow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    clear: both;
    height: 34px;
/*    opacity: 0.3;*/
/*    position: fixed;*/
    width: 289px;
}
/*a.signupbtn
{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/signup_btn_indx.png") repeat-x scroll center bottom #E4E4E4;
    border-color: #DDDDDD;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #F26C23;
    cursor: pointer;
    display: inline-table !important;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 20px 3px;
    text-decoration: none;
    text-shadow: 0 1px 1px #EFC2AA;  
    margin-bottom:10px
        
}
a.signupbtn img
{
	border:0px;
	float:right;
        margin-left: 15px;
}*/


.reg_ister:hover
{
	opacity:0.85;
}

#carousel_ul li label {
    
/*    background: linear-gradient(to bottom, #E8F7FE 0%, #FEFEFE 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/

     background:linear-gradient(to left top, #B6DADA 0%, #FEFEFE 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#carousel_ul li label:hover {
    background: linear-gradient(to bottom right, #B6DADA 0%, #FEFEFE 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#carousel_ul li label:hover h2 {
    color:#555;
}
#carousel_ul li label:hover p {
    color:#166694;
}

/**********************INDEX HOME SLIDER CSS*************************/
             
    #carousel_inner_home {
        float: left;
/*    height: 180px;*/
    overflow: hidden;
    width: 530px;
    }

    #carousel_ul_home {
        position:relative;
        left:-530px; 
        list-style-type: none; 
        margin: 0px;
        padding: 0px;
        width:99999px; 
        padding-bottom:10px;
    }

    #carousel_ul_home li{
        float: left;
/*        height: 110px;*/
        margin: 0px;
        padding: 5px;
        width: 530px;

    }
    #carousel_ul_home li b span img {
        margin-bottom:-4px; 
        cursor:pointer;

        border:0px; 
    }
 /**********************INDEX SLIDER*************************/   
             
    #carousel_inner {
        float: left;
    height: 250px;
    overflow: hidden;
    width: 884px;
    }

    #carousel_ul {
        position:relative;
        left:-292px; 
        list-style-type: none; 
        margin: 0px;
        padding: 0px;
        width:99999px; 
        padding-bottom:10px;
    }

    #carousel_ul li{
        float: left;
/*        height: 110px;*/
        margin: 0px;
        padding: 5px;
        width: 284px;

    }
    #carousel_ul li b span img {
        margin-bottom:-4px; 
        cursor:pointer;

        border:0px; 
    }
    #left_scroll, #right_scroll{
        float: left;
    height: 239px;
    margin-top: 5px;
    width: 44px;

    }
     #left_scroll:hover, #right_scroll:hover{
        background: #f0f0f0;

    }
    
    #left_scroll img, #right_scroll img{
        /*styling*/
        margin-top: 70px;
        cursor: pointer;opacity: 0.40;

    }
    #left_scroll img:hover, #right_scroll img:hover
    {
        opacity: 0.70;
    }
    .SR{
        height: 1px !important;
        width: 1px !important;
    }
        
/***********************************************/




ul.quotes
{
    margin: 0;
    padding: 0;
}
ul.quotes li{
    float:left;
    list-style: none;
    display: inline-block;
    width: 530px;
}
ul.quotes li img
{
    width: 64px;
    float: left;
    margin-right: 10px;
}
ul.quotes li p
{
      float: left;
    margin: 0;
    width: 405px;
    margin-bottom: 5px;
        color:#202020;
}
ul.quotes li span.spnqot
{
      color: #7A7A7A;
    float: left;
    font-size: 13px;
/*    width: 380px;*/
    margin-bottom: 0px;
    clear: none;
}
@font-face {
    font-family: "SAAD";
    src: url("font/Nafees-Tahreer-Naskh.ttf") format("truetype");
    font-size: 18px !important;text-align: right;
}