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

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: none;
	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;
}


/*----------------------------------------------------------------------------- 
	Layout Styles
-----------------------------------------------------------------------------*/
#headerWrap {
	background: #350f44;
}

	#header {
		width: auto;
	}

	#flash {
		display: none;
	}
	
	#logo {
		display: none;
	}
	
	#logo_print { display: block; }
	
	#navWrap {
		display: none;
	}


#contentWrap {
	width: auto;
}

	#contents {
		
	}
	
	#contents_RHS { display: none; }

#footerWrap {
	background: none;
}

	#footer {
		width: 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 {
		display: none;
	}
	

