/* CSS Document 
*
{ 
	margin:			0; 
	padding:			0;
}
*/

html, body 
{ 
	height:			100%; 
}

body 
{
	font-size:		100%; 
	line-height:		0.875em;
}

html, input, textarea	
{	
	font-family:		Tahoma; 
	color:			#101010;	
}	

.alignMiddle		{vertical-align:	middle}
.alignCenter		{text-align: 		center}
.container1		{width:			100%}

.clear 			{clear:			both;}
.fleft			{float:			left}
.fright			{float:			right}

div.container 
{
	overflow:			hidden; 
	width: 			100%;
}

a img			{border:			0px}
img				{vertical-align:	top;}

a			
{
	color:			#ec7700; 
	text-decoration:	underline
} 

a:hover			{text-decoration:	none}
.link1
{
	background:		url(images/bg_more.gif) no-repeat top left; 
	padding-left:		34px; 
	width:			57px; 
	height:			13px; 
	color:			#fff; 
	font-size:		.909em; 
	text-decoration:	none; 
	float: 			right; 
	margin-top:		6px
} 
.link1:hover		{color:			#999999}
.link			{color:			#4e4e4e}
.link2			{color:			#ec7700; font-weight:bold; }
.link3			{color:#ec7700; background:url(images/marker.gif) top left no-repeat; background-position:0 3px; margin:0; padding-left:25px;} 

#list			{margin:0; 		padding:0; 			list-style:none;}
#list li			{													background:url(images/line.gif)  bottom left no-repeat  }
#list li a		{color:#101010; 	text-decoration: none; 	line-height:2em; 	background:url(images/marker.gif) top left no-repeat; background-position:0 3px; margin:0; padding-left:25px;} 
#list li a:hover 	{color:#ec7700;	text-decoration: none; }
#list .li a		{color:#ec7700; 	text-decoration: underline; } 
#list .li a:hover 	{color:#101010; 	text-decoration: none; }

#list li			{background:url(images/line1.gif)  bottom left no-repeat  }


/*header*/
#header .flash{ position:absolute; margin:0 -12px 0 -13px}

/*content*/
#content{ font-size:0.6875em; width:100%; text-align:left;}
#content .indent-col1{padding:30px 15px 35px 20px}
#content .indent-col2{padding:30px 10px 35px 9px}
#content .indent-col3{padding:30px 135px 0 9px}
#content .indent-col4{padding:30px 10px 0 9px}
#content .indent-col5{padding:30px 8px 0 9px}
#content .title	{ padding:15px 0 7px 8px; background:url(images/bg_title.gif) no-repeat bottom}
#content .img-left	{ float:left; margin:0 17px 16px 0}
#content .img-left1	{ float:left; margin:0 17px 0 0}
#content .img-indent{ margin:6px 0 6px 0}
#content .img-indent1{ margin:6px 0 16px 0}
#content p		{ margin:0 0 13px 0}
#content .p1		{ margin:0 0 23px 0}
#content h4		{color:#101010; font-size:1em; margin-bottom:13px;  }
#content h3		{color:#101010; font-size:1em; }
#content .bg		{ background:url(images/tail_y.gif) repeat-y 226px top }
#content .block1	{ position:absolute; margin:7px 0 0 420px}

.tail			{ background:url(images/tail_x.gif) repeat-x bottom; padding-bottom:15px; margin-bottom:15px}
.txt				{ color:#ec7700; font-size:.9em; display:block; margin-bottom:3px}

#page .indent		{margin:17px 0 0 -7px}
#page2 .indent		{margin:0 0 0 122px}

/*footer*/
#footer 			{ color:#d2d1cb; font-size:0.6875em; }
#footer span 		{ color:#4b410c; position:absolute; margin:30px 0 0 66px; line-height:1.09em }
.icon			{ position:absolute; margin:26px 0 0 18px}
#footer .indent-footer{ padding:48px 30px 0 321px;}
#footer a 		{color:#fbc900; text-decoration:underline}  
#footer a:hover	{  text-decoration:none}

.h{ height:31px}
.block-contact span{ float:right; margin-right:20px}

.input
{
   	border:			1px solid #3e3e3e; 
	background:		#FFFFFF;
	width:			129px; 
	height:			20px;
	font-size:		1em;
	vertical-align: 	middle;
	padding-left:		5px;
	margin-bottom:		3px
}

.input1
{
   	border:			none; 
	background:		none;
	vertical-align: 	middle;
	width:			38px; 
	height:			21px;
	padding:			0;
	margin:			0 0 0 13px
}

input
{
   	border:			1px solid #8b8b8b; 
	background:		#FFFFFF;
	width:			250px; 
	height:			22px;
	font-size:		1em;
	padding-left:		5px;
	margin-bottom:		3px
}

textarea
{
   	border:			1px solid #8b8b8b; 
	background:		#FFFFFF;
	width:			247px; 
	height:			115px;
	font-size:		1em;
	padding-left:		5px;
	margin-bottom:		28px;
	overflow:			auto
}
	
.spanBackground 
{
	z-index: 			2;
	height: 			100%;
	width: 			100%;
	background-repeat:	repeat;
	position:			absolute;
	top: 			0px;
	left: 			0px;
}

.darkenBackground 
{
	background-color: 	#000000;
	opacity: 			0.7; /* Safari, Opera */
	-moz-opacity:		0.70; /* FireFox */
	filter: 			alpha(opacity=70); /* IE */
	z-index:			1;
	height: 			100%;
	width: 			100%;
	background-repeat:	repeat;
	position:			fixed;
	top: 			0px;
	left: 			0px;
}
