/* Specify blanket rules for all elements */
body
{
	font-size: 100%;
	font-family: 'Verdana',sans-serif,sans-serif;
	margin: 10px;
	color: #333;
	background-image: url(../images/background.jpg);
}

/* Rules for headings */
h1
{
	font-family: 'Lucida Sans Unicode','New Gothic Std','Verdana',sans-serif;
	font-size:1.4em;
	font-weight: normal;
	color: #222;
	margin: 0;
	padding: 0 0 0.5em 0;
}

h2
{
	font-weight: normal;
	font-size: 1.0em;
	color: #222;
	margin: 0;
	padding: 0 0 0.5em 0;
	
}

/* Default paragraph styles */
p
{
	font-size: 0.9em;
	line-height:150%;
	padding: 0;
	margin: 0 0 0.5em 0;
}

.hang
{
	padding: 0 0 0 30px;
  	text-indent: -15px;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 1em 1em;
	font-size: 0.9em;
}

li
{
	line-height: 150%;
	padding: 0 0 0.3em 0;
}

li.open
{
	color: #555;
	font-weight: bold;
}

li.closed
{
	color: #999;
	font-style: italic;
}

/* header */
#header
{
	margin: 0px 0 0px 0;
	padding: 0px 0px 0 0px;
	height: 145px;
}

#header p
{
	float: right;
}

#header h1
{
	font-size: 48px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	color: #FFFFFF;
}
#header h2
{
	font-size: 18px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	color: #339A99;
}
#header h3
{
	font-size: 18px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	color: #339A99;
}
#header img
{
	margin: 0;
	padding: 0;
}
#header .leftimg
{
	position: absolute;
	left: 10px;
	top: 10px;
	height: 144px;
	float: left;
	margin: 0;
	padding: 0;
}

#header .rightimg
{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 144px;
	float: right;
	margin: 0;
	padding: 0;
}

#strapline
{
	color: #0052A5;
	padding: 0px 0 5px 10px;
	margin: 0;
}

#strapline p
{
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#dateline
{
	color: #333;
	padding: 3px 0 5px 10px;
	margin: 0 0 5px 0;
	height: 0.8em;
}

#dateline .date
{
	float: left;
	color: #333;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#dateline .phone
{
	float: right;
	text-align: right;
	color: #333;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	padding: 0 10px 0 0;
}


/* content */
#content
{
	margin: 0px 0px 10px 250px;
	padding: 0px;
}

a
{
	text-decoration: underline;
}

.strike
{
	text-decoration: line-through;
	color: #FF0000;
}


.hiddenlink
{
	display: block;
	text-decoration: none;
	color: #333;
}

/* images */
.rightimg
{
	float: right;
	padding: 5px;
	margin: -5px 5px -5px 10px;
/*	border: 1px outset #807459;*/
	border: 1px solid #fff;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
}

#content .leftimg
{
	float: left;
	padding: 5px;
	margin: -5px 10px -5px -5px;
/*	border: 1px outset #807459;*/
	border: 1px solid #fff;
}


/* tables */
table
{
}

th,td
{
	border: 1px solid #333;
	padding: 3px;
}

th
{
	text-align: left;
	color: #FFF;
	background-color: #009999;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC #666 #000 #CCC;
}

td
{
	background-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #AAA #666 #FFF;
}

/* menu */
#menu
{
	font-size: 0.9em;
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}

#menu ul
{
	line-height: 150%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	list-style-type: none;
}

#menu a
{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.0;
}

#menu p
{
	padding: 0 15px;
	margin: 0;
	line-height: 2.5;
}

#menu a:hover
{
	color: #aaa;
}

#menu #menu_email a
{
	border: none;
}

/* "you are here" indication */
#body_home #menu_home a,
#body_about #menu_about a,
#body_location #menu_location a,
#body_contact #menu_contact a,
#body_feedback #menu_feedback a,
#body_links #menu_links a,
#body_thankyou #menu_contact a,
#body_missing #menu_home a,
#body_home_care #menu_home_care a,
#body_mailerror #menu_contact a,
#body_testimonials #menu_testimonials a,
#body_models #menu_models a,
#body_art #menu_art a,
#body_hours #menu_hours a,
#body_services #menu_services a,
#body_nihongo1 #menu_nihongo1 a,
#body_yuko #menu_yuko a
{
	font-weight: normal;
	color: #FF5500;
}

/* sidebar */
#sidebar
{
	float: right;
	margin: 0 0 20px 0;
	width: 200px;
	border: 1px outset #807459;
}

#sidebar li
{
	display: block;
	float: right;
	color: #FFF;
	width: 100%;
	list-style-type: none;
/*	border-bottom: 1px solid #E6DFCF;*/
}

#sidebar a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover
{
	background: #BFA260;
}

#sidebar #menu_email a
{
	border: none;
}

#sidebar p
{
	padding: 0;
	margin: 0 10px 0 10px;
}

/* forms */
legend
{
	margin-left: 1em;
	color: #666666;
	font-weight: bold;
}

fieldset
{
	border-style: none;	
	margin: 0;
	padding: 0;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	padding-bottom: 0.5em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	padding-top: 1em;
}

.error
{
	color: #CC0033;
	font-size: 1.2em;
	padding: 0 0 0 5px;
}

.warn
{
	color: #339900;
	font-size:1.2em;
	padding: 0 0 0 5px;
}

.message
{
	color:#339900;
	font-size:1.2em;
	padding: 0 0 0 5px;
}

label
{
	float: left;
	width: 5em;
	margin-right: 0.5em;
	text-align: right;
}

textarea
{
	width: 22em;
	height: 10em;
}

/* list */
.list
{
	margin-left: 12em;
}

/* footer */
#footer
{
	clear: both;
	padding: 10px;
	margin: 0px;
	color: #333;
	text-align:center;
	line-height: 1.6em;
	font-size: 0.8em;
}
#footer img
{
	margin: 0;
	padding: 0;
}
#footer .leftimg
{
	position: relative;
	left: -10px;
	top: -10px;
	float: left;
	margin: 0;
	padding: 0;
}

#subfooter
{
	font-size: 0.7em;
	text-align: right;
}

h3 a:link
{
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
h3 a:visited
{
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
h3 a:hover
{
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
	text-decoration: underline;
}
h3 a:active
{
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

a:link
{
	color: #777;
	text-decoration: none;
}
a:visited
{
	color: #777;
	text-decoration: none;
}
a:hover
{
	color: #777;
	text-decoration: none;
}
a:active
{
	color: #777;
	text-decoration: none;
}


