@font-face {
    font-family: 'dincond-boldregular';
    src: url('/fonts/dincond-bold-webfont.eot');
    src: url('/fonts/dincond-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('/fonts/dincond-bold-webfont.woff') format('woff'),
         url('/fonts/dincond-bold-webfont.ttf') format('truetype'),
         url('/fonts/dincond-bold-webfont.svg#dincond-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'd-din_condenseddinCnBd';
    src: url('/fonts/d-dincondensed-bold-webfont.woff2') format('woff2'),
         url('/fonts/d-dincondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}

body .container {
	position: relative;
	width: 1000px;
	margin: auto;
	padding-bottom: 40px;
}

header {
	margin-bottom: 40px;
}

#logo {
	height: 260px;
	width: 416px;
	background: url( /img/logo.jpg ) 0 40px no-repeat;
}

#callnow {
	float: right;
	width: 250px;
	margin-top: 80px;
	border-radius: 10px;
	background-color: #c3cc47;
	font-family: arial;
	color: #231f20;
	font-size: 22px;
	padding: 10px;
	text-align: center;
}

#nav {
	border: 1px solid #b2b2b2;
	border-width: 1px 0;
	position: absolute;
	top: 176px;
	right: 0;
	width: 550px;
}

#nav ul {
	list-style: none;
	padding: 10px 0;
	text-align: right;
}

#nav ul li {
	display: inline;
	padding: 0 40px 0 0;
}

#nav ul li a {
	font-size: 150%;
	font-family: arial;
	color: #231f20;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #c3cc47;
}

body .container .homecontent {
	min-height: 380px;
	font-family: arial;
	background: url( /img/mattress1.jpg ) right top no-repeat;
}

body .container .homecontent h2 {
	font-family: arial;
	color: #000000;
}

body .container .homecontent p {
	font-family: arial;
	max-width: 480px;
	margin: 10px 0;
	font-size: 80%;
	color: #000000;
}

body .container .servicecontent {
	min-height: 650px;
	font-family: arial;
	background: url( /img/MattressRecycling.png ) right top no-repeat;
}

body .container .servicecontent h2 {
	font-family: arial;
	color: #000000;
}

body .container .servicecontent p {
	font-family: arial;
	max-width: 480px;
	margin: 10px 0;
	font-size: 80%;
	color: #000000;
}

body .container .contactcontent {
	min-height: 380px;
	font-family: arial;
	background: url( /img/mattress2.jpg ) right top no-repeat;
}

h1 {
	font-family: arial;
    margin-bottom:5px;
}

body .container .contactcontent h2,
h3{
	font-family: arial;
	color: #333333;
}

body .container .contactcontent p {
	font-family: arial;
	max-width: 480px;
	margin: 10px 0;
	font-size: 80%;
	color: #000000;
}

a {
    color:#c3cc47;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

footer {
	background: #c3cc47;
	padding: 20px;
}

footer .copyright {
	font-family: arial;
	width: 1000px;
	text-align: right;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 65%;
}