@charset "UTF-8";

/* ----------------------------------------------

	file / common/base.css

---------------------------------------------- */


/**************************************************************************************************

HYPERTEXT STYLES

**************************************************************************************************/

/*
---------------------------------------------- */
a { overflow: hidden; }

/*link
---------------------------------------------- */
a:link { color: #FF9900; text-decoration: none; }
a:visited { color: #FF9900; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; }
a:active { color: #FF0000; text-decoration: none; }


/**************************************************************************************************

PRELOAD OVERLAY

**************************************************************************************************/

.QOverlay {
	z-index: 9999;
	background: #FCFAF5 url(../img/hp-logo.png) no-repeat center center;
}

.QLoader {}

.QAmt {
	color: #B1A780;
	font-family: Georgia,Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	width: 100px;
	margin: 30px 0 0 -20px;

}



/**************************************************************************************************

WRAPPER

**************************************************************************************************/

#wrapper {
	width: 100%;
	min-width: 940px;
	position: relative;
	padding: 0px 0px 0px;
}


/**************************************************************************************************

HEADER

**************************************************************************************************/

#header-top {
    width: 100%;
	height: 100px;
	background: url(../img/bg-header.jpg) repeat-x left top;
}

#hp-logo {
	width: 311px;
	height: 56px;
	margin: 0px auto;
	padding: 26px 0px 0px;
}

#hp-logo h1 {
	height: 56px;
	display: block;
	background: url(../img/hp-logo.png) no-repeat 0 0;
	text-indent: -9999px;
}	
		
#header-bottom {
	width: 100%;
	height: 60px;
	background: #FCFAF5 url(../img/bg-sorter.jpg) repeat-x left top;
	z-index: 1000;
	padding: 0px;
}	

.absolute {
    position: absolute;
	top: 0px;
}

.fixed {
    position: fixed;
	top: 0px;
}

#sorter {
	width: 800px;
	height: 40px;
	margin: 0px auto;
}

#sorter ul {
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#sorter ul li {
    float: left;
}

#sorter ul li h3 {
    width: 128px;
	display: block;
	text-indent: -9999px;
}
	
#sorter ul li a {
    width: 96px;
    display: block;
	text-indent: -9999px;
}

#sorter ul li h3#head { height: 40px; background: url(../img/sorter-head.jpg) 0px 0px; }

#sorter ul li#all a { height: 40px; background: url(../img/sorter.jpg) 0px 0px; }
#sorter ul li#all a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) 0px -40px; }
#sorter ul li#onepiece a { height: 40px; background: url(../img/sorter.jpg) -96px 0px; }
#sorter ul li#onepiece a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) -96px -40px; }
#sorter ul li#tunic a { height: 40px; background: url(../img/sorter.jpg) -192px 0px; }
#sorter ul li#tunic a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) -192px -40px; }
#sorter ul li#hood a { height: 40px; background: url(../img/sorter.jpg) -288px 0px; }
#sorter ul li#hood a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) -288px -40px; }
#sorter ul li#t-shirts a { height: 40px; background: url(../img/sorter.jpg) -384px 0px; }
#sorter ul li#t-shirts a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) -384px -40px; }
#sorter ul li#bottom a { height: 40px; background: url(../img/sorter.jpg) -480px 0px; }
#sorter ul li#bottom a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) -480px -40px; }
#sorter ul li#bag-sandal a { height: 40px; background: url(../img/sorter.jpg) -576px 0px; }
#sorter ul li#bag-sandal a:hover, a:active { height: 40px; background: url(../img/sorter.jpg) -576px -40px; }

#contents-title {
	width: 294px;
	margin: 0px auto;
	padding: 20px 0px 0px;
}	


/**************************************************************************************************

FOOTER

**************************************************************************************************/

#footer {
	width: 100%;
	min-width: 940px;
	background: #EDDCAF;
}

#footer-inner {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	overflow: hidden;
}		

#footer-last { border-top: 1px solid #E4CA86; padding: 10px 0px 30px 0px; margin: 0px 40px 0px 40px; overflow: hidden; }
#footer-last .left { float: left; }
#footer-last .right { float: right; }

#footer-top {
	background: #E4CA86;
	padding: 0px 40px;
	position: relative;
	overflow: hidden;
}

#issued {
	width: 568px;
	padding: 0px;
	float: left;
	height: 30px;
	margin: 20px 0px;
}

#issued h3 {
	height: 30px;
	text-indent: -9999px;
	background: url(../img/issuedgif.gif) no-repeat 0px 0px;
	display: block;
}

#footer-top-bt {
	margin: 20px 0px;
	padding: 0px;
	height: 30px;
	float: right;
}

#footer-top-bt li {
    float: left;
}
	
#footer-top-bt a {
    width: 120px;
	height: 30px;
	margin-left: 20px;
	display: block;
	text-indent: -9999px;
}

#footer-top-bt li#page-top-bt a {
    width: 120px;
	background: url(../img/pagetop.gif) no-repeat 0 0;
}

#footer-top-bt li#page-top-bt a:hover {
    width: 120px;
	background: url(../img/pagetop.gif) no-repeat 0 -30px;
}

#footer-top-bt li#shop-list-bt a {
    width: 120px;
	background: url(../img/shoplist.gif) no-repeat 0 0;
}

#footer-top-bt li#shop-list-bt a:hover {
    width: 120px;
	background: url(../img/shoplist.gif) no-repeat 0 -30px;
}

#shop-list {
	overflow: hidden;
	position: relative;
	padding: 30px 0px 0px 0px;
}

#shop-list h3 {
    font-size: 20px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #E4CA86;
	padding-bottom: 10px;
	margin: 0px 40px 30px 0px;
}

#shop-list ul {
    padding: 0px;
	margin: 0px;
}
	
#shop-list ul li {
	float: left;
	width: 160px;
	padding: 0 0 5;
	margin: 0px 0px 20px;
	display: inline;
	overflow:hidden;
}

#shop-list li P {
    line-height: 19px;
	font-family: Helvetica, "Lucida Sans", Arial;
}
				
#contact {
	width: 100%;
	float: left;
	
	padding: 20px 0px 30px 0px;
	margin: 0px 40px 0px 0px;
	overflow: hidden;
}

#contact h3 {
	font-size: 20px;
	font-weight: bold;
	float: left;
	display: block;
}
	
#contact ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	overflow: hidden;
	float: left;
	position: relative;
}

#contact ul li {
	display:block;
	font-family: Helvetica, "Lucida Sans", Arial;
	color: #695D2F;
}
	
#contact ul li h5 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 10px 0px;
}	

#contact ul li P {
    line-height: 30px;
}	

#contact ul li a {
    line-height: 30px;
}

#google-map {
    float: left;
}	
