@charset "utf-8";
/* CSS Document */

/*
<nav id="navigation">
	<ul>
        		<li><a href="#" title="text" target="_top">text</a>
                <li><a href="#" title="text" target="_top">text</a>
                <li><a href="#" title="text" target="_top">text</a>
                <li><a href="#" title="text" target="_top">text</a>
                <li><a href="#" title="text" target="_top">text</a>
	</ul>
</nav>
*/

#navigation{
		float: left;
		width: 100%;
		height: 80px;
		background: #bd0e08;
		background: -moz-linear-gradient(top, #bd0e08 0%, #5f0502 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd0e08), color-stop(100%,#5f0502));
		background: -webkit-linear-gradient(top, #bd0e08 0%,#5f0502 100%);
		background: -o-linear-gradient(top, #bd0e08 0%,#5f0502 100%);
		background: -ms-linear-gradient(top, #bd0e08 0%,#5f0502 100%);
		background: linear-gradient(to bottom, #bd0e08 0%,#5f0502 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0e08', endColorstr='#5f0502',GradientType=0 ); 
		margin-top: 10px;
		margin-bottom: 20px;
}

#navigation ul li {
		float: left;
}

#navigation ul li a{
		color: #fff;
		width: 378px;
		font-size: 24px;
		line-height: 80px;
		text-decoration: none;
		text-align: center;
		border-left: 1px solid #bd0e08;
		border-right: 1px solid #5f0502;
		display: block;
}

#navigation ul li a:hover{	
		background: #b12f28;
		background: -moz-linear-gradient(top,  #b12f28 0%, #8d1414 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b12f28), color-stop(100%,#8d1414));
		background: -webkit-linear-gradient(top,  #b12f28 0%,#8d1414 100%);
		background: -o-linear-gradient(top,  #b12f28 0%,#8d1414 100%);
		background: -ms-linear-gradient(top,  #b12f28 0%,#8d1414 100%);
		background: linear-gradient(to bottom,  #b12f28 0%,#8d1414 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b12f28', endColorstr='#8d1414',GradientType=0 );
}

@media only screen and (max-width: 1899px) {
			.reframe { max-width: 1899px }

#navigation{
		height: 60px;
		margin-bottom: 20px;
}

#navigation ul li{
		float: left;
}
	
#navigation ul li a{
		width: 314px;
		font-size: 16px;
		line-height: 60px;
}

}

@media only screen and (max-width: 1599px) {
			.reframe { max-width: 1599px }

#navigation{
		height: 50px;
		margin-bottom: 20px;
}

#navigation ul li{
		float: left;
}
	
#navigation ul li a{
		color: #fff;
		width: 254px;
		font-size: 16px;
		line-height: 50px;
}

}

@media only screen and (max-width: 1279px) {
			.reframe { max-width: 1279px }

#navigation{
		height: 45px;
		margin-bottom: 10px;
}

#navigation ul li{
		float: left;
}
	
#navigation ul li a{
		color: #fff;
		width: 202px;
		font-size: 14px;
		line-height: 45px;
}

}

@media only screen and (max-width: 1023px) {
			.reframe { max-width: 1023px }

#navigation{
		height: 35px;
}

#navigation ul li{
		float: left;
}
	
#navigation ul li a{
		color: #fff;
		width: 158px;
		font-size: 12px;
		line-height: 35px;
}

}

@media only screen and (max-width: 799px) {
			.reframe { max-width: 799px }

#navigation{
		height: 30px;
}

#navigation ul li{
		float: left;
}
	
#navigation ul li a{
		color: #fff;
		width: 126px;
		font-size: 11px;
		line-height: 30px;
}

}

@media only screen and (max-width: 639px) {
			.reframe { max-width: 639px }

#navigation{
		height: 25px;
		margin-bottom: 10px;
}

#navigation ul li{
		float: left;
	}
	
#navigation ul li a{
		color: #fff;
		width: 94px;
		font-size: 11px;
		line-height: 25px;
}

}

@media only screen and (max-width: 480px) {
			.reframe { max-width: 480px }

#navigation{
		width: 82%;
		height: 208px;
		border-top: 1px solid #bd0e08;
		border-bottom: 1px solid #5f0502;
		border-left: 1px solid #5f0502;
		border-right: 1px solid #5f0502;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		margin-left: 30px;
		margin-right: 30px;
}

#navigation ul li{
		float: none;
	}
	
#navigation ul li a{
		color: #fff;
		width: 100%;
		font-size: 14px;
		line-height: 40px;
		border-top: 1px solid #bd0e08;
		border-bottom: 1px solid #5f0502;
}

#navigation ul li:first-child a{
	border-top: none;
}

#navigation ul li:last-child a{
	border-bottom: none;
}

}