/* General stylesheet */

/* Defaults_ */
/* fix cursor pointer */
a {
	cursor:pointer;
	text-decoration:underline;
	color:#383838;
	}

~a, label {cursor:hand;}

a:hover {
	text-decoration:none;
	}

/* disable focus border for links and fields */
a:focus, input, input:focus {
	outline:none;
	}

/* disable img border */
img {
	border:none;
	}

span.document_link a img {
	display:block;
	float:left;
	margin:0 4px 0 0;
	}

/* reset margins and paddings to zero */
* {
	margin:0;
	padding:0;
	}

/* colors */

.red {
	color:#d1271e;
	}

.black {
	color:#000;
	}

.cleaner {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	}

span.nobr {
	white-space:nowrap;
	}

/* BEGIN STYLES */
html, body {
	font: normal 100%/100%  arial, tahoma, geneva, verdana, helvetica, sans-serif; /* font base size 100% (usual 16px) */
	background-color:#e5e5e5;
	color:#000;
	height:auto;
	width:auto;
	}
#containeer{
	width:auto;
	clear:both;
	margin:0 auto;
}
/*------------------------------------------------------------------*/
#content_bg_1{
	background:url(img/bg_1.jpg) no-repeat center top;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:54px;
	overflow:hidden;
	_height:800px;
}
#content_bg_2{
	background:url(img/bg_2.jpg) no-repeat center top;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:54px;
	overflow:hidden;
	_height:800px;
}
h2, h4{
	font-weight:normal;
}
h4{
	font-style:italic;
	font-size:1.13em;
}
h2{
	font-size:2.25em;
	line-height:36px;
	color:#ff7800;
	margin-top:8px;
}
.line{
	width:auto;
	height:38px;
	
	margin-top:348px;
}
.line span{
	display:block;
	width:473px;
	line-height:38px;
	
	margin:0 auto;
}
ul.partneers{
	list-style:none;
	float:left;
	margin-top:96px;
}
ul.partneers li{
	text-align:left;
	padding-left:76px;
	margin-bottom:30px;
	background:url(img/bg_list.gif) no-repeat 0 0;
	overflow:hidden;
	clear:both;
}
ul.partneers li p{
	color:#930;
	font-size:1.13em;
	line-height:18px;
	padding-bottom:14px;
}
ul.partneers li a{
	display:block;
	float:left;
	font-size:1.50em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	clear:both;
}
#content_bg_2 ul.partneers{
	margin-top:477px;
}
/*---------------------------------*/
#footer{
	height:40px;
	background:url(img/bg_footer.gif) repeat-x 0 0;
	padding:49px 0 0 76px;
	font-size:0.75em;
	clear:both;
}