
body {
	background: url(../bg.jpg);
	color: #333;
	font-size: 11px;
	padding: 5px 0 3px;
}
a {
	color: #ffffff;
	text-decoration: none;
}

a.specialLink {
	color: #000000;
	text-decoration: underline;
}

a.specialLink:hover {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}


.container_32 h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
.container_32 h2 {
	padding: 20px 0 0;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
.container_32 p {
	/* border: 1px solid #666; */
	overflow: hidden;
}
.container_32 {
	/*background-color:#333333;
	background-repeat: repeat-y;*/
}

div.spacer {
	background-image: url(../imgs/bg-slice.gif);
	background-repeat: repeat-y;
}

div.spacer-one {
	background-image: url(../imgs/bg-slice-one.gif);
	background-repeat: repeat-y;
}

div.spacer-box {
	background-image: url(../imgs/bg-slice-one.gif);
	background-repeat: repeat-y;
}


div.maintext {
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	color: #000000;
	vertical-align: middle;
	padding: 5px 5px 20px 22px;

}

div.tiptext {
	background-image: url(../bg.jpg);
	font-size: 12px;
	text-align: left;
	width:280px;
	line-height:17px;
	padding: 5px 5px 10px 10px;

}

div.pbox {
	background-image: url(../imgs/bg-pbox.gif);
	background-repeat: no-repeat;
	height:150px;
	padding:18px 0px 0px 0px;
	text-align: center;
}

div.abox {
	background-image: url(../imgs/bg-abox.gif);
	background-repeat: no-repeat;
	height:230px;
	padding:22px 0px 0px 5px;
}
div.textbox {
	font-size: 14px;
	font-family: Georgia, serif;
	line-height: 150%;
	color: #000000;
	height:180px;
	padding:40px 0px 0px 0px;
}

div.captiontext {
	font-size: 12px;
	text-align: center;
}

div.topmenu {
	padding:88px 0px 0px 0px;
	font-size: 12px;
	text-align: center;

}

div.menu {
	height:80px;

	font-size: 15px;
	text-align: right;
}

div.productbox {
	height:150px;
	font-size: 15px;
	text-align: center;
}
	
div#top {
	background-image: url(../imgs/bg-top.gif);
	background-repeat: no-repeat;
	height: 165px;
	padding: 10px 0;
}

div#top-one {
	background-image: url(../imgs/bg-top-one.gif);
	background-repeat: no-repeat;
	height: 165px;
	padding: 10px 0;
}

div#bottom {
	background-image: url(../imgs/bg-bottom.gif);
	background-repeat: no-repeat;
	height: 132px;
	padding: 20px 0;
}

div#bottom-one {
	background-image: url(../imgs/bg-bottom-one.gif);
	background-repeat: no-repeat;
	height: 66px;
	padding: 3px 0;
}

div.footer {

	padding:66px 0px 0px 0px;
}


</style>