BODY  		{
	font-size: 10px;
	text-decoration: none;
	font-family: verdana, arial, helvetica;
	background-image: url(images/background_4.jpg);
	background-repeat: repeat-y;
	margin:0px;
	background-position: center;
	background-color: #0178A0;
			}
			
PRE 		{
	font-size: 12px;
	text-decoration: none;
	font-family: verdana, arial, helvetica;
			}
			
TD 			{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	  		}
			
						
a      		{
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	   		}
						
			
a:hover		{
			color: #CC0033;
		 	text-decoration: underline;
			}
			
a.red      		{
	font-size: 11px;
	color: #CC0033;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	   		}	
			
.orange      		{
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	   		}				
			
.sub 	    { 
			font-size: 9px;
		 	color: #000000;
			text-decoration: none;
	  		}
			
.red 	    {
	font-size: 15px;
	color: #CC0033;
	text-decoration: none;
	font-weight: bold;
	  		}
			
.redmed 	    {
	font-size: 11px;
	color: #CC0033;
	text-decoration: none;
	font-weight: bold;
	  		}			
			
.redsmall 	    {
	font-size: 9px;
	color: #CC0033;
	text-decoration: none;
	  		}			
			
.largePrice 	    {
	font-size: 32px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	  		}			
			
						
.heading 	    {
	font-size: 20px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	  		}			

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.indent {
	padding-left: 10px;
	font-size: 14px;
	height: 25px;
}

.indentsm {
	font-size: 14px;
}

.nav {
	font-size: 14px;
	padding: 10px 0 10px 0; 
}

.subnav {
	font-size: 14px;
	height: 25px; 
}

.offer {
	background-color: #FFFFCC;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}

#offerHP {
	position: relative;
	background-color: #FFFFCC;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	margin-top: 15px;
	z-index: -1;
}

.boffer {
	padding: 10px;
	border: 1px dashed #c0c0c0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*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:active{
background-color: transparent;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
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:active span, .thumbnail:focus span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}