/* Rollovers do askinnermenu */
@import url("askinnermenu.css");

/* Content of products page */
div#imagepage img {
	margin: 12px 0 0 44px;
}


/* Mouse over active */
div#menu ul li.menu1 a {
	position: relative;
	bottom: 45px;
}
div#menu2menu ul li.bt1 a {
	position: relative;
	bottom: 42px;
}


/* Hyper internal menu */
div.menu3 {
	margin-bottom: 15px;
}
div.menu3 ul li {
	display: inline;
}
div.menu3 ul li.pipe {
	color: #99B3D8;
	padding: 0 6px;
}


/* Text box */
div#textbox {
	width: 365px;
	background: url(../images/background/boxback.gif) repeat-y;
	margin-top: -5px;
	_margin-top: 0;
}
div#content h3 {
    background: url(../images/background/boxtop.gif) no-repeat;
	height: 23px;
	_height: 18px;
	color: white;
	font-size: 100%;
	padding: 5px 15px 0 5px;
	margin-bottom: 0;
}
div#textbox p {
	padding: 0 10px 0 5px;
	margin-bottom: 0;
	color: white;
}
div#boxcontent {
	background: url(../images/background/boxback.gif) repeat-y;
}
div#textbox div#textboxend {
    background: url(../images/background/boxbottom.gif) no-repeat;
	height: 28px;
}
