@charset "utf-8";
/* CSS Document */


html, body
{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #D2D2D2;
}

.wrapper
{
	display: block;
	width: 960px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: #D2D2D2;
}

	.header-lang-box
	{
		display: block;
		height: 34px;
		background: #ffffff;
		margin: 0 4px 5px 4px;
		padding: 0;
		border: 0;
	}
		.header-lang-box .language-bar
		{
			float: right;
			display: inline;
			line-height: 1em;
			list-style: none;
			margin: 12px 0 0 0;
			padding: 0;
			border: 0;
		}
	
		.header-lang-box .language-bar li
		{
			float: left;
			margin: 0 5px 0 0;
			padding: 0;
			border: 0;
			line-height: 0.5em;
		}
		
			.lang-espanol:link, .lang-espanol:visited
			{
				display: block;
				background: url(../images/link-espanol-lang.gif) no-repeat top left;
				width: 47px;
				height: 15px;
				margin: 0;
				border: 0;
				padding: 0;
				
				font-size: 8px;
			}
			.lang-espanol:hover, .lang-espanol:active
			{
				display: block;
				background: url(../images/link-espanol-lang.gif) no-repeat bottom left;
				width: 47px;
				height: 15px;
				margin: 0;
				border: 0;
				padding: 0;
				font-size: 8px;
			}

			.lang-english:link, .lang-english:visited
			{
				display: block;
				background: url(../images/link-english-lang.gif) no-repeat top left;
				width: 42px;
				height: 15px;
				font-size: 8px;
			}
			.lang-english:hover, .lang-english:active
			{
				display: block;
				background: url(../images/link-english-lang.gif) no-repeat bottom left;
				width: 42px;
				height: 15px;
				font-size: 8px;
				margin: 0;
				border: 0;
				padding: 0;
			}
			.lang-chinese:link, .lang-chinese:visited
			{
				display: block;
				background: url(../images/link-chinese-lang.gif) no-repeat top left;
				width: 31px;
				height: 15px;
				font-size: 8px;
				margin: 0;
				border: 0;
				padding: 0;
			}
			.lang-chinese:hover, .lang-chinese:active
			{
				display: block;
				background: url(../images/link-chinese-lang.gif) no-repeat bottom left;
				width: 31px;
				height: 15px;
				font-size: 8px;
				margin: 0;
				border: 0;
				padding: 0;
			}
			
			.lang-selected
			{
				background-position: bottom left !important;
			}

	.header-box
	{
		display: block;
		background: #6E0000 url(../images/bg-header-logo.png) repeat-x top left;
		margin: 0 4px 5px 4px;
		padding: 26px 0 16px 0;
		border: 0;
	}
		.header-logo
		{
			display: block;
			margin: 0 auto;
			background: url(../images/logo-salaserra.png) no-repeat top center;
			width: 252px;
			height: 115px;
		}
	
	.menu-box
	{
		display: block;
		background: #5D1822; /*#4C0101;*/
		height: 23px;
		margin: 0 4px;
		padding: 0;
		text-align: center;
	}

		.menu-box ul
		{
			display: block;
			padding: 0;
			margin: 4px 0 0 0; 
			border: 0;
			list-style: none;
		}
		
			.menu-box li
			{
				display: inline;
				margin: 0;
				padding: 0;
				border: 0;

				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: normal;
				color: #ffffff;
			}

				.menu-item:link, .menu-item:visited
				{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
					color: #ffffff;
					text-decoration: none;
				}
				.menu-item:hover, .menu-item:active
				{
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
					color: #ffffff;
					text-decoration: underline;
				}
				
	.content-box
	{
		display: block;
		margin: 0 4px 1px 4px;
		height: 381px;
	}
	
	.footer-box
	{
		display: block;
		background: #a0a0a0;
		margin: 0 4px 1px 4px;
		height: 22px;
	}
		.footer-box p
		{
			display: block;
			margin: 0;
			padding: 4px 0 0 0;
			border: 0;
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #1b1b1b;
			text-align: center;
		}


/* --- Feeds --- */

.feedburnerFeedBlock
{
	float: left;
	display: inline;
	margin: 255px 0 0 480px;
	width: 450px;
}

.feedburnerFeedBlock ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

.feedburnerFeedBlock li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background: url(../images/bullet-feed.jpg) no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 10px;

}
.feedburnerFeedBlock a:link, .feedburnerFeedBlock a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.feedburnerFeedBlock a:hover, .feedburnerFeedBlock a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C0000;
	text-decoration: underline;
}


.feedburnerFeedBlock div
{
	display: none;
}

#creditfooter
{
	display: none;
}

