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

/*  -----------------------------------------------------------------
    |  RESET BROWSER DEFAULTS
    -----------------------------------------------------------------  */

body, div, p, h1, h2, h3, img, a, ul, li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:16px;
	color:  #ffffff;
	background:url(../images/bg_window.jpg) bottom left repeat fixed;
}



/*  -----------------------------------------------------------------
    |  POPUP - GENERAL STRUCTURE
    -----------------------------------------------------------------  */
    

/*  --- CENTER PAGE ---  */


#title{
	position:fixed;
	top: 0px;
	left:0px;
	z-index: 30;
	width:100%;
	height:55px;
	
	background:url(../images/bg_window_top.png) bottom left no-repeat;
}

#navigation{
	position: fixed;
	top: 30px;
	left:10px;
	width: 315px;
	z-index:40;
	
	text-align:right;
}


#content{
    position: absolute;
	top: 80px;
	left: 35px;
	width: 280px;
    z-index:10;
	
	padding-bottom:130px;
	}
		
			


/*  -----------------------------------------------------------------
    |  STYLES
    -----------------------------------------------------------------  */

h1{
	text-transform:uppercase;
	margin-top:40px;
	font-size:16px;
	font-weight:normal;
	}
	
p{
	padding-top: 10px;
	}


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

a:hover { 
	text-decoration:underline;
	color:  #ffffff; 
	}

#navigation, #navigation a:link, a:visited{
	font-size:12px;
	letter-spacing:4px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;

}

#navigation a:hover, #navigation .active { 
	text-decoration:line-through;
	text-transform:uppercase;
	}

