@charset "utf-8";
/**
 * Homepage Layout Stylesheet for JN Photos
 * Media: Screen
 * Author: Jennifer Spisak (itosame); phenniferlynn.com
 */

@import url(site-global.css);
/*@import url(gallery_jquery.ui.core.css);
@import url(gallery_jquery.ui.slider.css);
@import url(gallery_jquery.ui.theme.css);
@import url(gallery_style.css);*/

#wrapper-top {
	position:relative;
	z-index:0;
	margin:0 auto;
	width:100%;
	background:url(../images/BG-colorblock.png) top center repeat-x;
	}
	
#bg-top {
	position:relative;
	z-index:inherit;
	margin:0 auto;
	width:100%;
	height:100%;
	background:#fff url(../images/z50bg-corkTop.jpg) top center no-repeat;
	}
	
#wrapper-bot {
	position:relative;
	z-index:0;
	margin:0 auto;
	width:100%;
	height:100%;
	background:url(../images/z50bg-corkBot.jpg) top center no-repeat;
	}
	
#footer {
	position:inherit; z-index:inherit;
	margin:0 auto;
	width:900px;
	padding:10px 50px;
	color:#fff;
	clear:both;
	}
	
	#findUs {
	float:right;
	display:inline;
	}

#content {
	position:relative;
	z-index:inherit;
	width:900px;
	height:auto;
	/*height:516px;
	overflow:hidden;*/
	margin:0 auto;
	}
	

#swapImage {
	/*background:url(../img/photo-elvis.png) bottom left no-repeat;*/
	width:800px;
	/*height:431px;*/
	height:100%;
	padding:0 50px;
	}
	.swap-home {background:url(../img/photo-elvis.png) bottom left no-repeat;}
	.swap-sports {background:url(../img/photo-football.png) bottom left no-repeat;}
	
#content-left {
	float:left;
	display:inline;
	width:250px;
	height:auto;
	margin-top:17px;
	}
	#logo {
		width:200px;
		height:140px;
		margin-left:25px;
		}
	
#content-right {
	float:left;
	display:inline;
	/*width:550px;
	height:431px;
	padding-top:85px;*/
	height:auto;
	width:550px;
	padding-top:85px;
	}

#products {
	clear:both;
	padding-top:15px;
	}
#select-category {
	list-style:none;
	margin:0 25px 15px;
	}
	#select-category li {
		display:inline-block;
		padding:0 10px;
		font-style:italic;
		color:#666666
		}
/* Original List */
#product-list {
	list-style:none;
	padding:0 17px 10px;
	}
#product-list li {
	display:inline-block;
	width:100px;
	height:125px;
	margin:5px 10px;
	padding:15px;
	text-align:center;
	vertical-align:top;
	background:#99CCFF;
	border-radius:15px;
	-moz-border-radius:15px;
	background:url(../img/BG-product-item.png) repeat-x;
	}
	
	#product-list li img {
		display:block;
		width:100px;
		height:100px;
		padding-bottom:5px;
	}
	#product-list li span {
		dispay:block;		
		font-size:10px;
		line-height:.75em;
	}

/* Toggle Setup
#product-list {
	width:866px;
	height:auto;
	min-height:366px;
	padding:0 17px;
	}
	#p-standard div, #p-special div {
		float:left;
		display:inline;
		width:100px;
		height:125px;
		margin:5px 10px;
		padding:15px;
		text-align:center;
		vertical-align:top;
		background:url(../img/BG-product-item.png) repeat-x top;
		border-radius:15px;
		-moz-border-radius:15px;
		}
	#product-list img {display:block; width:100px; height:100px;}
	#product-list span {display:block;}
*/
	.title {
		font-weight:bold;
		padding:5px;
		color:#1f5081;
		}
	
