body {
	background:#b99e7a;
}

h1 {
	color: #022346;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	font-size: 18px;
}

h2 {
	color: #1b4b6f;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
}

h3 {
	color: #1b4b6f;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}

a {
	color: #222333;
	font-weight: none;
	font-family: Verdana,Arial,Helvetica;
	text-decoration: none;
	font-size: 11px;
}

a:link {
	color: #c0a300;
	font-weight: none;
	text-decoration: underline;
}

a:visited {
	color: #c0a300;
	font-weight: none;
	text-decoration: underline;
}

a:hover {
	color: #ddbe6a;
	font-weight: none;
	text-decoration: underline;
}

img {
	border: none;
}


/* =class
----------------------------------------------------------------------*/
.body {
	background: #e1f3fd;
	border: solid 1px #50331c;
}

.header {
	width: 651px;
	height: 336px;
}

.left-nav {
	width: 201px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0px;
	
}

.line {
	width: 99%;
	height: 2px;
	/*background-color: #000;*/
	border-top: dashed 2px #000;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 4 auto 4 auto;
	padding: 0px;
}

/* it hack ... only affects ie */
*html .line{
	margin: 0 auto 0 auto;
}

.list1 {
	float: left;
	margin: 5px;
}

.list2 {
	float: right;
	margin-right: 15px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox {
	cursor: default;
	list-style: none;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img {
	background: #fff;
	border: solid 1px #50331c;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li {
	background: #fff;
	border: solid 1px #50331c;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview {
	border: #50331c;
	width: 200px;
	height: 150px;
}

/* =id
----------------------------------------------------------------------*/

#top-nav {
	font-weight: bold;
	font-size: 13;
	float: right;
	margin-right: 10px;
}

#address {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#detail {
	font-size: 9px;
	margin-left: 10px;
}

#body {
	padding-left: 5px;
	padding-right: 10px;
}

#shirt {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

#footer {
	font-size: 9px;
}

#copy {
	color: #fff;
	font-size: 9px;
	margin-top: 5px;
}

#copy a:link {
	color: #fff;
	font-size: 9px;
	text-decoration: underline;
}

#copy a:visited {
	color: #fff;
	font-size: 9px;
	text-decoration: underline;
}

#copy a:hover {
	color: #50331c;
	font-size: 9px;
	text-decoration: underline;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}