* {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
	
html, body {
	height: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
    }

#Container {
	width: 1100px;
	min-height: 100%;
	margin-bottom: -20px;
	position: relative;
	margin-left: -550px;
	left: 50%;
}
#Navbar {
	height: 60px;
	margin-left: 80px;
}
#Navbar ul {
	list-style-type: none;
	display: block;
}
#Navbar ul li {
	display: block;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 56px;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
	height: 56px;
}
#Navbar ul li img {
	margin-top: 18px;
}

#Navbar ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Navbar ul li a:hover {
	color: #ff9c00;
	text-decoration: none;
	display: block;
}
#des_min_header a {
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-top: 22px;
}
#des_min_header a:hover {
	display: block;
	overflow: hidden;
	text-indent: -22px;
}
#des_min_title h1 a{
	display: block;
	height: 56px;
	overflow: hidden;
	float: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin-right: 405px;
	line-height: 56px;
	margin-top: 4px;
}

#des_min_title h1 a:hover {
	color: #ff9c00;
}

.clearfooter {
	height: 20px;
	clear: both;
}

#footer {
	height: 10px;
	position: relative;
	min-width: 940px;
	margin: 0px;
	padding: 0px;
}
#footercontainer {
	position: relative;
	height: 10px;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}
#footer_icons {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 10px;
}
#footer_icons ul  {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	list-style-type: none;
}
#footer_icons ul li {
	float: left;
	height: 20px;
	width: 20px;
	overflow: hidden;
	margin-right: 5px;
}
#footer_icons ul li a{
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
}
#footer_icons ul li a:hover {
	display: block;
	overflow: hidden;
	text-indent: -20px;
}

@media all and (max-width: 981px), all and (max-device-width: 981px) {
	#Container {
		position: relative;
		margin-left: 0px;
		left: 0%;
	}

	#footercontainer {
		position: relative;
		height: 149px;
		left: 0%;
		margin-left: 10%;
	}
}
