/*  
Theme Name: Japanese Soaking Tubs
Theme URI: http://www.at-house.com
Description: At House, Inc.
Version: 1.0
Author: Yujin Takayanagi
Author URI: http://ragard-jp.com
*/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background:url(img/bg_line.png);
	font-family:"Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
	font-size:62.5%;
	color:#666;
}

img {
   margin:0px;
   border:0px;
   padding: 0px;
}

a { 
	color:#006699;
	text-decoration:none;
} 

a:hover {
	color:#999; 
	text-decoration:underline;
}

#wrapper {
	position:relative;
	width:705px;
	background:url(img/bg_wrapper.gif) left top repeat-y;
}

#header {
	width:700px;
	height:60px;
}

#header h1 {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:301px;
}

#header h1 a {
	height:60px;
	display:block;
	text-decoration:none;
	background:url(img/title.gif) no-repeat;
}

#header p {
	float:right;
	margin:0;
	padding-top:19px;
	padding-right:20px;
	text-align:right;
}

#header h1 a span {
	visibility:hidden;
}

#top-image {
	height:200px;
	width:700px;
	background:#CCC url(img/bathtub_pic.jpg) right no-repeat;
}

#container {
	position:relative;
	width:700px;
	height:100%;
	min-height:100%;
	padding-top:20px;
}

#container .img_left {
	float:left;
	padding:5px;
	margin:5px 10px 5px 0;
	border:1px solid #EEE;
}

#left_col {
	float:left;
	width:160px;
	text-align:left;
	position:relative;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #EEE;
}

#navigation ul li a {
	display:block;
	width:140px;
	border-bottom:1px solid #EEE;
	padding:8px 0 6px 20px;
	text-decoration:none;
	font-size:1.1em;
	color:#666;
	text-transform:uppercase;
}

#navigation ul li a:hover {
	background:#EEE;
	color:#006699;
}

#right_col {
	float:right;
	width:490px;
	padding-right:20px;
}

#right_col h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:1.8em;
	font-weight:normal;
}

#right_col p {
	font-size:1.2em;
	line-height:170%;
	margin-top:0;
	margin-bottom:20px;
}

#right_col ul {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	font-size:1.2em;
}

#right_col ul li {
	padding-left:13px;
	margin-bottom:10px;
	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
}

#footer {
	clear:both;
	width:681px;
	bottom:0;
	padding:15px 0 15px 20px;
	font-size:1.1em;
	color:#999;
	background:#EEE url(img/bg_footer.gif) bottom right no-repeat;
	border-top:1px solid #CCC;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#CECECE;
}
	
/*------------------------------------------------
  Others
------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display:inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */
	