@import "reset.css";

body {
	font-family: Times, 'Times New Roman', Serif;
	font-size: 12px;
	color: #333;
	background: #EEE;
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
}

#wrapper {
	margin: 10px auto;
	margin-bottom: 50px;
	text-align: left;
	background: white;
	width: 960px;
	border: 1px solid #DDD;
}

#page {
	padding: 0;
}

#nav {
	float: left;
	width: 220px;
	margin: 10px 5px 10px 10px;
}

	#nav ul {
		margin-bottom: 20px;
	}
	
	#nav h2.black-bar {
		background: black;
		width: 200px;
		padding: 7px 10px;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#nav h2.black-bar a {
		color: white;
		text-decoration: none;
	}
	
	#nav li {
		color: #333;
	}
	
	#nav li.nav-link a {
		color: #999;
		text-decoration: none;
	}
	
	#nav li.nav-link a:hover {
		color: #333;
	}
	
	#nav li.nav-head {
		background: #EEE;
		padding: 5px 10px;
		text-transform: uppercase;
		margin-top: 5px;
	}
	
	#nav li.nav-head a {
		color: #333;
		text-decoration: none;
	}
	
	#nav li.nav-link {
		padding: 5px 10px;
		text-transform: uppercase;
	}

#content {
	width: 710px;
	margin: 10px 10px 10px 5px;
	float: left;
}

	#content h2.black-bar {
		background: black;
		width: 690px;
		padding: 7px 10px;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#content h2.header {
		text-transform: uppercase;
		font-size: 24px;
		margin: 10px 0px;;
		color: black;
	}
	
	#content h3 {
		text-transform: uppercase;
		font-family: Helvetica, sans-serif;
		font-size: 10px;
		margin-bottom: 5px;
	}

#item {
	width: 170px;
	margin: 0px 3px;
	float: left;
	min-height: 300px;
	text-transform: uppercase;
}

	#item a h3{
		color: #333;
		text-decoration: none;
		padding: 3px 0px 0px 3px;
	}
	
	#item h4 {
		padding: 0px 3px;
		font-weight: normal;
	}

.clear {
	clear: both;
}

#page-foot {
	width: 940px;
	padding: 10px;
	color: #999;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
}
	#page-foot li {
		display: inline;
		
	}
	
	#page-foot li a {
		color: #999;
		text-decoration: none;
	}
	
	#page-foot .right {
		float: right;
	}
	
#product {
	float: left;
	width: 350px;
}

#product-info {
	float: left;
	width: 335px;
	margin-left: 15px;
}

select {
	margin-bottom: 5px;
	background: black;
	color: white;
	padding: 3px 5px;
	border: none;
	font-size: 12px;
	font-family: Times, 'Times New Roman', serif;
}

#shopping {
	margin-bottom: 15px;
}

#nav-bottom-bar {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	background: black; 
	padding: 7px 0px;
	color: white;
}
	
	ul#nav-bottom-bar {
		margin: 0 auto; 
		text-align: left; 
		width:100%; 
	}

	ul#nav-bottom-bar li {
		display: inline; 
		vertical-align: text-top;
	}
	
	ul#nav-bottom-bar li a {
		font-size: 12px;
		color: white;
		letter-spacing: .3pt;
		font-weight: bold;
		padding: 0px 7px;
		text-transform: uppercase; 
		position: relative;
		bottom: 2px;
	}
	
	ul#nav-bottom-bar li a:hover { 
		color: #c1bfbf; 
	}
	.icon { padding: 0px 1px; }
	.first { padding-left: 10px; }
	
	input.viewCart {
		color: white;
		font-family: Times, 'Times New Roman', serif;
		font-size: 12px;
		background: black;
		border: none;
		text-transform: uppercase;
		padding: 0px;
		margin: 0px;
		font-weight: bold;
		
	}
	input.viewCart:hover {
		cursor: pointer;
	}
		
/* GALLERY STYLES */
#main_image {
	height: 450px;
	overflow: hidden;
	margin-bottom: 10px;
}
.demo {margin-top: 0px; position: absolute;}
.galleria{list-style:none;width:350px}
.galleria li{display:block;width:50px;height:50px;overflow:hidden;float:left;margin:0 5px 5px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */