@charset "UTF-8";
body, table, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
.notes {
	font-size: 9px;
	color: #6D6D6D;
	display: block;
	padding-top: 10px;
}
body {
	background: #4375B4 url(images/bgImage_02.jpg) repeat-y center;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	text-align: center;
}
#navTable {
	width: 800px;
	height: 213px;
	float: left;
	background-color: #FFFFFF;
}
#navTable #topImage {
	background-image: url(images/topNav_01.jpg);
	background-position: left top;
	height: 114px;
	width: 800px;
	text-align: right;
}
.bottomNav a, .bottomNav a:visited  {
	color: #0033CC;
	margin-top: 62px;
	display: block;
	margin-right: 15px;
	margin-left: 625px;
	text-decoration: none;
}
.bottomNav a:hover {
	color: #00801B;
	display: block;
	text-decoration: none;
}
#container {
	float: left;
	width: 750px;
	margin: 0px;
	background: #FFFFFF;
	padding: 25px;
	text-align: left;
}
#container h2 {
	margin: 0px 0px 15px;
	border-bottom: 1px dashed #ACACAC;
	padding-bottom: 5px;
	color: #ACACAC;
	font-size: 16px;
}
#container h3 {
	margin: 0px 0px 5px;
	color: #000000;
	font-size: 14px;
}
.red {
	color: #FF0000;
	font-style: italic;
}

#container #homeTable {
	width: 750px;
}

.homeText {
	width: 300px;
	margin: 10px auto;
	text-align: justify;
}
.productText {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: justify;
}
#puzzlePrice {
	margin-right: 50px;
}
.productPrice {
	text-align: right;
	margin-right: 50px;
	margin-bottom: 20px;
}
#proThumb {
	width: 220px;
	font-size: 9px;
}

#fooTable {
	width: 800px;
	height: 165px;
	float: left;
}
#copyright {
	float: left;
	width: 400px;
	text-align: left;
	background-color: #00c33c;
}
#copyright p {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	color: #006600;
	font-size: 9px;
}
#design {
	text-align: right;
	float: left;
	width: 400px;
	
	background-color: #00c33c;
}
#design a, #design a:visited {
	color: #006600;
	text-decoration: none;
}
#design a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#design p {
	color: #006600;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 9px;
}
.matText {
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: justify;
}
.right {
	text-align: right;
	display: block;
}
.puzzle {
	background-image: url(images/buy.gif);
	height: 45px;
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	text-align: left;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	margin: 0px;
	padding: 0px;
	background-position: right top;
}
#navTable .bottomNav {
	background-image: url(images/topNav_11.jpg);
	background-position: left top;
	height: 80px;
	width: 800px;
	text-align: right;
	background-repeat: no-repeat;
}
form {
	text-align: right;
}
