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

html{
	height:100%;
	width:100%;
	}

body{
	height:100%;
	width:100%;
	background-color:#633838;
	margin:0px;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	}

.bgimg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

#wrapper{
	width:100%;
	margin:auto;
	z-index:0;
	background-repeat:repeat-y;
	}
	
#container{
	width:1024px;
	height:900px;
	margin:auto;
	position:relative;
	z-index:100;
	}

#wrapperContact {position:relative; width:600px;margin:53px 0px 0px 200px; z-index:400;}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact {text-align:left; color:#FFF; margin-top:28px;}
.contact ul {list-style-type:none;width:390px;margin-left:-40px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:255px; margin-bottom:10px; margin-top:-10px;}
.contact textarea {width:260px;}
.contacttxt{font-size:12px;}
input.submit{width:86px; margin-top:20px;}
#wrapperStore{position:absolute; top:190px; left:550px; z-index:500; color:#FFF;}
.title{font-size:21px; font-family:georgia; style:italic; margin:0px;}

#header{
	height:160px;
	width:1024px;
	}
	
.center{
	margin-top:40px;
	margin-left:260px;
	}

#navbg{
	width:100%;
	height:32px;
	position:absolute;
	margin-top:161px;
	}
	
#nav{
	height:32px;
	width:1000px;
	margin: 0px auto;

	}

.navtxt2{
	color:#FFF;
	font-size: 11px;
		}

.navtxt{
	color:#FFF;
	font-size: 11px;
	margin-left:55px;
		}
		
.navtxt a{
	margin-left:50px;
	}


#main{
	padding: 0 0 0 0;
	margin: 0px;
	width:1024px;
	height:500px;
	float:left;
	}	
	
#carousel{
	height:319px;
	width:680px;
	overflow:hidden;
	float:left;
	}
	
#slidernav{
	height:55px;
	width:670px;
	overflow:hidden;
	z-index:3000;
	position:absolute;
	top: 475px;
	left:0px;
	background-image:url('../images/imgnav_bg.png');
	background-repeat:no-repeat;
	}

#sliderarrow{
	overflow:hidden;
	width:548px;
	height: 10px;
	position:absolute;
	top:468px;
	left:122px;
	}

.sliderarrow1{
margin-left:0px;
	}

.sliderarrow2{
margin-left:106px;
	}

.sliderarrow3{
margin-left:205px;
	}

.sliderarrow4{
margin-left:317px;
	}
	
.slider{
	height:320px;
	width:680px;
	overflow:hidden;
}	

#story{
	height:320px;
	width:344px;
	float:left;
	}

#about{
	height:600px;
	width:600px;
	float:left;
	}
	
#aboutimg{
	height:300px;
	width:300px;
	position:absolute;
	top:250px;
	left:650px;
	}
	
.title{
	margin-top:55px;
	margin-left:25px;
	font-style:italic;
	font-size: 25px;
	font-family: Georgia, Times, Times New Roman, serif;
	color:#fed989;
	}

.title_contact{
	margin-top:55px;
	margin-left:0px;
	font-style:italic;
	font-size: 25px;
	font-family: Georgia, Times, Times New Roman, serif;
	color:#fed989;
	}
		
.copy{
	margin-left:25px;
	font-size: 12px;
	color:#fff;
	line-height:18px;
	}

#boximg{
	position:absolute;
	top:97px;
	left:115px;
	}	

.box{
	height: 150px;
	width: 315px;
	margin-right:25px;
	position:relative;
	float:left;
	}
	
.boxtitle{
	margin-top:70px;
	margin-left:25px;
	font-style:italic;
	font-size:18px;
	font-family: Georgia, Times, Times New Roman, serif;
	color:#fed989;
	}	

#upperhalf{
	margin-top:193px;
	width:100%;
	height:598px;
	position:absolute;
	z-index:-1000;
	}
	
#lowerhalf{
	margin-top:511px;
	width:100%;
	height:280px;
	position:absolute;
	z-index:-100;
	}

#footer{
	height:50px;
	width:1024px;
	position: absolute;
	top:825px;
	left:120px;
	background-image:url('../images/foot.png');
	background-repeat:no-repeat;
	}


.foottxt{
	position:absolute;
	top:-18px;
	left:115px;
	color:#FFF;
	font-size: 10px;
	text-align:center;
	}
	
#sub{
	position:absolute;
	top:-8px;
	left:115px;
	color:#FFF;
	font-size: 10px;
	text-align:center;
	}

img {
	border:none;
	}
	
.foottxt a:link {
	color:#fff; text-decoration:none;
}
.foottxt a:visited {
	color:#fff; text-decoration:none;  /* visited link */
} 

.foottxt a:hover {
	color:#fed989; text-decoration:none;  /* visited link */
} 

a:link {color:#fed989; text-decoration:none;}      /* unvisited link */
a:visited {color:#fed989; text-decoration:none;}  /* visited link */
a:hover {color:#fed989; text-decoration:underline;}  /* mouse over link */
a:active {color:#fed989; text-decoration:none;}  /* selected link */
