@charset "utf-8";
html, body {
	background-color: #000000;
	height: 100%;               /* Make sure the document takes up the whole window. */
	margin: 0;                  /* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	padding: 0;                 /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
	background-image: url(images/bgTile1.jpg);
	background-repeat: repeat-x;
}
div#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     /* Bump div#blueBox down half the height of the screen. */
	margin-top: -380px;                                                              /* Half the height of div#blueBox. */
	float: left;
}
div#content {
	width: 1000px;
	height: 680px;
	clear: both;
	position: relative;
	top: -300px;
	position: static;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */
/* ]]> */

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.footerLink.a: link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.buy {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CCCC00;
	margin-left: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.buy a {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CCFFCC;
	margin-left: 10px;
}
.buy a:hover {
	text-decoration: underline;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.formBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryThumbs {
	display: inline;
	text-align: left;
}
.galleryThumbs img {
	border: 2px solid #FFF;
	margin-right: 16px;
	margin-bottom: 16px;
}
.galleryThumbs img:hover {
	border: 4px solid #CCC;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-top: -2px;
	margin-left: -2px;
}
