/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; text-decoration:none;}
html { overflow-y: scroll; }
body { font: 62.5%  Arial, verdana,  sans-serif; 
	  /*background:#1e1d15 url(../images/index-bg.jpg) repeat-x;  */
	   background:#1e1d15 url(../images/blue-background.gif) repeat-x;
	   text-align:center;}
ul { list-style: none ; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; color:#7e7b54; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 800px;
	margin: 0 auto;
	background:#ffffff;
	text-align:left;
}

/* END STRUCTURE */

#header{
	background:#f5fafc url(../images/header-bg-3.jpg) repeat-x ;
	height:94px;	
	position:relative;
}

.summersale {
	position:absolute;
	left:500px;
	top:25px;
}

.languages img{
	padding-left:6px;
}

#container{
	padding:0px 20px 0 20px;
	margin-bottom:20px;
}

#container-sitemap{
	padding:0px 20px 0 90px;
}

#container-top{
	padding-bottom:20px;  
}

#container #leftbar{
	background:#5fa2c6 url(../images/left-bar-bg.jpg) repeat-x;
	float:left;
	width:210px;
}

#container #leftbar .inside{
	padding:0 14px 20px 14px;
}

#container #rightbar{
	float:right;
	width:545px;
}

#category h4{
	font-weight:bold;
	font-size:2em;
	padding:15px 0 20px 0px;
}

.category-heading{
	background:url(../images/left-head-bg.jpg) no-repeat;
	width:178px;
	height:34px;
	line-height:34px;
	padding-left:27px;
}

#category li h2{
   font-size:1.5em;
   padding:5px 0px 5px 5px;
   height:29px;
   text-transform:uppercase;
}

.tensuke{
   font-weight:bold;
   font-size:1.8em;
}

#category  li{
	text-align:left; 
}

#category  li ul li{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	padding:5px 0px 5px 5px;
	border-bottom:1px solid #a1c1d6;
}

#category ul li a{
	text-decoration:none;
	color:#ffffff;
}

#category li ul li a{
	text-decoration:none;
	color:#000000;
}

#category li ul li a:hover, #category li ul li a.selected{
	color:#ffffff;
}

#flash-container {
	border-bottom:1px solid #a1c1d6;
	border-top:1px solid #a1c1d6;
	padding:5px 0;
	margin:0 18px;
}

#flash{
	width:763px;
	height:224px;
}

.section{
   background: url(../images/section1.jpg) no-repeat left bottom;
   width:478px;
   width:100%;
   margin-bottom:20px;
}
 
.section ul li{
	font-size:1.2em;
}

.section-nobg{
	background:none;
}

.content{
   padding:0px 0 10px 10px;
}

.content li{
	list-style:disc;
	margin-left:20px;
}

*html .content li{
	list-style:disc;
	margin-left:10px;
}

.content img.advt{
   float:right;
   margin:0 0 10px 10px;
   padding:2px;
   border:1px solid #CCCCCC;
}

#leftbar #add img{
    padding:2px;
  	border:1px solid #CCCCCC;
}

#right2{
	float:right;
	width:218px;
}

.product{
    width:102px;
	height:102px;
    background:#FFFFFF;
	border:#f1f1f1 1px solid;
	padding:1px;
	float:left;
	margin-right:20px;
}

#search-input{
	background:url(../images/searchbar.jpg) no-repeat ;
	width:213px;
	height:26px;
	border:none;
	padding-left:30px;
	padding-top:5px;
}

.title{
    color:#c70505;
	font-size:1.5em;
	margin-bottom:5px;
	font-weight:bold;
}

.title div.para{
	color:#c70505;
	font-size:18px;
	text-align:left;
}

.title div.para p.jpfood{
	line-height:30px;
}		

.underline{
	text-decoration:underline;
}

.food{
    color:#c70505;
	font-size:1.3em;
	margin-bottom:5px;
	font-weight:bold;
}

.listyle{
	border-left:3px solid #ff9935;
	padding-left:10px;
	margin-top:10px;
}

.style1{
    color:#c70505;
	font-size:12px;
	margin-bottom:5px;
	font-weight:normal;
}

.content p,#preview p{
   color:#75758a;
   font-size:12px;
   text-align:justify;
}

.content form table td{
   color:#75758a;
   font-size:12px;
   font-weight:bold;
   height:40px;
}

#footer{
	clear:both;
    width:100%;
    height:93px;
	background:#0b435e url(../images/footer-bg3.jpg) repeat-x;
	color:#ffffff;
	padding-top:10px;
}

#footer a{
   color:#ffffff;
   padding:5px 15px;
   text-decoration:none;
} 

#footer p{
   font-size:11px;
   padding-top:20px;
}

#footer .business {
	padding-left:315px;
}

#footer .web{
	padding-left:205px;
	color:#bfd7e0;
}

#footer .web a{
	color:#bfd7e0;
}

.thumbs div{
	border: 1px solid #cccccc;
    background: #f6f6f6;
    padding: 3px 3px;	
    width:168px;
    height:130px;
    overflow:hidden;
}

#add{
    margin-top:20px;
}

form input{ 
    border:1px solid #ccc;
}

.submit{
    font-weight:bold;
	color:#000000
}

.thumbsContainer{
	width:100%;
	width:545px;
	clear:both;
	display:block;
}

#logo{
	position:absolute;
}

#languagebar{
	position:absolute;
	right:23px;
	background:url(../images/language-bg-2.jpg) no-repeat;
	padding:1px 3px;
}

#languagebar a{
	padding-left:6px;
}

li.selected {
   color:#000000;
}

#container #leftbar img, #rightbar img.frame{
	padding:3px;
}

input.go{
	padding:0;
	border:none;
	margin-top:-7px;
	margin-left:5px;
}
	
*html input.go{
	margin-top:0;
}
	
input.searchtxt{
	padding-left:5px;
	background:none;
	border:1px solid #a1c1d6;
}
	
.hr1{
	border-top:1px solid #a1c1d6;
	height:5px;
	background:#00000;
	width:763px;
}
	
.hr2{
	border-bottom:1px solid #a1c1d6;
	height:5px;
	background:#00000;
	width:763px;
}	
	
*html .hr1{
	height:1px;
}	
	
#business{
	position:relative;
	top:50px;
	left:657px;
	font-size:12px;
	color:#000000;
	width:115px;
	text-align:right;
}	

#business a{
	color:#000000;
	text-decoration:underline;	
}

#business span{
	padding-top:20px;
}

#business p.phone{
	background:url(../images/phone.gif) no-repeat 15px;
	padding-left:25px;
	line-height:18px;
	margin-top:4px;
	font-size:12px;
}

.redtext{
	color:#3573a0;
}

#rightbar .block{
	margin:5px 0; 
	padding:2px 0;
	color:#000000;
}

#rightbar p{
	color:#000000;
}

.thumbs div{
  	border: 1px solid #cccccc;
 	background: #f6f6f6;
 	padding: 3px;	 
	width:168px;
	height:130px;  
}

.thumbs a{
	display:block;
	float:left;		
	width:168px;
	height:130px;
	line-height:130px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

*html .thumbs a{
	width:160px;
	height:122px;
}
	
.noborder{
	border:none;
}

#add-right-top{
	float:right;
	padding:0 0 10px 10px;
}