body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	background:#dde4ea;
	color:#366b77;
}
div {
	margin:0;
	padding:0;
}
#container {
	width:800px;
	margin:0 auto;
	background:white /* url('bg.jpg') top right repeat-y */;
	border:2px solid #adb6bf;
	border-top:0;
	border-bottom:0;
}
#news {
	width:200px;
	float:right;
	background:transparent;
	Z-index:8;
	margin:0;
	position:relative;
	right:2px;
	height:100%;
}

#products {
	width:597px;
	margin:0;
	position:relative;
	left:2px;
}
div.prod {
	width:100%;
	background:white url('../img/pix.jpg') top left repeat-y;
	margin:0 auto 0 auto;
	overflow:hidden;
	position:relative; 
}
div.prod .header {
	background:url('../img/topborder.jpg') top left no-repeat;
	height:10px;
}
div.prod .header1 {
	background:url('../img/topborder1.jpg') top left no-repeat;
	height:10px;
}
div.prod .footer {
	width:98%;
	background:url('../img/subbg.jpg') top left no-repeat;
	height:30px;
	line-height:24px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
}
div.prod .text {
	width:63%;
	margin:0 0 0 35%;
	text-align:justify;
	min-height:55px;
	height:55px;
}
div.prod .title {
	width:auto;
	margin:5px 0 0 120px;
}
div.prod .title a, div.prod .title a:link, div.prod .title a:visited {
	font-size:13px;
	font-weight:bold;
	color:#366b77;
	text-decoration:none;
}
div.prod .title a:hover {
	color:navy;
}
div.prod .image {
	position:absolute;
	left:30px;
	top:10px;
	border:1px solid silver;
}
.image img {
	border:1px solid white;
	height:90px;
	width:75px;
}
#news div#inner {
	margin:0;
	width:196px;
	border:2px solid #adb6bf;
	border-top:0;
	border-bottom:0;
	background:white;
}
#enter, #ntitle {
	width:100%;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #adb6bf;
	border-bottom:1px solid #adb6bf;
	margin:0 0 6px 0;
	font-size:12px;
	letter-spacing:3px;
}
#ntitle {
	margin:10px 0;
	border-top:2px solid #adb6bf;
}
#menu {
	margin:0;
	background:url('../img/topborder1.jpg') top left no-repeat;
	font-size:12px;
	width:100%;
	height:60px;
}
#menu a, #menu span {
	background:url('../img/button.jpg') top left no-repeat;
	display:block;
	text-align:center;
	width:105px;
	height:20px;
	margin:2px 0 0 8px;
	float:left;
	text-decoration:none;
	color:#375c88;
	font-size:12px;
	padding-top:1px;
	text-transform:lowercase;
}
#menu a:hover {
/*	background:url('../img/button_o.jpg') top left no-repeat; */
	color:white;
}
#menu span {
	background:url('../img/button_s.jpg') top left no-repeat;
	color:black;
	font-weight:bold;
	height:22px;
	margin-top:0;
}


form {
	width:95%;
	margin:2px auto;
}
label {
	display:block;
	width:40%;
	float:left;
	font-weight:bold;
	margin:4px 0 0 0;
	text-align:right;
}
input {
	margin:0 0 2px 0;
	display:block;
	width:49%;
	float:right;
	font-size:11px;
	color:#366b77;
	border:1px solid #becad7;
}
input.submit {
	width:70%;
	float:none; 
	margin:0 auto; 
	font-weight:bold; 
	letter-spacing:2px;
	color:#366b77; 
	cursor:pointer; 
	font-size:12px;
	background:white;
	letter-spacing:6px;
}
#inner .item {
	width:95%;
	margin:10px auto 0 auto;
	border-bottom:1px solid #adb6bf;
}
.item .date {
	text-align:right;
	font-style:italic;
	font-size:0.9em;
}
.item .ntitle {
	letter-spacing:1px;
	font-weight:bold;
}
.item .ptitle {
	font-style:italic;
	font-size:0.9em;
}
.item a {
	display:block; 
	margin:5px 0 5px 0;
	font-size:1em;
	color:#366b77;
	text-decoration:none;
	text-align:justify;
}
.item a:hover {
	color:navy;
}

div.oprod {
	background:white url('../img/pix.jpg') top left repeat-y;
	width:100%;
	margin:0px auto 0 auto;
}
div.oprod .header1 {
	margin:0;
	background:url('../img/topborder.jpg') top left no-repeat;
	height:10px;
}
div.oprod .footer1 {
	margin:0;
	background:url('../img/botborder.jpg') bottom left no-repeat;
	height:10px;
}
div.oprod i.upd {
	float:right;
}
div.oprod div.inner {
	width:95%;
	margin:0 auto;
}
div.oprod div.inner h3 {
	font-weight:bold;
	font-size:14px;
	margin:0;
}
div.oprod div.inner h4 {
	font-weight:bold;
	font-size:12px;
	margin:0;
}
div.oprod div.inner p {
	text-align:justify;
}
div.oprod div.inner img {
	float:left;
	margin:0 10px 0px 0;
}
