@charset "utf-8";
/* CSS Document */
body {
	background-color: #454a4e;
	background-image: url(../images/upper_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 170px;
	width: 900px;
	background-color: #eeeeee;
	margin-left: 46px;
	border-color:#7a7f95;
	border-style:solid;
	border-width:thick;
}
#content {
	margin-top: 50px;
	}
#nav {
width: 900px;
height: 39px;
margin-left: 50px;
}
#main {
	background-color: #eeeeee;
	width: 900px;
	margin-left: 50px;
}
#form {
	background-color: #eeeeee;
	width: 880px;
	margin-left: 50px;
	padding-left: 20px;
}
#main-left {
	background-color: #eeeeee;
	width: 540px;
	float: left;
	padding-left: 10px;

	
}
#main-home {
	background-color: #eeeeee;
	width: 890px;
	float: left;
	padding-left: 10px;
}
#logo-home {
	width: 252px;
	height: 251px;
	margin-top:10px;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
}
#slogan {
	clear: right;
}
#main-left-products {
	background-color: #eeeeee;
	width: 540px;
	float: left;
	padding-left: 10px;
	
}
#main-right {
	width: 340px;
	float: right;
	background-color: #eeeeee;
	margin-right: 10px;
}
#main-right-products {
	width: 340px;
	float: right;
	background-color: #eeeeee;
	margin-right: 10px;
}
#lower_main {
	background-color: #eeeeee;
	width: 900px;
	margin-left: 50px;
}
#footer {
	background-image: url(../images/lower_bg.jpg);
	background-repeat: repeat-x; 
	height: 30px;
	clear: both;
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
#logo {
	height: 82px;
	width: 145px;
}
#table {
	width: 865px;
	clear: both;
	background-color: #eeeeee;
	margin-left: 35px;
	
}