BODY {
	color: #000000;
	background-color: #B8B87A;
	margin: 0;
	font-size: 16px;
}

#WRAPPER {
	margin: 0;
	padding: 0;
	width: 100%;
}
#HEADER {
	background-color: #000000;
	width: 100%;
	height: 50px;
	top: 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #C0C082;
	position: absolute;
	margin: 0;
	padding: 0;
}
#MENU {
	background-color: #000000;
	width: 100%;
	height: 25px;
	border-width: 0px;
	margin: 0;
	padding: 0;
	color: #C0C082;
	font-size: 16px;
	position: absolute;
	top: 51px;
}
#CONTENTS {
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 76px;
	background-color: #B8B87A;
}
DIV.MENUFORM {
	position: absolute;
	height: 25px;
	right: 140px;
	left: 0;
	top: 0;
	margin: 0px;
	padding: 0 0 0 5px;
}
DIV.SOCMED {
	position: absolute;
	height: 25px;
	width: 145px;
	right: 0;
	top: 0;
	margin: 0px;
	padding: 0px;
}

#LOGO {
	position: absolute;
	width: 300px;
	height: 50px;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: #444444 url('http://www.grtbooks.com/images/gbc_logo.jpg') no-repeat left top;
	z-index: 1;
}

#NAVIMG {
	position: absolute;
	width: 155px;
	height: 50px;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 2;
}



a.MENU {
	text-decoration:none; color:#C0C082
}
a.SMLINK {
	text-decoration:none; font-size:smaller; color:#C0C082
}
a.AMAZON {
	text-decoration:underline; color:#604000
}
SPAN.MENUSEL {
	font-weight:bold; color:#C08040
}
SPAN.MENU {
	font-weight:normal; color:#C0C082
}
SELECT {
	margin: 0;
	background-color: #C0C082; 
}
FORM {
	margin: 0;
	padding: 0;
}
INPUT {
	background-color: #C0C082;
}
DIV.FORMELEMENT {
	display: inline-block;
	height: 25px;
}
DIV.SOCMEDELEM {
	display: inline-block;
	height: 23px;
	width: 69px;
	padding: 1px 0 1px 0;
	margin: 0;
}
#INDEX {
	position: absolute;
	left: 0;
	width: 300px;
	min-height: 280px;
	margin: 0;
	border-bottom-right-radius: 10px;
	padding: 0 0 5px 5px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: black;
	background-color: #B0B070;
	z-index: 10;
	transition: left 1s;
	-webkit-transition: left 1s;
}
#showmenu {
	color: #C0C082;
	background-color: #000000;
	width: 25px;
	text-align: center;
	position: absolute;
	border-radius: 0 25px 25px 0;
	padding: 25px 5px 25px 5px;
	margin: 10px 0 0 0;
	z-index: 5;
	cursor: pointer;
}
#menutab {
	text-align: center;
	display: none;
	width: 100%;
}
#hidemenu {
	color: #C0C082;
	background-color: #000000;
	text-align: center;
	display: inline-block;
	border-radius: 0 0 25px 25px;
	padding: 5px 25px 5px 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

#INFO {
	position: absolute;
	left: 305px;
	right: 0px;
	margin: 0;
	padding: 0 5px 5px 5px;
	z-index: 1;
	background-color: #C0C082;
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: black;
	border-bottom-left-radius: 10px;
}

DIV.IDXSEL {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 15px;
}

UL {
	margin: 0;
	padding: 0 0 0 20px;
}
UL LI.has {
	list-style-image: url('http://www.grtbooks.com/images/has_ol.gif');
}
UL LI.fra {
	list-style-image: url('http://www.grtbooks.com/images/fra_ol.gif');
}
UL LI.buy {
	list-style-image: url('http://www.grtbooks.com/images/buy_ol.gif');
}
UL LI.bfr {
	list-style-image: url('http://www.grtbooks.com/images/bfr_ol.gif');
}
UL LI.not {
	list-style-image: url('http://www.grtbooks.com/images/not_ol.gif');
}

@media (max-width: 900px) {
	#INDEX {
		left: -310px;
	}
	
	#INFO {
		left: 40px;
	}
	
	#menutab {
		text-align: center;
		display: block;
		width: 100%;
	}
	
	#MENU {
		height: 50px;
	}
	
	#CONTENTS {
		top: 101px;
	}
	
	DIV.MENUFORM {
		height: 50px;
		right: 70px;
	}
	DIV.SOCMED {
		height: 50px;
		width: 70px;
	}
}

@media (max-width: 500px) {
	#INDEX {
		left: -310px;
	}
	
	#INFO {
		left: 40px;
	}
	
	#menutab {
		text-align: center;
		display: block;
		width: 100%;
	}
	
	#MENU {
		height: 75px;
	}
	
	#CONTENTS {
		top: 126px;
	}
	
	DIV.MENUFORM {
		height: 75px;
		right: 70px;
	}
	DIV.SOCMED {
		height: 75px;
		width: 70px;
	}
}

@media (max-width: 435px) {
	#INDEX {
		left: -310px;
	}
	
	#INFO {
		left: 40px;
	}
	
	#menutab {
		text-align: center;
		display: block;
		width: 100%;
	}
	
	#MENU {
		height: 100px;
	}
	
	#CONTENTS {
		top: 151px;
	}
	
	DIV.MENUFORM {
		height: 100px;
		right: 70px;
	}
	DIV.SOCMED {
		height: 100px;
		width: 70px;
	}
}