/*
	INC.
*/
@charset "utf-8";

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, textarea, p, td {
	margin:0pt;
	padding:0pt;
}

body {
	background: url('../images/spacer.gif') no-repeat;
	background-attachment: fixed;
	font-family:Tahoma;
	font-size: 10pt;
}

img, div{ behavior: url("../scripts/pngbehavior.htc")}

a:link, a:hover, a:visited {
	color:#AE1919;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#subscribe {
	position:absolute;	
	top:297px;
	left:132px;
}
#subscribe .inputbox, #subscribe .label, #subscribe .button {
	position:absolute;
} 

#subscribe .label {
	font-size:11px;
	font-weight:bold;
	top:2px;
	left:1px;
}

#subscribe .inputbox {
	border:2px solid #FF0000;
	color:#AE1919;
	height:12px;
	left:60px;
	width:75px;
	font-size:10px;
}

#subscribe .button {
	left:143px;
}


#navigator {
	width:293px;
	height:412px;
	background:url(../images/element_menu.png) no-repeat;
	float:left;
	margin-top:57px;
	margin-left:7px;

	position: fixed;
	top:10%;
	left:0px;
	behavior:url(/scripts/position-fixed.htc);
}

#navigator a {
	color:#231F20;
	text-decoration:none;
}

#nav_text {
	position:absolute;
	margin-top:120px;
	margin-left:133px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:18px;
	line-height:34px;
	color:#231F20;
}

#nav_text ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#logo {
	position:absolute;
	top:93px;
	left:140px;
	width:120px;
	height:26px;
	font-size:18px;
	font-weight:bold;
	color:#231F20;
	padding-top:4px;
	padding-left:32px;
}

#marker{
	background:url(../images/list_marker.gif) no-repeat;
	width:8px;
	height:8px;
	position:absolute;
}
#content{
	margin-top:57px;
	margin-left:310px;
	margin-right:5px;
	margin: 40px 5px 5px 310px;
}
#cont_bl{
	background:url(../images/element_block_bl.png) bottom left no-repeat;
	padding-left:75px;
	padding-bottom:100px;
}
#cont_tr{
	background:url(../images/element_block_tr.png) top right no-repeat;
	padding-right:75px;
	padding-top:100px;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/***** SCREEN ****************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
#screen{
	border:solid red 1px;
	background:#F2F2F2;
	padding:0px 10px 10px;
}

#screen table{
	margin-top:3px;
	margin-bottom:6px;
}
#screen table tr td{
	padding:10px 10px;
	text-align:justify;	
}
#screen table tr th{
	padding:2px;
	background:#E5E5E5;
}
#screen h1{
	font-size:18pt;
	border-bottom: solid red 2px; 
	margin: 18px 0px 6px 35px;
}
#screen p{
	text-align:justify;
	text-indent: 10px;
	margin-top:6px;	
	margin-bottom:3px;	
}
#screen ul {
	text-align:justify;
	list-style:url(../images/list-box.png);
	margin-right:30px;
	padding-left:40px;
}
#screen blockquote {
	font-size:8pt;
	font-style:italic; 	
	margin-left:80px;
	margin-right:20px;
	padding:5px;
	border: 1px dashed;
	background:#E5E5E5 url(../images/information.png) no-repeat;
}
#screen blockquote h1 {
	font-size:10pt;
	margin:0px 20px;
	border:none;
}
#screen blockquote ul{
	text-align:justify;
	list-style-image: none;
	list-style-type:decimal;
	margin-right:10px;
}
/*****************************************************************************/
/***** END of SCREEN *********************************************************/
/*****************************************************************************/

