/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- Fonts -------------------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* --- Testimonial Font ----------- */
.Testimonial{
	font-style: italic;
	text-align:justify
}


/* --- Links Font (Top Right Header) ------------------------------ */
.LinkFont {
    font-family: Verdana;
    font-weight: bolder;
    font-size: 13px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: rgb(198,43,45);
}

.Plain16 {
    font-family: Verdana ;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: black;
}

.Plain18 {
    font-family: Verdana ;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: black;
}
  
.Regular {
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.6px;
    word-spacing: -0.5px;
    color: black; 
}

.RegularBold {
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.6px;
    word-spacing: -0.5px;
    color: black;
}

.RegularLite {
    font-family: Verdana;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: -0.6px;
    word-spacing: -0.5px;
    color: black;
}

.UsageLite {
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: -0.6px;
    word-spacing: -0.5px;
    color: black;
}

.TestimonialLabel {
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.6px;
    word-spacing: -0.5px;
    color: black;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- TABLES ------------------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* --- MAIN TABLE on each page (below header table, above footer table) --------------- */
.MainTable {
    background-color: rgb(220,216,178);
    margin: 0px auto; /* bottom/top left/right */
    border-width: 0px;
    border-spacing: 0px;
    width: 730px;
    text-align: center;
    padding: 0px;
    empty-cells: show;
}

/* --- Header Table on each page (Logo goes here, links go here, etc) --------------- */
.HeaderTable {
    background-image: url("/images/headerphone.png"); background-repeat:no-repeat;
    margin: 0px auto; /* bottom/top left/right */
    border-width: 0px;
    width: 730px;
    height: 88px;
    text-align: left;
    empty-cells: show;
}

/* --- Footer Table on each page (Footer text goes here, etc) --------------- */
.FooterTable {
    background-image: url("/images/footerbg.png"); background-repeat:no-repeat;
    margin: 0px auto; /* bottom/top left/right */
    border-width: 0px;
    width: 730px;
    height: 58px;
    text-align: left;
    empty-cells: show;
}

/* --- MAIN TABLE on each page (below header table, above footer table) --------------- */
.MainTable2 {
    background-color: rgb(220,216,178);
    margin: 0px auto; /* bottom/top left/right */
    border-width: 0px;
    border-spacing: 0px;
    width: 730px;
    text-align: center;
    padding: 0px;
    empty-cells: show;
}

/* --- Header Table on each page (Logo goes here, links go here, etc) --------------- */
.HeaderTable2 {
    background-image: url("/images/headerbg_comingsoon.png"); background-repeat:no-repeat;
    margin: 0px auto; /* bottom/top left/right */
    border-width: 0px;
    width: 730px;
    height: 88px;
    text-align: left;
    empty-cells: show;
}

/* --- Footer Table on each page (Footer text goes here, etc) --------------- */
.FooterTable2 {
    background-image: url("/images/footerbg.png"); background-repeat:no-repeat;
    margin: 0px auto; /* bottom/top left/right */
    border-width: 0px;
    width: 730px;
    height: 58px;
    text-align: left;
    empty-cells: show;
}

/* --- Basic blank table with no margins or padding or borders --------------- */
.BlankTable {
    margin: 0px 0px; /* bottom/top left/right */
    border-width: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    empty-cells: show;
    padding: 0px;
    border-spacing: 0px;
    empty-cells: show;
    border-collapse: collapse;
}

.BlankTable td {
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}




/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- BOXES -------------------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ----------- Normal Box - Specifies the top, middle, and bottom of a standard sized box -------------------------------------- */
.BoxMiddle {
    background-image: url("/images/boxmiddle.jpg"); background-repeat:repeat-y;
    border-width: 0px;
    width: 346px;
    padding: 0px; /*top right bottom left*/
    border-spacing: 0px;
    margin: 0px;
}

.BoxBottomBG {
    background-image: url("/images/boxbottom.jpg"); background-repeat:no-repeat;
    border-width: 0px;
    width: 346px;
    height: 12px;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
}

.BoxTopBG {
    background-image: url("/images/boxtop.jpg"); background-repeat:no-repeat;
    border-width: 0px;
    width: 346px;
    height: 12px;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* ----------- 496px Wide Box - Specifies the top, middle, and bottom of a 496 px Wide box -------------------------------------- */
.BoxMiddle496 {
    background-image: url("/images/496boxmiddle.jpg"); background-repeat:repeat-y;
    border-width: 0px;
    width: 496px;
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    margin: 0px;
    border-spacing: 0px;
}

.BoxBottomBG496 {
    background-image: url("/images/496boxbottom.jpg"); background-repeat:no-repeat;
    border-width: 0px;
    width: 496px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.BoxTopBG496 {
    background-image: url("/images/496boxtop.jpg"); background-repeat:no-repeat;
    border-width: 0px;
    width: 496px;
    height: 13px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* ----------- 700px Wide Box - Specifies the top, middle, and bottom of a 496 px Wide box -------------------------------------- */
.BoxMiddle700 {
    background-image: url("/images/700boxmiddle.jpg"); background-repeat:repeat-y;
    border-width: 0px;
    width: 700px;
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    margin: 0px;
    border-spacing: 0px;
}

.BoxBottomBG700 {
    background-image: url("/images/700boxbottom.jpg"); background-repeat:no-repeat;
    border-width: 0px;
    width: 700px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.BoxTopBG700 {
    background-image: url("/images/700boxtop.jpg"); background-repeat:no-repeat;
    border-width: 0px;
    width: 700px;
    height: 13px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- BULLETED LISTS ----------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */

.GoldBullets {
    list-style-image: url(images/bullet.jpg);
}

.TestimonialPadding {
	padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 75px
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- LINKS -------------------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */


A:link {
    text-decoration: none;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: rgb(198,43,45);
}
A:visited {
    text-decoration: none;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: rgb(198,43,45);
}

A:active {
    text-decoration: none;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: rgb(198,43,45);
}

A:hover {
    text-decoration: underline;
    font-family: Verdana;
    font-weight: bolder;
    font-size: 14px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: red;
}


img {
    border-style: none;
}




/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- USAGE PAGE STUFF --------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */


.USAGE td{
    text-align: center;
    vertical-align: top;
}






.center
{
    text-align: center;
}

.center table
{
    margin: 0px auto;
    text-align: center;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------
  ----------------------- Store Locator Stuff --------------------------------------------------------------------------------------------------------
  ------------------------------------------------------------------------------------------------------------------------------------------------- */

  .StoreLocator a
  {
	font-family: Verdana;
    font-weight: bolder;
    font-size: 13px;
    letter-spacing: -1px;
    word-spacing: -1px;
    color: rgb(198,43,45);
 }
 

.SmallText
{
   font-size: 10px;
}