body {
	background: #FFFFFF;
	text-align: center;
	font-family: Palatino, Times New Roman;
	color: #758676;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #3f3a98;
}

a:hover {
	color: #acbdad;
}

p { 
	margin: 0px 0px 5px 0px;
}

.container {
 	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	position: relative;
}

.tier1 {color: #FFFFFF;
			background-color: #758676;}

.tier2 {color: #FFFFFF;
			background-color: #acbdad;}

.tier3 {color: #FFFFFF;
			background-color: #706bc9;}

.orderform {color: #000000;
			background-color: #FFFFFF;}

.header {
	background: #7f7ad8;
/*	padding-left: 8px;
	padding-bottom: 5px; */
}

.topborder {
	height: 10px;
	background-color: #3f3a98;
}

.menubar {
	height: 28px;
	background-color: #758676;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.menubar ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 0px;
	padding-left: 0px;
}

.menubar li {
	display: inline;
	margin: 0px 8px 0px 8px;
}

.header a:link, .header a:visited, .menubar a:link, .menubar a:visited, .bottom a:link, .bottom a:visited {
	color: #FFFFFF;
}

.header a:hover,.menubar a:hover, .bottom a:hover {
	color: #3f3a98;
}

.title {
	padding-left: 8px;
	padding-bottom: 5px;
	vertical-align: bottom;
	font-size: 150%;
	color: #3f3a98;
	text-transform: uppercase;
}

.shoptitle {
	font-size: 100%;
	color: #3f3a98;
	text-transform: uppercase;
}

.subtitle, .price {
	font-size: 100%;
	color: #3f3a98;
}

.mail {
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.bottom {
	background-color: #7f7ad8;
	color: #FFFFFF;
	text-align: center;
}

.bottombr {
	color: #3f3a98;
}

form td {
	color: #3f3a98;
}

input, select {
	background-color: #acbdad;
}

.qty {
	width: 25px;
}

.opt {
	width: 135px;
}

.button {
	border: 1px solid #3f3a98;
	color: #3f3a98;
	background-color: #acbdad;
	font-weight: bold;
}

.box {
	background-color: #ffffff;
}