/* main.css */
/* little, useful things */
.hide {
	position: absolute;
	left: -800px;
}
a.button {
	background-color: #67c1ff;
	border: 1px solid #61a2ff;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 1px 8px;
	color: #000;
	text-decoration: none;
	cursor: default;
}
strong.nocookie {
	color: red;
}
/* body, etc */
body {
	background: url(../i/sky2-1024x768.jpg) top left no-repeat fixed;
	margin: 10px 0;
	font-family: Tahoma, Arial, serif;
	font-size: small;
}

div#title {
	width: 100%;
	margin: 0 0;
	height: 80px;
	border-bottom: 1px solid #000;
	/*

	text-align: center;
	font-size: x-large;
	background-color: #66CCFF;
	line-height: 60px;
	*/
}
div#title h1 {
	text-align: center;
}
div#title img {
	border: 0;
}
div#page_title {
	color: #fff;
}
div#page_title a {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:109px; 				/* width from #menu li - 11 */
	height:20px; 
	border:1px solid #fff; 
	background:#758279; 
	padding-left:10px; 
	margin-left: 1px;
	line-height:20px;
}
div#page_title a.back {
	margin-top: -21px;
	border-width: 0 1px 0 0; 
}
div#page_title a.contact {
	margin-left: auto; /* align right.. one of css's many little annoyances */
	margin-top: -20px;
	border-width: 0 0 0 1px; 
}
div#page_title a:hover {
	background:#949e7c;
}
div#page_title h1 {
	height: 20px;
	clear: both;
	width: 100%;
	background-color: #758279;
	text-align: center;
	border: 1px solid #fff;
	border-width: 1px 0 1px 0;
	font-size: medium;
	margin: 0 0;
	padding: 0 0;
	font-weight: normal;
	letter-spacing: 1px;
}
div#main {
	/*margin: 0 200px;*/
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #03f;*/
	border: 1px solid #b4c3d9;
	/*background-color: #d2effe;*/
	background-color: #c6d9f1;
}
div#content {
	padding: 10px 30px 30px 30px;
	margin: 0 0;
}

/* For those pages which have image thumbnails in the centre */
div.thumbs {
	text-align: center;
	padding: 0 0;
	margin: 20px 0 0 0;
}
div.thumbs img.first {
	margin-left: 0;
}
div.thumbs a img {
	/*border: 2px outset #333;*/
	border: none;
}

div#desc_middle {
	/*border: 1px dashed #333;*/
	border: 1px solid #b4c3d9;
	margin: 20px auto;
	padding: 8px 10px;
	/*background-color: #f2fafe;*/
	background-color: #e6f1ff;
	font-size: 0.85em;
	text-align: center;
	width: 90%;
}

.outofstock {
	/* font-weight: bold; */
}

/* The MENU */
/* Basic Menu Setting */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Thankyouuuuuuuuuuuu Stu! Spent aaages trying to get a drop-down menu that didn't bug in FF,
or in IE. You're has been such a big help as a base template!! */

#menu {
	width:600px; 
	font-size:0.85em;
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu ul ul {
	width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:120px;
	position:relative;
}
/* style the links for the top level */
#menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:109px; 				/* width from #menu li - 11 */
	height:20px; 
	border:1px solid #fff; 
	border-width: 0 0 0 1px; 
	background:#758279; 
	padding-left:10px; 
	line-height:20px;
}
#menu li.first a {
	border-left-color: #758279;
}

/* style the third level background */
#menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
#menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:0; 
	width:150px;
}

/* position the third level flyout menu */
#menu ul ul ul{
	left:150px; 
	top:0;
	width:150px;
}
/* position the third level flyout menu for a left flyout - not used */
#menu ul ul ul.left {
	left:-150px;
}

/* style the second level links */
#menu ul ul a, .menu ul ul a:visited {
	background:#d4d8bd; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:129px;
	border-width: 1px 1px 0 1px; 
}

/* style the top level hover */
#menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#949e7c;
}
#menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
	visibility:visible;
}

@media print {
	.print {
		position: inherit;
	}
	div#title {
		height: 40px;
		border: 0;
	}
	div#title img {
		display: none;
	}
	div#menu {
		display: none;
	}
	div#page_title a {
		display: none;
	}
	div#page_title h1 {
		font-size: large;
	}
	div#main {
		width: 100%;
		border: 0;
	}
}

