@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 660px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 360px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	border: 0px solid #000000;
}
.oneColFixCtr #mainContent {
	height: 360px;
	width: 660px;
	background-color: #FFF;
}
#prodinfoimage {
	height: 340px;
	width: 340px;
	float: left;
	background-color: #3ff;
	padding: 10px;
}
#productdescription {
	float: right;
	height: 190px;
	width: 250px;
	background-color: #CFC;
	margin-top: 10px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
#productid {
	background-color: #FCF;
	height: 70px;
	width: 250px;
	float: right;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ornamentinfoimage {
	height: 340px;
	width: auto;
	float: left;
	background-color: #3FF;
	padding: 10px;
}
.oneColFixCtr #mainContentOrnament {
	height: 360px;
	width: auto;
	background-color: #FFF;
}
.oneColFixCtr #containerOrnament {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 360px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	border: 0px solid #000000;
	width: 610px;
}
#productidornament {
	background-color: #FCF;
	height: 70px;
	width: 250px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#proddescriptionornament {
	float: left;
	height: 190px;
	width: 250px;
	background-color: #CFC;
	margin-top: 10px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
}
#containerwthoriz {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 437px;
	padding: 20px;
	border: 0px solid #000000;
	margin: auto;
}
#proddescriptionwthoriz {
	float: left;
	height: 297px;
	width: 290px;
	background-color: #CFC;
	margin-top: 10px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
}
#productidwthoriz {
	background-color: #FCF;
	height: 50px;
	width: 290px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding: 20px;
}
#mainContentwthoriz {
	height: 437px;
	width: auto;
	background-color: #FFF;
}
#wthorizinfoimage {
	height: auto;
	width: auto;
	float: left;
	background-color: #3FF;
	padding: 10px;
}
#containerwtvert {
	width: 628px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 528px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	border: 0px solid #000000;
}
#mainContentwtvert {
	height: 360px;
	width: auto;
	background-color: #FFF;
}
#proddescriptionwtvert {
	float: left;
	height: 348px;
	width: 250px;
	background-color: #CFC;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#productidwtvert {
	background-color: #FCF;
	height: 70px;
	width: 250px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
#infoimagewtvert {
	height: auto;
	width: auto;
	float: left;
	background-color: #3FF;
	padding: 10px;
}
