/* Global */
img {
 border: 0;
}

/* Main Page / Popup */
body {
  background-color: white;
  font-family:Comic Sans MS,Verdana,Helvetica;
  font-size: 10px;
}

#page {
  width: 1024px;
}

input {
  font-family:Comic Sans MS,Verdana,Helvetica;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Content */

#content
{
  width: 800px;
  float: left;
  margin-right: 10px;
}

#content_text
{
  margin-left: 20px;
  margin-right: 20px;
}

#dziant_info_main
{
  margin-top: 10px;
}

.spacer
{
  width: 10px;
  height: 0;
}

#sidebar
{
  width: 200px;
  overflow: hidden;
}

#footer
{
  clear: both;
}

#copyright
{
  margin-top: -40px;
}

#terms
{
  margin-left: 350px;
}

/* Sidebar */

#openid_url {
  background: url(/images/login-bg.gif) no-repeat #FFF 5px;
  padding-left: 25px;
}

ul#news
{
  margin: 5px 0;
  padding: 0 5px;
}

#news li
{
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
  background: url(/images/bullet.gif) no-repeat 0 3px;
}

/* Browse */

ul.browse
{
  list-style-image:url(/images/bullet.gif);
}

/* Guided Tour */

#tour_title
{
  margin-left: 350px;
}

.tour_bullet_img
{
  width: 30px;
  height: 20px;
}

.tour_text
{
  margin-left: 100px;
}

#step_2
{
  margin-left: 120px;
}

.imgleft
{
  float: left;
  margin-left: 50px;
  margin-right: 50px;
}

.imgright
{
  float: right;
  margin-left: 20px;
}

/* Menu */

ul.navmenu
{
 margin: 0;
 padding: 0;
 list-style: none;
 display:inline;
}

.navmenu li
{
 float: left;
 margin: 0;
 list-style: none;
 display: inline;
 height: 25px;
}

.navmenu a
{
 border: 0px solid;
 display: block;
 float: left
}

/* Hide from IE5-Mac \*/
.navmenu a
{
  float: none;
}
/* End hide */

#topmenu {
 position: absolute;
 top: 10px;
 left: 810px;
 width: 240px;
 height: 42px;
}

#topmenu h2 {
 font-size: 4px;
 color: #ffffff;
}

#topmenu a {
 height: 42px !important;
 width: 50px;
 height: 42px;
}

a#help {
 background: url(/images/help_icon.png) 10px 0px no-repeat;
}
a:hover#help {
 background: url(/images/help_icon_highlited.png) 10px 0px no-repeat;
}
a.active#help {
 background: url(/images/help_icon_highlited.png) 10px 0px no-repeat;
}

a#tour {
 background: url(/images/guided_tour_icon.png) 0px 0px no-repeat;
 width: 60px;
}
a:hover#tour {
 background: url(/images/guided_tour_icon_highlited.png) 0px 0px no-repeat;
}
a.active#tour {
 background: url(/images/guided_tour_icon_highlited.png) 0px 0px no-repeat;
}

a#search {
 background: url(/images/search_icon.png) 10px 0px no-repeat;
}
a:hover#search {
 background: url(/images/search_icon_highlited.png) 10px 0px no-repeat;
}
a.active#search {
 background: url(/images/search_icon_highlited.png) 10px 0px no-repeat;
}

a#contact {
 background: url(/images/contact_icon.png) 10px 0px no-repeat;
}
a:hover#contact {
 background: url(/images/contact_icon_highlited.png) 10px 0px no-repeat;
}
a.active#contact {
 background: url(/images/contact_icon_highlited.png) 10px 0px no-repeat;
}


#tabmenu a {
 height: 42px;
}

/* -- inactive -- */
a#home
{
 background: url(/images/home_tab_grey.png) right top no-repeat;
 width: 151px;
}

a#browse
{
 background: url(/images/browse_tab_grey.png) right no-repeat;
 width: 126px;
}

a#whats-new
{
 background: url(/images/whats_new_tab_grey.png) right top no-repeat;
 width: 143px;
}

a#faq
{
 background: url(/images/faq_tab_grey.png) right top no-repeat;
 width: 126px;
}

a#about-us
{
 background: url(/images/about_us_tab_grey.png) right top no-repeat;
 width: 123px;
}

/* -- hover -- */
a:hover#home
{
 background: url(/images/home_tab_highlited.png) right top no-repeat;
}

a:hover#browse
{
 background: url(/images/browse_tab_highlited.png) right top no-repeat;
}

a:hover#whats-new
{
 background: url(/images/whats_new_tab_highlited.png) right top no-repeat;
}

a:hover#faq
{
 background: url(/images/faq_tab_highlited.png) right top no-repeat;
}

a:hover#about-us
{
 background: url(/images/about_us_tab_highlited.png) right top no-repeat;
}

/* -- active -- */
a.active#home,a.active:link#home,a.active:visited#home
{
 background: url(/images/home_tab_pink.png) right top no-repeat;
}

a.active#browse,a.active:link#browse,a.active:visited#browse
{
 background: url(/images/browse_tab_pink.png) right top no-repeat;
}

a.active#whats-new,a.active:link#whats-new,a.active:visited#whats-new
{
 background: url(/images/whats_new_tab_pink.png) right top no-repeat;
}

a.active#faq,a.active:link#faq,a.active:visited#faq
{
 background: url(/images/faq_tab_pink.png) right top no-repeat;
}

a.active#about-us,a.active:link#about-us,a.active:visited#about-us
{
 background: url(/images/about_us_tab_pink.png) right top no-repeat;
}
