
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */

html {height: 100%; margin-bottom: 1px; }
/* ### BODY ###################################################################### */
body {
	background:#f0f3f9;
	color: #173e86;
	background-image: url(bg_1.png); 
	background-repeat: no-repeat;
	background-position:center center;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	}



.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }
.flLeft {
	float:left;
	padding-right:20px;
}

.flRight {
	float:right;
	padding-left:20px;
}

.flTop {
	float:inherit;
	padding-top:12px;
}
.warning { color:#f00; background: inherit; }
.extern{ 
	/*padding-right:15px;
	background:url('extern.gif') no-repeat left center;*/
}


/* ### Logo ################################################################# */
#logo {
	width:200px;
	float:left;

	
}

#logo a {
	display:block;
	height:120px;
	width:200px;
	text-indent:-700em;
	
}

/* ### Header ############################################################### */

#header {
	color: #fff;
	height:130px;
	/*border: 1px solid yellow;*/
	
}

#nav-header {
	float:left;
	
	padding-top: 30px; 
	
	width:700px;
	
	
}


/* ### Main-block Background ################################################# */

#main-block {
}

/* ### Website Content ############################################################ */
#container {
	width:943px; 
	height:633px; 
	position:absolute; left:50%; top:50%; 
	margin-left:-471px; margin-top:-317px;
	background-image: url(bg_2.gif);

	
}

#MooFlowCont{


position:relative; margin-top:0px; margin-bottom: -50px; 
height:420px;



}

#MooFlow{
overflow:hidden;


/*border: 1px solid red;*/

}

/* ### Content #################################################################### */
#content {
	padding-top: 10px;
	clear:both;
	height: 400px;
	/*border: 1px solid green;*/
}


#content-left {
	float:left;
	padding-left: 20px;
	
	width:180px;
	height: 380px;
	border-right: 1px solid black;
}

#main-content {
	color: #173e86;
	margin:0px 30px 0 30px;
	
	/*border: 1px solid red;*/


}

#main {
	float:left;
	
}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	width:605px;
	padding: 0px 20px;
	color: #173e86;
	font-size: 12px;
}


#main-content-block {
	padding:0;
	display:block;
	background-color:#ffffff;


}



/* ### Footer ###################################################################### */

#footer {
	display:block;
	width:100%;
	height:35px;
	text-align:right;
	margin-top:15px;
	font-size: 1.2em; 
	
	position:absolute; 
	bottom:0;
	float:right;	  
}


#footer-links{
	font-size: 14px;
	float:right;
	margin-top: 2px;
	width:302px;
}

#footer-1{
	float:left;

	margin-right:20px;
}
#footer-2{
	float:left;
	
	margin-left:16px;
	margin-right:20px;
}
#footer-3{
	float:left;
	
	margin-left:32px;
}



#footer a,
#footer a:link {
	text-decoration: none;
	background:inherit;
	color:#fff;
}

#footer a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
	color:#ee7f01;
}