@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #000033;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	margin: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}
#wrapper {
	position: relative;
	width: 800px;
	height: 100%;
	background-color: #9966CC;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
#gerbera {
	position: absolute;
	right: 0px;
	top: 8px;
}
#navbar {
	position: absolute;
	width: 100%;
	top: 197px;
	left: 0px;
	height: 50px;
}
body#homePage a#homeButton, body#designPage a#designButton, body#printPage a#printButton, body#shopPage a#shopButton, body#blogPage a#blogButton, body#contactPage a#contactButton {
	color: #FF9900;
}

#top_highlight {
	background-image: url(../images/top_gradient.jpg);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	width: 100%;
	height: 19px;
}
#mid_highlight {
	background-image: url(../images/mid_gradient.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 16px;
	top: 250px;
}
#imagebar {
	position: absolute;
	top: 2px;
	left: 2px;
	border: solid #000033 1px;
	width: 794px;
	height: 294px;
}

#content a:link {
	color: #ff9900;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #ff9900;
}
#content a:hover {
	text-decoration: underline;
	color: #ff9900;
}
#content a:active {
	text-decoration: none;
	color: #ff9900;
}
#slideshow {
    position:relative;
    height:294px;
	width: 704px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.style1 {font-size: 12px}
.style2 {
	font-size: 13px;
	font-weight: bold;
}