/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

.clearb {
	clear: both;
}

a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:underline;}
a:active {color:#999999; text-decoration:underline;}
a:hover {color:#999999; text-decoration:underline;}

h1, h2, h3, h4, ul {
	font-size: 80%;
	line-height:100%;
}


/* BASE */
body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

div#baseblock {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 70px;
}

div#baseblockin {
	padding-right: 10px;
	padding-left: 10px;
}


/* MAIN MENU */
h1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
	height: 15px;
}

div#mainmenu {
	height: 80px;
}

div#mainmenu h2 {
	height: 18px;
}

div#mainmenu ul {
	list-style: none outside;
	height: 34px;
}

div#mainmenu li {
	height: 17px;
}

div#mainmenu img {
	vertical-align: bottom;
}

div#recommend {
	float: left;
	width: 289px;
}

div#recommend h2 {
	margin-left: 158px;
}

div#womens, div#mens {
	float: left;
	width: 117px;
}

div#house {
	float: left;
	width: 118px;
}


/* FOOTER */
div#footer {
	margin-top: 60px;
	font-size: 80%;
}
