/* CSS Document */

.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;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	padding: 5px;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -180px;
left: 80px; /*position where enlarged image should offset horizontally */

}
body {
	width: 1200px;
}



#Links {
	margin-top: -582px;
	margin-right: 760px;

}
#Contact {
	padding-top: 345px;
	padding-left: 20px;
	position: absolute;
}
#testimonials {
	padding-left: 462px;
	padding-top: 160px;
}



#Slideshow {
	margin-left: 470px;
}


#altLinks {
	text-align: center;
}
#Credit {
	text-align: center;
	padding-right: 100px;
}
.red {
	color: #FF0000;
}

#Content {
	color: #FFFFFF;
	font-family: "Century Gothic", "Gill Sans MT";
	font-size: 24px;
	padding-left: 600px;
	padding-top: 2px;
}
#SideContent {
	float: right;
	width: 100px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 5px;
	margin-top: 20px;
}
#SideContent h4 {
	color: #FF0000;
	font-family: "Arial Narrow", Impact, Arial;
	text-align: center;
	font-size: 18px;
}

#SideContent p {
	font-family: "Arial Narrow", Impact, Arial;
	color: #FFFFFF;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.left {
	float: left;
}
#eqcontent  {
	font-size: 24px;
}
#SideContent    a:link,#SideContent    a:visited  {
	color: #0099FF;
	text-decoration: none;
}
#SideContent a:hover, #SideContent a:active {
	color: #FF0000;
}


.blue {
	color: #0066FF;
}
.orange {
	color: #FF9900;
}
.green {
	color: #339999;
}
#Content li {
}
#Content li {
	list-style-image: url(List%20Item.png);
}
#email  a:link, #email a:visited {
	text-decoration: none;
	color: #000000;
}
#email a:hover {
	color: #CC0000;
}
#SideContent a:hover {
	color: #FF0000;
}
#PriceList a:link, #PriceList a:visited {
	font-family: "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold";
	font-size: 30pt;
	color: #CC0000;
}
#PriceList a:hover, #PriceList a:active {
	color: #FFFFFF;
}
#Designs {
	margin-top: -600px;
	margin-left: 451px;
}

