/**
 * @file
 * Styles for QuicksSite layout #2.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.7 $
 * @version $Name: HUTDOGS_2010-06-29_24 $
 * @version $Id: 2.css,v 1.7 2009/11/04 03:45:33 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
@import url(/styles/quicksite/coupon.css);
@import url(/styles/quicksite/gallery.css);

html,
body
{
   background-color: #999;
   color: #fff;
   font: 85%/1.5em verdana,arial,helvetica,sans-serif;
   padding: 0px;
   margin: 0px;
}
td
{
   text-align: left;
   vertical-align: top;
}
a:link,
a:visited,
a:active
{
   text-decoration: none;
}
a:hover
{
   text-decoration: none;
}
#mainTable
{
   width: 760px;
   background-color: #fff;
   color: #000;
   margin: 15px auto;
}
#headerRow,
#headerRowWithBg
{
   color: #000;
   height: 168px;
}
#headerRowWithBg
{
   background: url(../images/header.jpg) no-repeat;
}
#headerContent
{
   position: relative;
   width: 760px;
   height: 168px;
   overflow: hidden;
}
#logo
{
   float: left;
   margin: 10px 20px;
   font-size: 24px;
   font-weight: bold;
   font-family: georgia,times;
   width: 200px;
   line-height: 2em;
   vertical-align: middle;
}
#tagline
{
   float: left;
   margin: 10px 20px;
   font-size: 18px;
   font-weight: bold;
   font-family: georgia,times;
   width: 300px;
   line-height: 2em;
   padding-top: 5px;
}
#rightHandBlock
{
   float: left;
   width: 180px;
   height: 169px;
}
.pageDivider
{
   background-color: #6695BB;
   color: #000;
   height: 10px;
}
#leftNav
{
   background-color: #E5E9E5;
   color: #000;
   width: 160px;
   padding: 10px;
}
#bodyContent
{
   padding: 25px;
   width: 550px;
}
#navigation
{
   margin-left: 25px;
   font-weight: bold;
   color: #6695BB;
   width: 140px;
}
#navigation a:link,
#navigation a:visited,
#navigation a:active
{
   text-decoration: none;
}
#navigation a:hover
{
   text-decoration: none;
}
#navigationContent
{
   margin-left: 25px;
   padding-top: 15px;
   width: 140px;
}
.pageTitle
{
   width: auto;
   font-size: 14px;
   font-weight: bold;
   border-bottom: 1px #000 solid;
   padding-bottom: 2px;
   margin-bottom: 10px;
}
.content
{
   width: auto;
}
#footer
{
   background-color: #B5B09D;
   font-size: 10px;
   padding: 5px 0px;
   text-align: center;
   line-height: 1.25em;
}
