@charset "utf-8";
/* CSS Document */

body {
	font-family:arial;
	font-size:14px;
	background-color: #996600;
}

.clear {
	clear:both;
}

* {
	margin: 0;
	padding: 0;
}

#page-wrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.transparent75 {
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/********************* 
	Navigation 
 *********************/

/* remove the list style */
#nav {
	margin:0;
	list-style:none;
	background-color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
#nav li {
	float:left;
	display:block;
	width:150px;
	background:#333;
	position:relative;
	z-index:500;
	margin:0 0px;
}
/* this is the parent menu */
#nav li a {
	display:block;
	padding:8px 5px 0 5px;
	font-weight:700;
	height:23px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	color:#71c5ef;
}
#nav li a:hover {
	color:#333;
}

/* you can make a different style for default selected value */
#nav a.selected {
	color:#FFFFFF;
}

/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:5px;
	list-style:none;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#nav ul li {
	width:100px;
	float:left;
	border-top:1px solid #333;
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;
	height:15px;
	padding: 8px 5px;
	color: #016799;
	background-color:#FFFFFF ;
}
#nav ul a:hover {
	background-color: #016799;
}

/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}


/* Slideshow */

.slideshows {
}

.cycle-slideshow {
	position: relative;
	float: left;
}

.slideshow-image {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none; 
	z-index: 3; 
	opacity: 0; 
	width: 300px; 
	height: 300px;
}

#pic-text {
	margin-top: 10px;
	padding: 10px;
	border: thin solid #999999;
	background-color: #FFFFFF;
	font-size: 14px;
}

#pic-text img {
	margin-right: 10px;
}


/* Product Gallery */

.product-gallery {
	margin-top: 20px;
}

.product-column {
	float: left;
	width: 290px;
	padding: 5px;
}

.product-item {
	height: auto;
	width: 265px;
	border: medium solid #999999;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFFF;
}

.product-image-wrapper {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

/* Footer */

.footer {
	height: 100px;
	padding: 20px;
}

.footer div {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
