/*
-----------------------------------------------------------
Title : Pomegranate Tours
URL : http://www.pomegranatetours.com

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

-----------------------------------------------------------
*/

/*-----------------------------------------------------------
	  GLOBALS
-----------------------------------------------------------*/

body {
	background-color: #be232b;
	/*background-image:url(/persistent/templateimages/tile.gif);*/
	padding-top:30px;
	margin-top:0px;
	}

/*-----------------------------------------------------------
	  LAYOUT ELEMENTS
-----------------------------------------------------------*/

#container {
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	background-image: url(/persistent/templateimages/background_map.jpg);
	width: 667px;
	border: 1px solid #999999;
	padding: 50px;
	}

#logo {
	text-align: center;
	}

#flashbanner {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
	}

/*-----------------------------------------------------------
	  NAV
-----------------------------------------------------------*/

#navbar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}		

#content {
	width: 667px;
	padding-top: 5px;
	}

.clear {
	clear: both;
	line-height: 0;
	font: 0;
	padding: 0;
	margin: 0;
	}

/*-----------------------------------------------------------
	  TEXT/CONTENT FORMATTING
-----------------------------------------------------------*/
	
a:link, a:active, a:visited {
	font-family: georgia, "Times New Roman", Times, serif;
	color: #be232b;
	font-size:10pt;
	}

a:hover {
	font-family: georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size:10pt;
	}
	
p, td, li, div {
	font-family: georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size:10pt;
	}

/*-----------------------------------------------------------
	  HEADINGS
-----------------------------------------------------------*/

h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #be232b;
	text-transform: capitalize;
	}

h1 {
	font-size: 13px;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #be232b;
	text-transform: capitalize;
	}

h2 {
	font-size: 10pt;
	color: #cc3333;
	text-transform: capitalize;
	}

h3 {
	font-size: 10pt;
	color: #333333;
	text-transform: capitalize;
	}

h4 {
	color: #f26522;
	text-transform: capitalize;
	}	

/*-----------------------------------------------------------
	  FOOTER
-----------------------------------------------------------*/

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width:667px;
	text-align: center;
	color: #fff;
	font-size: 12pt;
	}
	
	#footer a {
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

a.footer:link, a.footer:visited, a.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	}

a.footer:hover {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*-----------------------------------------------------------
	  GALLERY
-----------------------------------------------------------*/

#gallerydiv {
	background: url(/persistent/templateimages/gallery.gif) top right no-repeat;
	height: 450px;
	}

#galleryimg {
	padding: 13px;
	border: 1px solid #dadada;
	background-color: #fff;
	text-align: center;
	position: relative;
	}

#imagenumbers {
	width: 100%;
	text-align: center;
	}

/*-----------------------------------------------------------
	  DROPDOWNS
-----------------------------------------------------------*/

	#nav, #nav ul {
		list-style: none;
		padding: 0;
		}
	
	#nav li {
		cursor: pointer;
		text-align: center;
		text-transform: capitalize;
		}
		
	#nav li a {
		min-height: 15px;
		font: bold 12px georgia, "Times New Roman", Times, serif;
		color: #000;
		display: block;
		text-decoration: none;
		padding: 5px 11px 4px 10px;
		}
		
	#nav li a:hover { 
		color: #000;
		text-decoration: none;
		}
	
	#nav li.selected a { color: #000; }
	
	#nav li.selected a:hover { 
		color: #000;
		text-decoration: none;
		}
	
	#nav li.selected a, #nav li a:hover {}
			
	#nav li ul a, #nav li ul a:visited {
		min-height: 15px;
		font: normal 12px georgia, "Times New Roman", Times, serif;
		display: block;
		text-decoration: none;
		text-align: left;
		padding: 5px 5px 5px 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		color: #fff;
		width: 160px;
		background-color: #be232b;
		text-transform: none;
		}
		
	#nav li ul a:hover { 
		background-image: none;
		color: #fff;
		background-color: #d55158;
		}
	
	#nav li.selected ul a, #nav li.selected ul a:visited {
		background-image: none;
		font: normal 12px georgia, "Times New Roman", Times, serif;
		display: block;
		text-decoration: none;
		text-align: left;
		padding: 5px 5px 5px 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		color: #fff;
		width: 160px;
		}
		
	#nav li.selected ul a:hover { color: #fff; }
		
	#nav li ul li { background-color: #ebb2c8; }
	
	#nav li {
		float: left;
		padding: 0;
		text-align: center;
		}
	
	#nav li ul {
		position: absolute;
		border-bottom: 1px solid #fff;
		left: -999em;
		height: auto;
		width: 176px;
		margin: 0;
		padding: 0;
		background-color: #ebb2c8;
		}
	
	#nav li li {
		width: 150px;
		background-image: none;
		}
	
	#nav li ul ul { margin: -26px 0 0 176px; }
	
	#nav li:hover ul ul,
	#nav li:hover ul ul ul,
	#nav li.sfhover ul ul {
		left: -999em;
		}
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li.sfhover ul,
	#nav li li.sfhover ul {
		left: auto;
		z-index: 500;
		}
	
	#nav li:hover, #nav li.sfhover {
		color: #fff;
		position: static;
		}
	
	#nav li ul li:hover, #nav li ul li.sfhover { 
		background-image: none;
		background-color: #d55158;
		}

#clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
	font: 0;
	}

#stats {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	}
