
html, body {
    height: 100%;
	font-family: Helvetica;
    margin: 0px; padding: 0px;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

div.page {
    position: relative;
	margin: 0px auto;
    padding: 0px;
	min-height: 100%;
	width: 768px;
	background-color: #fffbeb;
}

div.header {
	height: 160px;
	clear: both;
}

a.tab:link { color: #000000; }
a.tab:visited {  color: #000000; }

div.tab0 {
	float: right;
	width: 100px;
	height: 24px;
	background-color: #ffd942;
	margin: 2px;
	padding-top: 8px;
	text-align: center;
	-moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
	bottom: -126px;
}


div.tab1 {
	float: right;
	width: 110px;
	height: 27px;
	background-color: #fffbeb;
	margin: 2px;
	padding-top: 11px;
	text-align: center;
	font-size: larger;
	-moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
	bottom: -120px;
}

div.tab_ {
	float: right;
	width: 30px;
	height: 30px;
	margin: 2px;
	padding-top: 8px;
	position: relative;
	bottom: -120px;
}

div.content {
	clear: both;
	margin: 0px;
	padding: 20px 54px;
}

div.unfixed {
	clear: both;
	background-color: #fffbeb;
	margin: 0px;
	padding: 20px;
}

div.product_list {
	width: 200px; height: 200px; float: left;
	margin:0px; padding: 10px;
    text-align: center;
}
img.product_icon {
    border: none;
}
p.product_synopsis {
    font-size: smaller;
    margin: 0px;
}


div.article_list {
	clear: both;
/*	width: 580px; height: 80px;*/
	margin: 0px; padding: 10px;
}
p.article_date { font-size: smaller; margin: 0px; }
p.article_headline { margin: 10px; }

div.article {}



div.footer {
    position: absolute; bottom: 0px;
    width: 100%;
    background-color: #ffd942; color: #000000;
    text-align: center;
    font-size: smaller;
}

.footer a:link { color: #000000; }
.footer a:visited { color: #000000; }

.footer span {
    padding: 0px 58px;
}


img.news { border: none; }




