/*---------------------------------------*/
/*  Template created by Tomas Sardyha    */
/*            (  Darsain  )              */
/*     (  http://www.darsain.net/  )     */
/*---------------------------------------*/


/*
 *              Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
    font-family: Verdana;
    font-style:  normal;
    font-weight: normal;
    text-decoration: none;
}

body {
  color: #fff;
  background: url('style/body-bg.gif') repeat-x center top #081821;
}

a, a:link, a:visited { color: #1e596c; text-decoration: underline; }

a:hover { color: #fff; text-decoration: none; }

h1 { font-size: 30px; font-weight: normal; margin: 0 0 5px 0; }

h2 { font-size: 25px; font-weight: normal; }

h3 { font-size: 20px; font-weight: bold; }

/*
 *              Global
 */

.fl {
  position: relative;
  float: left;
}

.fr {
  position: relative;
  float: right;
}

.ffix {
  position: relative; clear: both;
  margin: 0; padding: 0; width: 0;
  height: 0; font-size: 0; line-height: 0;
}


/*
 *              Items
 */


#mainwrapper {
  background: url('style/logo.jpg') no-repeat center top;
}

#wrapper900 {
  width: 900px; min-width: 900px; max-width: 900px;
  margin: 0 0 20px 0;
}

.ie_visitor { display: none; }

/* ----- Top Bar ----- */

#top { height: 29px; min-height: 29px; max-height: 29px; }

#top .fl { padding: 1px; }

#top .fr { padding: 8px; }

#top img { margin: -px 0; }



/* ----- Main Menu ----- */

#menu {
  margin: 167px 0 25px 0;
  text-align: center;
}

#menu a, #menu a:link, #menu a:visited {
  padding: 5px 40px 20px 40px;
  margin: 0 -8px;
  color: #13303e;
  background: url('style/menu-link-bg-h.png') no-repeat center top;
  font-family: Verdana;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

#menu a:hover {
  color: #50cef7;
  background: url('style/menu-link-bg.png') no-repeat center top;
}


/* ----- Left Menu ----- */


#left-menu {
  float: left;
  margin: 40px 0 0 40px;
  width: 180px; min-width: 180px; max-width: 180px;
}

#left-menu .menu-top {
  height: 56px; min-height: 56px; max-height: 56px;
  background: url('style/left-menu-top.png') no-repeat left top;
}

/*-----*/

#left-menu .menu-bg {
  padding: 0 8px 5px 8px;
  background: url('style/left-menu-bg.png') repeat-y left top;
  text-align: left;
}

#left-menu .menu-bg a, #left-menu .menu-bg a:link, #left-menu .menu-bg a:visited {
  display: block;
  padding: 2px 0 5px 29px;
  margin: 0 0 1px 0px;
  color: #5596c7;
  background: url('style/lm-link-bg.png') no-repeat left bottom;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

#left-menu .menu-bg a:hover {
  color: #dceef8;
  background: url('style/lm-link-bg-h.png') no-repeat left bottom;
}

/*-----*/

#left-menu .menu-bottom {
  height: 13px; min-height: 13px; max-height: 13px;
  background: url('style/left-menu-bottom.png') no-repeat left top;
}



/* ----- Content box ----- */

#content {
  float: right;
  margin: 0 40px 0 0;
}

#content .content-top {
  width: 621px; min-width: 621px; max-width: 621px;
  height: 42px; min-height: 42px; max-height: 42px;
  background: url('style/content-top.png') no-repeat left top;
}

/*-----*/

#content .content-bg {
  width: 621px; min-width: 621px; max-width: 621px;
  background: url('style/content-bg.png') repeat-y left top;
}

#content .content-bg .in {
  padding: 8px 20px;
  text-align: left;
}

/*-----*/

#content .content-bottom {
  width: 621px; min-width: 621px; max-width: 621px;
  height: 20px; min-height: 20px; max-height: 20px;
  background: url('style/content-bottom.png') no-repeat left top;
}


/* ----- Footer ----- */

#footer {
  height: 67px; min-height: 67px; max-height: 67px;
  background: url('style/footer-bg.gif') repeat-x center top;
}

#footer .in {
  width: 900px; min-width: 900px; max-width: 900px;
  padding: 20px 0;
}





