body {
	color: black;
	margin: 0;
	padding: 0;
	cursor: default;
	background: url('../images/bg.gif') #dadada center top repeat-y;
}

a,a:link, a:visited {
	color: #486ccb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#portal {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	margin: 0 auto 0 auto;
	width: 800px;
/*	border: 1px solid #f2efe9; */
	background-color: white;
}

#header {
	height: 124px;
	background: url('../images/header.png') #ffffff left top repeat-x;
	width: 800px;
}

#header span {
	display: none;
}

#menubar {
	height: 22px;
	border: 1px solid #003471;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: auto;
	background: url('../images/menu1.png') #486ccb left top repeat-x;
}

#menubar ul {
	margin: 0;
	padding: 4px 0 4px 0;
	line-height: 14px;
	height: 14px;
	list-style: none;
}

#menubar ul li {
	cursor: pointer;
	display: inline;
	margin: 0;
	padding: 4px 0 4px 0;
	float: left;
	margin-top: -4px;
	border-right: 1px solid #003471;
	background: url('../images/menu1.png') #486ccb left top repeat-x;
}

.menulink {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
}

.menulink a,.menulink a:link,.menulink a:visited,.menulink a:hover {
	margin: 0;
	padding: 0 8px 0 0px;
	color: white;
	line-height: 14px;
	white-space: nowrap;
	text-decoration: none;
}

#menubar ul li:hover {
	background: url('../images/menu2.png') #003471 left top repeat-x;
}

#menubar ul li ul {
	display: none;
	clear: both;
	white-space: nowrap;
	background-color: #003471;
	list-style: none;
	border-top: 1px solid #003471;
	border-right: 1px solid #003471;
	border-left: 1px solid #003471;
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
	position: absolute;
	z-index: 1000;
	margin-top: 18px;
}

#menubar ul li ul li {
	clear: both;
	background-color: #003471;
	display: block;
	margin: 0;
	padding: 4px;
	width: 160px;
	border-bottom: 1px solid #003471;
	
}

#menubar ul li ul li:hover {
	background-color: #486ccb;
}

#menubar ul li:hover ul {
	display: block;
}

#menubar ul li:hover ul li div {
	text-align: left;
}

.page {
	padding: 14px;
	min-height: 800px;
}

.page h2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
	color: gray;
}

.sep1 {
	clear: both;
	margin: 0px 0 10px 0;
	height: 2px;
	background-color: #f2efe9;
	width: 100%;
}


.sep2 {
	clear: both;
	margin: 0px 0 10px 0;
	height: 2px;
	background-color: #d2afa9;
	width: 100%;
}

p {
	margin: 0px 0 10px 0;
	background-color: #fffef9;
	text-align: justify;
}

#footer {
	height: 44px;
	text-align: center;
	font-size: 10px;
	padding: 8px 20px 10px 20px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	font-weight: bold;
	color: #486ccb;
	text-decoration: none;
}

.cell_container {
	margin: 0;
	padding: 0;
}

.home_cell {
	background-color: #fffef9;
	border: 1px solid #f2efe9;
	padding: 6px;
	width: 234px;
	min-height: 540px;
	float: left;
	margin: 0px 8px 10px 0;
	text-align: center;

}

.product_cell {
	width: 484px;
	background-color: #fffef9;
	border: 1px solid #f2efe9;
	padding: 8px;
	float: left;
	margin: 0px 8px 10px 0;

}
.product_shot {
	width: 234px;
	background-color: #fffef9;
	border: 1px solid #f2efe9;
	padding: 6px;
	float: left;
	margin: 0px 8px 10px 0;

}

.home_cell img {
	margin-bottom: 4px;
}

.home_cell ul {
	list-style: none;
	font-size: 12px;
	padding: 8px;
	margin: 0;
	font-weight: bold;
	text-align: left;
}

.home_cell p {
	font-size: 11px;
	color: #404040;
}

.home_cell h1 {
	color: #486ccb;
	margin: 4px;
	padding: 0;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	
}

.download {
	background: url(../images/blt01.gif) #ffffff 8px center no-repeat;
	border: 2px solid #f2efe9;
	color: #486ccb;
	padding: 4px 4px 4px 25px;
	font-weight: bold;
	font-family: tahoma;
	font-size: 14px;
	margin: 2px;
	cursor: pointer;
}

.buy {
	background: url(../images/blt02.gif) #ffffff 8px center no-repeat;
	border: 2px solid #f2efe9;
	color: red;
	margin: 2px;
	padding: 4px 4px 4px 30px;
	font-weight: bold;
	font-family: tahoma;
	font-size: 14px;
	cursor: pointer;
}

#lang {
/*	position: absolute;
	right: 0; */
	float: right;
	margin: 8px;
}

#lang a {
	padding: 2px;
}

#logo {
	width: auto;
	height: auto;
	float: left;
}

.divnews {

}

.divnews img {
	margin: 9px;
}