* {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bigwrapper {
	width: 824px;
	background-image:url(images/bg-tirelarge.gif);
	margin: 10px auto 10px auto;
	border: 1px outset;
	border-color: black;
	border-style:groove;
}

#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	overflow: hidden;
	display:block;
	margin: 0px 32px 0px 32px;
}

/* see what this does */
a{
	color:#376B6F;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{

	color:#0ADCDC;
	text-decoration:underline;
	font-weight:bold;
}

#header {
	color: #FFFFFF;
	width: 760px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px;
	background: #34505C;
	height: 224px;
}
#navigation {
	float: left;
	width: 760px;
	color: #333;
	padding: 0px;
	height: 43px;
	border: 0px solid #ccc;
	margin: 0px;
	background-image: url(images/bg-chromenav.gif) no-repeat 0 0;
}

#navigation li
{
	list-style: none;
	display:inline;
}
#navigation ul
{
	float: left;
}

#colorbar {
	float: left;
	width: 760px;
	color: #333;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	background-image:url(images/nav-bars.jpg);
	height: 41px;
}
 #leftcolumn {
	color: #000000;
	border: 0px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 141px;
	float: left;
	background-image: url(images/small-bgtop.jpg);
	background-repeat: repeat-x;
	display: inline;
}
#rightcolumn {
	float: right;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 400px;
	width: 589px;
	display:inline;
	background-image: url(images/small-bgtop.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
#footer {
	color: #FFFFFF;
	width: 740px;
	float: left;
	padding: 10px;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #1A272D;
}

#footer a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#footer a:hover{
	color:#0ADCDC;
	text-decoration:underline;
	font-weight:bold;
}
/*
#rightcolumn li{
	width:569px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:5px;
	
	background:#D5DADD;
	padding:10px;
	text-align:left;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	vertical-align: text-top;
}
*/

/* navigation mouseover section begins now */
#home
{
	float: left;
  width: 168px;
  height: 43px;
  background: url(images/nav-home.gif) no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -43px;
}

#home span
{
  display: none;
}

#inventory
{
float: left;
  width: 184px; /*99 */
  height: 43px;
  background: url(images/nav-inventory.gif) no-repeat 0 0;

}

#inventory:hover
{ 
  background-position: 0 -43px;
}

#inventory span
{
  display: none;
}


#aboutUs
{
float: left;
  width: 176px;
  height: 43px;
  background: url(images/nav-aboutus.gif) no-repeat 0 0;

}

#aboutUs:hover
{ 
  background-position: 0 -43px;
}

#aboutUs span
{
  display: none;
}


#contactUs
{
float: left;
  width: 232px;
  height: 43px;
  background: url(images/nav-contactus.gif) no-repeat 0 0;

}

#contactUs:hover
{ 
  background-position: 0 -43px;
}

#contactUs span
{
  display: none;
}

/*dynamic Thumbnail code begins now */
.gallerycontainer{
position: relative;
height: -382px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.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;*/
visibility:hidden;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -392px; /*81px for one row*/
left: -1px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
 /*end dynamic thumbnail code */