
body		{  	
		margin: 0;
        padding: 0;
		background-color: #878787;
		background-image: url("images/gradient.jpg");
		background-repeat: repeat-x;
		background-position: left top;
		color: #000000;
		}
                         	
h1		{  
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 26px;
		line-height: 28px;
		font-weight: bold;
		color: #000;
		margin: 10px 0 20px 0;
		}

h2		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		color: #000;
			
		}

.retailertable td {
	vertical-align: top;
			}
		
.formTag {
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #555;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
	vertical-align: top;
	
	}
.formTag2 {
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: #555;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	}
		
td.paragraph {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px; 
		line-height: 16px; 	
		}

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px; 
		line-height: 16px; 	
		}
li		{
		font-family: arial, helvetica, sans-serif;
		font-size: 12px; 
		line-height: 16px; 	
		}
ul,ol {
	margin: 5px 5px 5px 20px;
	padding: 0;
	}
#menu {
	height: 99px;
	background-image: url("images/menu-background.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	}
#menu a {
	display: block;
	height: 98px;   
	font-size: 16px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-decoration: none;
	padding: 0 15px 0 15px;
	}
#menu a:link, #menu a:visited, #menu a:active {
	background-image: url("images/menu-background.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	}
#menu a:hover {
	background-image: url("images/hover-background.jpg");
	background-repeat: repeat-x;
	background-position: left top;	
	color: #99bad1;
	}

#content {
	padding: 15px 40px 20px 40px;
		}
		
#credits	{	
		font-size: 10px;
		color: #000;
		font-family: verdana, sans-serif;
		text-align: center; 
		background-image: url("images/bottom-background.jpg");
		background-position: left top;
		background-repeat: no-repeat;
		width: 1006px;
		height: 38px;
		line-height: 30px;
		}
				
#productsubmenu {
	font-size: 14px;
	font-family: verdana, sans-serif;

	}
#productsubmenu a {
	float: right; 
	margin: 0 15px 0 15px;
	color: #000;
	}
#productsubmenu a:link, #productsubmenu a:visited, #productsubmenu a:active {
	text-decoration: underline;
	}
#productsubmenu a:hover {
	text-decoration: underline;
	}
.moviefloater  a {
	text-decoration: none; 
	width: 360px; 
	height: 70px; 
	border: #ccc solid 2px; 
	display: block; 
	padding: 10px; 
	color: #000;
	}
.moviefloater {
	float: left;
	width: 360px; 
	height: 70px; 
	margin: 20px;
	padding: 1px;
	font-size: 20px;
	font-family: verdana, sans-serif;
	}
.moviefloater a:link, .moviefloater a:visited, .moviefloater a:active {
	background-color: #fff;
	}
.moviefloater a:hover {
	background-color: #efefef;
	}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF; 
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: left;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-50px; left: 60px;
	padding: 15px 0 0 0;
	width:500px;
	color: #444;
    text-align: left;
	filter: alpha(opacity:98);
	KHTMLOpacity: 0.98;
	MozOpacity: 0.98;
	opacity: 0.98;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 15px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}	
	/*---------- bubble tooltip -----------*/
a.tt2{
    position:relative;
    z-index:24;
    color:#3CA3FF; 
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: left;
    text-decoration:none;
}
a.tt2 span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt2:hover{ z-index:25; color: #aaaaff; background:;}
a.tt2:hover span.tooltip2{
    display:block;
    position:absolute;
    top:-80px; left: 60px;
	padding: 15px 0 0 0;
	width:299px;
	color: #444;
    text-align: left;
	filter: alpha(opacity:98);
	KHTMLOpacity: 0.98;
	MozOpacity: 0.98;
	opacity: 0.98;
}
a.tt2:hover span.top2{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble2.gif) no-repeat top;
}
a.tt2:hover span.middle2{ /* different middle bg for stretch */
	display: block;
	padding: 15px; 
	background: url(images/bubble_filler2.gif) repeat bottom; 
}
a.tt2:hover span.bottom2{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble2.gif) no-repeat bottom;
}	
	