body {
	font-size: 100%;
}
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	float: none;
	width: 100%;
	margin-bottom: 24px;
}
#menu li {
	float: left;
	margin-right: 24px;
	font-size: 16px;
}
#menu li a {
	font-size: 150%;
}
#submenu {
	position: absolute;
	left: 100px;
	top: 40px;
	padding-left: 0px;
}
#works #menu {
	padding-bottom: 60px;
	position: relative;
}
#menu #submenu ul {
	padding-bottom: 0px;
}
#contents {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 36px;
}
footer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.link {
	background-image: none;
	padding-left: 0px;
	line-height: 1em;
}
#works #thumbnails ul {
	margin-left: -10px;
	width: 100%;
}
#works #thumbnails li {
	float: left;
	margin-bottom: 18px;
	margin-left: 18px;
	background-color: #F0F0F0;
}
#works #thumbnails li a {
	display: block;
	height: 120px;
	width: 120px;
	background-color: #F0F0F0;
	padding: 3px;
	font-size: 160%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-position: 50px 50px;
	background-repeat: no-repeat;
}
#works #thumbnails li a:hover {
	color: #FFF;
	background-position: -100px 0px;
}
#contact input.middle {
	height: 40px;
	width: 90%;
	border: 1px solid #000;
	padding: 10px;
	font-weight: bold;
	font-size: 110%;
}
#contact textarea.middle {
	height: 200px;
	width: 90%;
	border: 1px solid #000;
	padding: 10px;
	font-size: 110%;
}
.coda-nav-left a {
	background: url("../works/images/left.png") no-repeat center;
	margin-top: 160px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.coda-nav-right a {
	background: url("../works/images/right.png") no-repeat center;
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#works .panel h3 {
	z-index: 102;
	float: left;
	line-height: 1em;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
#works .panel ul {
	float: right;
	padding-bottom: 24px;
	clear: left;
}

	
#works .panel ul li {
	float: left;
	margin-left: 30px;
}
#works .panel ul a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	background-image: url(../works/images/change_large.png);
	text-decoration: none;
	background-repeat: no-repeat;
}
#works .panel ul a:hover {
	background-color: #FFF;
}
#contact #send-PC {
	display: none;
}
#contact #send-iPhone {
	display: block;
}
#contact #send-iPhone input {
	font-size: 180%;
	font-weight: bold;
	width: 95%;
}

