/* Add these styles to products/skin_default/templateimages/stylesheet.css */

body	{
	margin: 0px;
	scrollbar-arrow-color:#FDAE10;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#003366;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;	
	scrollbar-3dlight-color:#FFCC66;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	}
	
table.outer    {
	height: 100%;
}

table.topnav    {
	height: 24px;
}

table.contact    {
	height: 25px;
}

table.tblBorder    {
	border: solid 2px #CC9900;
}

td	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	}
		
a	{
 	color: #CC9900;
    text-decoration: none;
	font-weight : bold;
	font-family: arial, helvetica, sans-serif;
	line-height : 16px;
	}
	
a:visited	{
 	color: #CC9900;
    text-decoration: none;
	font-weight : bold;
	font-family: arial, helvetica, sans-serif;
	line-height : 16px;
	} 
	 
a:hover	{
	color: #003366;
    text-decoration: underline;
	font-weight : bold;
	font-family: arial, helvetica, sans-serif;
	line-height : 16px;
	}
	
a:active	{
	color: #003366;
    text-decoration: underline;
	font-weight : bold;
	font-family: arial, helvetica, sans-serif;
	line-height : 16px;
	}

/* style for contact info at foot of pages */	
.blue 	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	color: #003366;
	font-weight: bold;
}

/* style for contact info on contact page */	
.golden 	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	color: #CC9900;
	font-weight: normal;
}

.graytext	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7px;
	color: #CC3333;
	line-height: 10px;
	}

/* style for the heading on closed.html  */	
.title	{
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #996600; 
	line-height: 26px; 
	}
/* style for the heading on closed.html  */	
.home-head	{
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #000000; 
	line-height: 26px; 
	}
	
/* styles for the slide show, doesn't need to be on templateimages/stylesheet.css */	

#mContainer {
	position:relative;
	width:249px;
	height:335px;

}

.mPhoto {
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}