html {
	height:100%;
}

body {
	background-image:url(background_images/page.jpg);
	background-repeat:repeat-x;
	background-color:white;
	background-position:top left;
	text-align:center;
	margin:0px;
	padding:0px;
/*	height:100%; */
	font-family:"Bauhaus",Verdana,Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#727171;
	overflow:auto;
}

#centreContent {
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	border-left:1px solid #727171;
	border-right:1px solid #727171;
	min-height:700px;
	overflow:visible;
	height:auto;
	text-align:left;
	background-image:url(background_images/content.jpg);
	background-repeat:no-repeat;
	background-position:70% 40%;
}
	
#header {
	background-image:url(background_images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:88px;
}

#menu {
	background-image:url(background_images/menu.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:394px;
	width:302px;
	text-align:left;
	float:left;
	display:inline;
}

#menu a {
	color: #727171;
	text-decoration:none;
	border-left:30px solid black;
	margin-bottom:3px;
	display:block;
	width:260px;
/*	background-color:black; */
}

#menu a:hover {
	color:#FFFFFF;
}

a {
	color: #727171;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

#carousel td {
	width:214px;
}

#carousel td a img {
	width:204px;
	height:290px;
	margin-top:30px;
	margin-bottom:10px;
	border:1px solid #727171;
}

#carousel td a:hover img {
	border:1px solid white;
}

#footer {
	clear:both;
	text-align:center;
	font-size:14px;
	border-top:50px solid black;
	border-bottom:20px solid black;
}

#carouselNav {
	background-image:url(background_images/nav.gif);
	height:40px;
	width:640px;
	margin-top:-15px;
	text-align:right;
}

#carouselNav img {
	float:right;
	display:inline;
	width:30px;
	height:31px;
	margin-top:3px;
	cursor:pointer;
	margin-right:6px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#mainContent {
	min-height:600px;
	overflow:visible;
}

h1 {
	font-size:18px;
	color:white;
}

.imageThumb {
	width:140px;
	height:140px;
	border:1px solid #727171;
	margin:10px;
	cursor:pointer;
	float:left;
	display:inline;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

label {
	float:left;
	display:inline;
	margin-right:10px;
	width:240px;
	text-align:right;
	clear:both;
}

input {
	font-family:"Bauhaus",Verdana,Helvetica,Arial,sans-serif;
	font-size:18px;
}

textarea {
	font-family:"Bauhaus",Verdana,Helvetica,Arial,sans-serif;
	font-size:18px;
	width:300px;
	height:100px;
}

#textlinks {
	width:992px;
	text-align:center;
	background-color:white;
	font-size:12px;
	margin-left:-1px;
	padding-top:5px;
}

#textlinks a {
	margin-left:10px;
	margin-right:10px;
	white-space:nowrap;
	margin-bottom:5px;
	padding-top:4px;
}

#textlinks a:hover {
	color:black;
}

#imageContent {
	background-repeat:no-repeat;
	background-position:center 50%;
}

#imageOverlay {
	background-color:black;
	width:665px;
	font-size:14px;
	position:absolute;
	height:auto;
	top:644px;
	border:1px solid white;
}

#imageOverlay div {
	margin:10px;
	color:white;
	font-style:italic;
	height:auto;
}

#itemCount {
	font-weight:bold;
}

.checkoutLink {
	display:none;
}

#header a.checkoutLink:hover {
	text-decoration:underline;
}

#buyThis {
	display:none;
	border:1px solid #676766;
	width:36px;
	position:absolute;
	height:36px;
	background-image:url(background_images/cart.gif);
	background-repeat:no-repeat;
	background-color:black;
	background-position:50% 50%;
	cursor:pointer;
	margin-left:10px;
	margin-top:2px;
	text-align:left;
	top:756px;
	z-index:500;
}

#dialogBox {
	background-color:black;
	border:2px solid black;
	position:absolute;
	top:250px;
	width:550px;
	display:none;
	background-image:url(background_images/dialog.jpg);
	background-repeat:no-repeat;
}

#dialogBox div {
	margin:1px;
	border:1px solid white;
}

#dialogBox div div {
	margin:20px;
	border:none;
	margin-top:65px;
}

.checkoutButton {
	margin:20px;
	padding:5px;
	display:block;
	cursor:pointer;
	border:1px solid white;
}

#closeButton {
	position:absolute;
	left:50%;
	margin-left:420px;
	width:40px;
	height:40px;
	top:100px;
	background-image:url(background_images/close.gif);
	background-repeat:no-repeat;
	display:none;
	cursor:pointer;
}
