@charset "utf-8";
* {
margin: 0;
padding: 0;
}

html {height:101%}
body  {
	color: #333; 
	font: 11px/18px verdana, arial, tahoma, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container     { background-color: #ffffff; background-image: url("../img/sidebar.gif"); background-repeat: repeat-y; text-align: left; margin: 20px auto 0; width: 880px; border: solid 1px #ffffff }
.twoColFixLtHdr #container #header #topheaders #head1     { color: #ffffff; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 30px; background-color: #543401; letter-spacing: 3px; display: block; width: 150px; height: 30px; float: left; border-style: solid solid solid none; border-width: 1px; border-color: #ffffff }
.twoColFixLtHdr #container #header #topheaders {
	display: block;
	position: relative;
	padding-top: 210px;
}

.twoColFixLtHdr #container #header #topheaders #head2    { color: #ffffff; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 30px; background-color: #543401; letter-spacing: 3px; display: block; margin-left: 0; padding-left: 10px; width: 719px; height: 30px; float: left; border-style: solid none; border-width: 1px; border-color: #ffffff }
.twoColFixLtHdr #header    { background-color: #543401; background-image: url("../img/header.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headerindex    { background-color: #543401; background-image: url("../img/header.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px } 
.twoColFixLtHdr #headercollection    { background-color: #543401; background-image: url("../img/collection.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headervoices    { background-color: #543401; background-image: url("../img/voices.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headeragencies    { background-color: #543401; background-image: url("../img/agencies.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headershops    { background-color: #543401; background-image: url("../img/shops.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headervita    { background-color: #543401; background-image: url("../img/vita.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headerimpressions    { background-color: #543401; background-image: url("../img/impressions.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headercontact    { background-color: #543401; background-image: url("../img/contact.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }
.twoColFixLtHdr #headercopyright    { background-color: #543401; background-image: url("../img/copyright.jpg"); background-repeat: no-repeat; background-position: right top; padding: 0; height: 235px }

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 132px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px;
}

.twoColFixLtHdr #sidebar1 h3 { color: #543401; font-size: 12px; font-weight: bold }
.twoColFixLtHdr #sidebar1 p  { color: #333; font-size: 8px; word-spacing: -2px; padding-bottom: 10px }
.twoColFixLtHdr #sidebar1 img   { background-color: #fff; margin-top: 10px; margin-left: -2px; padding: 2px; border: solid 1px #997143 }

.twoColFixLtHdr #mainContent  {
	margin: 0 0 0 170px;
	padding: 20px;
	position: relative;
} 
.twoColFixLtHdr #container #header #nav  { background-color: #543401; list-style: none; display: block; position: absolute; z-index: 2; top: 21	px; width: 150px; height: 210px; float: none; border-right: 1px solid #fff }

.twoColFixLtHdr #container #header #nav li a    { color: #fff; font-size: 11px; font-family: verdana, arial, tahoma, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; background-color: #543401; display: block; padding-left: 10px; width: 140px; height: 20px; border-bottom: 1px solid #fff }

.twoColFixLtHdr #container #header #nav li a:hover  { background-color: #997143 }

.twoColFixLtHdr #container #header #nav #current a   { font-weight: bold; background-color: #997143; background-repeat: no-repeat; background-position: 100% 50% }

.twoColFixLtHdr #footer  { background: #997143; padding: 0 10px 0 20px }
.twoColFixLtHdr #footer p  { text-align: center; margin: 0; padding: 10px 0 }
.twoColFixLtHdr #footer a  { color: #543401 }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1  { font-size: 15px; font-weight: bold }
h2  { font-size: 12px; font-weight: bold; margin-top: 10px }
a   { color: #997143; text-decoration: none }
a:link  { color: #997143;  }
a:visited  { color: #543401;  }
a:hover  { color: #543401; }
a:active  { color: #f5e8c9;  }
a:focus  { color: #f5e8c9;  }
span  { color: #997143; display: block; margin-bottom: 10px; padding-left: 20pt }
img { margin-right: 47px;margin-bottom: 5px }
td img { margin-right: 3px;margin-bottom: 5px }
.thumbnail img {border:0px;margin-bottom: 5px}
#collection  { display: block; float: left }
.twoColFixLtHdr #container #mainContent #innerContent {
	padding-right: 0px;
	margin-right: 275px;
}

.twoColFixLtHdr #container #mainContent #pic1,#pic2,#pic3,#pic4,#pic5,#pic6,#pic7,#pic8,#pic9, #pic10,#pic11{
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	background-color:#FFF;
}

	
.twoColFixLtHdr #container #mainContent #thumbnails img{
border: 1px solid #F5E8C9;
}

.twoColFixLtHdr #container #mainContent #pic1 {
	left: 538px;
	top: 86px;
}
.twoColFixLtHdr #container #mainContent #pic2 {
	left: 538px;
	top: 168px;
}
.twoColFixLtHdr #container #mainContent #pic3 {
	left: 538px;
	top: 233px;
}
.twoColFixLtHdr #container #mainContent #pic4 {
	left: 538px;
	top: 296px;
}
.twoColFixLtHdr #container #mainContent #pic5 {
	left: 538px;
	top: 369px;
}
.twoColFixLtHdr #container #mainContent #pic6 {
	left: 538px;
	top: 453px;
}
.twoColFixLtHdr #container #mainContent #pic7 {
	left: 538px;
	top: 516px;
}
.twoColFixLtHdr #container #mainContent #pic8 {
	left: 538px;
	top: 580px;
}
.twoColFixLtHdr #container #mainContent #pic9 {
	left: 538px;
	top: 762px;
}
.twoColFixLtHdr #container #mainContent #pic10 {
	left: 538px;
top: 827px;
}
.twoColFixLtHdr #container #mainContent #pic11  {  left: 538px; top: 1050px; }