body {
	background-color: #000000;
}

#pageHolder{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#pageBorder{
	width: 800px;
	height: 500px; 
	border: 1px #F03224 solid;
}

.text{
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 10pt;
	text-align: left;
}

.textLanding {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 10pt;
	width: 300px; 
	padding-top: 180px;
	color: #000000;
	padding-right: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #F03224;
}

a:hover {
	text-decoration: none;
	color: #EEA687;
}

#homeBG{
	background:url(Images/night.jpg) no-repeat center #000000;
	width: 800px;
	height:  500px;
	border: 1px #F03224 solid
}

#petBG{
	background:url(Images/city.jpg) no-repeat center #000000;
	width: 800px;
	height:  500px;
	 border: 1px #F03224 solid
}

#kidsBG{
	background:url(Images/kids.jpg) no-repeat center #000000;
	width: 800px;
	height:  500px;
	 border: 1px #F03224 solid
}

.thumbnailsColumn{
	width: 102px; 
	float: left; 
	text-align: center; 
	padding: 10px 10px 0px 10px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 10pt;
}

.thumbnailsColumn a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.thumbnailsColumn a:hover{
	color: #F03224;
	font-weight: bold;
	text-decoration: none;	
}

.thumbnailsColumnBlack{
	width: 102px; 
	float: left; 
	text-align: center; 
	padding: 10px 10px 0px 10px;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 10pt;
}

.thumbnailsColumnBlack a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.thumbnailsColumnBlack a:hover{
	color: #F03224;
	font-weight: bold;
	text-decoration: none;	
}

.thumbnailsRow{
	height: 113px; 
	width: 677px;
	float: left; 
	text-align: left; 
	padding: 10px 0px 0px 1px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 10pt;
}

.thumbnailsRow a{
	color: #FFFFFF;
	text-decoration: none;
}

.thumbnailsRow a:hover{
	color: #F03224;
	text-decoration: none;	
}

.thumbnails{
	border: 1px solid #B47BAB;
}

#leftSide{
	float: left; 
	padding: 0px 10px 0px 10px; 
	width: 154px;
}

#leftSide a{
	color: #FFFFFF;
	text-decoration: none;
}

#leftSide a:hover{
	color: #F03224;
	text-decoration: none;	
}

.accessorizeImage{
	border: 1px solid #FFFFFF;
}

select {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, mono;
}

.price{
	font-size: 16px;
	font-weight:bold;
}

.sale{
	color: #FF0000;	
	font-size: 14px;
}

.priceold{
	text-decoration: line-through;
	font-size: 14px;
}

.yellowBold{
	color: #DEDB07;
	font-weight: bold;
}

.mailingListTextInput{
	font-size: 10px;
	color:#FFFFFF;
	font-family: "Courier New", Courier, mono;
	background-color:#000000;
}


#footer{
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 11px;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
#footer a{
	text-decoration: none;
	color: #F03224;
}

#footer a:hover{
	color: #EEA687;
}