html {
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
	top: 0;
	height: 100%;
}
.container {
	width: 961px;
	margin: 0 auto;
}
#header {
	background: url('/Websites/railco/images/header-bg.jpg') repeat-x;
	height: 137px;
}
#header .container a#logo{
	float: left;
}
#header .language {
	display: block;
	background: url('/Websites/railco/images/language-selector.png') no-repeat;
	width: 191px;
	height: 34px;
	float: right;
	margin-top: 52px;
}
	#header .language  ul{
		list-style: none;
		margin: 0;
		padding: 0 0 0 10px;
	}
		#header .language  li {
			position: relative;
			padding: 0;
			margin: 0;
		}
			#header .language  li a{
				display: block;
				height: 28px;
				padding: 7px 0 0 0;
				margin: 0;
				color: #666666;
				font-size: 13px;
				text-decoration: none;
			}
			#header .language  li:hover ul.dropdown{
				display: block;
			}
		li ul.dropdown {
			display: none;
			background: #F7F7F7;
			border: 1px solid #e5e5e5;
			width: 152px;
			margin-left: -10px !important;
			padding: 0 !important;
			clear: both;
			float: none;
		}
			li ul.dropdown li {
				border-bottom: 1px solid #e5e5e5;
				padding: 0;
				margin: 0;
			}
				li ul.dropdown li a {
					padding-left: 7px !important;
				}
				li ul.dropdown li a:hover {
					display: block;
					background: #eaeaea;
					margin: 0 0 0 -7px;
					padding: 0;
				}
	#header img{
		margin-top: 0;
	}
	#header .mod-images .editButton {
		position: absolute;
	}
	
#menu {
	background: url('/Websites/railco/images/menu-bg.jpg') repeat-x;
	height: 44px;
}
	#menu .editButton{
		position: absolute;
	}
	#menu .container{
		width: 985px;
	}
	#menu ul {
		margin: 0;
		list-style: none;
		padding: 0 0 0 5px;
	}
		#menu li {
			background: url('/Websites/railco/images/menu-border.jpg') no-repeat;
			background-position: right;
			right: 0;
			float: left;
			margin: 0;
			height: 44px;
			line-height: 44px;
		}
		#menu li.first {
			background: url('/Websites/railco/images/menu-border-first.jpg') no-repeat;
			width: 104px;
			padding: 0;
			text-align: center;
		}
		#menu li.active a{
			background: url('/Websites/railco/images/menu-border-hover.jpg') repeat-x;
			color: #14324b;
		}
			#menu li a {
				display: block;
				padding: 0 30px;
				color: #6d5200;
				text-decoration: none;
				font-family: 'Josefin Slab', arial, serif;
				text-shadow: #fff 0 1px 0;
				font-size: 16px;
				font-weight: bold;
				margin: 0;
				height: 44px;
			}
				#menu li a:hover {
					background: url('/Websites/railco/images/menu-border-hover.jpg') repeat-x;
					color: #14324b;
				}
#content {
	background: url('/Websites/railco/images/content-bg.jpg') repeat-x;
	background-color: #f7f7f7;
	min-height: 345px;
	height: auto;
}
	.content-container {
		background: url('/Websites/railco/images/content-container-bg.png') no-repeat;
		background-position: center top; 
		width: 100%;
		min-height: 344px;
		margin: 0 auto;
		padding-top: 26px;
		overflow: hidden;
	}
#footer {
	background: url('/Websites/railco/images/footer-bg.jpg') repeat-x;
	height: 153px;
	clear: both;
	margin-top: 46px;
}
	#footer p{
		color: #4a82a8;
	}
	#footer .footertext {
		margin: 0;
		padding-top: 25px;
	}
	#footer hr {
		width: 961px;
		margin: 10px 0;
		text-align: center;
		color: #223b57;
		background-color: #223b57;
		border: 0;
		border-bottom: 1px solid #405d7c;
		border-top: 1px solid #223b57;
	}
	#footer .editButton {
		position: absolute;
	}
.clear {
	clear: both !important;
	height: 0;
}
img {
	border: none;
}