body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d2d4b;
	background: #2f69bb url(images/templatemo_body.jpg) top repeat-x;
}

a:link, a:visited { color: #0d2d4b; text-decoration: none; font-weight: normal;	} 
a:active, a:hover { color: #990000; text-decoration: underline;	}

.button_01 a {
	display: block;
	width: 80px;
	height: 21px;
	padding: 3px 0 0 0;
	background: url(images/templatemo_button.png)  no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	color: #666;
    background: url(images/templatemo_button_hover.png) no-repeat;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float: right; }


#templatemo_wrapper_outter {
	width: 100%;
	margin: 0 auto;
	background-image: url(Muslim%20Images/templatemo_body_top_Muslim_02.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#templatemo_wrapper_inner {
	width: 1000px;
	margin: 0 auto;
	background-image: url(Muslim%20Images/templatemo_body_top_Muslim_02.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#templatemo_wrapper {
	width: 980px;
	padding: 0 10px;
	/*background: url(images/template_content.png) repeat-y center;*/
}

#templatemo_container {
	width: 980px;
	padding: 30px 0;
	/*background: url(images/templatemo_content_top_test_croped.jpg) top center repeat;*/
}

#templatemo_header {
	text-align:left;
	padding: 0 30px;
}

#templatemo_header #header_left {
	float: left;
	width: 570px;
	height: 250px;
}
#d_footer {
	text-align:right;
	line-height:1.8;
	padding:0px 0px 20px;
  	margin:-3.5em 0 0 0;
}

/* menu */
#nav {
	display:inline-block;
    width:100%;
	margin:0px auto;
    padding:0;
    background: rgba(51, 85, 153, 0.75); /*改顏色RGB和透明度的地方*/

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
	margin:8px;
    float:left;
    position:relative;
    list-style:none;
}
#nav a {
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 11px; /*改這裡！*/

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
}

/* selected menu element */
#nav .current a, #nav li:hover > a {
    background:#7788aa url(../images/bg.png) repeat-x 0 -20px;
    color:#000;
    border-top:1px solid #f8f8f8;

    box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#000;
}
#nav ul li a:hover {
    background:#335599 url(../images/bg.png) repeat-x 0 -100px;
    color:#fff;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child > a {
    -moz-border-radius-topleft:10px; /*some css3*/
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
    -moz-border-radius-bottomleft:10px; /*some css3*/
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

/* drop down */
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
}
#nav ul {
    opacity:0;
    visibility:hidden;
    padding:0;
    width:175px;
    position:absolute;
    background:#aabbcc url(../images/bg.png) repeat-x 0 0;
    border:1px solid #7788aa;
	z-index:1000;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);

    -moz-transition:opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
    float:none;
    margin:0;
}
#nav ul a {
    font-weight:normal;
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
    left:160px;
    top:0px;
}

/* end of menu */

 #header_left  #site_title {
	float: left;
	width: 400px;
	margin: 30px 0 0 40px;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
}
/* end of site title */


/* content */

#templatemo_content_wrapper {
	clear: both;
	padding: 0 30px 0 15px;
	margin-bottom: 20px;
}

#templatemo_content_outer {
	float: left;	
	width: 630px;
	padding: 30px 0 0 0;
	background: url(images/templatemo_main_content_top.png) no-repeat top center;
}

#templatemo_content {
	padding: 0 40px 20px 40px;
	background: url(images/templatemo_main_content_middle.png) repeat-y center;
}

#templatemo_content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #0d2d4b;
}

#templatemo_content .content_section {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}

#templatemo_content p {
	margin-bottom: 10px;
}

#templatemo_content .em_text {
	color: #0d2d4b;
}

#templatemo_content .featured_tour {
	width: 250px;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.featured_tour li {
	margin: 0;
	padding: 0;
}

.featured_tour li a {
	display: block;
	color: #0d2d4b;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}

.featured_tour li a span {
	font-weight: normal;
	display: block;
	color: #333333;
}

#templatemo_content_bottom {
	display: block;
	width: 630px;
	height: 5px;
	background: url(images/templatemo_main_content_bottom.png) no-repeat;
}
/* end of content */

/* sidebar */

#template_sidebar {
	float: right;
	width: 280px;
	padding-top: 20px;
}

#template_sidebar .sidebar_section {
	margin-bottom: 40px;
}

#template_sidebar h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

#template_sidebar h3 {
	margin: 0 0 5px 0;	
}

#template_sidebar p {
	margin-bottom: 10px;
}

#template_sidebar .image_wrapper {
	display: block;
	width: 260px;
	height: 140px;
	padding: 10px;
	margin-bottom: 8px;
	background: url(images/templatemo_image_frame_280x140.png);
	background-repeat: no-repeat;
}

#template_sidebar .image_wrapper img {
	width: 260px;
	height: 120px;
}

/* end of sidebar */

/* footer */

#templatemo_footer {
	clear: both;
	width: 920px;
	padding: 30px 0 0 0;
	margin: 0 30px 0 30px;
	border-top: 1px solid #999;
	margin: 0 auto;
	text-align: center;
	color: #0d2d4b;
	font-weight: bold;
}

#templatemo_footer a {
	font-weight: bold;
	color: #0d2d4b;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #0d2d4b;
}

.footer_menu li a {
	color: #135b9b;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */
#templatemo_wrapper_inner #templatemo_wrapper table tr td #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab.TabbedPanelsTabSelected span {
	font-size: 12px;
}
#templatemo_wrapper_inner #templatemo_wrapper table tr td table tr td #wrapper table tr td span {
	font-size: 24px;
}
#templatemo_wrapper_inner #templatemo_wrapper table tr td table tr td #wrapper table tr td span {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#templatemo_wrapper_inner #templatemo_wrapper table tr td table tr td #wrapper table tr td span {
	font-style: italic;
}
#templatemo_wrapper_inner #templatemo_wrapper table tr td table tr td #wrapper table tr td span {
	text-align: center;
}

.pic {
  height: 200px;
  width: 193px;
  overflow: hidden;
  
    -webkit-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
  float: left;
}

/*GROW*/
.grow img {
  height: 200px;
  width: 193px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 252px;
  height: 243px;
}