@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border: 0;
}

H1
{
	font: 120% georgia, "times new roman", times, serif;
	font-weight: bold;
	line-height: 1.5em;
}

H1 a
{
	text-decoration:none;
}

H1 a:hover
{
	text-decoration:underline;
}

H2
{
	font: 120% georgia, "times new roman", times, serif;
	font-weight: bold;
	line-height: 1.3em;
}

H2 a
{
	text-decoration:none;
}

H2 a:hover
{
	text-decoration:underline;
}

body
{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background:url(http://www.pigeonforgeshopping.com/images/websitebackground.gif) left top repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.3em;
color: #000000;
}

ul
{
	margin-left: 0;
	padding-left: 2.5em;
}

.Shopping #Container
{
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	/*background:url(/images/layout/mainbackground.gif) left top repeat;*/
}

.Shopping #MainContent
{
	/*background:url(/images/layout/mainbackground.gif) left top repeat;*/
}

.Advertisers
{
	width: 700px;
	height: 180px;
	margin-top: 15px;
}

.Advertisers img
{
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
}

.Shopping #FooterTop
{
	float: left;
	width: 980px;
	height: 25px;
	background-color: #000;

}

.Shopping #FooterBottom
{
	float: left;
	width: 980px;
	height: 40px;
	text-align: center;

}

.Shopping #FooterText
{
	float: left;
	width: 980px;
	padding: 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.2em;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;

}

.Shopping #FooterText A
{
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.Shopping #FooterText A:hover
{
	text-decoration: underline;
}

.Shopping #NavBottom
{
	float: left;
	width: 980px;
	height: 41px;
	background:url(/images/layout/mainbackground.gif) left top no-repeat;
}

.Shopping #SiteHeader
{
	float: left;
	width: 960px;
	height: 319px;
	color: white;
	font-size: 28px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	background:url(http://www.pigeonforgeshopping.com/images/layout/header.jpg) left top no-repeat;
}

.Shopping #BannerAd
{
	width: 325px;
	height: 150px;
	position: relative;
	top: 130px;
	left: 620px;
	z-index: 2;
}


.ShoppingTable
{
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	line-height: 2em;

}

.LeftColumn
{
	float: left;
	width: 764px;
	padding-top: 10px;
	margin-left: 12px;
	margin-right: 20px;
}

.LeftColumn img
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.RightColumn
{
	float: right;
	width: 180px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NarrowColumn
{
	float: left;
	width: 600px;
	margin-left: 85px;
	margin-right: 0px;
}

.NarrowColumn img
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}




/* Navigation */

A.Navigation
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 15px;
	margin-top: 15px;
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 36px;
	font-weight: bold;
}

A.Navigation:hover
{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 36px;
	padding-top: 5px;
	font-weight: bold;
}

#NavigationLine
{
	float: left;
	width: 930px;
	height: 40px;
	background:url(http://www.pigeonforgeshopping.com/images/layout/navbackground.gif) left top repeat-y;
	padding-left: 50px;
	border: 0px;
	margin: 0px;
	
	
	/*vertical-align: super;*/
	color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 36px;
}

A.FooterNavigation
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	margin-top: 9px;
	text-decoration: underline;
	color: black;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 16px;
}

A.FooterNavigation:hover
{
	color: white;
}

