/* Reset Styles */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

a img { border: none; }
/* START */

body {
	font-family: Georgia,Times,serif;;
	font-size: 9px;
	min-width: 800px;
}

#header {
	margin-top: 10px;
	padding-left: 400px;   /* LC width */
	padding-right: 130px;  /* RC width */
	margin-right: 25px;
	height: 140px;
	z-index: 100;
}

#header .column {
	position: relative;
	float: left;
}

#header .spacer {
  width: 400px;
  right: 400px;
  margin-left: -100%;
  _margin-left: -50%;
}

#header .collection {
	width: 100%;
	_width: 50%;
	z-index: 100;
}

#header .collection h2 span {
	font-size: 13px; 
	font-weight: bold;
	border-bottom: 3px solid black; 
	margin-bottom: 5px;
	margin-right: 10px;
}

#header .collection h2 {
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
}

#header .collection p {
	font-family: Helvetica Neue-Light,Verdana;
	line-height: 12px;
}

#header .download {
  width: 130px;
  margin-right: -130px;
  z-index: 100;
}

#header .download h2 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 3px solid black; 
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom: 1px;
}

#header .download a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	line-height: 12px;
	
	font-size: 10px;
	
}

#body {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 100;
}

#body .info h2 {
	font-size: 13px;
	font-weight: bold;
	text-align:center;	
}

#body .info h3 {
	font-size: 11px;
	font-weight: bold;
	text-align:center;	
	margin-top: 16px;
	margin-bottom: 10px;
}

#body .info p {
	font-size: 11px;
	font-style: italic;
	text-align:center;
	margin-bottom: 4px;
}

#body .info span {
	border-bottom: 3px solid black; 
	text-align:center;
}

#body .info {
	float: left;
	width: 220px;
	text-align:center;
	z-index: 0;
}

#body .info img {
	z-index: 0;
}

#body .imagezone {
	margin-top: 35px;
	margin-left: 220px;
	cursor: pointer;
}

#imageframe {
	width: 580px;
	height: 475px;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#img-container {
	z-index:100;
}

#img-container a {
	text-decoration: none;
	outline:none;
}