.wrapper {
	width: 800px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.interiorWrapper_dkblue {
	background-image: url(images/colorBar_dkblue.jpg);
	background-repeat: repeat-y;
	width: 800px;
	height: auto;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quantityField {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 6px;
}
.pageHeader {
	width: 800px;
	margin-bottom: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #4b4b4b;
	text-align: center;
	margin-top: 0px;
}
a {
	text-decoration: underline;
	color: #DA6DA9;
}
a:hover {
	color: #BB5F93;
}
p {
	margin-top: 0px;
}
.copyright {
	color: #7e8082;
	text-align: center;
	font-size: 9px;
	margin-bottom: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.copyright a {
	text-decoration: none;
	color: #7e8082;
}
.masthead {
	height: 195px;
	width: 800px;
	margin-bottom: 15px;
}
.mainContentWrapper {
	width: 800px;
	text-align: left;
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 16px;
	margin-bottom: 10px;
	padding-top: 4px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 9px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
	color: #545658;
}
select {
	font-size: 10px;
}
h1 {
	font-size: 17px;
	line-height: 21px;
	color: #556292;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	line-height: 18px;
	color: #da6da9;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 17px;
	line-height: 21px;
	color: #556292;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 15px;
	line-height: 17px;
	color: #556292;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}
.product_leftColumn {
	width: 365px;
	margin-left: 15px;
}
.product_topWrapper {
}
.blueText {
	color: #556292;
	margin-bottom: 0px;
}
.product_rightColumn {
	width: 380px;
	float: right;
	padding-right: 15px;
	text-align: right;
}
.buyObject_wrapper {
	margin-top: 30px;
	margin-left: 15px;
	width: 770px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	margin-bottom: 10px;
}
.buyObject_btn {
}
.buyObject_price {
	font-size: 15px;
	color: #da6da9;
	margin-bottom: 10px;
	line-height: 17px;
}
.buyObject_rightInterior {
	float: left;
	width: 400px;
}
.buyObject_th {
	float: left;
	width: 100px;
	margin-right: 15px;
}

/* prevents Firefox from outline on links */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
