@charset "utf-8";

#head_top{
	clear:both;
	height:92px;
	margin:0px;
	padding:0pt;
	float:none;
	position:relative;
	width:940px;
	z-index:1;
	background-color:#FFFFFF;
}

#head_top img{
	clear:both;
	height:92px;
	margin:0px;
	padding:0pt;
}
/* Diff button tags */

#home_bottom .section{
        padding:0px;
        margin:0px;
		margin-left:0.7em;
		margin-top:1em;
		padding:0px;
}

#home_bottom h2{
	margin:0;
	padding:0;
	color:#313131;
	position:absolute;
	width:188px;
	text-decoration: none;
	font-size: 10px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	top:.5em;
	left:0;
	letter-spacing:normal;
}

#home_bottom .section h3{
	color:#313131;
	text-decoration: none;
	font-size: 10px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
}

#home_bottom a{
	color:#313131;
	font-size:10px;
}
/* Scrolling text for Bottom of Homepage */

#scroller {
	background:#FFFFFF none repeat scroll 0% 0%;
	height:650px;
	margin:0px;
	overflow:hidden;
	padding:2px 0pt 0pt;
	width:784px;
}

#content-scroller {
	margin:0;
	padding:0;
	width: 6002px;
}

div.section {
	margin:0;
	padding:0;
	width: 960px;
	height: 348px;
	float:left;
	margin-left:0em;
	display:inline;
	margin-right:10em;
}

div.section.smaller {
	background-color:#FFFFFF;
	margin: 0px 0pt 0pt;
	width: 780px;
	height: 1000px;
}

#scroller p{
	margin:0 auto;
	padding:0;
	text-align:left;
	width:81%;
}

#scroller table{
	margin:0 auto;
	padding:0;
	font-weight:normal;
}

#scroller ul{
	clear:both;
	margin:0;
	padding:0;
	position:static;
	text-align:left;
	font-weight:normal;
	margin-left:1em;
}

#scroller a{
	color:#313131;
}

#scroller h3{
	width:84%;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
	color:#313131;
	font-size:10px;
}

#scroller h4{
	width:84%;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
	color:#313131;
	font-size:12px;
	text-transform:lowercase;
}

/* END SCROLLING TAGS */

/* Homepage Scrolling Bottom Text Navigation */

.home_bottom_next{
	margin: 0px 20pt 0pt;
	padding:0;
	display:block;
	float:right;
	height:33px;
	width:45px;
	background:url(../images/nav/scroll_nav.gif) no-repeat left top;
	text-indent:-9999px;
}

.home_bottom_prev{
	margin:0;
	padding:0;
	float:left;
	display:block;
	height:33px;
	width:45px;
	background:url(../images/nav/scroll_nav.gif) no-repeat left bottom;
	text-indent:-9999px;
}

/*********  Hover Image Pop up  *************/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

.cellText {
	text-decoration: none;
	font-size: 10px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	color:#000;
	height:30px;
	display:block;
	vertical-align:middle;
}

.cellBuy {
	height:30px;
	vertical-align:middle;
	float:none;
}

/* ----------------- Drop Down Image Gallery ----------------- */
#thumbwrap {
    float: left;
    width: 95%;
	border: 1px solid #F8F8F8;
	margin: 2px 0 0;
}

/**********  Images  ********************/

.thumb .small {
    float: left;
	margin:5px;
	padding:0px;
	border:4px solid #f2f2f2;
}

.thumb:hover {
    border: 0;
}

.thumb .small:hover .thumb .small.hover {
	 background: #866F5F;
}

.thumb span {
    z-index: 1;
    position: absolute;
    left: 59px;
	top:160px;
	visibility: hidden;
	padding: 0 0 0 0;
	text-align: center;
}

.thumb span img {
	border: 1px solid #F2F2F2;
}

.thumb:hover span {
	visibility: visible;
}

#cel01 .thumb span  {
    z-index: 1;
    position: absolute;
    left: 59px;
	top:180px;
	visibility: hidden;
	padding: 0 0 0 0;
	text-align: center;
}

.thumb2 span img {
	border: 1px solid #F2F2F2;
}

.thumb2:hover span {
	visibility: visible;
}
/* ----------------- END Image Gallery ----------------- */

