/* CSS Document */

/*--	website created by Minefield digital media 		--*/
/*--	http://www.minefield.com.au		--*/
/*  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,
table, caption, tbody, tfoot, thead, tr, th, td {
	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;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}


/*--	Basic CSS		--*/

	* {

		margin:0;
		padding:0;
		position: relative;
	}

	

	body {
		background: #a50a56 url(../images/page_bg.gif) top repeat-x;
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		color:#a50a56;
	}
	
	p {
		padding: 0.2em 0.5em;
		line-height: 1.3em;
		font-size: 0.8em;
	}
	
	a {
		color: #1C8618;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	ul {
		font-size: 0.8em;
		padding: 0.5em 2em;
	}
	
	img.right, img.border  {
		padding: 0.2em;
		border: 1px double #ccc;
		margin: 0 0 0.5em 0.5em;
	}
	
	
	
	b, strong {
		font-weight: bold;
	}
	
	hr {
		height: 1px;
		border:1px solid #ccc;
		color: #ccc;
		margin: 1em 0.5em;
		clear: right;
	}
/*--		Layout Divs			--*/

	#container {
		width: 760px;
		margin: 0 auto;
	}
	

	#header {
		height: 350px;
		background: url(../images/header_bg.jpg);
		position: relative;
	}
	
		#flashHeader {
			width: 760px;
			height: 200px;
			position: absolute;
			bottom: 0;
		}
	
	#content {
		background: url(../images/content_bg.gif) top repeat-y;
		padding: 1em 3em;
	}
	
	
/*--		Headings			--*/
	
	h1 {
		display: block;
		text-indent: -1000em;
	}
	
	h2,h3,h4,h5 {
		font-size: 18px;
		font-weight:bold;
	}
	
	
	
	h1.home {
		background: url(../images/heading_home.gif) bottom no-repeat;
		height: 30px;
		width: 374px;
	}
	
	h1.balloon {
		background: url(../images/heading_balloons.gif) left no-repeat;
		height: 30px;
		width: 374px;
	}
	
	h1.about {
		background: url(../images/heading_about.gif) bottom no-repeat;
		height: 30px;
		width: 374px;
	}
	
	h1.products {
		background: url(../images/header_products.gif) bottom no-repeat;
		height: 30px;
		width: 374px;
	}
	
	h1.contact{
		background: url(../images/heading_contact.gif) bottom no-repeat;
		height: 30px;
		width: 374px;
	}
/*--		Classes			--*/

	.balloonIntro {
		color: #000066;
		font-size: 12px;
		line-height: 20px;
	}
	
	.contact {
		font-size: 14px;
		font-weight: bold;	
		color: #0099FF;	
	}	
	
	#smallList {
		font-size: 9px;
		padding-bottom: 10px;
	}
	
	#smallList p {
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
	}
	
	#smallList ol {
		margin: 0 30px;
	}
/*--		Homepage		--*/	

	#preamble {
		padding-top: 0.5em;
		font-size:0.7em;
	}
	
		#preamble p {
			line-height: 2em;
		}
	
	#products {
		background: url(../images/products_home.jpg) top no-repeat;
		width: 509px;
		height: 221px;
		position: relative;
		float: right;
	}
	
	#address {
		clear: both;
		
	}
	
	#address p {
		
	}
	
	.phone {
		font-weight: bold;
		font-size: 1.2em;
		line-height: 20px;
		padding: 0.2em 0.2em;
		color: #fff;
	}
	
			
			#contact_form {	
				font-size: 0.7em;
				color: #fff;			
			}
			
						
			#contact_form fieldset {
				padding: 1em;
				border: 1px solid #ccc;
			}
			
			#contact_form fieldset legend {
				padding: 0 0.5em;
				font-size: 1.2em;
				color: #DB3185;
			}
			
			#contact_form fieldset label {
				display: block;
				width: 100%;
				float: left;
				clear: left;
			}
			
			#contact_form fieldset input {
				float: left;
				margin: 0 0 0.5em 0;
				font: 0.8em 'Trebuchet MS', Arial, Helvetica, sans-serif;
				color: #333;
			}
			
			#contact_form fieldset textarea {
				font: 0.8em 'Trebuchet MS', Arial, Helvetica, sans-serif;	
				color: #333;		
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
			}

#contact {
	clear: both;
	width: 676px;
	height: 345px;
	overflow: hidden;
	background: url(../images/contact_bg.jpg) no-repeat;
	padding: 1em;
	margin-left: -1em;

}

	#contact_left {
		float: left;
		width: 48%;
	}
	
	#contact_right {
		float: right;
		width: 48%;
	}
		
		#contact_right p {
			color: #fff;
		}
		
		#contact_right p b {
			color: #A50A56;
		}
	
	#contact h2, #contact h3 {
		font-size: 0.8em;
	}
	
		#map p {
			color: #000;
		}
	
/*--		Products			--*/

	#products  div {
		width: 140px;
		color: #FFF; 

	}
		#products div p {
			font-size: 0.7em;
			line-height: 1.2em;
			padding: 0.2em 0;
		}
	
	#products div a {
		color: #FFFF00;
		font-size: 0.7em;
		display: block;
		z-index: 20;
	}
	
	#cocktail {
		position: absolute;
		left: 15px;
		bottom: 20px;
	
	}
	
	#choc {
		position: absolute;
		left: 185px;
		bottom: 20px;
	}
	
	#party {
		position: absolute;
		left: 350px;
		bottom: 20px;
	}
	
	#products .prodHeader {
		margin-left: -1000em;
	}

/*--		Footer			--*/
	
	#footer  {
		background:url(../images/footer_bg.gif) top no-repeat;
		height:85px;
		color: #FFF;
		text-align: center;
		clear: all;
		width: 100%;
	}
	
	#footer p {
		padding-top: 21px;
	}
	
	#footer a {
		text-decoration: none;
		color: #fff;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
