body {
	margin:0px; padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background: #000000 url(images/top-background.jpg) repeat-x top;
	}
	
#wrapper {
	width:960px;
	margin: 0px auto;
	}
	
#header {
	width:960px;
	height:419px;
	margin:0px; padding:0px;
	}
	
#main {
	width:960px;
	margin:0px; padding:0px;
	}

#leftNav {
	width:212px;
	margin:0px; padding:0px;
	float:left;
	}
#content {
	width:648px;
	margin:0px;
	float:left;
	padding:10px 50px 20px;
	color:#000000;
	background:url(images/background.jpg) repeat-y;
	min-height:450px;
	}	
	
	h1 {
		font-family: Neucha, Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#0000CC;
		line-height:30px;
		margin:20px 0px;
		}
	
	h2 {
		font-family: Neucha, Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#0000CC;
		line-height:24px;
		text-align:center;
		margin:10px 0px;
		}
		
	.small {
		font-size:10px;
		line-height:14px;
		}
		
	td {
		font-size:12px;
		}
		
	table.contactform tr td {
		padding:10px 0px;
		}
		
	div.product {
		width:300px;
		margin:10px;
		float:left;
		border:1px solid #000;
		padding:0px 0px 5px 0px;
		min-height:460px;
		}
		
		div.product h2 {
			font-family: Neucha, Arial, Helvetica, sans-serif;
			font-size:30px;
			color:#999999; /* gray */
			line-height:30px;
			margin:20px 0px;
			}
			
		div.product-price {
			font-family: Neucha, Arial, Helvetica, sans-serif;
			font-size:50px;
			line-height:50px;
			font-weight:bold;
			color:blue;
			position:relative;
			top:50px;
			*top:50px;
			left:210px;
			width:200px;
			margin-top:-50px;
			}
			
			.productInfo {
				text-align:center;
				font-size:12px;
				margin:10px 0px;
				display:block;
				}
				
			body#popup {
				background:#000000;
				}
				
				body#popup h2 {
					color:#FFFFFF;
					}
				
				table#popup {
					background:#FFFFFF;
					}
					
				p.productDescription {
					text-align:left;
					margin:20px;
					}
			
	form.addCart {
		margin:0px; padding:0px;
		}
		
		form.addCart input {
			display:inline;
			}
			
	a.continue {
		font-family: Neucha, Arial, Helvetica, sans-serif;
		font-size:20px;
		color:white;
		background:black;
		padding:10px;
		margin:0px 10px;
		text-decoration:none;
		}
		
		a.continue:hover {
			background:gray;
			}
		
	table.shoppingCart {
		padding:7px;
		border:1px solid black;
		}
	
		table.shoppingCart thead tr th {
			background:#666666;
			color:#FFFFFF;
			font-size:14px;
			}
		
		table.shoppingCart tbody tr.totals td {
			background:#666666;
			color:#FFFFFF;
			font-size:14px;
			border-top:1px solid #ffffff;
			}
	
	table.members tr td {
		text-align:center;
		}
	
#footer {
	clear:both;
	width:748px;
	margin:0px 0px 0px 212px;
	padding:20px 0px;
	text-align:center;
	font-size:12px;
	background:url(images/background.jpg) repeat-y;
	}		
	
	#footer a {
		color:#000000;
		text-decoration:none;
		}
	#footer a:hover {
		color:#0000CC;
		text-decoration:underline;
		}	

hr {
	width:50%;
	height:1px;
	color:#CCCCCC;
	}	


/* pop-up images */
			
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.content {
	padding:0px 10px 10px 10px;
	}
	

	
