* {
	margin:0;
	padding:0;
	border:0;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#FFEBF8 url(../images_jp/bg.jpg) repeat-x top left;
}
a {
	text-decoration:none;
	outline:none;
}
#wrapper {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	/*padding-top:20px;*/
}
#page_body {
	width:980px;
	float:left;
	background:url(../images_jp/header_top_bg.jpg) no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
}
/******************************* Header ********************************/
#site_navigation {
	width:650px;
	float:left;
	height:38px;
	padding-top:197px;	
	padding-left:28px;
}
#site_navigation ul {
	float:left;
	height:38px;
	display:inline;
	list-style:none;
}
#site_navigation li {
	float:left;
	height:38px;
	display:inline;
	list-style:none;
}
#site_navigation li a{
	float:left;
	height:38px;
}
#site_navigation li a span{
	display:none;
}

/**/
#site_navigation li a.home {
	float:left;
	width:52px;
	height:38px;
	background:url(../images_jp/menu_home.gif) no-repeat;
}
#site_navigation li a.home_active {
	float:left;
	width:52px;
	height:38px;
	background:url(../images_jp/menu_home_h.gif) no-repeat;
}
#site_navigation li a.home:hover {
	background:url(../images_jp/menu_home_h.gif) no-repeat;
}
/**/

/**/
#site_navigation li a.about_us {
	float:left;
	width:73px;
	height:38px;
	background:url(../images_jp/menu_about_us.gif) no-repeat;
}
#site_navigation li a.about_us_active {
	float:left;
	width:73px;
	height:38px;
	background:url(../images_jp/menu_about_us_h.gif) no-repeat;
}
#site_navigation li a.about_us:hover {
	background:url(../images_jp/menu_about_us_h.gif) no-repeat;
}
/**/

/**/
#site_navigation li a.contact_us {
	float:left;
	width:85px;
	height:38px;
	background:url(../images_jp/menu_contact_us.gif) no-repeat;
}
#site_navigation li a.contact_us_active {
	float:left;
	width:85px;
	height:38px;
	background:url(../images_jp/menu_contact_us_h.gif) no-repeat;
}
#site_navigation li a.contact_us:hover {
	background:url(../images_jp/menu_contact_us_h.gif) no-repeat;
}
/**/
/**/
#site_navigation li a.products {
	float:left;
	width:70px;
	height:38px;
	background:url(../images_jp/menu_products.gif) no-repeat;
}
#site_navigation li a.products_active {
	float:left;
	width:70px;
	height:38px;
	background:url(../images_jp/menu_products_h.gif) no-repeat;
}
#site_navigation li a.products:hover {
	background:url(../images_jp/menu_products_h.gif) no-repeat;
}
/**/

/**/
#site_navigation li a.my_cart {
	float:left;
	width:65px;
	height:38px;
	background:url(../images_jp/menu_my_cart.gif) no-repeat;
}
#site_navigation li a.my_cart_active {
	float:left;
	width:65px;
	height:38px;
	background:url(../images_jp/menu_my_cart_h.gif) no-repeat;
}
#site_navigation li a.my_cart:hover {
	background:url(../images_jp/menu_my_cart_h.gif) no-repeat;
}
/**/

/**/
#site_navigation li a.faq {
	float:left;
	width:44px;
	height:38px;
	background:url(../images_jp/menu_faq.gif) no-repeat;
}
#site_navigation li a.faq_active {
	float:left;
	width:44px;
	height:38px;
	background:url(../images_jp/menu_faq_h.gif) no-repeat;
}
#site_navigation li a.faq:hover {
	background:url(../images_jp/menu_faq_h.gif) no-repeat;
}
/**/
/**/
#site_navigation li a.gallery {
	float:left;
	width:59px;
	height:38px;
	background:url(../images_jp/menu_gallery.gif) no-repeat;
}
#site_navigation li a.gallery_active {
	float:left;
	width:59px;
	height:38px;
	background:url(../images_jp/menu_gallery_h.gif) no-repeat;
}
#site_navigation li a.gallery:hover {
	background:url(../images_jp/menu_gallery_h.gif) no-repeat;
}
/**/
/**/
#site_navigation li a.feedback {
	float:left;
	width:74px;
	height:38px;
	background:url(../images_jp/menu_feedback.gif) no-repeat;
}
#site_navigation li a.feedback_active {
	float:left;
	width:74px;
	height:38px;
	background:url(../images_jp/menu_feedback_h.gif) no-repeat;
}
#site_navigation li a.feedback:hover {
	background:url(../images_jp/menu_feedback_h.gif) no-repeat;
}

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



#shopping_cart {
	width:242px;
	float:right;
	height:25px;
	padding-top:208px;	
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}
#shopping_cart a{
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

#shopping_cart a:hover{
	text-decoration:none;
}
/***************************/
#content_area {
	width:960px;
	float:left;
	padding-top:38px;
	padding-left:20px;
	padding-bottom:30px;
}

#left_panel {
	float:left;
	width:220px;
}
/****/


#catagory #list {
	width:210px;
	float:left;
}
#catagory #list li {
	float:left;
	list-style-type:none;
}
#catagory #list li.title {
	background:url(../images_jp/categories_top_bg.gif) no-repeat top;
	width:210px;
	height:52px;
}
#catagory #list li.title span{
	display:none;
}
#catagory #list li.middle {
	background:url(../images_jp/categories_bg.jpg) repeat-y top;
	width:210px;
	min-height:100px;
	height:auto !important;
	height:100px;
}
#catagory #list li.bottom {
	text-align:center;
	background:url(../images_jp/categories_botom_bg.gif) no-repeat bottom;
	width:210px;
	height:57px;
}
#catagory #list #list_menu{
	list-style:none;
	padding-left:11px;
}
#catagory #list #list_menu li{
	padding-top:1px;
	clear:both;
	width:189px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	letter-spacing:0px;
	font-weight:normal;
}
#catagory #list #list_menu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:175px;
	height:16px;
	padding:7px;
	background:#2F2024;
	color:#fff;
	display:block;
	float:left;
}
#catagory #list #list_menu li a:hover{
	color:#fff;
	background:#5E3E49;
}
#catagory #list #list_menu li a.list_menu_active{
	color:#fff;
	background:#5E3E49;
}
/***/



#content {
	float:right;
	width:700px;
	padding-right:30px;
}
#content table {
/*	padding-right:30px;*/
}
#content table TD table{
	padding-right:0px;
}

.welcome_table {
	float:left;
	padding-left:15px;
	padding-right:0px;
}
.welcome_table h1 {
	height:25px;
	width:312px;
	background:url(../images_jp/welcome_message.gif) no-repeat;
	padding-bottom:7px;
}
.welcome_table h1 span {
	display:none;
}	
.welcome_table p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-bottom:5px;
	line-height:17px;
}


.examples_of_works {
	float:left;
	background:url(../images_jp/examples_of_works_bg.jpg) no-repeat ;
	width:700px;
	height:257px;
}
.examples_of_works ul{
	float:left;
	height:163px;
	width:660px;
	padding-left:37px;
	padding-top:58px;
	display:inline;
	list-style:none;
}
.examples_of_works li{
	float:left;
	height:163px;
	display:inline;
	list-style:none;
	padding-right:10px;
}
.examples_of_works li a{
	float:left;
	height:159px;
	width:147px;
	border:2px #ce7d96 solid;
}
.examples_of_works li a:hover{
	border:2px #630724 solid;
}
.examples_of_works .more {
	float:right;
	padding-top:6px;
	padding-right:66px;
}
.examples_of_works .more a{
	color:#fff;
	font-size:11px;
}
.examples_of_works .more a:hover{
	color:#630724;
	text-decoration:underline;
}
#footer {
	width:980px;
	float:left;
	height:47px;
	background:url(../images_jp/footer_bg.jpg) no-repeat;
	padding-bottom:20px;
	font-size:11px;
}
#footer_left {
	width:270px;
	float:left;
	text-align:left;
	padding-left:70px;
	padding-top:16px;
	/*padding-top:20px;*/
}
#footer_left a{
	color:#ff004f;
	text-decoration:underline;
}
#footer_left a:hover{
	color:#ff004f;
	text-decoration:none;
}
#footer_right {
	width:370px;
	text-align:right;
	padding-right:70px;
	padding-top:16px;
	float:right;
	/*padding-top:20px;*/
}
#footer_right a{
	color:#ff004f;
	text-decoration:underline;
}
#footer_right a:hover{
	color:#ff004f;
	text-decoration:none;
}

/**********/
.uk_delivery {
	border:1px solid #E5CBA3;
	padding:5px 5px 5px 25px;
	width:auto;
	background:#F6F7D7 url(../images_jp/error.gif) 5px 6px no-repeat;
	color:#BE0064;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}
/*** End Header Tags SEO ***/
