@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #333;
	text-decoration: none;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-color: #BD2319;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

a img{
	border:none;
}

.content{
	margin:auto;
	width:800px;
	height:auto;
	border:thin;
	border-color:#333;
	background-color:#FFF;

}

.logo{
	margin:10px 0 20px 10px;
	float:left;
}

.slogan{
	margin:15px 10px 20px 10px;
	float:right;
}

.header{
	float:none;
	width:800px;
	margin-top:5px;
	margin-bottom:0;
}

.nav{
	width:800px;
	margin-left:-20px;
	background-color:#FFF;
}

.nav ul{
	margin:0;

}

.nav ul li{
	list-style:none;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	height:35px;
	overflow:hidden;
	float:left;
	margin:0px;
}


.btn-home{
	width:159px;
	height:35px;
}

.btn-home a{
	background-image:url(../images/btn-home.jpg);
	background-position:top;
	width:159px;
	height:35px;
	display:block;
}

.btn-home a:hover{
	background-image:url(../images/btn-home.jpg);
	background-position:bottom;
}

.btn-intro{
	width:159px;
	height:35px;
}

.btn-intro a{
	background-image:url(../images/btn-intro.jpg);
	background-position:top;
	width:159px;
	height:35px;
	display:block;
}

.btn-intro a:hover{
	background-image:url(../images/btn-intro.jpg);
	background-position:bottom;
}

.btn-products{
	width:159px;
	height:35px;
}

.btn-products a{
	background-image:url(../images/btn-products.jpg);
	background-position:top;
	width:159px;
	height:35px;
	display:block;
}

.btn-products a:hover{
	background-image:url(../images/btn-products.jpg);
	background-position:bottom;
}

.btn-application{
	width:159px;
	height:35px;
}

.btn-application a{
	background-image:url(../images/btn-application.jpg);
	background-position:top;
	width:159px;
	height:35px;
	display:block;
}

.btn-application a:hover{
	background-image:url(../images/btn-application.jpg);
	background-position:bottom;
}

.btn-inquiry{


}

.btn-inquiry a{
	background-image:url(../images/btn-inquiry.jpg);
	background-position:top;
	width:120px;
	height:35px;
	display:block;
}

.btn-inquiry a:hover{
	background-image:url(../images/btn-inquiry.jpg);
	background-position:bottom;
}

.contentbody{
	width:550px;
	float:left;
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.contentright{
	width:250px;
	float:right;
	background:#FFF;
}
