@charset "utf-8";
/* common elements */
body{
	margin:0px;
	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg2.jpg);
	
}
.content_home{
	width:960px;
	height:686px;
	background-image:url(../images/bg_home.jpg);
	margin: 0 auto;	
	border: thick solid #000000;
}
.content_pics{
	width:960px;
	height:686px;
	background-image:url(../images/bg_pics.jpg);
	margin: 0 auto;	
	border: thick solid #000000;
}
.content{
	width:960px;
	height:686px;
	background-image:url(../images/bg.jpg);
	margin: 0 auto;	
	border: thick solid #000000;
}
.cartInfo{
	width:100px;
	height:150px;
	position:absolute;
	margin-left:850px;
	margin-top:20px;
}
.mouth{
	width:200px;
	height:133px;
	position:absolute;
	margin-top:10px;
	margin-left:10px;
	
}
/* home page elements */
.home_holder{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	/*background-color:#FFFFFF;
	filter:alpha(opacity=67);
	-moz-opacity:.67;
	opacity:.67;*/
}
.home_content{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	overflow:auto;
}
.home_tables{
	width:670px;
	height:430px;
	position:absolute;
	overflow:auto;
}

/* store front */
.store_title{
	width:264px;
	height:186px;
	position:absolute;
	margin-top:200px;
	margin-left:260px;
	background-image:url(../images/store_title_lg.png);
}

.all_title{
	width:740px;
	height:543px;
	position:absolute;
	margin-top:142px;
	margin-left:218px;
}
/* shop page(s) */
.shop_holder{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	/*background-color:#FFFFFF;
	filter:alpha(opacity=67);
	-moz-opacity:.67;
	opacity:.67;*/
}
.shop_content{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	overflow:auto;
}
.shop_title{
	width:166px;
	height:117px;
	position:absolute;
	margin-top:180px;
	margin-left:240px;
	background-image:url(../images/store_title_sm.png);
	z-index:10;
}
.shop_nav{
	width:534px;
	height:40px;
	position:absolute;
	margin-top:195px;
	margin-left:406px;
}

/* detail elements */
.detail_holder{
	width:670px;
	height:352px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	background-color:#FFFFFF;
	filter:alpha(opacity=67);
	-moz-opacity:.67;
	opacity:.67;
}
.detail_content{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
}

/* cart elements */
.cart_holder{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	background-color:#FFFFFF;
	filter:alpha(opacity=67);
	-moz-opacity:.67;
	opacity:.67;
}
.cart_content{
	width:670px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	overflow:auto;
}

/* art page */
.art_title{
	width:139px;
	height:91px;
	position:absolute;
	margin-top:180px;
	margin-left:260px;
	background-image:url(../images/art_title.png);
	z-index:10;
}
/* pics page */
.pics_title{
	width:180px;
	height:123px;
	position:absolute;
	margin-top:180px;
	margin-left:220px;
	background-image:url(../images/pics_title_lg.png);
	z-index:100;
}
/* vid page */
.vid_title{
	width:180px;
	height:101px;
	position:absolute;
	margin-top:180px;
	margin-left:210px;
	background-image:url(../images/video_title_lg.png);
	z-index:100;
}
/* contact page */
.contact_content{
	width:650px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	overflow:auto;
}
.contact_holder{
	width:650px;
	height:430px;
	position:absolute;
	margin-top:235px;
	margin-left:260px;
	background-color:#FFFFFF;
	filter:alpha(opacity=67);
	-moz-opacity:.67;
	opacity:.67;
}