@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------start page--------*/
html
{
height: 100%;
}
@font-face {
  font-family: "Gill Sans";
  src: url(GillSans.ttf) format("truetype");
}

body
{
	margin-left: 20px;
	line-height: 1;
	background-image:url(../bg_tile.gif);
	height: 100%;
	font-size: 100%;
	font-size: 1em;
	font-family: "Gill Sans", Verdana, Geneva, "Lucida Sans";
	color: white;
	position: absolute;
	 
}
h1
{
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
	
}

p {
	font-size: 11pt;
	font-weight:normal;
	margin-top:10px;
	line-height:15pt;
	
}

div#logo
{
	width: 200px;
	position: absolute;
	top: 20px;
}
div#description
{
	width: 180px;
	position:absolute;
	top: 80px;
	}
#photos {
	position: absolute;
	top: 90px;
	left: 220px;
	overflow: hidden;
	border: 10px solid #f0f0f0;
	width: 400px;
	height: 300px;
}
#photos img
{
display: block;
position: relative;
}

ul#thumbs {
	position: absolute;
	left: 220px;
	top: 20px;
	list-style: none;
	width: 400px;
	
}

ul#thumbs li {
	width: 60px;
	height: 60px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #FFFFFF;
	text-align:center;
	vertical-align: middle;
}
ul#thumbs li img {
width: 60px;
height: 60px;
}
