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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #35261B;
	color: #E1D0C6;
	background-image: url(images/image001.gif)
}

.clear {
	clear:both;
}

* {
	padding: 0;
	color: #000000;
	position: relative;
	text-wrap: none;
	text-align: left;
}

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

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


 


/********************* 
	Header 
 *********************/
 
.header {
	background-color: 35261B;
	height: 150px;
	z-index: -1;
	color: #E1D0C6;
    }

#home-header {
	background-color: 35261B;
	height: 200px;
	color: #E1D0C6;
    }

.home-header-text {
	z-index: 100;
	position: absolute;
	color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;
	top: -100px;
	display: inline;
	text-align: center;
	width: 900px;
    }

#header-content {
	color: #E1D0C6;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 34px;
	font-weight:bold
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
    }
 
.header-text {
	z-index: 100;
	color: #E1D0C6;
	text-align: center;
	font-size: 34px;
	position: relative;
	height: 25px;
	display: inline;
    }

.header-text2 {
	color: #E1D0C6;
	width: 900px;
	z-index: 2;
	text-align: center;
	font-size: 34px;
	position: relative;
	top: -135px;
	margin-bottom: 0;
    }

.header-text3 {
	color: #E1D0C6;
	width: 900px;
	z-index: 2;
	text-align: center;
	font-size: 16px;
	position: relative;
	top: -150px;
	height: 0px;
	margin-bottom: 0
    }
/********************* 
	Navigation 
 *********************/
.nav-container {
	z-index: 100;
	position: static;
	display: block;
	width: 900px;
	height: 75px;
    }

#nav {
	margin: 0;
	list-style: none;           /* remove the list style */
	background-color: #632E21;  /*behind boxes*/
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;         /*for group*/
}
/* 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:93px;         
	background:#212121;
	position:relative;
	z-index:10;
	margin:0 3px 0 3px;   /*t l b r*/
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 7px 4px 5px;
	font-weight: 200;
	height: 23px;
	text-decoration: none;
	text-align: left;
	color: #E1D0C6;   /*list box text */
}
#nav li a:hover {
	color: #E1D0C6; /*list box text hover*/
}

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

/*submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 2px;
	padding: 2px;
	list-style: none;
	background-color: #632E21;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #632E21;
	border-bottom-color: #632E21;
	border-left-color: #632E21;
}
#nav ul li {
	width:115px;
	float:left;
	border-top:1px solid #000000;  /* drop box border */
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 15px;
	padding: 5px 2px;
	color: #42281C;            /* drop text */
	background-color: #CA926C; /* drop box */
}
#nav ul a:hover {
	background-color: #632E21; /* hover box */
}

/* 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 0px;
}


/********************* 
      Slideshow 
 *********************/

.slideshows {
}

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

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

/********************* 
      Pop Up Image
 *********************/

#pic-text {
	margin-top: 10px;
	background-color: #D6BFA7;
	border-color: #CC6633;
	border-style: solid;
	border-width: 0;
}

#pic-text img {
	margin-right: 10px;
	background-color: #D6BFA7;
	border-color: #42281C;
	border-style: solid;
	border-width: 30;
}


/*********************
   Product Gallery and Pop Up
 *********************/

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

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

.product-column-2x {
	float: left;
	padding: 0px;
	width: 450px;
}

.product-column-2xL {
	width: 450px;
	float: right;
}
.product-item {
	height: auto;
	width: 265px;
	border: medium solid #999999;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 5px;

}

.product-item-2x {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
}
.product-image-wrapper {
	width: 440px;
	background-color: #E1D0C6;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	height: 200px;
	color: #FFF;
}

.product-image-wrapper-2x {
	width: 440px;
	background-color: #E1D0C6;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	height: 200px;
	float:right;
}

#preview {/*pop up pic*/
	position: absolute;
	padding: 5px;
	display: none;
	color: #DDB89F;/*pop up pic text*/
	border-color: #42281C;
	border-top-width: 2px;
	border-style: solid;
	background-color: #D6BFA7;
}

#preview2 {/*pop up pic*/
	position: absolute;
	padding: 5px;
	display: none;
	color: #DDB89F;/*pop up pic text*/
	border-color: #42281C;
	border-top-width: 2px;
	border-style: solid;
	background-color: #D6BFA7;
}

#product_container {
	width: 900px;
	height: 200px;
	position: relative; float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}

#product_pic {
	background-color: #632E21;
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
	border-color: #42281C;
	border-style: solid;
}
#product_text {
	background-color: #D6BFA7;
	width: 575px;
	height: 200px;
	float: right;
	position: absolute;
	border-color: #000000;
	border-style: solid;
	margin-right: 0px;
	right: 0px;
}



/*******************************
  Header
 *******************************/

#h1 {
	font-size: 34px;
	font-weight: lighter;
	padding-top: 20px;
}

#h1L {
	font-size: 34px;
	font-weight: lighter;
	margin-top: 20px;
	text-align: left;
	margin-left: 5px;
}
#h2 {
	font-size: 21px;
	font-weight: normal;
    margin-right:10px;
	margin-left:10px;
	margin-bottom: 10px;
	
}

#h2L {
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	margin-left: 0px;
	display: inline;
}

#p1{
	font-size: 16px;
	font-weight: normal;
}

#p1L{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#p1bold{
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-right: 8px;
}

#p1boldL{
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 0px;
}

#p1it{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	margin-right: 2px;
	margin-bottom: 2px;
	display: inline;
}

#p1itL{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
    text-align: left;
	margin-left: 8px;
}

/***************
 Footer 
 ***************/


.footer div {
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	padding: 0px;
}
#footer_url_container {
	background-color: #632E21;
	width: 900px;
	height: 30px;
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;margin-top: 0px;
	padding: 0px;
}

#footer_url_text_l {
	float: left;
	position: relative;
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#footer_url_text_m{
	float: none;
	position: relative;
	margin-right: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

}
#footer_url_text_r {
	float: right;
	position: relative;
	margin-right: 10px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

a:hover {
	color: #E1D0C6;
}
