/* CSS Document */

@font-face {
    font-family: 'OpenSansBold';
    src: url('font/opensans-bold-webfont.eot');
    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-bold-webfont.woff') format('woff'),
         url('font/opensans-bold-webfont.ttf') format('truetype'),
         url('font/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype'),
         url('font/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family:OpenSansRegular, Arial;
	font-size:.813em;
	background-color:#EBE8D5;
	padding-top: 40px;
	margin-top: 50px;
}
h1 {
   	font-family:OpenSansBold, Arial;
	font-size: 1.063em;
	font-weight:bold;
	letter-spacing: 2px;
}
a {
   font-family: OpenSansBold, Arial;
   font-size: 1.063em;
   color: #666;
   text-decoration:underline;
}

a:visited {
   color:#999999;
   text-decoration:underline;
	
}

#whatsislam {
	position:absolute;
	margin-left: 26%;
	margin-right: auto;
	top: 0;
	left: 0;
	z-index: 4;	
}


#content {
	margin: 0 auto 0 auto;
	width: 1000px;
}
#main {
	background-color:#DBD3C3;
	position: relative;	
}
#contentleft {
	position: absolute;
	background-color: #FCFDEE;
	padding-top: 30px;
	top: 0;
	left: 0;
	width: 760px;
	
}
#contentright {
	position: absolute;
	background-color:#DBD3C3;
	top: 0;
	right: 0;
	width: 240px;
	
}
#mainvid1 {
	float:left;
	margin-left: 15px;
	width: 356px;
	height: 377px;
	
}
#mainvid2 {
	float:left;
	margin-left: 15px;
	width: 356px;
	height: 377px;
	
}

#comparehead {
   float:left;
   margin-left: 61px;
   width: 661px;
   height: 300px;
}

#comparehead h1 {
	 font-family: OpenSansRegular, Arial;
	 font-size: 2.0em;
	 color: #56483B;
	 margin-bottom: 0px;
	
}

#comparehead h2 {
	font-family: OpenSansRegular, Arial;
	font-size: 2.3em;
    color: #B1CD00;
	letter-spacing: 2px;
	margin-top: 1px;
	margin-bottom: 10px;
	
}

#compareleft {
	float:left;
	margin-left: 61px;
	width: 330.50px;
	height: auto;
}

#compareright {
	float:left;
	width: 330.50px;
	margin-left: 15px;
	height: auto;
	
}

#compareleft h2 {
	color: #BEBF99;
	font-family: OpenSansRegular, Arial;
	font-size: 1.5em;
	
}

#compareleft li {
	list-style:none;
	margin-right: 10px;
	margin-top: 20px;
}

#compareright li {
	list-style:none;
	margin-right: 10px;
    margin-top: 20px;	
}

#compareright h2 {
	color: #BEBF99;
	font-family: OpenSansRegular, Arial;
	font-size: 1.5em;
	
}

.comparetwo {
   margin-bottom: 35px;	
	
}

.comparefour {
   margin-bottom: 35px;	
	
}

.comparefive {
   margin-bottom: 35px;	
	
}

.compareseven {
   margin-bottom: 35px;	
	
}

.pdfdoc {
	float:left;
	margin-left: 15px;
	width: 356px;
	height: auto;
	
}

.pdfdoc img {
	float:left;	
	margin-right:10px;
}

.pdfdoc p {
	float:left;
	margin-top: 4px;
	margin-left: 5px;
	margin-bottom: 30px;
	width: 180px;	
}
.pdfdoc p img {
	margin-top: 6px;	
}

.pdfdoc h1 {
  
  margin-bottom: 4px;	
	
}

.newsitem {
	float:left;
	margin-left: 15px;
	width: 356px;
	height: auto;
	
}




.videoitem {
	margin-left: 20px;
	margin-right: auto;
	width: 191px;
	height: 108px;
}

#latestvideos {
  background-image:url(../images/template/bg-tr.jpg);	
	width: 240px;
	height: 535px;	
	
}
#latestvideos .latesthdimg {
  display:block;
  margin-bottom: 10px;	
	
}
#latestvideos img{
   display:block;
   margin-left: auto;
   margin-right: auto;	
}

#emptycell {
    width: 240px;
	height: auto;	
}
/***scrollable***/

/* root element for scrollable */
  .scrollable1 {
 
  /* required settings */
  position:relative;
  overflow:hidden;
 
  /*
  vertical scrollables have typically larger height than width but
  not now
  */
  height: 430px;
  width: 350px;
  }
 
  /* root element for scrollable items */
  .scrollable1 .items {
  position:absolute;
 
  /* this time we have very large space for the height */
  height:350px;
  }
  
/* root element for scrollable2 */
  .scrollable2 {
 
  /* required settings */
  position:relative;
  overflow:hidden;
 
  /*
  vertical scrollables have typically larger height than width but
  not now
  */
  height: 430px;
  width: 350px;
  }
 
  /* root element for scrollable items */
  .scrollable2 .items {
  position:absolute;
 }
 
  .scrollable2 .items .img {
	margin-left: auto;
	margin-right: auto;
}
 
  /* this time we have very large space for the height */
  height:450px;
  }

