
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #0B0E16 url(images/bodyback.jpg) no-repeat top center;
}

#skiptomain {
	display: none;
}

#wrapper {
	position: relative;
	width: 802px;
	left: 50%;
	margin-left: -401px;
	text-align: center;
	font-size: 0.85em;
}

#topheader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	width: 800px;
	text-align: left;
}

	#topleft {
		width: 300px;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#topright {
		width: 500px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: right;
	}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	background: #000 url(images/pageback.jpg) repeat-x bottom center;
	border: 1px solid #000;
}

#header {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#logo {
		width: 200px;
		height: 100px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
	}

	#topnav {
		width: 600px;
		height: 100px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
	}


#topstrip {
	width: 780px;
	margin: 10px 10px 0px 10px;
	padding: 5px 0px 3px 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
	#breadcrumb {
		width: 580px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
	}

	#date {
		width: 200px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: right;
	}

#maincontent {
	width: 780px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	min-height: 400px;
	height: auto;
	}
	/* for Internet Explorer */
	/*\*/
	* html #maincontent {
	height: 400px;
	}
	/**/
	
	
	
#footer {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 800px;
	height: 20px;
	text-align: left;
}

	#bottomleft {
		width: 500px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#bottomright {
		width: 300px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: right;
	}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/*****************
 FONTS
*****************/

#topheader { font-size: 0.8em; color: #fff; }
#topnav { font-size: 0.8em; }
#breadcrumb { font-size: 0.8em; color: #ccc; }
#date { font-size: 0.8em; color: #69c; }
#maincontent { font-size: 0.9em; color: #fff; line-height: 1.4em; }
#footer { font-size: 0.8em; color: #888;  }


/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.4em; display:block; color: #69c; font-weight: normal; margin: 20px 0px 10px 0px;}
h2 { font-size: 1.1em; display:block; color: #fff; font-weight: bold; margin: 10px 0px 10px 0px;}
h3 { font-size: 1.1em; display:block; color: #fff; font-weight: bold; margin: 5px 0px 5px 0px;}


/*****************
 TOP OF PAGE NAV LIST
*****************/

ul#nav {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 590px;
	height: 100px;
}


ul#nav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 4px;
	width: 79px;
	border-left: 1px solid #999;
	display: inline;
	text-align: left;
}

	ul#nav li.homelink { width: 50px; }
	ul#nav li.buybottleslink { width: 108px; }
	ul#nav li.namelink { width: 88px; }
	ul#nav li.aboutlink { width: 79px; }
	ul#nav li.showcaselink { width: 70px; }
	ul#nav li.contactlink { width: 70px; }
	ul#nav li.linkslink { width: 88px; }


ul#nav li a {
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #69c;
	text-decoration: none;

}


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 0px 0px 10px 0px; }

/*****************
 LINKS
 *****************/

#topheader a:link{ color: #fff; text-decoration: none }
#topheader a:visited{ color: #fff; text-decoration: none }
#topheader a:hover{ color: #fff; text-decoration: underline }

#breadcrumb a:link{ color: #ccc; text-decoration: none }
#breadcrumb a:visited{ color: #ccc; text-decoration: none }
#breadcrumb a:hover{ color: #ccc; text-decoration: underline }

#maincontent a:link{ color: #69c; text-decoration: underline }
#maincontent a:visited{ color: #69c; text-decoration: underline }
#maincontent a:hover{ color: #69c; text-decoration: underline }

#footer a:link{ color: #888; text-decoration: none }
#footer a:visited{ color: #888; text-decoration: none }
#footer a:hover{ color: #888; text-decoration: underline }

/*****************
 IMAGE BORDERS
 *****************/

img { border: none }


/****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/*****************
 FEATURES
 *****************/

div.featurecolours {
   	width: 75px;
  	margin: 0px 5px 10px 0px;
  	padding: 0px;
   	float: left;
   	text-align: center;
   	
   }

div.featurecoloursend {
    	margin: 0px 0px 0px 0px;
   }

div.featurecolours p {
	margin: 0px;
	padding: 5px;
   }

 /*****************
 TRANSITIONS
*****************/

/* default opacity for IE */
img {
	filter: alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position: absolute;
	z-index: 30000;
	visibility: hidden;
	}

/**********************
 FLASH ANIMBLOCK
***********************/

#flashanim {
	position: relative;
	float: right;
}

#flashanim.firstimage {
	background: transparent;
	width: 280px;
	height: 350px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
}


/**********************
 BOTTLE CUSTOMISATION
***********************/

div.optionhead {
	clear: left;
	width: 474px;
	background: url(/images/optionhead.gif) no-repeat left top;
	color: #361901;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 0px 2px 6px;
	margin-top: 2px;
	cursor: pointer;
}

div.optionbox {
	clear: left;
	width: 480px;
	overflow: auto;
	padding: 4px 0px;
}

	div.optionbox label {
		float: left;
		width: 120px;
		font-weight: bold;
		padding-top: 2px;
	}
	
	input.txtbox {
		border: 1px solid #89C;
		background: 0;
		color: #fff;
	}
	

div.ordernowbox {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 280px;
	height: 135px;
	padding-top: 20px;
	background: url(/images/ordernowbox.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#theprice { display: block; margin-top: 5px; font-size: 2.0em; }

#bottlepos {
	width: 280px;
	height: 570px;
	float: right;
	position: relative;
}

	#bottlepos div {
		position: absolute;
		width: 280px; height: 570px;
		left: 0px; top: 0px;
	}

	#bottle_body {
		position: absolute;
		width: 280px; height: 570px;
		left: 0px; top: 0px;
	}
	
	#bottle_lid {
		position: absolute;
		width: 280px; height: 570px;
		left: 0px; top: 0px;
	}
	
	#bottle_overcap {
		position: absolute;
		width: 280px; height: 570px;
		left: 0px; top: 0px;
	}
	
	#bottle_strap {
		position: absolute;
		width: 280px; height: 570px;
		left: 0px; top: 0px;
	}
	

	
