html, body
{
	height: 100%;
}

html
{
	text-align: center;
}

/*@font-face
*{
*	font-family: Testfont;
*	src: url("/img2/fonts/Hiragino.otf");
*}
*/

body
{
    background-color: #cce198;
    font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif, "Hiragino Maru Gothic Pro", "MS PGothic", "MS Gothic", "Trebuchet MS"; Arial;
    font-family: Helvetica,Geneva,Arial,Verdana,sans-serif;
    font-size: 14px;
  }

/* Reset everything to make IE happy */
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0 auto;
        padding: 0;
text-align: left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
padding: 0;
margin: 0 0 1em 2em;
}

caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym {border:0;}  
 
 


#page
{
	position: relative;
	margin: 0 auto;
	background: transparent url(/img2/header_background_cont.jpg) top center repeat-x;
	background: transparent;
	background: transparent url(/img2/main_background.jpg) top left repeat;
	
}

#page-inner
{
	position: relative;
	width:  100%;
	
	display: block;
	background: transparent url(/img2/header_background3.png) top center repeat-x;
}
  
  
a
{
	text-decoration: none;
	outline: none;
	color:#D91063;
	color: #B02B24;
}

a:hover
{
	text-decoration: underline;
	color: #333;
}

table tr td, table tr th
{
	vertical-align: top;
}

.clickable, .root /* the root class is to differentiate the root category title from other clickable category titles */
{
	cursor: pointer;
}

.bordered
{
	border: 1px solid #999;
}

.noborder
{
	border: none !important;
}

.border
{
	border: 1px solid #AAAAAA !important;
}

.right-float, .right
{
	float: right;
}

a.right-float > img, img.right-float
{
	margin: 0 0 20px 20px;
}

.left-float, .left
{
	float: left;
}

img.left-float
{
	margin-left: 0 !important;
	margin-right: 20px !important;
}

.center
{
	text-align: center;
}

.align-right
{
	text-align: right;
}

.align-left
{
	text-align: left;
}

.clear
{
	clear:  both;
}

.center-clear
{
	
	margin: 0 auto !important;
	display: block;
	text-align: center;
}

.hidden
{
	display:  none;
}

.img-white-padding
{
	padding: 5px;
	background-color: #FFF;
}

.vtop
{
	vertical-align: top;
}

.vcenter
{
	vertical-align: middle;
}

.vbottom
{
	vertical-align: bottom;
}

.nowrap
{
	white-space: nowrap;
}

.small
{
	font-size: 0.8em !important;
	color: #666;
}

blockquote, blockquote.lightblue
{
	background-color: #EFFAFF;
	border: 2px solid #B8D1DB;
	display: block;
	clear:both;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #004B51;
	
}

/* Standard formatting */
p
{
font-size: 1em;
color: #313131;
margin: 0 0 1.6em 0;
line-height: 1.6em;
}

h1, h2, h3
{
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
 
h1
{
  color: #5F4617/*#FF0058*/;
  font-size: 2em;
  text-shadow: #FFF 2px 2px 0px;
}

h1#notvisible
{
text-indent: -6000px;
height: 1px;
margin: 0;
padding: 0;

}
  
h2
{
  color: #25B257/*#0A5625*/;
  color: #B19665;
  font-size: 1.5em;
  border-bottom: 2px dashed #B9A66B;
  border: none;
	background: transparent url(/img2/separator.gif) bottom left repeat-x;
	padding: 0 0 3px 0;
}
  
h3
{
    color: #25B257;
    color: #B19665;
    border-bottom: 1px dashed #B9A66B;
    border: none;
	background: transparent url(/img2/separator.gif) bottom left repeat-x;
	padding: 0 0 3px 0;
	margin: 10px 0 5px 0;
}

/* Titles */

h1#blog
{
	/*background: transparent url(/img/blog_title.gif) top left no-repeat;
	text-indent: -5000px;
	height: 75px;*/
}

  

/** header **/
#header
{
	/*width: 980px;*/
	display: block;
	height: 150px;
	width: 100%;
	/*background: transparent url(/img/v2/header.jpg) top left no-repeat;*/
	
	overflow: hidden;
	/*border-bottom: 1px solid #00220E;*/
}

#header-inner
{
	width: 980px;
	position: relative;
}

h1#site-name, div#site-name /* The name of the website */
{
	margin: 0;
	font-size: 2em;
	line-height: 1.3em;
	text-indent: -5000px;
	height: 150px;
	width: 670px;
	display: block;
	float: left;
	background: transparent url(/img2/header_logo.png) 0 0 no-repeat;
}

#site-name a:link,
#site-name a:visited
{
	color: #000;
	text-decoration: none;
	display: block;
	margin: 50px 0 0 0;
	height: 100px;
	width: 670px;
}

#site-name a:hover
{
	text-decoration: underline;
}


/** main (container for everything else) **/
#main
{
    margin: 0 auto;
    
  /*  background: transparent url(/img2/main_grad.gif) top left repeat-x;*/
    /*background: transparent url(/img/v2/main_background.gif) 238px 0px repeat-y;*/
}

#main-inner
{
	width: 980px;
	padding-top: 10px;
	background: transparent url(/img2/content-background.png) -5px 0 no-repeat;
}



/** content **/

#content
{
	display: block;
	margin: 0 auto;
	width: 980px;
	-moz-box-shadow: 0 4px 5px #333;
	height: 100%;
	background: #FFF url(/img2/content_grad.gif) top left repeat-x;
	background: #FFF url(/img2/content-background.png) 0px -10px no-repeat;
	/*border-left: 1px solid #83AA52;
	border-right: 1px solid #83AA52;*/
	border-bottom: 1px solid #83AA52;
	margin-bottom: 30px;
	
	/*background: transparent url(/img/v2/content-inside.jpg) top right no-repeat;*/
}
 

#content-inner
{
	width: 600px;
	padding: 0 30px 50px 30px;
	overflow: hidden;
	position: relative;
	margin: 0;
}

/* SITE NAV */

ul.site-links
{
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
	width: 100px;
	height: 150px;
	float: right;
	margin: 0 200px 0 0;
	background: transparent url(/img2/site_nav_ribbon.png) 0px -110px no-repeat;
}

ul.site-links li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.site-links li a
{
	font-size: 0.8em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #FF8F8F;
	color: #B02b24;
	margin: 0;
	padding: 5px 0;
	display: block;
}

ul.site-links li a:hover
{
}

a.yagi
{
	margin: 0;
	padding: 0;
	text-indent: -6000px;
	display: block;
	height: 150px;
	width: 200px;
	position: absolute;
	right: 0;
	background: transparent url(/img2/yagi.png) 20px 0px no-repeat;
}

/* MAIN NAV */

ul#main_nav
{

	margin: 0;
	padding: 10px 0 10px 0;
	clear: both;
	display: block;
	height: 50px;
}

ul#main_nav li
{
	float: left;
	display: block;
	height: 50px;
	width: 140px;
}

ul#main_nav li a
{
	background: yellow;
	height: 50px;
	width: 140px;
	display: block;
	text-indent: -6000px;
}

ul#main_nav li.home a
{
	background: transparent url(/img2/home.png) center -5px no-repeat;
}

ul#main_nav li.school a
{
	background: transparent url(/img2/school.png) center -5px no-repeat;
}

ul#main_nav li.gallery a
{
	background: transparent url(/img2/gallery.png) center -5px no-repeat;
}

ul#main_nav li.shop a
{
	background: transparent url(/img2/shop.png) center -5px no-repeat;
}

ul#main_nav li.blog a
{
	background: transparent url(/img2/blog.png) center -5px no-repeat;
}

ul#main_nav li.links a
{
	background: transparent url(/img2/links.png) center -5px no-repeat;
}

ul#main_nav li.about a
{
	background: transparent url(/img2/about.png) center -5px no-repeat;
}
ul#main_nav li.home a:hover, ul#main_nav li.home a.current,
ul#main_nav li.school a:hover, ul#main_nav li.school a.current,
ul#main_nav li.gallery a:hover, ul#main_nav li.gallery a.current,
ul#main_nav li.shop a:hover, ul#main_nav li.shop a.current,
ul#main_nav li.blog a:hover, ul#main_nav li.blog a.current,
ul#main_nav li.links a:hover, ul#main_nav li.links a.current,
ul#main_nav li.about a:hover, ul#main_nav li.about a.current
{
	background-position: bottom center;
}



  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
	margin: 10px 0 10px 0;
	padding: 10px 0 3px 0px;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

#content-bottom
{
float: left;
display: block;
background: transparent url(/img/v2/footer_background.gif) 0 0 no-repeat;
margin: 0 0 0 236px;
height: 29px;
width: 636px;

}


/** SIDEBAR **/
  
  #sidebar
  {
  display: none;
  float: left;
  width: 250px;
display: block;
  }

  #sidebar-inner
  {
	padding: 0 0 0px 0;
    float: left;
    width: 250px;
  }
  

  
  #sidebar-inner #main_nav h2 {
  display: none;
  }
  
  #sidebar-inner #main_nav ul
  {
	margin: 0;
	padding: 0;
}
  
#sidebar-inner #main_nav ul li
{
list-style-type: none;
width: 250px;
height: 100%;
padding: 0;
margin: 0;
display: block;
}

#sidebar-inner #main_nav ul li a
{
text-indent: -5000px;
outline: none;
width: 250px;
display: block;
background-color: transparent;
background-position: top right;
background-repeat: no-repeat;
}

#sidebar-inner #main_nav ul li.home a
{
height: 75px;
background-image: url(/img/v2/home_menu.gif);
}

#sidebar-inner #main_nav ul li.school a
{
height: 73px;
background-image: url(/img/v2/school_menu.gif);
}

#sidebar-inner #main_nav ul li.gallery a
{
height: 63px;
background-image:  url(/img/v2/gallery_menu.gif);
}  

#sidebar-inner #main_nav ul li.shop a
{
height: 63px;
background-image:  url(/img/v2/shop_menu.gif);
}

#sidebar-inner #main_nav ul li.blog a
{
height: 68px;
background-image:  url(/img/v2/blog_menu.gif);
}

#sidebar-inner #main_nav ul li.contact a
{
height: 68px;
background-image:  url(/img/v2/contact_menu.gif);
}

#sidebar-inner #main_nav ul li.about a
{
height: 80px;
background-image:  url(/img/v2/about_menu.gif);
}


#sidebar-inner #main_nav ul li a:hover, 
#sidebar-inner #main_nav ul li a.active
{
background-position: top left;
}

a.side-shop-link
{
	background: transparent url(/img2/side_shop_link.png) 50px 0px no-repeat;
	display: block;
	height: 180px;
	widows: 250px;
	text-indent: -6000px;
}

/** sidebar-left **/
#sidebar-left
{
float: left;
width: 225px;
height: 100%;
}

#sidebar-left-inner
{
}

/** sidebar-right **/
#sidebar-right
{


width: 300px;
height: 100%;

}

#sidebar-right-inner
{
	padding: 0 20px 0 0;
}
  
/** Sidebar right: recent blogs **/

#sidebar-right-inner #recent_blogs
{
	background:transparent url(/img2/sidebar_blog.png) top left no-repeat;
	height:380px;
	width: 270px;
	display: block;
	overflow:hidden;
	margin: 0;
}

#sidebar-right-inner #recent_blogs #recent_blogs-inner
{
	padding: 10px 30px 50px 40px;
}


#sidebar-right-inner #recent_blogs h2
{
	text-indent: -5000px;
	border: none;
}

#sidebar-right-inner #recent_blogs h2.title {
color:#5F4617;
font-family:"MS Mincho",cursive;
font-size:1.3em;
font-weight:bold;
line-height:1em;
margin:0 auto;
padding:0;
text-align:center;
text-indent:-6000px;
width:120px;
}

#sidebar-right-inner #recent_blogs ul, #sidebar-right-inner ul
{
	margin:0;
	padding: 5px 0 0 0;
}

#sidebar-right-inner #recent_blogs ul li, #sidebar-right-inner ul li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sidebar-right-inner #recent_blogs ul li a
{
	padding: 0px 0 10px 30px;
	display: block;
	font-size: 0.9em;
	background: transparent url(/img2/scissors.png) top left no-repeat;

}

#sidebar-right-inner ul.scissors-blue li a
{
	padding: 0px 0 10px 30px;
	display: block;
	font-size: 0.9em;
	background: transparent url(/img2/scissors-blue.png) top left no-repeat;
}

#sidebar-right-inner ul.links li a
{
	padding: 0px 0 10px 30px;
	display: block;
	font-size: 0.9em;
	background: transparent url(/img/icons/icons/globe-green.png) top left no-repeat;
}

#sidebar-right-inner ul.archives li a
{
	padding: 0px 0 10px 30px;
	display: block;
	font-size: 0.9em;
	background: transparent url(/img/icons/icons/newspaper.png) top left no-repeat;
}

#sidebar-right-inner #recent_blogs ul li a:hover
{
	color:#000000;
}

/* Recent gallery image */
#random_gallery_image
{
	background: transparent url(/img/sidebar-image-frame.png) no-repeat scroll left top;
	border:0 solid red;
	height:250px;
	position:relative;
	width:190px;
}

#random_gallery_image h2
{
	text-indent: -5000px;
	border: none;
}

#random_gallery_image a
{
	text-align: center;
	display: block;
	width: 190px;
}

#random_gallery_image a img
{
	border:1px dashed #CCCCCC;
}


/** closure **/

.blog h2 a
{
	color: #D91063;
	color: #B02b24;
	font-weight: bold;
	font-size: 1.0em;
}


/* SCHOOL */

table.school
{
	width: 100%;
}

table.school tr th
{
	background: #8FB700 url(/img2/table_header.png) bottom left repeat-x;
	color: #FFF;
	text-shadow: #153714 0px 1px 1px;
	padding: 10px;
	font-size: 1.1em;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

table.school tr td
{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px;
	font-size: 0.85em;
}

.row1
{
	background: #FFF;
}

.row2
{
	background: #C5E74F;
}

.row3
{
	background: #8FB700;	
}

.row4
{
	background:	#1E4F0F;
}

/* GALLERY */

table.gallery
{
	width: 100%;
}

table.gallery tr td
{
	height: 200px;
	width: 150px;
}

table.gallery tr td div
{
	padding: 5px;
}

table.gallery tr td div a
{
	display: block;	
}

table.gallery tr td div a:hover
{
	text-decoration: none;
}

table.gallery tr td div a span.image-title
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #FAF0DB;
}

table.gallery tr td div a:hover span.image-title
{
	color: #EA006C;
	color: #B02b24;
}

div.gallery-closeup-next
{
	width: 120px;
}

table.gallery-closeup-next tr td a
{
	display: block;
	padding: 0 0 10px 0;
}

table.gallery tr td div a img.gallery-image, table.gallery-closeup-next tr td a img.gallery-image, a img.gallery-image
{
	display: block;
	border: 4px solid #FFD68F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


table.gallery tr td div a:hover img.gallery-image, table.gallery-closeup-next tr td a:hover img.gallery-image, a:hover img.gallery-image
{
	border: 4px solid #8FB700;
}

a.image-closeup, a:hover.image-closeup
{
	position: relative;
	text-decoration: none;
}

a.image-closeup span.image-closeup
{
	display: none;
}

a:hover.image-closeup span.image-closeup
{
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 80px;
	height: 20px;
	color: #C80000;
	text-align: left;
	font-weight: bold;
	background: #FFD68F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #8FB700;
}

a:hover.image-closeup span.image-closeup img
{
	text-align: left;
	float: left;
	margin: 2px 0 0 10px;
}

ul.gallery-categories
{
	margin: 0 0 30px 0;
	padding: 0;
}


ul.gallery-categories li
{
	float: left;
	list-style-type: none;
	width: 140px;
}


ul.gallery-categories li a
{
	
}

ul.gallery-categories li ul
{
	margin: 0;
	padding: 0;
}

a.gallery2
{
	position: relative;
}

a.gallery2 img
{
	display: block;
}
a.gallery2 span.pic-tl, a.gallery2 span.pic-br
{
	/*display: block;
	height: 10px;
	width: 10px;
	background: red;
	position: absolute;*/
}

a.gallery2 span.pic-tl
{
	top: 0;
	left: 0;
}

a.gallery2 span.pic-br
{
	bottom: 0;
	right: 0;
}




/* PAGINATION */

.pagination, .pagination2
{
	display: block;
	height: 40px;
	width: 100%;
	padding: 0 0 0 0;
}

.pagination2
{
height: 20px;
}

.pagination a, .pagination2 a
{
	background: transparent url(/img2/button1_red.png) top left no-repeat;
	height: 36px;
	width: 151px;
	display: block;
	color: #FFF;
	/*font-weight: bold;
	display: block;
	height: 20px;
	width: 100px;
	background: #FFD68F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

 .pagination2 a
{
	font-size: 0.8em;
}

.pagination a:hover, .pagination2 a:hover
{
	color: #FFFFFF;
	background: transparent url(/img2/button1_green.png) top left no-repeat;
	text-decoration: none;
}

.pagination a span, .pagination2 a span
{
	padding: 10px 15px 5px;
	display: block;
}

.pagination .pages, .pagination2 .pages
{
	font-size: 0.9em;
	height: 30px;
}

.entry-pagination
{
	text-align: center;
}

.entry-pagination span.pagination-label
{
	/*background: transparent url(/img2/pagination_label.gif) top left no-repeat;*/
	height: 35px;
	width: 85px;
	display: block;
	text-indent: -6000px;
}

.entry-pagination a
{
	padding: 10px;
	border: 2px solid #777;
	background: #DDD;
	color: #FFF;
	
}

.entry-pagination a:hover, .entry-pagination strong
{
	border: 2px solid #B02b24;
	background: #BCD190;
}

.entry-pagination strong
{
	padding: 10px;
	background: #88AF59;
}

.entry-pagination a:hover
{
	color: #FFF;
}


/* BLOG */

.submitted /* The "posted by" information */
{
  	color: #999;
  	font-size:  0.8em;
  	margin: 0 0 10px 0;
  	display: block;
}

.submitted2
{
	color: #999;
  	font-size:  0.8em;
  	margin: 0 0 10px 0;
}

ul.blog-list
{
	list-style: none;
}

ul.blog-list li a
{
	padding: 2px 0;
	color:#D91063;
	color: #B02b24;
}

h2.blog-title
{
	/*border-bottom: 2px dashed #B9A66B;*/
	border: none;
	background: transparent url(/img2/separator.gif) bottom left no-repeat;
	padding: 0 0 3px 0;
	position: relative;
	width: 500px;
	display: block;
	font-size:1.5em;
	clear: both;
}

h2.blog-title a.blog-title
{
	width: 500px;
	color: #D91063;
	color: #B02b24;
display: block;
	margin: 1.4em 0 0.3em 0;
}

h2.blog-title a:hover.blog-title
{
	color: green;
}

div#blog-calendar
{
}

table.blog-calendar
{
	font-size: 0.9em;
	margin: 0px 0 0 30px;
}

table.blog-calendar tr th.heading
{
	padding: 5px 5px 2px 5px;
}

table.blog-calendar tr td span
{
	padding: 5px;
	width: 20px;
	height: 20px;
	display: block;
}

table.blog-calendar tr th
{
	color:  #1E4F0F;
}

table.blog-calendar tr th a
{
	color: #FFF;
}

table.blog-calendar tr th a.calendar-heading
{
	height: 20px;
	width: 20px;
	display: block;
	background: #1E4F0F;
}

table.blog-calendar tr td.calendar-heading
{
	color: #1E4F0F;
	border-bottom: 1px solid #FFF;
	padding: 5px;
}

table.blog-calendar tr td a
{
	color: #D91063;
	color: #B02b24;
	height: 100%;
	width: 100%;
	display: block;
}

table.blog-calendar tr td a:hover
{
	background: #1E4F0F;
	color: yellow;
	text-decoration: none;
}

table.blog-calendar tr td a span
{
	padding: 5px;

}

table.blog-gallery tr td
{
	padding: 5px;
}

/* LINKS */
ul.links li
{
	list-style: none;
}

ul.links li a
{
	padding: 0px 0 10px 30px;
	display: block;
	font-size: 0.9em;
	background: transparent url(/img/icons/icons/globe-green.png) top left no-repeat;
}

table#links
{
	
}

table#links tr td
{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

table#links tr td a span, table#links tr td span
{
	padding: 10px;
	display: block;
}

table#links tr td.url a span
{
	font-size: 1.2em;
}


/* CONTACT */

h1.contact
{
	/*display: block;
	height: 50px;
	background: transparent url(/img/contact_title.gif) top left no-repeat;
	text-indent: -5000px;*/
}

input.contact, textarea.contact
{
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	border: 2px solid #A9C68F;
}

input:focus.contact, textarea:focus.contact
{
	background: #F4ECC0;
	border: 2px solid #25B257;
	-moz-box-shadow: #999 0px 0px 5px;
	-webkit-box-shadow: #999 1px 1px 5px;
}

  

/* Other main titles */

.front h1.title
{
/* background: transparent url(/img/home_title.gif) top left no-repeat;*/
height: 0px/*50px*/;
width: 371px;
text-indent: -5000px;
padding: 0;
}

.page-school h1.title
{
/* background: transparent url(/img/school_title.gif) top left no-repeat;
height: 50px;
width: 142px;
text-indent: -5000px;
padding: 0;*/
  color: #5F4617;
  font-size: 1.5em;
  border-bottom: 2px dashed #B9A66B;
  border: none;
	background: transparent url(/img2/separator.gif) bottom left no-repeat;
	padding: 0 0 3px 0;
  margin: 5px 0 5px 0;
}

.page-gallery h1.title
{
/*background: transparent url(/img/gallery_title.gif) top left no-repeat;
height: 50px;
width: 142px;
text-indent: -5000px;
padding: 0; */
  color: #5F4617;
  font-size: 1.5em;
  border-bottom: 2px dashed #B9A66B;
  border: none;
	background: transparent url(/img2/separator.gif) bottom left no-repeat;
	padding: 0 0 3px 0;
  margin: 5px 0 5px 0;
}

.page-shop h1.title
{
background: transparent url(/img/shop_title.gif) top left no-repeat;
height: 55px;
width: 146px;
text-indent: -5000px;
padding: 0;
}

.page-contact h1.title
{
background: transparent url(/img/contact_title.gif) top left no-repeat;
height: 50px;
width: 155px;
text-indent: -5000px;
padding: 0;
}

/* CONTACT */

form#contact-mail-page input.form-text, form#contact-mail-page textarea.form-textarea
{
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 1em;
	color: #333;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

form#contact-mail-page input.form-text
{

}

form#contact-mail-page input.form-text:focus, form#contact-mail-page textarea.form-textarea:focus
{
	background: #FFFFCC;
}

/** FOOTER **/
#footer
{
	/*background:transparent url(/img/footer.jpg) no-repeat scroll 230px 20px;*/
	color:#37290E;
	display: block;
	height:200px;
	background: #77B651;
	background: transparent url(/img2/footer_background3.png) 0 0 repeat-x;
	margin:0 0 0;
	/*border-top: 1px solid #00220E;*/
}

#footer-inner
{
  margin: 0px auto;
  width: 980px;
  padding: 30px 0 0 0;
}

#footer-inner ul
{
	margin: 0;
}

#footer-inner h2
{
	margin: 0;
	padding: 0 0 0.5em 0;
	background: none;
	color: #00220E;
	text-shadow: 0 1px 0px #CCE198;
	font-size: 1.2em;
}

.footer-first, .footer-middle, .footer-last
{
	width: 200px;
	height: 150px;
	float: left;
	display: block;
}

.footer-last
{
	width: 350px;
	text-align: left;
}

#footer-left
{

}
  
#footer-right
{
  width: 300px;
	float: left;
	margin: 0 0 0 30px;
}

ul.footer-list
{
	list-style: none;
}

ul.footer-list li a
{
	padding: 1px 0;
	display: block;
	color:#D91063;
	color: #B02b24;
}

label.footer-contact-form
{
	width: 100px;
	float: left;
	display: block;
}

input.footer-contact
{
	color: #FFF;
	float: left;
	width: 202px;
	height: 23px;
	border: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	background: transparent url(/img2/input_footer.png) top left no-repeat;
}

textarea.footer-contact
{
	color: #FFF;
	float: left;
	width: 202px;
	height: 43px;
	border: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	background: transparent url(/img2/textarea_footer.png) top left no-repeat;
}

input.footer-submit
{
	background: #FCF8C4;
	border: 2px solid #AFD581;
	padding: 2px;
}
