/*----------------------------------------------
  Seagreens Site Menu - Robert Wilson 08/04/08
----------------------------------------------*/
body
{
	background: #ffffff;
	color: #003399;
	font: 67.5% Tahoma , Arial, Helvetica, sans-serif;
}
a, link, visited
{
	color: #c00;
	text-decoration: none;
}
a:hover
{
	color: #c00;
	text-decoration: underline;
}
#sitemap_icon
{
	position: absolute;
	right: 15px;
	top: 33px;
	z-index: 999;
}
#home_icon
{
	position: absolute;
	right: 20px;
	top: 77px;
	z-index: 999;
}
/* ********** Departments *********** */
div#dept_images
{
	left: 0px;
	position: absolute;
	top: 20px;
	width: 100%;
	white-space:nowrap;
}
div#dept_names
{
	left: 0px;
	position: absolute;
	top: 150px;
	width: 100%;
}
div#dept_menus
{
	left: 0px;
	position: absolute;
	top: 181px;
	width: 100%;
}
div#dept_menus div
{
	margin-bottom: 8px;
	line-height: 1.2em;
}
.book
{
	float: left;
	text-align: center;
	padding: 0 17px 10px 0;
	text-align: left;
	width: 15%;
}
.spacer
{
	min-width: 130px;
	width: 12%;
}
/* ********** Decoration *********** */
#left_margin
{
	background: url(../../Images/sitemenu/left_margin_red.jpg) #9B1713 no-repeat top left;
	height: 100%;
	left: 0;
	position:fixed;
	_position:absolute;
	top: 0;
	width: 100px;
	z-index: 99;
}
#red_line
{
	background: url( '../../Images/books/common/red_line.jpg' ) repeat-x;
	height: 7px;
	position: absolute;
	right: 0px;
	top: 119px;
	width: 95%;
	z-index: 0;
}
/* ********** Menu Styles ********** */
/* product */
.menu_basic
{
	color:#999;
}
.menu_product a, visited
{
	color: #5c9637;
}
.menu_product a:hover
{
	color: #c00;
}
/* university */
.menu_university a, visited
{
	color: #70735f;
}
.menu_university a:hover
{
	color: #c00;
}
/* corporate */
.menu_corporate a, visited
{
	color: #8d602e;
}
.menu_corporate a:hover
{
	color: #c00;
}
/* contact */
.menu_contact a, visited
{
	color: #183461;
}
.menu_contact a:hover
{
	color: #c00;
}
/* media */
.menu_media a, visited
{
	color: #602953;
}
.menu_media a:hover
{
	color: #c00;
}
/* footer */
div#footer
{
	position: absolute;
	bottom: 10px;
	left: 13%;
	font-size: 0.9em;
	line-height: 1.5em;
	white-space:nowrap;
}
#footer img
{
	float: left;
	padding-right: 20px;
}
#flags
{
	position: absolute;
	bottom: 45px;
	left: 14%;
}
#flags img
{
	float: left;
	padding-right: 18px;
}

/* Inputs */
select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1em;
	background-color: white;
	color: #333;
	border-color: #37611c;
	border-style: inset;
	border-width: 1px;
	margin-top: 3px;
	padding: 1px 3px 2px 3px;
}
select:focus, input:focus, textarea:focus
{
	color: #c00;
}
