body {
	background-image:url(background_images/page.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#464646;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	margin:0px;
	padding:0px;
}

#centreContent {
	border:1px solid #A9A9A9;
	width:990px;
	min-height:660px;
	*height:80%;
	height:auto;
	overflow:auto;
	*overflow:visible;
	background-color:black;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(background_images/content.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:7px;
	padding-bottom:70px;
}

#menu {
	background-image:url(background_images/menu.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:auto;
	height:350px;
	float:left;
	margin-left:0px;
	overflow:hidden;
	text-align:right;
	position:absolute;
	z-index:99;
	cursor:pointer;
}

#centreContent div div div {
	color:#999999;
}

#slideMenu {
	cursor:default;
}

#menu a {
	color:#848484;
	text-decoration:none;
}

#menu a:hover {
	color:white;
}

a {
	color:#848484;
}

a:hover {
	color:white;
}

#footer {
	text-align:left;
	width:976px;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-22px;
	color:white;
	line-height:13px;
	clear:both;
}

label {
	width:170px;
	float:left;
}

#footer span {
	color:#777777;
}

#footer a {
	color:black;
	text-decoration:none;
}
#footer a:hover {
	color:white;
}

h1 {
	text-align:right;
	color:#777777;
	font-size:22px;
	margin-bottom:10px;
	text-transform:lowercase;
}

h2 {
	color:#777777;
	font-size:18px;
	text-transform:lowercase;
}

input[type=text]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:black;
	color:#AAAAAA;
	border:1px solid #AAAAAA;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:black;
	color:#AAAAAA;
	border:1px solid #AAAAAA;
}

.folderLink {
	float:left;
	display:inline;
	width:340px;
	height:274px;
	padding:0px;
	margin-left:70px;
	margin-bottom:25px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	text-align:center;
	border:1px solid #222222;
}

.folderLink a img {
	border:none;
	width:340px;
	height:220px;
}

.folderCaption {
	width:340px;
	margin-left:0px;
	color:#FFFFFF;
	background-color:black;
	text-align:center;
	margin-top:5px;
	padding-top:1px;
	padding-bottom:2px;
	display:block;
	font-size:11px;
}

.folderCaption a {
	text-decoration:none;
}

#imageOverlay {
	width:auto;
	height:auto;
	position:absolute;
	display:none;
	background-color:#1A1A1A;
	border:1px solid #777777;
	text-align:left;
}

#imageOverlay a img {
	border:1px solid black;
}

#imageOptions {
	display:none;
	position:absolute;
	background-color:black;
	border:1px solid #777777;
/*	border-left:10px solid black; */
	border-top:none;
	overflow:hidden;
	text-align:left;
}

#imageOptions a {
	margin-top:30px;
	display:block;
	text-decoration:none;
	white-space:nowrap;
}

#imageOptions form {
	width:auto;
	white-space:nowrap;
	margin:5px;
	display:none;
}

#imageOptions input {
	border:1px solid #777777;
	color:#777777;
	background-color:#231F20;
	cursor:pointer;
}

#imageOptions input:hover {
	border: 1px solid white;
	color:white;
}

#imageOptions form td {
	width:40px;
}

#imageOptions select {
	border:1px solid #777777;
	color:#777777;
	background-color:#231F20;
	cursor:pointer;
}

.boxedContent {
	background-color:#1A1A1A;
	display:block;
	height:auto;
	padding:20px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #777777;
}

.navLarger {
	border: 1px solid #777777;
	cursor:pointer;
}

.navLargerHigh {
	border: 1px solid white;
}

#breadCrumbs {
/*	display:none; */
}

#breadCrumbs a {
	color: #777777;
}

.storeForm input {
	border:1px solid #777777;
	color:#777777;
	background-color:#231F20;
	cursor:pointer;
}

.storeForm input:hover {
	border: 1px solid white;
	color:white;
}

