@charset "utf-8";
/* CSS Document */
@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #222;
	background-image: url(../_img/body_bg.gif);
	background-repeat: repeat-x;
}
#container {
	font-size: 1.4em;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #282828;
	border-left-color: #282828;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	height: 59px;
	width: 770px;
	background-image: url(../_img/header_bg.gif);
	background-repeat: repeat-x;
}
#header #slogan {
	width: 570px;
	float: left;
	background-image: url(../_img/slogan_bg.gif);
	height: 59px;
	background-repeat: no-repeat;
}
#header #logo {
	width: 200px;
	float: left;
}
#navi {
	height: 60px;
	width: 770px;
	background-image: url(../_img/navi_bg.gif);
	background-repeat: repeat-x;
}
#navi li {
	display: inline;
}
a.home {
	background-image: url(../_img/home.gif);
	display: block;
	height: 59px;
	width: 86px;
	float: left;
}
a.home:hover {
	background-image: url(../_img/home_on.gif);
}
a.about {
	background-image: url(../_img/about.gif);
	display: block;
	height: 59px;
	width: 93px;
	float: left;
}
a.about:hover {
	background-image: url(../_img/about_on.gif);
}
a.press {
	background-image: url(../_img/press.gif);
	display: block;
	height: 59px;
	width: 93px;
	float: left;
}
a.press:hover {
	background-image: url(../_img/press_on.gif);
}
a.contact {
	background-image: url(../_img/contact.gif);
	display: block;
	height: 59px;
	width: 120px;
	float: left;
}
a.contact:hover {
	background-image: url(../_img/contact_on.gif);
}
#contentHome {
	height: 550px;
	width: 770px;
	background-color: #fff;
	background-image: url(../_img/dustmight2.jpg);
}
#contentHome #text {
	float: left;
	width: 290px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 470px;
}
#contentAbout {
	background-image: url(../_img/dustmight3.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 770px;
}
#contentAbout #text {
	float: left;
	width: 270px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 490px;
}
#contentPress {
	background-image: url(../_img/Dustmight1.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 770px;
}
#contentPress #text {
	float: left;
	width: 270px;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 490px;
}
#contentContact {
	background-image: url(../_img/dustmight4.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 770px;
}
#contentContact #text {
	float: left;
	width: 270px;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 490px;
}





#heading {
	float: left;
	width: 770px;
	margin-top: 40px;
}

#footer {
	width: 790px;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #282828;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	color: #666666;
	padding-top: 4px;
}
a {
	color: #E87C31;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
}
h2 {
	color: #FE5E00;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 3px;
}
p {
	line-height: 1.5em;
	margin-bottom: 14px;
}
