@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-color: #000;
}
#TopLine {
	background-color: #06F;
	margin: 0px;
	padding: 0px;
	height: 5px;
}

#master {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
#naviLogo {
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
	height: 100%;
	width: 1050px;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #06F;
}
#navigation {
	background-color: #06F;
	padding: 1px;
	height: 43px;
	width: 580px;
	border:solid 1px #06F;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-top: -60px;
	font-family: verdana;
	font-size: 13px;
	color: #000;
	text-align: center;
}
#home {
	background-color: #06F;
	margin: 5px;
	height: 27px;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	font-weight: bold;
	padding-top: 7px;
	position: absolute;
}
#aboutUs {
	background-color: #06F;
	margin: 5px;
	height: 27px;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	font-weight: bold;
	padding-top: 7px;
	margin-left: 116px;
	position: absolute;
}
#product {
	background-color: #06F;
	margin: 5px;
	height: 27px;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	font-weight: bold;
	padding-top: 7px;
	position: absolute;
	margin-left: 227px;
}
#cataloge {
	background-color: #06F;
	margin: 5px;
	height: 27px;
	width: 110px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09F;
	font-weight: bold;
	padding-top: 7px;
	position: absolute;
	margin-left: 338px;
}
#contactUs {
	background-color: #06F;
	margin: 5px;
	height: 27px;
	width: 125px;
	font-weight: bold;
	padding-top: 7px;
	position: absolute;
	margin-left: 449px;
}
#banner {
	height: 100%;
	width: 1030px;
	margin-top: 15px;
	border-bottom: solid 1px #06F;
	padding: 10px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
#text {
	height: 100%;
	width: 1010px;
	margin-top: 10px;
	border-bottom: solid 1px #06F;
	padding: 20px;
	text-align: justify;
	font-family: verdana;
	font-size: 13px;
	color: #FFF;
	line-height: 22px;
}
#marquee {
	height: 100%;
	width: 1040px;
	margin-top: 15px;
	border-bottom: solid 1px #06F;
	padding: 5px;
	text-align: center;
	padding-bottom: 15px;
}
#footer {
	height: 38px;
	width: 1040px;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	background-color: #06F;
	font-family: verdana;
	color: #000;
	font-size: 12px;
}
.navigation:link {
	color: #000;
	text-decoration: none;
}
.navigation:visited {
	color: #000;
	text-decoration: none;
}
.navigation:hover {
	color: #000;
	text-decoration: none;
}
.footerLink:link {
	color: #000;
	text-decoration: none;
}
.footerLink:visited {
	color: #000;
	text-decoration: none;
}
.footerLink:hover {
	color: #FFF;
	text-decoration: none;
}
#titr {
	height: 100%;
	width: 1030px;
	margin-top: 10px;
	border-bottom: solid 1px #06F;
	padding: 10px;
	text-align: left;
	padding-bottom: 15px;
	font-family: arial, verdana;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}
