/****************************************
 * HTML ELEMENTS
 ****************************************/
html, body, td, form, fieldset, a {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
}

/****************************************
 * LINKS
 ****************************************/
a {
	color: #0033ff;
	font-size: 12px;
	font-weight: light;
	text-decoration: none;
	border: none;
}

	a:hover {
		border-bottom: solid #999999 1px;
	}
	
/****************************************
 * PARAGRAPHS
 ****************************************/
p {
	font-size: 14px;
	color: #666666;
}

/****************************************
 * LAYOUT CONTAINER
 ****************************************/
#container {
	margin: 10px auto;
	text-align: left;
	width: 820px;
	border: solid #cccccc 1px;
}

/****************************************
 * LAYOUT HEADER
 ****************************************/
#header {
	position: relative;
	height: 112px;
	border-bottom: solid #cccccc 1px;
	background: url( '../images/logo.gif' ) no-repeat 0% 50%;
}

	#header .newsletter {
		position: absolute;
		top: 0;
		right: 0;
		width: 357px;
		height: 112px;
		border-left: solid #cccccc 1px;
		text-align: center;
	}
	
		#header .newsletter h3 {
			background: transparent url(../images/subscribe_header.gif) no-repeat top center;
			height: 14px;
			text-indent: -5000px;
			margin: 10px 0 10px 0;
		}
	
		#header .newsletter p {
			text-align: center;
			font-size: 14px;
			color: #999999;
			line-height: 19px;
			margin: 0 0 11px 0;
		}
		
			#header .newsletter p em {
				color: #ff3300;
			}
			
		#header .newsletter form {}
		
			#header .newsletter form label {
				color: #999999;
				font-size: 15px;
			}
			
			#header .newsletter form fieldset {
				padding: 0;
				border: none;
				margin: 0;
			}
		
			#header .newsletter form input {
				width: 140px;
				font-family: Arial;
				font-size: 12px;
				border: 1px solid #999999;
			}
			
			#header .newsletter form input.button {
				width: auto;
				background-color: #fff;
				font-size: 90%;
				text-transform: uppercase;
				border: none;
			}
		
/****************************************
 * LAYOUT NAVIGATION
 ****************************************/	
#navigation {
	padding: 45px 0 0 0;
	text-align: center;
}

#navigation.long {
	height: 100px;
}

	#navigation .menu {
		display: block;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	
		#navigation .menu li {
			position: relative;
			display: inline;
			padding: 0;
			margin: 0 20px 0 0;
		}
		
		#navigation .menu li:last-child {
			margin: 0;
		}
		
		#navigation .menu li a {
			color: #545353;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			border: none;
		}
		
		#navigation .menu li a:hover, #navigation .menu li.selected a {
			color: #ff6600;
		}
		
/****************************************
 * LAYOUT SUBNAVIGATION
 ****************************************/	
#navigation .menu dl {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
 
	#navigation .menu dl dd {
		display: block;
		text-align: left;
		padding: 0;
		margin: 0 0 4px 0;
	}
	
		#navigation .menu dl dd a {
			color: #7a7a7a !important;
			font-size: 14px !important;
			font-weight: normal !important;
			font-family: Helvetica Neue, Arial, Helvetica, sans-serif !important;
			text-align: left !important;
			white-space: nowrap;
		}
	 
		#navigation .menu dl dd a:hover, #navigation dl dd.selected a {
			color: #eb5e00 !important;
		}
	
.spacer {
	height: 30px;
	overflow: hidden;
}
	
/****************************************
 * LAYOUT CONTENT
 ****************************************/	
#content {
	position: relative;
	height: 465px;
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
}

	/****************************************
	 * HOMEPAGE IMAGES
	 ****************************************/	
	#content .homepage_images {
		text-align: center;
	}

		#content .homepage_images img {
			display: inline;
			margin: 0 15px 0 0;
			border: solid #cccccc 1px;
		}
		
		#content .homepage_images img.last {
			margin-right: 0;
		}
		
		#content .homepage_images a {
			border: none;
			text-decoration: none;
		}
	
	/****************************************
	 * INTRODUCTION TEXT ON THE HOMEPAGE
	 ****************************************/	
	#content .introduction {
		margin: 35px 0 0 0;
	}
		
		#content .introduction p {
			font-family: "Helvetica Neue", "Times New Roman", Times, serif;
			font-size: 16px;
			text-align: center;
			color: #7a7a7a;
			margin: 0 0 7px 0;
		}
		
		#content .introduction .orange {
			color: #FF6600;
		}
	
	/****************************************
	 * THIS IS USED TO DISPLAY SUBCATEGORIES
	 ****************************************/
	#content .content_menu {}
	
		#content .content_menu .item {
			float: left;
			margin-right: 10px;
		}
		
			#content .content_menu .item img {
				border: solid #cccccc 1px;
			}
			
			#content .content_menu .item .info {
				color: #575757;
				font-size: 14px;
				font-weight: normal;
			}
		
		#content .content_menu a {
			border: none;
			text-decoration: none;
		}
		
	/****************************************************
	 * THIS IS USED TO DISPLAY IMAGES IN A SUBCATEGORY
	 ***************************************************/
	#content .content_images {
		width: 790px;
		height: 290px;
		background: url( '../images/enlarge.gif' ) no-repeat 0px 240px;
		overflow: auto;
	}
	
		#content .content_images td {
			padding: 0 18px 0 0;
		}
		
		#content .content_images a {
			border: none;
			text-decoration: none;
		}
		
		#content .content_images img {
			border: solid #cccccc 1px;
		}
		
		#content .content_images .info {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			line-height: 22px;
		}
		
			#content .content_images .info .item_id {
				font-weight: bold;
				font-size: 12px;
			}
			
			#content .content_images .info .dimensions {
				font-size: 12px;
				color: #666666;
			}
			
			#content .content_images .info .price {
				font-size: 12px;
			}
		
	/**********************************************
	 * PHONE NUMBER AT THE BOTTOM OF THE GALLERY
	 *********************************************/
	#content .number {
		position: absolute;
		bottom: 20px;
		right: 50px;
	}
	
	/**********************************************
	 * FRAME IMAGE AT THE BOTTOM OF THE GALLERY
	 *********************************************/
	#content .frames {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
	
	/****************************************
	 * COLUMNS
	 ****************************************/	
	#content .column {
		float: left;
		width: 410px;
		margin: 0 0 0 54px;
	}

/****************************************
 * LAYOUT FOOTER
 ****************************************/
#footer {
	width: 820px;
	color: #999999;
	font-size: 10px;
	margin: 10px auto 0 auto;
	text-align: center;
}

	#footer a {
		color: #999999;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
		border: none;
	}
	
/****************************************
 * IMAGE INFOBOX
 ****************************************/
#infobox {
	width: 785px;
	height: 520px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

	/****************************************
	 * THE LIST OF IMAGE PAIRS
	 ****************************************/
	#infobox .pairing {
		width: 175px;
		float: left;
		overflow: hidden;
		margin-right: 10px;
	}
	
		#infobox .pairing .title {
			color: #757374;
			font-size: 16px;
			text-align: center;
			margin: 10px 0 0 0;
		}
		
		#infobox .pairing .collection {
			margin: 10px 0 0 0;
			text-align: center;
			height: 425px;
			overflow: auto;
		}
		
			#infobox .pairing .collection .item {
				margin: 0 0 20px 0;
				cursor: pointer;
			}
			
				#infobox .pairing .collection .item .img {
					width: 100px;
					overflow: hidden;
					margin: 0 auto;
				}
				
				#infobox .pairing .collection .item .info {
					font-size: 14px;
					letter-spacing: 1px;
				}
				
					#infobox .pairing .collection .item .info .item_id {
						font-weight: normal;
						padding: 0 8px 0 0;
					}
					
					#infobox .pairing .collection .item .info .price {
						
					}
	
	/****************************************
	 * THE IMAGE
	 ****************************************/
	#infobox .image {
		position: relative;
		float: left;
		width: 600px;
		height: 502px;
		margin: 18px 0 0 0;
	}
	
		#infobox .image .img {
			width: 590px;
			height: 410px;
			overflow: hidden;
			margin: 0 0 20px 0;
		}
		
		#infobox .detail {
			position: relative;
			color: #575757;
			font-size: 18px;
			text-align: center;
		}
		
			#infobox .detail .nav {
				float: right;
			}
			
				#infobox .detail .nav a {
					text-indent: -1000px;
					float: left;
					width: 17px;
					height: 17px;
					background: url( '../images/arrow_left.gif' ) no-repeat top left;
					border: none;
					text-decoration: none;
					overflow: hidden;
					margin: 0 10px 0 0;
				}
				
					#infobox .detail .nav a.next {
						background: url( '../images/arrow_right.gif' ) no-repeat top left;
					}
			
			#infobox .detail .item_id {
				display: inline;
				color: #353535;
				padding-right: 20px;
			}
			
			#infobox .detail .dimensions {
				display: inline;
				padding-right: 20px;
				font-size: 16px;
			}
			
			#infobox .detail .price {
				display: inline;
				font-size: 16px;
			}
			
		#infobox .order {
			font-size: 16px;
			color: #FF6600;
			text-align: center;
			font-style: italic;
			font-weight: bold;
			margin: 15px 0 0 0;
		}