/* kepala */

div#head {
	width: 100%;
	background: url("../images/logo3.png") no-repeat top left;
}

div#lefthead, div#righthead {
	float: left;
}

div#lefthead {
	height: 122px;
	width: 398px;
}

a#homelink {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

div#righthead {
	width: 500px;
	height: 122px;
}

div#righthead div {
	float: right;
}

div#form, div#formlogged {
	background: url("../images/form.png") no-repeat top right;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	width: 129px;
	height: 42px;
	padding: 7px 8px 6px 0;
}

div#form a {
	color: #fff;
	padding: 0 10px;
}

div#formlogged a {
	color: #fff;
	padding: 0 4px;
}

div#myorders a{
    /*
	display: block;
	background: url("../images/myorders.gif") no-repeat top right;
	width: 93px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 5px;
    */
    float: right;
    display: block;
    text-indent: -5000px;
    background: url(../img/bg_myprint.gif);
    height: 36px;
    width: 127px;
    margin: 0 5px 0 0;	
}

div#madein {
	background: url("../images/madein.png") no-repeat top right;
	width: 129px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 5px;
}

div#tagline {
	width: 570px;
	height: 35px;
	background: url("../images/tagline2.png") no-repeat center right;
	border-top: 1px solid #d8d9d3;
	text-indent: -9999px;
	overflow: hidden;
}
div#righthead .share{
	float: left;
	margin: 20px 0 0 -40px;
}

/* kaki */

div#footer {
	margin: 10px 0;
	width: 898px;
	border: 1px solid #C8C8B2;
	height: 27px;
	line-height: 20px;
	font: bold 11px arial;
	background-color: #E5E5DA;
}
div#footer p{
	margin: 0px;
	line-height: 27px;
}
div#footerleft {
	width: 325px;
	padding: 0px 10px;
}
 div#footerright{
	width: 500px;
	padding: 0px 10px;
 }
div#footerleft {
	float: left;
	text-align: left;
}

div#footerright{
	float: right;
	text-align: right;
}

div#footerleft a img {
	margin: -4px 0 0 0;
}

div#footer span {
	color: #cc4c16;
}
/* fix */

.clear {clear: both;}
