﻿@import url("footerBar.css");
@import url("home.css");
@import url("leftBar.css");
@import url("template.css");
@import url("topHeader.css");
@import url("vidgallery.css");

body 
{
	background: #2d2413 url("../img/bkg.jpg");
	color: #363636;
	font: 10pt Tahoma;
	height: 100%;
	text-align: center;
	margin-top: 47px;
}
img
{
    border: 0    
}

h2
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 12px 0;
}

.floatLeft
{
	float: left;
}

.text
{
	font: 8pt Tahoma;
}

.text a
{
	color: #363636;
	text-decoration: none;
}

.text a:hover
{
	text-decoration: underline;
}

.ralign
{
	text-align:right;	
}

/* About Page Paragraph Margins */
.amargin
{
	margin-top: 9px;
}

span:target
{
	color:Green;
	background-color:White;	
}

/* Social Media Bar */
.mediabar
{
	position:fixed;
	width: 48px;
	height: 144px; 
	top:10%;
	right:0px;
	z-index:9001;
	background-image: url("../img/socialBar/Social-Board.png");	
}

.social1
{
	position:relative;
	left:9px;
	top: 16px;
}

.social2
{
	position:relative;
	left:9px;
	top: 24px;
}

.social3
{
	position:relative;
	left:9px;
	top: 32px;
}

/*retailer search*/
.rGrid 
{   
    width: 640px;     
    margin: 5px 0 10px 0;    
    border: solid 1px #7D7D7D;
    border-collapse:collapse;
}  
.rGrid td 
{   
    padding: 2px;     
    color: #2B2925;   
    border: solid 1px #C1C1C1;
    font-size: 10pt;
}  
.rGrid th 
{   
    padding: 4px 2px;   
    color: #2B2925;     
    background: #eeeee4;
    font-size: 0.9em;  
    border: solid 1px #7D7D7D; 
} 


