/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/* Standard font family for site */

body, table, tr, td, form, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, sans-serif;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
	color: #64645D;
	background-color: #E2E1D3;
	background-image: url(../images/page_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Standard paragraph style */

p, ul
{
	font-size: 0.8em;
  line-height: 1.4em;
	margin-top: 0;
	vertical-align: top;
}


/* Links */

a:link, a:active
{
	color: #4176C6;
	background-color: inherit;
}

a:visited
{
	color: #333333;
	background-color: inherit;
}

a:hover
{
	color: #990033;
	background-color: inherit;
}


/* Headings */

h1
{
	font-weight: bold;
	font-size: 1.5em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  padding: 0;
  color: #990033;
  background-color: inherit;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  padding-top: 15px;
  color: #BDBCAF;
  background-color: inherit;
}

h3
{
	font-weight: normal;
	font-size: 1.1em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  padding-top: 15px;
  color: #BDBCAF;
  background-color: inherit;
}

h4
{
	font-weight: bold;
	font-size: 1.0em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  padding-top: 15px;
  color: #666666;
  background-color: inherit;
}

h5
{
	font-weight: bold;
	font-size: 0.8em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
  color: #333333;
  background-color: inherit;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto 0 auto;
  padding: 0 16px 0 16px;
	width: 750px;
	background-image: url(../images/container_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
  color: inherit;
  background-color: #FFFFFF;
}


/* Page header area */

#page-header
{
  margin: 0px;
  width: 746px;
  height: 99px;
  padding: 2px;
  background-image: url(../images/home_header_bg-repeat.gif);
  background-repeat: repeat-x;
  color: inherit;
  background-color: #990033;
}

#page-header-logo
{
  width: 144px;
  height: 70px;
  margin: 0 0 0 10px;
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
}

#page-header-shadow-left-dark
{
  position: absolute;
  left: 0;
  top: 102px;
  width: 16px;
  height: 200px;
	background-image: url(../images/header_shadow_left_dark.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#page-header-shadow-right-dark
{
  position: absolute;
  left: 766px;
  top: 102px;
  width: 16px;
  height: 200px;
	background-image: url(../images/header_shadow_right_dark.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#page-header h1
{
	font-size: 1.7em;
  font-weight: bold;
  text-transform: lowercase;
  color: #E0B562;
  background-color: inherit;
}

.header-times
{
  font-family: times, serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #FFFFFF;
  background-color: inherit;
  letter-spacing: 0.2em;
  margin-right: 1px;
}


/* Menu */

#menu
{
  position: absolute;
  left: 26px;
  top: 75px;
	font-size: 0.85em;
}

#menu a
{
	font-size: 1.0em;
  line-height: 1em;
  margin-right: 15px;
  font-weight: bold;
  text-transform: lowercase;
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu_img
{
  position: absolute;
  left: 17px;
  top: 78px;
}


/* Page header photo (homepage) */

#page-header-photo
{
  width: 750px;
  height: 200px;
	color: inherit;
	background-color: #340701;
	background-image: url(../images/home_header.jpg);
}

#comingsoon-header-photo
{
  width: 750px;
  height: 200px;
	color: inherit;
	background-color: #340701;
	background-image: url(../images/comingsoon_header.jpg);
}


/* Page body */

#page-body
{ 
  padding: 30px 10px 10px 15px;
  width: 730px;
}


/* Main content area */

#main-content
{
  float: left;
  width: 490px;
  margin-right: 20px;
}

#inner-main-content-left
{
  float: left;
  width: 210px;
  height: 25em;
  padding: 10px;
  margin-right: 8px;
  margin-bottom: 15px;
  border: solid 1px #990033;
}

* html #inner-main-content-left
{
	height: 25em;
}

#inner-main-content-right
{
  float: right;
  width: 210px;
  height: 25em;
  padding: 10px;
  margin-left: 8px;
  margin-bottom: 15px;
  border: solid 1px #990033;
}

* html #inner-main-content-right
{
	height: 25em;
}

#inner-main-content-bottom
{
  clear: both;
  width: 468px;
  height: 16em;
  padding: 10px;
  border: solid 1px #990033;
}

#main-content-no-side
{
  float: left;
  width: 700px;
  margin-right: 20px;
}


#locations
{   
	margin: 0;
    padding: 0}

#locations li
{   
	margin-right: 15px;
	margin-bottom: 20px;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 0.9em;
    line-height: 1.4em;
	width: 145px;
 }


/* Sidebar area */

#sidebar
{
  float: left;
  width: 220px;
}


/* Highlight boxes */

.highlight-box
{
  width: 200px;
  padding: 10px;
  color: inherit;
  background-color: #E2E1D3;
}

/* Forms */

form
{
	width: 200px;
	font-size: 0.8em;
  line-height: 1.1em;
	margin-top: 0;
	margin-left: 10px;
	vertical-align: top;
}

formcell
{
	width: 250px;
	padding-bottom: 5px;
	font-size: 0.8em;
  line-height: 1.1em;
	margin-top: 0;
	vertical-align: top;
}

/* Standard images */

img
{
	border: none;
}

#product img
{
	margin-right: 15px;
	border: solid 1px #E0B562;
	float: left;
}


/* Page footer */

#page-footer
{
	position: relative;
	margin: 0 auto 0 auto;
  padding: 35px 26px 35px 26px;
	width: 730px;
	background-image: url(../images/footer_shadow.gif);
	background-position: top left;
  background-repeat: no-repeat;
  color: #64645D;
	background-color: #E2E1D3;
}

#page-footer p
{
	text-align: center;
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 0;
}

/* Lists for Drop Downs */
#dd
{   margin: 0;
    padding: 0}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial}

#dd li a.menu
{   display: block;
    text-align: center;
    border: 1px solid #990033;
    background: #fff;
    padding: 4px 10px;
    margin: 0 1px 0 0;
    color: #990033;
    width: 80px;
    text-decoration: none}

#dd li a.menu:hover
{   background: #990033;
	color: #fff;
}

.submenu
{   background: #fff;
    border: 1px solid #990033;
    visibility: hidden;
    position: absolute;
    z-index: 3}

    .submenu a
    {   display: block;
        font: 11px arial;
        text-align: left;
        text-decoration: none;
        padding: 5px;
        color: #990033}

    .submenu a:hover
    {   background: #990033;
        color: #FFF}



/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}

