@charset "UTF-8";
/* CSS Document */

body {font:9pt Helvetica, Arial, Tahoma, sans-serif;
background-color:#FFF;
margin:0px;
}
img {
	border:0px;
}

/** ZONES **/
#headder {width:100%;
background: url(../images/bg-front.jpg)	repeat-x;
height:131px;
}
#content-top {width:100%;
height:443px;
background-image:url(../images/bg-front.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
#content {width:100%;
}


/* CONTAINERS */
#container {
	width:980px; 
	position:relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto;
}
#container2 {
	text-align:center;
}
.push {height:90px;}

.hidden {display:none;}


/** HEADER AND NAVIGATION **/
#logo {
	height:84;
	width:312px;
	background-image:url(../images/logo-front.png);
	background-repeat:no-repeat;
}

/* MENU */

#menu {
	width:920px;
	margin-top:6px;
	
}

#menu ul {
list-style-type: none;
margin: auto;
}
#menu ul a {
	margin-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
}
#menu ul a:hover {
	background-color:#0CF;
	color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}
.menu-active {
	background-color:#FFF;
	color: #306B78;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.menu-active a {
	color: #306B78;
}
#menu li {
	float: right;
}


.sel-center {
	background-image: url(../images/but-sel-bg.png);
	background-position:center;
	text-align: center;
}
		
		
/** FOOTER **/	
	div#footer-wrap {background:url(../images/bg-footer.gif) repeat-x; height:113px; position:relative;}
	div#footer {width:960px; margin:0 auto; padding:10px;}
	
	div#footer-top {color:#f2f2f2;}
	div#footer-top h4 {color:#fff; text-transform:uppercase; margin:5px 0; font-size:120%; font-weight:bold;}
	div#footer-top a {color:#adc3d3; font-weight:bold; font-size:0.9em; text-decoration:none;}
	div#footer-top a:hover {color:#fff;}
	
	div#footer-top h2 {font-size:160%; text-transform:uppercase; padding-top:10px; padding-right:10px; font-weight:bold;}
	div#footer-top h2 a {color:#a1a5a6;}
	div#footer-top h2 a:hover {color:#c7cdcf;}
	
	div#footer-bottom {margin-top:25px;}
	div#footer-bottom p {color:#717272; font-size:0.9em;}
	div#footer-bottom p a {color:#ccc; text-decoration:none;}
	
/** FORMS **/
input.text_field{border:1px solid #ddd;font-size:18px;padding:8px;width:180px;margin:0;-moz-border-radius:5px;-webkit-border-radius:5px;}

input.text_field:focus{border-color:#aaa;background-color:#fafafa;}

.options_menu{border:1px solid #ddd;font-size:13px;padding:8px;width:160px; height:25px ;margin:0;-moz-border-radius:5px;-webkit-border-radius:5px;}

.options_menu:focus {border-color:#aaa;background-color:#fafafa;}


/** BOXES **/
.box-light {
	background-color:#F9F9F9;
	color: #999;
	font-size:13px;
	font-weight:bold;
	padding:8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float:right;
}
.box-Dark {
	background-color:#666;
	color: #F0F0F0;
	font-size:13px;
	font-weight:bold;
	padding:8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box-search-client {
	width:155px;
	line-height:14px;color:#aaa;
	padding-top:20px;
}
.box-search-client h2 { font-size: 100%; text-transform: uppercase; margin: 0; font-weight: bold; color:#0090DB;
margin-bottom:-20px;
}
.box-search-client a {
text-decoration:none;
color:#39F;
}
.box-search-client a:hover {color:#aaa;
}

.box-search-img {
background-image:url(../images/img-corner.gif);
	background-repeat:no-repeat;
	background-position:bottom right; text-decoration: none;
	width:155px;
}
.box-search-img img {
	border: solid #D4D4D4; border-width: 1px;
}

/* ------- Categories list -------- */

div.categories{
  margin: 0px 0px 20px 0px;
}

div.categories ul, div.categories ul li{
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; list-style-type:none;
}

div.categories ul a{
  font-weight: bold;
}
/* RESULT LIST BAR */
#resultbar {
	height: 15px;
	padding: 6px;
	padding-left:10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #E6E6E6;	
	background-color: #E6E6E6;
	color:#FFF;
	font-size:13px;
}
.active {
	padding: 0 13px;
	padding-bottom:20px;
	margin: 0 2px;
	display: inline;
	background-color:#FFF;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;	
}
#resultbar a {
	padding: 3px 7px;
	line-height: 15px;	
	color: #507E9B;
	text-decoration:none;
	margin-left:10px;
}
#resultbar a:hover {
	color: #0A466E;
	background-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/* -- Vertical Linkbar List ------------------------------------------------- */

.vertical-linkbar-list { margin: 0 0 1.5em;}
.vertical-linkbar-list h2 { font-size: 100%; text-transform: uppercase; margin: 0; font-weight: bold; }
.vertical-linkbar-list ul { margin: 0; }
.vertical-linkbar-list ul li { clear: both; }
.vertical-linkbar-list a:link, .vertical-linkbar-list a:visited { color: #0090DB; }
.vertical-linkbar-list a:link.selected, .vertical-linkbar-list a:visited.selected { text-decoration: none; color: #999; }

/** --- SEARCH PAGE-----------------**/
.document-thumbnail { padding: 0 0 1.5em; overflow: hidden; }
.document-thumbnail h3 { font-size: 100%; line-height: 1.5em; margin: 0 25px 0 0; font-weight: bold; }
.document-thumbnail p { margin: 0; padding: 0; }
.document-thumbnail p.book-cover { height: 162px; position: relative; }
.document-thumbnail p.book-cover a { 
background-image:url(../images/img-corner.gif);
background-repeat:no-repeat;
	background-position:bottom right; padding: 0 12px 1px 0; position: absolute; left: 0; bottom: 0; text-decoration: none; }
.document-thumbnail p.book-cover img {  margin: 0; float: none; border: solid #D4D4D4; border-width: 1px; position: relative; }
.document-thumbnail .author { color: #AAA; }


/** POPULAR **/
.popular {
	color:#0090DB;
	font-size: 100%; margin: 0; font-weight: bold; 
	text-decoration: none;
}

.popular:hover {
	color:#333;
}

/********* SITEMAP AND SEARCH  ***************/

.nicelist {
	font-size:100%;
	font-weight:bold;
	color: #0090DB; 
	 text-decoration: none;
	 list-style-type:none;
	 margin: 0;
	 clear: both;
	 
}
.nicelist:hover {
	color:#999;
}

.nicelist2 {
	font-size:13px;
	font-weight:bold;
	color: #0090DB;
	text-decoration: none;
	list-style-type:none;
	margin: 0;
	clear: both;
	text-transform:uppercase;	 
}
.nicelist2:hover {
	color:#999;
}

/*************** CONTENT PAGES *************/

.text {
	color:#666;
	font-size:15px;
}
.text2 {
	font-family: HelveticaNeue-Medium, Helvetica, sans-serif;
	font-size:18px;
	color: rgb(57, 113, 162);
	font-stretch:condensed;
}

.title {
	color:#FFF;
	line-height:100px;
	text-shadow:#333 inherit;
}
