@CHARSET "UTF-8";


body {
/*	margin: 10px;*/
	height: 100%;
	background-color: #f4e0c4;
}

/* +++++++++++++ FRAME +++++++++++++ */

#fcenter {
        text-align:center;
}

#fmain {
	width: 800px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}



#f_header {
	text-align:right;
	height: 10px;
	width: 800px;
	padding:0px 4px 0px 4px;
	background: url(./images/top_frame.gif);
	background-repeat:no-repeat;
}

#f_header2 {
	text-align:left;
	width: 800px;
	padding:0px 4px 0px 4px;
	background: url(./images/side_frame.gif);
	background-repeat:repeat-y;
}

#side_frame {
	text-align:left;
	width: 800px;
	padding:0px 4px 0px 4px;
	background: url(./images/side_frame.gif);
	background-repeat:repeat-y;
}

#out_left {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 400px;
	background-color: #ffffff;
}

#out_right {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 400px;
	vertical-align: center;
	background-color: #f7b357;
}

#top_main {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 790px;
	text-align: left;
	overflow: hidden;
	background-color: #333300;
}


/* ################ TOP PAGE ################ */

#top_box1 {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 189px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #a6a5a5;
	background-color: #f7b357;
}

#top_box2 {
	padding: 5px 5px 5px 5px;
	float: right;
	width: 189px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #a6a5a5;
	background-color: #b8d26b;
}

#top_box3 {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 189px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #a6a5a5;
	background-color: #f7b357;
}

#top_box4 {
	padding: 5px 5px 5px 5px;
	float: right;
	width: 190px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-width:1px 0px 1px 0px;
	border-style: solid;
	border-color: #a6a5a5;
	background-color: #b8d26b;
}
/* ################ TOP PAGE ################ */

/* ############# NAVI MENU ############# */

ul#navi_menu{
	width: 800px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	background: url(./images/navi_menu.gif);
	background-repeat:repeat-x;
}

ul#navi_menu li {
	margin: 0px;
	list-style-type:none;
	float:left;
}
ul#navi_menu li a{
	display:block;
	height:100%;
	text-decoration:none;
	text-indent:-1500px;
	background:url("./images/navi_menu.gif");
	background-repeat:repeat-x;
	overflow: hidden;
}

ul#navi_menu li#home a      {background-position:0 0; width:108px; height:30px;}
ul#navi_menu li#home_on a   {background-position:0 -30px; width:108px; height:30px;}
ul#navi_menu li#home a:hover{background-position:0 -30px; width:108px; height:30px;}

ul#navi_menu li#contact a      {background-position:-108px 0; width:106px; height:30px;}
ul#navi_menu li#contact_on a   {background-position:-108px -30px; width:106px; height:30px;}
ul#navi_menu li#contact a:hover{background-position:-108px -30px; width:106px; height:30px;}

ul#navi_menu li#grooming a      {background-position:-214px 0; width:106px; height:30px;}
ul#navi_menu li#grooming_on a   {background-position:-214px -30px; width:106px; height:30px;}
ul#navi_menu li#grooming a:hover{background-position:-214px -30px; width:106px; height:30px;}

ul#navi_menu li#retail a      {background-position:-320px 0; width:106px; height:30px;}
ul#navi_menu li#retail_on a   {background-position:-320px -30px; width:106px; height:30px;}
ul#navi_menu li#retail a:hover{background-position:-320px -30px; width:106px; height:30px;}




/* ############# MAIN MENU ############# */



/* ################ CONTENTS ################ */
#mf_box_out {
	width: 800px;
	text-align: left;
	overflow: auto;
	background-color: #ffffff;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #a6a5a5;
}

#mf_box_left_gr {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 189px;
	text-align: left;
	overflow: auto;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #a6a5a5;
}

#mf_box_left {
	padding: 5px 5px 5px 0px;
	float: left;
	width: 195px;
	text-align: left;
	overflow: auto;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

#mf_box_right {
	padding: 5px 5px 5px 5px;
	float: right;
	width: 590px;
	text-align: left;
	overflow: auto;
}
/* ################ CONTENTS ################ */


#f_footer {
	text-align:left;
	height: 20px;
	width: 808px;
	padding:0px 4px 4px 4px;
	background: url(./images/bottom_frame.gif);
	background-repeat:no-repeat;
}


.c-both {
	clear : both ;
}



#main_menu_box {
	text-align:left;
	padding:0px;
	margin:0px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#606060;
}


/* +++++++++++++ FRAME +++++++++++++ */



/* +++++++++++++ BOX +++++++++++++ */

#menu_box {
	text-align:left;
	padding:10px;
	margin:5px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ed9900;
}

/* +++++++++++++ BOX +++++++++++++ */



/* +++++++++++++ PATH +++++++++++++ */
.Path {
	background-color:#0063a4;
	color: #4d4d4d;
	font-size: 10pt;
	font-family: Arial;
	padding:3;
}
/* +++++++++++++ PATH +++++++++++++ */



/* +++++++++++++ LIST +++++++++++++ */
ul.menu {
	margin:10px 10px 10px 20px;
	color: #4d4d4d;
}

ul.base {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #4d4d4d;
}

ul.base li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #4d4d4d;
}

ul.listi_doghand_or {
	margin:0px 0px 0px 30px;
	padding:10px 30px 10px 0px;
	list-style-image: url('./images/listi_doghand_or.gif');
}

ul.listi_doghand_or li{
	padding: 0px 20px 0px 20px;
}

/* +++++++++++++ LIST +++++++++++++ */




/* +++++++++++++ LINK +++++++++++++ */
A.link_path {
  text-decoration: underline;
  color: #404040;
}

.link_path:hover { 
  text-decoration:none;
  color: #404040;  
}


a {
	text-decoration: underline;
	color: #333300;
}

a:hover { 
	text-decoration:none; 
}


A.logo {
	font-size: 11pt;
	text-decoration: none;
	color: #504139;
}

.logo:hover { 
	text-decoration:none; 
	color: #504139;  
}




/* +++++++++++++ LINK +++++++++++++ */


/* +++++++++++++ TABLE +++++++++++++ */

.table_line_in tr td{
	border: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #404040;
}

/* +++++++++++++ TABLE +++++++++++++ */




/* +++++++++++++ LAYOUT +++++++++++++ */
p.layout {margin: 0px; border: 0px; padding: 0px; font-size: 0px;}
/* +++++++++++++ LAYOUT +++++++++++++ */



/* +++++++++++++ FONT +++++++++++++ */

h1 {
	color: #f7b357;
	font-family: 'Comic Sans MS', sans-serif;
}

h2 {
	color: #4d4d4d;
	font-family: 'Comic Sans MS', sans-serif;
}

h3 {
	color: #4d4d4d;
	font-family: 'Comic Sans MS', sans-serif;
}

p.title_wh {color: #efefef; font-size: 12pt; font-family: 'Comic Sans MS'; line-height:16px; padding:0px; margin:0px;}
p.title_blk {color: #404040; font-size: 12pt; font-family: 'Comic Sans MS'; line-height:16px; padding:0px; margin:0px;}

p.top_title {color: #efefef; font-size: 12pt; font-family: 'Comic Sans MS'; line-height:16px; padding:0px; margin:0px;}
p.top_main {color: #efefef; font-size: 10pt; font-family: 'Comic Sans MS'; line-height:16px; padding:0px; margin:0px;}

p {color: #404040; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px; padding:0px; margin: 0px;}

.blk11 {color: #404040; font-size: 11pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.blk10 {color: #404040; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.blk8 {color: #404040; font-size: 8pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}

.bl11 {color: #1D153F; font-size: 11pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.bl10 {color: #1D153F; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.bl8 {color: #1D153F; font-size: 8pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}

.si11 {color: #606060; font-size: 11pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.si10 {color: #606060; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.si8 {color: #606060; font-size: 8pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}

.gr11 {color: #139b50; font-size: 11pt; font-family: 'sans-serif'; line-height:16px;v}
.gr10 {color: #139b50; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.gr8 {color: #139b50; font-size: 8pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}

.wh11 {color: #efefef; font-size: 11pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.wh10 {color: #efefef; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.wh8 {color: #efefef; font-size: 8pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}

.re11 {color: #DD000D; font-size: 11pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.re10 {color: #DD000D; font-size: 10pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}
.re8 {color: #DD000D; font-size: 8pt; font-family: 'sans-serif'; line-height:16px; padding:0px;}




.google_search {
	color: #4d4d4d;
	font-size: 9pt;
	font-family: 'sans-serif';
	line-height:15px;
}





/* +++++++++++++ FONT +++++++++++++ */



/* +++++++++++++ COPYRIGHT +++++++++++++ */
.copyright {
	color: #4d4d4d;
	font-size: 9pt;
	font-family: 'Comic Sans MS', Arial;
/*	line-height:16px;*/
}
/* +++++++++++++ COPYRIGHT +++++++++++++ */









