body
{
  background-color: #850d0e;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  color: #33321d;
  margin: 0px;
  padding: 0px;
}

a:link, a:visited { color: #006600; font-weight: bold; text-decoration: underline}
a:hover, a:active {  color: #000000; font-weight: bold; text-decoration:underline; }

a.NavLink:link, a.NavLink:visited { color: #ebe79e; font-weight: bold; text-decoration: none}
a.NavLink:hover, a.NavLink:active {  color: #ffffff; font-weight: bold; text-decoration:underline; }

a.FooterLink:link, a.FooterLink:visited {font-size: 12px; color: #ebe79e; font-weight: bold; text-decoration: none}
a.FooterLink:hover, a.FooterLink:active {font-size: 12px;  color: #ffffff; font-weight: bold; text-decoration:underline; }


h1
{
  font-size: 24px;
 font-weight: bold;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 5px;
}

h3
{
  font-size: 18px;
 font-weight: bold;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 4px;
}

.Purchase
{
  margin-top:8px;
  margin-bottom: 0px;
}


.MainContainer
{
  background-image:url('/files/design/background.jpg');
  background-repeat: no-repeat;
  width: 960px;
  height: 926px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 190px;
}

.BodyText
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
background-image:url('/files/design/middle.gif');
}

.Nav
{
  background-image:url('/files/design/top.gif');
  background-repeat: no-repeat;
  width: 960px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
}

.NavContainer
{
  display: inline;
  width:305px;
  position: relative;
  left: 590px;
  top: 10px;
}
  

.NavSep
{ 
  display:inline; 
padding-left:11px;
  padding-right:11px;
color: #cdca90;
}

.Footer
{
  background-image:url('/files/design/bottom.gif');
  background-repeat: no-repeat;
  width: 960px;
  height: 59px;
  margin-left: auto;
  margin-right: auto;
 font-size: 12px;
color: #cdca90;
}

.FooterContainer
{
  display: inline;
  width:305px;
  position: relative;
  left: 50px;
  top: 28px;
}
  

.TextContainer
{
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.Header
{
background-image:url('/files/design/headerbackground.gif');
  background-repeat: no-repeat;
  width: 760px;
  height: 185px;
  margin-left: auto;
  margin-right: auto;
}

.HeaderContainer
{
  width: 720px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.thumb
{
  margin-right: 10px;
  float:left;
  border: 1px solid #222222;
  margin-bottom: 5px;
}

.SimpleHeader 
{
	font-weight: bold;
	color: #000000;
	background-color:#F9F8E3;
	width: 100%;
	border: solid 1px #AFAFAF;
	margin-bottom: 2px;	
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}


.div5
{
  height: 5px;
}

.div10
{
  height: 10px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 1px;
left: -1000px;
border: 1px solid #666666;
visibility: hidden;
color: White;
text-decoration: none;
width: 480px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
width:480px;
height:360px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -240px;
left: -90px;
}


.SendTD
{
  color: #000000;
  font-weight:bold;
  width: 200px;
  vertical-align: top;
  background-color: #F9F8E3;
  padding: 8px;
}


.Form 
{
    margin: 0px;
}



.FormTextBox 
{
width: 200px;
        height 20px;
border: 1px solid #777777;
	font-family: Verdana;
       font-size: 14px;
	color: #444444;	
margin-top: 2px;
margin-bottom: 5px;
padding-left: 2px;
padding-right: 2px;
}


.FormTextAreaSmall
{
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
	width: 400px;
	height: 100px;
	font-family: Verdana;
	    font-size: 14px;
	color: #444444;	
margin-top: 2px;
margin-bottom: 5px;
padding-left: 2px;
padding-right: 2px;
}

.FormDropDown
{
	width: 200px;
        height 20px;
border: 1px solid #777777;
	font-family: Verdana;
       font-size: 14px;
	color: #444444;	
margin-top: 2px;
margin-bottom: 5px;
padding-left: 2px;
padding-right: 2px;
}

.FormButton
{
	background-color: #6E0C0D;
	border-color: Black;
	border-width: 1px;
        font-size: 14px;
	color: #FFFFFF;
margin-top: 2px;
margin-bottom: 5px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
}


