/*
Theme Name: Ammadi
Theme URI:http://www.ammadi.com
Description:Ammadi.com theme inspired by Wp-Coda
Version:1.0
Author:Abdul Hameed
Author URI:http://abdu.info/
Tags:ammadi, coda, slider
*/



/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline
}
:focus {
	outline:0
}
ol, ul {
	list-style:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:""
}
blockquote, q {
	quotes:"" ""
}
strong {
	font-weight:bold
}
em {
	font-style:normal
}
a {
	text-decoration:none;
	cursor:pointer
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(images/body_bg.png) left top repeat-x;
}
#header {
	margin:0 auto;
	padding:0;
	width:980px;
	height:100px;
	background:url(images/header_bg.jpg) left top no-repeat;
	position:relative;
}
#header h1, #header h2 {
	display:none;
}
#page {
	width:980px;
	margin:2px auto;
} /*background:url(images/page_bg.jpg) left 45px no-repeat; }*/
#slider {
	width:980px;
	margin:0 auto;
	position:relative;
}
#page .navigation {
	padding:0;
	height:150px;
	margin-left:5px;
}
#page .navigation li {
	height:40px;
	float:left;
	padding:0 2px 0 0;
}
#page .navigation a {
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	padding:0 1px 0 0;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}
#page .navigation a:hover, #page .navigation a.selected {
	color:#ffd200;
	background:url(images/page_navigation_a.png) right top no-repeat;
}
#page .navigation a.selected {
	color: #ffd200;
}
#page .navigation a span {
	display:block;
	height:40px;
	float:left;
	padding:0 25px;
}
#page .navigation a:hover span, #page .navigation a.selected span {
	background:url(images/page_navigation_span.png) left top no-repeat;
}
#page .navigation a:focus {
	outline:none;
}
#page .scroll {
	height:310px;
	width:980px;
	margin:0 auto;
	overflow:auto;
	position:relative;
	clear:left;
}
#page .scrollContainer .panel {
	padding:20px;
	height:100%;
	width:940px;
	overflow:hidden;
}
.scroll-pane {
	width:940px;
}
#page .panel p {
	padding:0 0 1em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#3e414c;
}
#page .panel p.blocked {
	width:450px;
}
#page .panel h3 {
	font-size:16px;
	padding:0 0 .5em 0;
	letter-spacing:-1px;
	color:#000;
	font-weight:bold;
}
#page .panel img.left {
	float:left;
	padding:3px;
	margin-right:15px;
	border:1px solid #999999;
}
#page .panel img.right {
	float:right;
	padding:3px;
	margin-left:15px;
	border:1px solid #999999;
}
#page .panel h4 {
	padding:0 0 .5em 0;
	font-size:15px;
	letter-spacing:-0.5px;
	font-weight:bold;
	color:#3e414c;
}
#page .panel strong {
	color:#33333e;
}
#page .panel em {
	font-style:italic;
}
#page .panel a {
	white-space:nowrap;
	color:#19234c;
	font-weight:bold;
}
#page .panel a:hover {
	text-decoration:underline;
}
#page .panel .gallery img {
	width:130px;
	margin:3px;
	padding:5px;
	border:solid 1px #c0c5d6;
}
#page .panel blockquote,  #page .panel ul,  #page .panel ol,  #page .panel pre {
	font-size:12px;
	margin:1em 2em 2em 0;
	padding:10px 15px;
	background:#e6efff;
}
#page .panel blockquote p {
	padding:.4em 0 !important;
	text-indent:0 !important;
}
#page .panel li {
	list-style-position: inside;
	padding: 0 0 .5em 0;
}
#page .panel ul li {
	margin:0 0 0 1em;
	list-style:square;
}
#page .panel ol li {
	margin:0 0 0 1.5em;
	list-style:decimal;
}
#page .panel pre {
	line-height:1em;
	color:#19234c;
	font-size:13px;
	overflow:auto;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
}
#page .panel code {
	padding:0 3px;
	color:#33333e;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
	font-size:13px !important;
}
#page .panel .gallery {
	text-align:left;
}
#page .scrollButtons {
	width:30px;
	height:30px;
	position:absolute;
	top:280px;
	cursor:pointer;
}
#page .scrollButtons a {
	display:block;
	height:30px;
	width:30px;
}
#page .scrollButtons span {
	display:none;
}
#page .scrollMeLeft {
	left:-40px;
}
#page .scrollMeLeft a {
	background:url(images/left_right.png) 0 0 no-repeat;
}
#page .scrollMeLeft a:hover {
	background:url(images/left_right.png) 0 -30px no-repeat;
}
#page .scrollMeRight {
	right:-40px;
}
#page .scrollMeRight a {
	background:url(images/left_right.png) -30px 0 no-repeat;
}
#page .scrollMeRight a:hover {
	background:url(images/left_right.png) -30px -30px no-repeat;
}
#page_footer {
	width:100%;
	margin:0 auto;
}
#page_footer h5 {
	padding:20px 90px;
	font-size:28px;
	letter-spacing:-2px;
	font-weight:bold;
	color:#3c508e;
}
#page_footer p {
	padding:0 70px 30px 70px;
	font-size:13px;
	color:#2f4077;
	line-height:1.5em;
}
#page_footer p a {
	color:#fff;
}
#page_footer p a:hover {
	text-decoration:underline;
}

#footer {
	width:980px;
	height:40px;
	background:transparent url(images/footer_bg.png) no-repeat left top;
	font-size:13px;
	margin:0 auto;
}
#footer p {
	overflow:hidden;
	margin:0;
	color:#374051;
}
#footer .left {
	float:left;
	margin-left:10px;
	margin-top:15px;
}
#footer .right {
	float:right;
}
#footer .center {
	text-align:center;
}
#footer a {
	color:#727fa1;
}
#footer a:hover {
	text-decoration:underline;
}
div#fancy_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	background-color:#333;
}
div#fancy_loading {
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	display:none;
	overflow:hidden;
	background:transparent;
	z-index:100;
}
div#fancy_loading div {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background:transparent url(images/fancy_progress.png) no-repeat;
}
div#fancy_close {
	position:absolute;
	top:-12px;
	left:-12px;
	height:30px;
	width:30px;
	background:transparent url(images/fancy_closebox.png);
	cursor:pointer;
	z-index:100;
	display:none;
}
div#fancy_content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:96;
}
#fancy_frame {
	position:relative;
	width:100%;
	height:100%;
	display:none;
}
img#fancy_img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:92;
	cursor:pointer;
}
div#fancy_title {
	position:absolute;
	bottom:-35px;
	left:0;
	width:100%;
	z-index:100;
	display:none;
}
div#fancy_title table {
	margin:0 auto;
}
div#fancy_title div {
	color:#FFF;
	font:bold 12px Arial;
	padding-bottom:2px;
}
td#fancy_title_left {
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height:32px;
	background:transparent url(images/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_right.png) repeat-x;
}
div#fancy_outer {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	padding:18px 18px 58px 18px;
	margin:0;
	overflow:hidden;
	background:transparent;
	display:none;
}
div#fancy_inner {
	position:relative;
	width:100%;
	height:100%;
	border:1px solid #fff;
	background:#fff;
}
a#fancy_left, a#fancy_right {
	position:absolute;
	bottom:10px;
	height:100%;
	width:35%;
	cursor:pointer;
	background-image:url(images/data:image/gif;base64,AAAA);
	z-index:100;
}
a#fancy_left {
	left:0px;
}
a#fancy_right {
	right:0px;
}
a#fancy_left:hover {
	background:transparent url(images/fancy_left.gif) no-repeat 0% 100%;
}
a#fancy_right:hover {
	background:transparent url(images/fancy_right.gif) no-repeat 100% 100%;
}
#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}
div#fancy_bg {
	display:none;
}
div.fancy_bg {
	position:absolute;
	display:block;
	z-index:70;
}
div.fancy_bg_n {
	top:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_n.png) repeat-x;
}
div.fancy_bg_ne {
	top:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_ne.png) no-repeat;
}
div.fancy_bg_e {
	right:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_e.png) repeat-y;
}
div.fancy_bg_se {
	bottom:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_se.png) no-repeat;
}
div.fancy_bg_s {
	bottom:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_s.png) repeat-x;
}
div.fancy_bg_sw {
	bottom:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_sw.png) no-repeat;
}
div.fancy_bg_w {
	left:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_w.png) repeat-y;
}
div.fancy_bg_nw {
	top:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_nw.png) no-repeat;
}
div.blogitems {
	background:transparent url(images/blog.gif) no-repeat top left;
	padding-top:80px;
}
/* defaults for all examples */
ul.kwicks {
	margin:0;
	padding:0;
	position:relative;
	background-image:url(images/no_flicker.png);
}
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 109px;
	height: 70px;
	margin-right: 0px;
	background-image:url(images/sprite.png);
	background-repeat:no-repeat;
}
.kwicks a {
	display:block;
	height:70px;
	text-indent:-9999px;
	outline:none;
}
#home-top {
	background-position:0px 0px;
}
#about-top {
	background-position:-210px 0px;
}
#facilities-top {
	background-position:-420px 0px;
}
#gallery-top {
	background-position:-630px 0px;
}
#places-top {
	background-position:-840px 0px;
}
#tariff-top {
	background-position:-1050px 0px;
}
#route-guide-top {
	background-position:-1260px 0px;
}
#testimonials-top {
	background-position:-1470px 0px;
}
#contact-top {
	background-position:-1680px 0px;
}
#home-top.active, #home-top:hover {
	background-position: 0 bottom;
}
#about-top.active, #about-top:hover {
	background-position: -210px bottom;
}
#facilities-top.active, #facilities-top-top:hover {
	background-position: -420px bottom;
}
#gallery-top.active, #gallery-top:hover {
	background-position: -630px bottom;
}
#places-top.active, #places-top:hover {
	background-position: -840px bottom;
}
#tariff-top.active, #tariff-top:hover {
	background-position:-1050px bottom;
}
#route-guide-top.active, #route-guide-top:hover {
	background-position:-1260px bottom;
}
#testimonials-top.active, #testimonials-top:hover {
	background-position:-1470px bottom;
}
#contact-top.active, #contact-top:hover {
	background-position:-1680px bottom;
}

#home-top a {
	background-image:url(images/end.png);
	background-repeat:no-repeat;
	background-position: left 0px;
}
#home-top a:hover {
	background-position: left -70px;
}
#contact-top a {
	background-image:url(images/end.png);
	background-repeat:no-repeat;
	background-position: right -140px;
}
#contact-top a:hover {
	background-position: right -210px;
}
#page .panel ul.places {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
#page .panel ul.places li {
	background:#E6EFFF none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	float:left;
	list-style-type:none;
	margin:0 10px 3px 0;
	padding:5px 10px;
	width:260px;
	font-weight:bold;
}
hr {
	color: #4b99b9;
	background-color: #4b99b9;
	height: 1px;
	border:0;
}
