/* css template for hide'n'drink
author Michael Broughton
*/
	body
	{
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 15px;
		color: #333333;
		background-color: #FFFFFF;
	}
		
	h1, h2, h3, h4 {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #996600;
	}

	h1 {
		font-size: 197%;
		margin: 0 20px 0 20px;
		text-align: left;
	}
	
	h2 {
		font-size: 150%;
		margin: 10px;
		text-align: left;
	}
	
	h3 {
		font-size: 150%;
		margin: 20px 20px 10px 20px;
		text-align: right;
		font-style: italic;
	}
	
	h4 {
		font-size: 150%;
		margin: 10px 20px 10px 20px;
		text-align: left;
		font-style: italic;
	}	
	
	p, ol, ul {
		line-height: 130%;
	}

	a:link {text-decoration: none; color: #996600;}
	a:visited {text-decoration: none; color: #996600;}
	a:active {text-decoration: none; color: #000080}
	a:hover {text-decoration: underline; color: #996600;}	
	
	#container
	{
		margin: 1em auto;
		width: 800px;
		text-align: left;
		background-color: #FFFFFF;
	}

	#left-col
	{
		float: left;
		width: 250px;
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	#left-col p { 
   		text-align: left 
    	margin: 0 10px 10px 0; 
	}
	
	#left-col img
	{
	    text-align:center;
	   	margin: 10px 10px 10px 30px; 
	   	border: none; 
    }
    
	#left-col img.floatleft { 
    	float: left; 
    	clear: float;
    	margin: 0 10px 20px 10px; 
	}
	
	#picture
	{
		width: 250px;
		height: 403px;
		background: #FFFFFF url(../images/main-rnd.jpg) no-repeat 0 30px;
	}

	#sidebar1
	{
		margin: 12px 0 0 0;
		padding: 0 10px 10px 10px;
		width: 230px;
		overflow: hidden;
		background-color: #F8F8F8;
	}
    
	#sidebar2
	{
		margin: 20px 0 0 0;
		padding: 0 10px 2px 10px;
		width: 230px;
		overflow: hidden;
		background-color: #FFFFFF;
	}

	#right-col
	{
		margin-left: 260px;
		background-color: #FFFFFF;
	}
	
	#header
	{
		width: 540px;
		height: 120px;
		background: url(../images/hidendrinkAustralialogo.jpg) no-repeat 0px 0px;
	}
	
	#menu
	{
		font-family: Georgia, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		width: 540px;
		height: 25px;
		background: url(../images/menu-bg5.png) no-repeat 0px 0px;
	}
	
	#menu ul {
		width: 540px;
		height: 25px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#menu li {
		display: inline;
	}

	#menu a {
		display: block;
		float: left;
		height: 25px;
		padding: 1px 10px 0 14px;
		color: #FFFFFF;
	}	
	
	#menu a:hover {
		text-decoration: none;
		/*background: #FFFFFF;*/
		color: #000000;
	}
	
	#menu a.thispage {
		display: block;
		float: left;
		height: 25px;
		padding: 1px 10px 0 14px;
		background: #FFFFFF;
		color: #996600;
	}
	
	#content
	{
		width: 540px;
		background-color: #FFFFFF;
	}
	
	#top-content
	{
		width: 540px;
		height: 22px;
		background: url(../images/frame-top1.jpg) no-repeat 0px 10px;
	}
	
	#the-content
	{
		width: 500px;
		background: url(../images/frame-mid2.jpg) repeat-y 0px 0px;
		padding: 20px;
	}

	#the-content p
	{
		margin: 10px 20px 10px 20px;
	}
	
	#the-content p.quote
	{
		margin: 10px 40px 30px 40px;
		font-size: 80%;
		font-weight: medium;
		color: #333333;
		text-align: center;
		
	}
	
	#the-content p.centre
	{
		text-align: center;
		
	}

	#the-content img.left
	{
		margin: 20px 0 10px 20px;
	}	
	
	#the-content img.media
	{
		margin: 0 20px 30px 20px;
	}
	
	#bot-content
	{
		width: 540px;
		height: 22px;
		background: url(../images/frame-bot1.jpg) no-repeat 0px 0px;
	}

	#footer	
	{
		clear: both;
		height: 20px;
		background-color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-align: right;
		font-size: 11px;
		color: #000080;
	}

	/* purchase page */
	.st {
	font-size:11px;
	color:#000;
	}


  .img {BORDER-RIGHT: 1px solid #000; 
	BORDER-TOP: 1px solid #000; 
	BORDER-LEFT: 1px solid #000; 
	BORDER-BOTTOM: 1px solid #000;}

  td.Selections
 {
 	background-color: #fee9c6;
	padding:5px;
	color:#000000;
	font-size:16px;
	font-weight:bold
 }
 
   td.SelectionsA
 {
 	background-color: #fdaa27;
	padding:5px;
	color:#000000;
	font-size:16px;
	font-weight:bold
 }
 
   td.SelectionsW
 {
 	background-color: #fdc66f;
	padding:5px;
	color:#000000;
	font-size:16px;
	font-weight:bold
 }
  td.Unit
 {
 	background-color: #fef5e6;
	padding:5px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
 }
 
 .smm { font-size:12px
 	
 }
 
 .emailit {
		text-decoration:	none;
		font-family: "Times New Roman", Times, serif,verdana,arial}

a.emailit:link
	{color:#fdaa27;
		font-family: "Times New Roman", Times, serif,verdana,arial
		}
a.emailit:visited,a.emailit:hover
	{color:	#fdc66f;	font-family: "Times New Roman", Times, serif,verdana,arial}