#wrapper {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navBox {
	width: 200px;
	margin-left: 20px;
	position: relative;
	padding-top: 24px;
	float: left;
}
#navBox ul {
	position: fixed;
}





#mainBox {
	width: 775px;
	margin-top: 24px;
	margin-left: 10px;
	float: left;
}
#mainNav ul li a{
	display: block;
	height: 60px;
	width: 200px;
	text-indent: -10000px;
}
#home a{
	background: url(../images/nav_home.jpg) no-repeat left top;
}
#work a{
	background: url(../images/nav_work.jpg) no-repeat left top;
}
#press a{
	background: url(../images/nav_press.jpg) no-repeat left top;
}
#shop a{
	background: url(../images/nav_shop.jpg) no-repeat left top;
}
#about a{
	background: url(../images/nav_about.jpg) no-repeat left top;
}
#hello a{
	background: url(../images/nav_hello.jpg) no-repeat left top;
}
/*#home  #selected{
	background: url(../images/nav_home.jpg) no-repeat left top;
}*/
#home a:hover {
	background: url(../images/nav_home_selected.jpg) no-repeat left top;
}
#work a:hover {
	background: url(../images/nav_work_selected.jpg) no-repeat left top;
}

#work #selected {
	background: url(../images/nav_work_selected.jpg) no-repeat left top;
}
#press a:hover {
	background: url(../images/nav_press_selected.jpg) no-repeat left top;
}
#press #selected {
	background: url(../images/nav_press_selected.jpg) no-repeat left top;
}
#shop a:hover {
	background: url(../images/nav_shop_selected.jpg) no-repeat left top;
}


#shop #selected {
	background: url(../images/nav_shop_selected.jpg) no-repeat left top;
}
#about a:hover {
	background: url(../images/nav_about_selected.jpg) no-repeat left top;
}

#about #selected {
	background: url(../images/nav_about_selected.jpg) no-repeat left top;
}
#hello a:hover {
	background: url(../images/nav_hello_selected.jpg) no-repeat left top;
}

#hello #selected {
	background: url(../images/nav_hello_selected.jpg) no-repeat left top;
}
#workNav {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 12px;
	line-height: 1.3;
	padding-top: 420px;
	font-weight: bold;
	width: 188px;
}
#workNav a {
	text-decoration: none;
	color: #000;

}

#workNav a:hover {
	color: #218cae;
}
#workNav a#selected  {
	text-decoration: none;
	color: #218cae;
}
#thumbMenu {
	padding-top: 15px;
	padding-left: 80px;
}

#mainBox .wkThumb {
	float: left;
	height: 60px;
	width: 60px;
	margin-left: 10px;
	position: relative;
	padding-bottom: 16px;
	cursor: pointer;
}
#workMain {
	position: relative;
	width: 600px;
	padding-left: 90px;
	padding-top: 60px;
}
#aboutText {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	width: 400px;
	padding-top: 15px;
	float: left;
	position: relative;
	margin-left: 80px;
	line-height: 1.4;
	font-weight: bolder;
}
#aboutText object {
	margin-bottom: 20px;
	display: block;
}

#aboutText p {
	padding-bottom: 15px;
}
#aboutText p a {
	color: #000;
	text-decoration: none;
}
#aboutText p a:hover {
	color: #666;
	text-decoration: none;
}

#aboutImg {
	float: left;
	width: 200px;
	margin-left: 24px;
	padding-top: 15px;
}
#aboutNav {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 12px;
	line-height: 1.3;
	padding-top: 420px;
	font-weight: bold;
}
#aboutNav a {
	text-decoration: none;
	color: #000;
}
#aboutNav a:hover {
	color: #ed297b;
}
#aboutNav a#selected {
	text-decoration: none;
	color: #ed297b;
}

#pressBox {
	width: 690px;
	float: left;
	position: relative;
	margin-top: 15px;
	padding-left: 90px;
}
#pressBox .article {
	border: 1px solid #000;
}
#pressNav {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 12px;
	line-height: 1.3;
	padding-top: 420px;
	font-weight: bold;
}
#pressNav a {
	text-decoration: none;
	color: #000;
}
#pressNav a:hover {
	color: #38b34b;
}
#pressNav a#selected {
	text-decoration: none;
	color: #38b34b;
}
#shopNav {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-left: 12px;
	line-height: 1.3;
	padding-top: 420px;
	font-weight: bold;
	width: 200px;
}
#shopNav a {
	color: #000;
	text-decoration: none;
}

#shopNav a:hover {
	color: #f7921e;
}
#shopNav a#selected {
	text-decoration: none;
	color: #f7921e;
}
#mainBox #shopBox {
	margin-top: 15px;
}
#shopBox .item {
	float: left;
	width: 210px;
	margin-left: 80px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 15px;
}
#shopBox .item p {
	padding-left: 10px;
}

#shopBox .item img {
	margin-bottom: 15px;
	padding-left: 10px;
}
#shopBox .item .button {
	padding-left: 0px;
	padding-top: 15px;
}










#footer {
	clear: both;
	height: 45px;
	font: 9px/1.5 Verdana, Geneva, sans-serif;
	padding-left: 34px;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
}


.clear {
	clear:both;
	display:block;
	height:0px;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.formInput {
	border: 1px solid #999;
	margin-bottom: 10px;
}
#aboutText .nudge {
	margin-left: 12px;
}
.smallP {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
