﻿
/* --------------------------  BEGIN - GENERAL HTML TAGS  -------------------- */
body 
{
    font-family: Aerial, Helvetica, Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
	background: url(/images/backgrounds/page.jpg);
	background-repeat: repeat;
    background-color: #EBD7B4;
    text-align:left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}

ul
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

a
{
	color: #630b0d;
}

/* --------------------------  BEGIN - Top CSS  -------------------- */

/* --------------------------  BEGIN - Page Formatting  -------------------- */

.BodyArea
{
    text-align: center;
    width: 849px;
    margin: auto;
    padding: 0px 0px 0px 0px;
}

.Nav
{
	text-align: left;
    width: 849px;
    height: 149px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.NavBar
{
    width: 849px;
    height: 197px;
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.PageContentContainer
{
	text-align: left;
    width: 849px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.PageSpacer
{
	width: 53px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.Footer
{
	width: 796px;
	text-align: center;
    margin: auto;
    padding: 0px 0px 10px 0px;
}

.Footer A
{
	color: #FFFFFF;
}

.Paper
{
	background: url(/images/middle_bak.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
    color: #000000;
	text-align: center;
    width: 796px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* border: solid 2px #00FF00;  */
}

.Content
{
    /* border: solid 2px #0000FF;  */
	text-align: left;
	width: 690px;
    margin: 0px 0px 0px 20px;
    padding: 0px 20px 0px 25px;
}


/* --------------------------  END - Page Formatting  -------------------- */

/* --------------------------  BEGIN - Content Formatting  -------------------- */

.PageHeader
{
	text-align: center;
	margin-left: 20px;
	padding: 15px 0px 25px 25px;
}

.Tag
{
	text-align: center;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

.RedLargeText
{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #630b0d;
}

.RedLargeText a
{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #630b0d;
	text-decoration: none;
}

.RedLargeText a:hover
{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #630b0d;
	text-decoration: underline;
}

.RedStandardText
{
	color: #630b0d;
}

#Testimonials
{
	background-image: url(/images/backgrounds/testimonials.jpg);
	background-repeat: repeat-y;
    width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#TestimonialsText 
{
	color: #000000;
	text-align: left;
	margin: auto;
	padding: 30px 30px 30px 30px;
}

.TestimonialsHeader
{
	text-align: center;
	margin: auto;
	padding: 0px 0px 30px 0px;
}

.Separator
{
	text-align: center;
	margin: auto;
	padding: 20px 0px 20px 0px;
}

.FormLabel
{
	text-align: left;
	vertical-align: top;
}

.FormField
{
	text-align: right;
	vertical-align: top;
}

/* --------------------------  END - Content Formatting  -------------------- */

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
/*Modal Popup*/

.productthumb
{
    vertical-align: top; 
    margin: auto; 
    border: solid 8px #FFFFFF; 
    background-repeat:no-repeat;
    background-color:Black;
    background-position:center;
}

.imageleft
{
	text-align: left;
	float: left;
    border: solid 8px #FFFFFF; 
    margin: 0px 25px 25px 0px;
}

.imageright
{
	text-align: right;
	float: right;
    border: solid 8px #FFFFFF; 
    margin: 0px 0px 25px 25px;
}
