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

Title : Grapevines Boutique
URL : http://grapevines.com.au/

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

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


/*----------------------------------------------------------------------------- 
	Global Styles
-----------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, p, form {
	margin: 0; 
	padding: 0;
}

body {
	background: url(../templateimages/bg.jpg) #ffffff top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

img { border: 0; }

.clear { clear: both; height: 0; margin: 10; padding: 0; }


/*----------------------------------------------------------------------------- 
	Template Styles
-----------------------------------------------------------------------------*/

h1 {
	font: normal 30px Arial, Helvetica, sans-serif;	
	color: #5d1779;
	padding-bottom: 8px;
}


p, td, li {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #323232;
}

h2, h3 { padding-top: 20px; }

p { padding-bottom:  20px; }

a { color: #600798; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #600798; }

.quote {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#contents li { padding-bottom: 10px; }


/*----------------------------------------------------------------------------- 
	Layout Styles
-----------------------------------------------------------------------------*/
#headerWrap {
	background: url(../templateimages/header_bg.jpg) 35% 0 no-repeat;
}

	#header {
		width: 916px;
		margin: 0 auto;
	}

	#flash {
		float: left;
		border: 5px solid #fff;
		border-top: 0;
	}
	
	#logo {
		left: 0px;
		margin: -421px 0px 0 -74px;
		display: block;
		float: left;
		position: relative;
	}
	
	#logo_print { display: none; }
	
	#navWrap {
		width: 884px;
		margin: 0 auto;
		height: 38px;
		margin-top: 24px; 
	}


#contentWrap {
	width: 916px;
	margin: 0 auto;
}

	#contents {
		padding: 8px 30px 0;
	}
	
	#contents_RHS {
		float: right;
		padding: 10px 0 10px 10px;
		color: #000000;
		font-size: 13px;
		text-align: right;
	}
	
		.hotPackages {
			width: 192px;
			height: 40px;
			background: url(../templateimages/packages_hot_deals.jpg) 0 0 no-repeat;
			display: block;
		}
		
		.hotPackages:hover { background: url(../templateimages/packages_hot_deals.jpg) 0 -40px no-repeat; }
		
			.hotPackages span { display: none; }
			
		#newsletter {
			background: url(../templateimages/newsletter.jpg) no-repeat;
			height: 147px;
			width: 204px;
		}
		
			#newsletter form {
				padding: 67px 0 0 20px;
				text-align: left;
			}
			
			#newsletter input { border: 1px solid #765e80; padding: 5px; font-size: 12px; width: 148px; }
		
			#newsletter input.newsletterSubmit {
				background: url(../templateimages/newsletter_submit.jpg) no-repeat;
				border: 0;
				margin: 7px 23px 0 0;
				float: right;
				width: 60px;
				height: 25px;
				font-weight: bold;
			}

#footerWrap {
	background: url(../templateimages/footer.jpg) #e0e0e0 top repeat-x;
}

	#footer {
		width: 916px;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	#footer p {
		font: normal 13px/20px Arial, Helvetica, sans-serif;
	}
	
		#footer .sitesuite {
			float: right;
			color: #6d6d6d; 
		}
		
			#footer .sitesuite a { color: #6d6d6d; }
			#footer .sitesuite a:hover { text-decoration: underline; }
	
	#nav-footer {
		margin: 0;
		padding:0 0 10px 0;
		list-style: none;
	}
	
		#nav-footer li { display:inline; float: left; }
		
		#nav-footer li a {
			color: #000;	
			text-decoration: none;
			font: bold 12px Arial, Helvetica, sans-serif;
			padding: 8px 13px;  
			display: block;
		}
		
		#nav-footer li a:hover {
			text-decoration: underline;
		}

/*----------------------------------------------------------------------------- 
	Navigation 
-----------------------------------------------------------------------------*/
#nav {
	margin: 0;
	padding:0;
	list-style: none;
}

	#nav li {
		display: inline;
		float: left;
	}

	#nav li a.mainNav {
		display: block;
		padding: 14px 14px 10px 14px;
		font: bold 13px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #fff;
	}
	
	
	#nav li a.mainNav:hover, #nav li a.On { /* top level hover */ 
		color: #0b0b0b;
		background: url(../templateimages/nav_hover.jpg) #fff repeat-x;
		border: 1px solid #908994;
		border-bottom: 0;
		padding: 13px 13px 10px 13px;
	} 

#nav li ul { /* second-level lists  */
	position : absolute;
	left: -999em;
	margin : 0px;
	width: 280px;
	list-style: none;
	padding: 0;
	line-height:0; 
	}

#nav li ul li {
	width: 280px; margin:0; padding:0; line-height: 1em;
}

#nav li ul li a {
	display : block;
	padding: 11px 12px 10px 12px;
	border: 0;
	border-bottom: 1px dotted #b2b2b2;
	border-left: 1px dotted #b2b2b2;
	border-right: 1px dotted #b2b2b2;
	text-decoration: none;
	background: #fff; 
	color: #333333;	
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

#nav li:hover, #nav li.sfhover { position: static; }
	
#nav li ul li a:hover { background: #eeeeee; } /* Second level hover */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul 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, #nav li li li.sfhover ul {  
		left: auto;
	}

