@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Jan 19, 2010
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


#container {
	color: #414141;
	font-size: 93%;
	background: url(../images/bg_container.gif) center top repeat;
}
h2 {
	width: 362px;
	padding-top: 50px;
	margin-bottom: 40px;
}
/* ---------- textLink ---------- */
#container a,
#container a:visited {
	color: #990000;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}

/* ============================================================
01: div.intro
============================================================ */
div.intro {
	padding-top: 30px;
	margin-bottom: 40px;
	background: url(../images/bdr_intro.gif) center top no-repeat;
}
div.intro h3,
div.intro p {
	padding: 0 20px;
}
div.intro h3 {
	margin-bottom: 30px;
}
div.intro p {
	margin-bottom: 1em;
}
div.intro p.bEnd {
	padding-bottom: 30px;
	background: url(../images/bdr_intro.gif) center bottom no-repeat;
}


/* ============================================================
02: div.product
============================================================ */
div.product {
	margin-bottom: 40px;
}
div.product h3 {
	margin-bottom: 10px;
}
div.product p.lead {
	margin-bottom: 10px;
}
div.product ul {
	width: 100%;
	overflow: hidden;
}
div.product ul li {
	width: 155px;
	height: 155px;
	margin: 0 0 10px 10px;
	float: left;
}
div.product ul li.big {
	width: 300px;
	height: 320px;
	margin: 0;
}
div.product p.attn {
	clear: left;
}


/* ============================================================
03: div.info
============================================================ */
div.info {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
div.info div.spec {
	width: 640px;
	float: left;
}
div.info div.spec p {
	margin-bottom: 1em;
}
div.info div.where {
	width: 260px;
	padding: 20px;
	float: right;
	border: #292E33 1px solid;
	background: #FFF;
}
div.info div.where h4 {
	margin-bottom: 20px;
}
div.info div.where p.btn {
	margin-top: 10px;
}

