/* Maneki Collection CSS Document */

*, html, body, img {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background:#FFF url(/images/bg_repeat.png) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	letter-spacing: 0;
	position: relative;
}
	
a {
	display: inline;
	color:#333333;
	text-decoration:none;
	outline: none;
	}
	
a:hover {
	color:#999999;
	text-decoration:none;
	outline: none;
	}
	
a:active {
	color:#EE744A;
	text-decoration:none;
	outline: none;
	}

	
a img {
	border:none;
	}

h1 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 45px;
	text-align: center;
}

p {
	padding: 10px 0 20px 0;
}

h2 {
	font-size:14px;
	font-weight: normal;
}

#wrapper {
	position: relative;
	margin: 20px auto;
	width: 670px;

}

#header {
	margin: 0 0 10px 20px;
}

#header ul, #header ul li {
	display: inline;
}

#header ul{
	margin-left: 10px;
}

#header ul li {
	list-style: none;
	margin-left: 10px;
}

/*#container {
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-middle.png');
	width:670px;
	height:380px;
}
*/

#homecontainer{
	background:transparent;
	width:670px;
	min-height:380px;
	height: auto;
}

#container{
	background-image:url(/images/bg-middle.png);
	background-repeat:repeat-y;
	width:670px;
	min-height:380px;
	height: auto;
	padding-bottom: 20px;
}

#flashcontent h1{
	padding: 40px 160px;
	text-align: center;
}

#flashcontent p{
	padding: 20px 80px;
	text-align: center;
}

#flashcontent a{
	display: block;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 0;
}

#productwrapper {
	z-index: 5000;
}
	
#topNav {
	position: absolute;
	padding: 40px 0 0 170px;
	vertical-align: top;
	z-index: 5000;
}

#logoType {
	float: left;
	margin: -10px 25px 0 0;
}
	
#coverImage{
	padding: 70px 0 0 30px;
}

#page {
	position:absolute;
	top:360px;
	width:650px;
	font-size:18px;
	text-align:center; 
	}
	
#mailingList {
	position:absolute;
	font-size:12px;
	line-height:20px;
	width:300px;
	height:80px;
	top:340px;
	left:450px;
	}	


/* Footer
========================================= */

#footer form fieldset{
	border: none;
}

#footer form fieldset legend{
	display: none;
}

#footer {
	font-size:12px;
	color:#666;
	width:670px;
	padding: 0 0 0 20px;
}

#footer a {
	color:#666;
	}
#footer a:hover {
	color:#CCC;
}

#footer form {
	font-size:11px;
	color: #333;
	padding: 0;
	display: inline;
}

#footer form fieldset * {
	float: left;
}

#footer form input {
	border:1px solid #CFCFCF;
	color: #666;
	font-size: 11px;
	background-color: #EFEFEF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 1px 5px;
	margin: 0 2px 5px 0;
	height: 14px;
	width: 110px;
	text-align: center;
}

#footer form fieldset button {
	float: none;
	margin: 0 -8px 0 0;
	border: none;
	background: none;
}

#footer form fieldset ul, #footer form fieldset ul li, #footer form fieldset ul li strong {
	float: none;
	clear: both;
}

#footer form fieldset ul {
	text-align: left;
	margin-bottom: 5px;
}

#footer form label{
	letter-spacing: 0;
	color: #666666;
	margin: 3px 5px 0 0;
}


#footer ul {
	float: right;
	text-align:right;
	margin: 10px 50px 0 0;
}

#footer ul li{
	margin-right: 10px;
	display: inline;
}
	
	
/* Category Pages
========================================= */

#cat_nav {
	font-size: 14px;
	letter-spacing: 0;
	padding: 12px 0 0 0;
	text-align: center;
}
	
#cat_nav span#selected {
	/*font-weight: bold;
	text-decoration: underline;*/
	color:#CCC;
}

#cat_nav a, #cat_nav span#selected{
	font-size: 16px;
	letter-spacing: 4px;
}	

/* Thumbs */

#category {
	text-align: center;
	padding: 0 0 0 60px;
}

#category .category_thumb {
	border: 1px solid #CCC;
	text-align: center;
	padding: 30px 5px;
	margin: 0 10px 20px;
	width: 150px;
	font-size: 11px;
	float: left;
}

#category .category_thumb p{
	padding: 0;
	margin: 0;
}

#category a img{
	border:solid 1px #666666;
	margin: 0px 2px 4px 2px;
}

#category a img:hover {
	border:solid 1px #EE744A;
}


#category p#clearfloat{
	clear: both;
	padding: 0;
}

p.clearfloat{
	clear: both;
	padding: 0;
	margin: -40px 0 15px 0;
	text-align: center;
	font-size: 12px;
}

p.clearfloat a{
	padding-right: 5px;
}

p.clearfloat a:hover{
	text-decoration: underline;
}

/*#category p.clearfloat a:visited{
	color: #CCC;
}*/

p.clearfloat a.current_set{
	color: #CCC;
	text-decoration: underline;
}
	
/* Product Pages
========================================= */

#product {
	padding-left: 130px;
}

#product #image{
	letter-spacing:0;
	float:left;
	font-size: 11px;
	margin: 0 60px 0 0;
	text-align: center;
	width: 166px;
}

#product #image img{
	border: 1px solid #666;
	margin: 0 0 5px 0;
}	

#product #Image1 {
	border:solid 1px #333333;
	margin: 0 0 3px 0;
}

#product #description{
	font-size:12px;
	letter-spacing:.08em;
	line-height:1.5em;
	padding: 0 110px 0 0;
}

#product #description h1 {
	font-size: 16px;
}

#product img#cat_back {
	margin: 5px 0 0 5px;
}

#product #backtocat {
	padding-top: 20px;
}

#product #backtocat a{
	font-size: 12px;
	text-decoration: underline;
}

#product #backtocat img{
	margin-top: 3px;
}

/*form.paypal {
	display: inline;
}*/

/* About Page
========================================= */

#about{
	letter-spacing: 0;
	width:480px;
	font-size:12px;
	margin: 0 0 0 90px;
	}
	
#about img{
	border:solid 1px #333333;
	float: left;
	margin: 0 30px 10px 0;
}

#about h2{
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 13px;
}

#about p {
	margin: 0;
	padding: 0 0 10px 0;
}


/* Ordering Page
========================================= */

#ordering{
	letter-spacing: 0;
	margin: 0 75px;
	font-size:12px;
}
	
#ordering h1, #ordering h2 {
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	margin: 10px 0;
}	

#ordering p {
	padding: 0 20px 0 5px;
}

#ordering a {
	font-style: italic;
	text-decoration: underline;
}

#ordering ul {
	padding: 5px 0 0 10px;
}

#ordering li {
	list-style-position: inside;
}

#ordering h2#returns {
	margin-top: 0;
}

.ordering_div {
	float: left;
	width: 260px;
	height: 200px;
	padding: 0 0 0 15px;
}


/* Stores Page
========================================= */

#stores {
	font-size:11px;
	line-height:1.1em;
	letter-spacing: 0;
	margin: 30px 0 0 70px;
}

#stores ul{
	margin: 0 20px 20px 0;
	height: 60px;
	width: 170px;
	float: left;
}	

#stores ul li:first-child {
	font-weight: bold;
}	

#stores ul li{
	list-style: none;
}

#stores p{
	font-size:11px;
	letter-spacing: 0;
	clear: both;
	text-align: left;
}

/* Contact Page
========================================= */

#contact {
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
}

#contact ul li {
	list-style: none;
}

#contact form fieldset{
	border: none;
}

#contact form legend {
	display: none;
}

#contact form button {
	display: block;
}

#contact form label {
	display: block;
	padding: 5px 0;
	font-size: 12px;
}

#contact form input, #contact form textarea {
	font-size: 12px;
	background-color: #EFEFEF;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #CFCFCF;
	padding: 2px;
	color: #666;
}

#contact form input.text_input{
	width: 182px;
	text-align: center;
}

#contact form textarea {
	margin-bottom: 10px;
}

#contact form input#send {
	background: none;
	border: none;
	padding:0;
}

