/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}	


body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}


img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height:100%;

}

body {
	height:100%;
	background: #F5F5F5;
}

body, td, th, input, textarea, select {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3D3D3D;
}

a {
	color: #A62F2B;
}

.sizer {
	width: 910px;
	margin: 0px auto;
}

.left {
	float: left;
	width: 300px;
}

.right {
	float: right;
	width: 590px;
}

#head-wrapper {
	background: #F5F5F5;
	height: 130px;
	border-bottom: 10px solid white;
}
	#logo {
		margin:0;
		padding:0;
	}

		#logo a {
			background:url(../images/logo.gif) no-repeat;
			display:block;
			width:300px;
			height:130px;
		}
        
			#logo a span {
				display:none;
			}


#menu  {
	width: 500px;
	float: left;
}

	#menu ul {  
		list-style: none;
		margin: 0px;
		padding: 100px 0px 0px 0px;
	}
    
		#menu ul li {
			float: left;
		}
        
		#menu ul li a {
			background:url(../images/bullet.gif) no-repeat center left;
			padding: 0px 10px 0px 10px;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
        }

			#menu ul li.selected a {
				color: #000000;
			}

#ticker {
	width: 80px;
	height: 110px;
	float: right;
	margin-top: 20px;
	background: #fff;
}
			
#body-wrapper {
	background: #ffffff;
	border-top: 1px solid #8D0000;
	border-bottom: 1px solid #8D0000;
}

	#body-wrapper .sizer {
		padding: 10px 0px;
	}

	#languages ul {
		list-style-type: none;
		margin: 0px;
		padding: 20px 30px;
	}
	
		#languages ul li {
			display: inline;
		}
	
		#languages ul li a {
			display: inline;
			padding: 0px 5px;
			font-weight: bold;
			text-decoration: none;
		}
	
		#languages ul li.selected a {
			color: #000000;
		}

	#title {
		margin: 0px;
		padding: 10px 20px;
		font-family: times;
		font-size: 22px;
		font-weight: bold;
		color: #8D0000;
		margin-bottom: 10px;
	}

/*------------------------------sub-menu-----------------------*/
	#sub-nav-wrapper {
		border-bottom: 1px #E9E9E9 solid;
		margin-bottom: 20px;
	}

		#sub-nav-wrapper ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
			#sub-nav-wrapper ul li {
				float: left;
				width: 33%;
			}
		
				#sub-nav-wrapper ul li a {
					outline:none;
					display: block;
					font-weight: bold;
					color: #9F2D29;
					text-decoration: none;
					padding: 0px 0px 0px 10px;
					background:url(../images/bullet.gif) no-repeat center left;
					margin-bottom: 5px;
				}
			
				#sub-nav-wrapper ul li.selected a {
					color: #000000;
					text-decoration: none;
				}

			h3.title {
				border-bottom: 1px #E9E9E9 solid;
				padding-bottom: 5px;
				margin-bottom: 20px;
			}
			
	#content {
		background: #F9F9F9;
		padding: 18px 22px;
		height: 150px;
	}
	
		*>#content {
			height: auto;
			min-height: 150px;
		}

#foot-wrapper {
	border-top: 10px solid white;
}

#created {
	font-size: 10px;
	padding: 10px 10px 10px 330px;
	margin: 0px 0px 0px 5px;
	color: #000000;
}

	#created-wrapper {
		float: left;
		padding-top: 1px;
	}
	
	#created .logo {
		float: left;
	}
	
		#created .logo a {
			display: block;
			background: transparent url(../images/puslapis.gif) no-repeat right top;
			width: 56px;
			height: 14px;
			padding-left: 3px;
		}
		
			#created .logo a span {
				display: none;
			}
	
	#copyright-wrapper {
		float: right;
		text-align: right;
		width: 400px;
		padding-top: 1px;
	}
	
