body
{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

a, h6, h5, h4, h3, h2, h1, strong, ol, ul, p
{
	text-decoration: none;
	list-style-type: none;
	color: #444;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

#scrollup
{
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 55px;
	color: #333;
	display: none;
}

#top
{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
}

#logo
{
	float: left;
}

#logo a
{
	font-size: 60px;
	padding: 20px;
}

#open
{
	float: right;
}

#open p
{
	font-size: 27px;
	color: orange;
	padding-top: 20px;
	font-family: 'Titillium Web', sans-serif;
}

#topmenu
{
	width: 100%;
	height: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
}

#topmenu #cont
{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
}

#topmenu li
{
	float: left;
}

#topmenu a:hover
{	
	background-color: #009ACD;
	color: #fff;
	border-top: 1px solid #007aab;
	border-bottom: 1px solid #007aab;
}

#topmenu a
{	
	display: block;
	height: 38px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: 400;
	font-size: 22px;
}

#footer
{
	
	height: 260px;
	background-color: #222;
	margin-top: 70px;
}

#footer2
{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#foot
{
	float: left;
	width: 780px;
	height: 120px;
	margin-top: 40px;
}

#foot a
{
	width: 300px;
	height: auto;
	margin-left: 40px;
	float: none;
	display: block;
	font-size: 23px;
	font-weight: 700;
	color: #777;
	margin-bottom: 15px;
}

#other
{
	float: left;
	width: 300px;
	height: 200px;
	border-radius: 10px;
	margin-top: 40px;
	margin-left: 10px;
}

#other p
{
	color: #777;
	font-weight: 700;
	font-size: 21px;
}
