/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 100px;
}

/* Holds the site title and subtitle */
#header #title {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 10px;
	padding: 5px;
	text-align: right;
}

#header h1 {
	margin: 0;
	padding: 10px 0px 0px;
	text-transform: lowercase;
	color: #FFF;
	font-family: Arial, serif;
	font-size: 3em;
	font-weight: 700;
}
#menu h1 {
	margin: 0;
	padding: 0px 0px 0px;
	text-transform: lowercase;
	color: #FFF;
	font-family: Arial, serif;
	font-size: 1.8em;
	font-weight: 700;

	

	text-align: center;
}
#header h2 {
	position: absolute;
	top: 51px;
	right: 5px;
	margin: 0;
	padding: 0;
	font: 700 1em Arial, serif;
	color: #000000;
}/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 2;

  top: 0;
  right: 0;
}

#header img.balloons {

	right: 60px;

	position: absolute;

	z-index: 4;

	right: 75px;

	top: 82px;

	border: none;
}

#header div.balloons a{

	text-decoration: none;

	font-size: 0.75em;

	color: white;

	width: 100px;

	position: absolute;

	z-index: 4;

	right: 118px;

	top: 89px;
}
#header img.meister {
  position: absolute;
  z-index: 4;
  top: 13px;
  right: 10px;
}
/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;

  font: 400 1.6em Arial, serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #FF4B33;
  border-top: 5px solid #000;
}

#mainMenu li a.last {
  margin-right: 0;
}

/*Navigation Tabs*/    #hidetabs {
	float:left;
	width: 700;
	font-size:9px;

	

	font-color:#000
	line-height: 9px;
	position: absolute;
	top: 112px;
	left: 40px;
	font-weight: bold;
	display:block;
	z-index: 4;
      }

	#hidetabs a.here {

		font-color:#000

		}

	  

/*Navigation Tabs*/

    #tabs {
	float:left;
	width: 700;
	font-size:11px;
	line-height: 12px;
	position: absolute;
	top: 87px;
	left: 0px;
	font-weight: bold;
	display:block;
	z-index: 4;
      }
    #tabs ul {
	margin:	0 0 0 15px;
	padding:0 0 0 0;
	list-style:none;
      }
    #tabs li {
    display:inline;
    margin:0;
    padding:0;
    }
    #tabs a {
    float:left;
    background:url("../images/tableft.gif") no-repeat left top;
    margin:0 0 0 0px;
    padding:0 3px 0 6px;
    text-decoration:none;
    }
    #tabs a span {
    float:left;
    display:block;
    background:url("../images/tabright.gif") no-repeat right top;
    padding:6px 14px 4px 9px;
    color:#000;
	margin-bottom:0px;
    }
    #tabs a.active {
	color:#FFF;
    background-position:0% -84px;
    }
    #tabs a.active span {
    color:#FFF;
    background-position:100% -84px;
    }    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
    color:#FFF;
    }
    #tabs a:hover {
    background-position:0% -44px;
    }
    #tabs a:hover span {
    background-position:100% -44px;
    }
    #tabs a.active:hover {
    background-position:0% -84px;
    }
    #tabs a.active:hover span {
    background-position:100% -84px;
    }

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {

	display: inline;

	/* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);

	font: 400 1.3em Arial, serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #990000;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #003366;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {

	padding-left: 35px;

	color: #000;

	background: url(../images/bg/bullet.gif) no-repeat 10px 0px;

	font-family: verdana, arial, sans-serif;

	font-size: 0.55em;

	font-weight: 400;
}

.sideMenu li.here ul li a:hover {
  color: #FFF;
  background: #003366 url(../images/bg/bullet.gif) no-repeat 10px 0px;
}
/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
/*  background: url(../images/pagebg.gif) repeat-y right top;*/  
	padding-bottom: 4em;
}
#sidecontent {
	background: url(../images/sidebg.gif) repeat-x left top;
	}
#productgradient {
	background: url(../images/product_grad.gif) repeat-x left top;

	margin: 0px 10px 10px 10px;
	}
/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

/*#footer {
  float: left;
  width: 100%;
  clear: both;
  color: #FFF;
  position: fixed;
  bottom: 0;
  background: #000 repeat-x top left;
  z-index: 1;
}
#footer a:hover {
  color: #fff;
}
*/
#footer {
  float: left;
  width: 100%;
  clear: both;
  background: #000 url(../images/bg/footer.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}
/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 0px;
}/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}
.width99 {
	width: 99.4;
}.width80 {
  width: 79%;
}

.width75 {
  width: 74%;
}

.width66 {
  width: 65%;
}
.width60 {
  width: 59.7%;
}
.width55 {
  width: 54.7%;
}
.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}
.width20 {
  width: 19.7%;
}.width10 {
  width: 13.7%;

  margin-right: 15px;

  margin-left: 10px;
}
/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
}
/******************************************************************
	Styles below are for the Checkout
******************************************************************/

/* table that surrounds the items and other info */
.checkout_table {
	width: 100%;
	border: black solid 1px;
	color: #000;
}

/* address blocks (table) */
.address_block {
	border: black solid 1px;
	height: 75px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* address block TDs */
.address_block td{
	text-align: left;
}

/* tracking number DIV inside address block */
.address_block .tracking_number {
	margin-top: 4px;
	text-align: center;
}

/* row that contains the column labels */
.checkout_table .header_row,
.address_block .header_row
 {
	font-weight: bold;
 	height: 22px;
 	background-color: #7e5a06;
	color: #fff;
}

/* row that contains an item */
.checkout_table .item_row td {
	vertical-align: top;
}

/* td inside top row */
.checkout_table .header_row td,
.address_block .header_row td
{
 	border-bottom: black solid 1px;
}/* 1st td in top row - "Description" */
.checkout_table .header_row .td_1{
	text-align: left;
	padding-left: 4px;
	font-size:8pt;	
}

/* 2nd, 3rd, and 4th td in top row - Options, Unit Price, Total" */
.checkout_table .header_row .td_2,
.checkout_table .header_row .td_3,
.checkout_table .header_row .td_4
{
	text-align: right;
	padding-right: 4px;
	font-size:8pt;
}

/* 1st column in table */
.checkout_table .header_row .td_1,
.checkout_table .item_row .td_1 
{
	width: 45%;
}

/* 2nd column in table */
.checkout_table .header_row .td_2,
.checkout_table .item_row .td_2 
{
	width: %35;
	text-align:right;
	line-height: 150%;
	font-size:8pt;
}

.checkout_table .item_row .td_2W {
line-height: 175%;	
font-size: 8pt;
}

/* 3rd column in table */
.checkout_table .header_row .td_3,
.checkout_table .item_row .td_3 
{
	width: 12%;
	text-align:right;
	line-height: 150%;
	font-size: 8pt;
}

/* 4th column in table */
.checkout_table .header_row .td_4,
.checkout_table .item_row .td_4 
{
	width: 8%;
	text-align:right;
}/* 1st td in item row */
.checkout_table .item_row .td_1 {
	height: 100px;
	font-size:8pt;
	color: #000;
}

/* vertical border on certain cells */
.checkout_table .item_row .td_1,
.checkout_table .item_row .td_2,
.checkout_table .item_row .td_3,
.checkout_table .qty_row .td_1,
.checkout_table .qty_row .td_2
{
	border-right: silver solid 1px;
}

/* right padding for all td's in rows other than the first one */
.checkout_table .item_row td,
.checkout_table .qty_row td,
.checkout_table .footer_row td
{
	padding-right: 4px;
	font-size: 8pt;
}/* td inside qty row */
.checkout_table .qty_row td{
 	border-bottom: silver solid 1px;
 	border-top: silver solid 1px;
 	text-align: right;
	background-color: #f1f3f9;
}

/* payment method TD in footer row */
.checkout_table .footer_row .pay_method {
	vertical-align: bottom;
	padding: 4px;
	font-size: 8pt;
}

/* quantity field & label */
.qty_row input,
.qty_row span
{
 	vertical-align: middle;
}

/* div containing thumbnail of product */
.checkout_table .product {
	padding: 4px;
	width: 100%;
}

/* all tds in product table */
.checkout_table td {
	text-align: left;
}

/* td for product name */
.checkout_table .prod_name {
	margin-bottom: 5px;
	padding: 2px;
	font-size: 8pt;
}

/* div for product image */
.checkout_table .product .prod_img {
	margin: 4px;
	float: left;
}/* td for product buttons - modify, remove */
.checkout_table .prod_btns {
	padding-top: 4px;
}

/* div for savings info for item */
.checkout_table .savings_info {
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
	clear: left;
}
/***************************************************************
	Styles below are for the checkout progress indicator
	above checkout form..."Step 1, Step 2, etc..."
***************************************************************/
/* table that contains the progress links */
.checkout_progress {
}

/* checkout progress links */
.checkout_progress a,
.checkout_progress a:visited {
	text-decoration: none;
	vertical-align: middle;
}
.checkout_progress a:hover {
	text-decoration: underline;
}

.checkout_step_pending {
	color: silver;
}
.checkout_step_active {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.checkout_step_done {
}
.checkout_step_pending,
.checkout_step_active,
.checkout_step_done {
	width: 20%;
	text-align: left;
	font-family: Arial, Arial, Verdana ;
}
.checkout_step_active .checkout_step_num {
	font-style: italic;
}
/* drop shadow div */
.drop_shadow {
	height: 10px;
	background-repeat: repeat-x;
}

/*****************************************************************
	Styles below are for product options...
	They control the way the options appear when viewing a product
******************************************************************/
/* table containing all options */
.options table {
	margin-left: auto;
	margin-right: auto;
}

/* keeps option rows evenly spaced vertically */
.options td {
	height: 30px; 
}

/*	This is a break that appears below textarea/radio options, to maintain spacing
	by default, it should be half of the height for the style immediately above this - ".options td" 
*/
.options .extra_br {
	height: 15px;
}

/* 1st td inside options table...contains instruction for selecting option */
.options .instruction {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

/* 2nd td inside options table...contains actual form field */
.options .field {
	text-align: left;
}

/* Custom Detail Link ... defaults to (details) */
.options .custom_detail_link {
	font-size: 7pt;
}

.options select {
	vertical-align: middle;
}	

.options img {
	vertical-align: middle;
}

.options span {
	vertical-align: middle;
}

.options input {
	vertical-align: middle;

	border: none;
}

.options textarea {
}

/* this is for the div surrounding the radio options */
.options .radios {
	line-height: 170%;
}

/* below aligns radio buttons and checkboxes to the left, for IE only */
.radios input,
.options .checkbox {
	margin-left: -3px;
}

/* below aligns radio buttons and checkboxes to the left, for all but IE */
.radios>input,
.checkbox_span>.checkbox {
	margin-left: 0px;
}	
/***********************************************************************
	Styles below are for the product option detail page, 
	which opens when you click a link near an option for more detail
***********************************************************************/
.option_detail_body {
	background-color: #D9DBE7;
	font-size: 11px;
	margin: 5px
}

/* div that surrounds the entire content, directly inside <body>*/
.option_detail_div {
	text-align: left;
}

/* this is the div that surrounds the detail for the option itself */
.option_detail_div .option_detail {
}

/* this is the div that surrounds the name (or image of name) for the option */
.option_detail_div .product_section {
	text-align: center;
	padding-bottom: 0px;
}

/* image for option */
.option_detail .option_img {
	float: left;
}

/* DIV separating option and choices */
.option_detail_div .separator {
	clear: left;
	height: 10px;
}/* table cell containing a single choice */
.option_detail_div .choices_table td {
	padding: 2px;
}/* table containing choices for this option */
.option_detail_div .choices_table {
	width: 100%;
	background-color: light #19415F;
}

/* name of choice */
.choices_table .choice_name {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.choices_table .choice_price {
	text-align: center;
}

/* DIV surrounding a choice's image */
.choices_table .choice_img_div {
	float: left;
}

/* description of choice */
.choices_table .choice_description {
	vertical-align: top;
	text-align: left;
}

.choices_table .single_choice_table {
	border: silver solid 1px;
	margin-left: auto;
	margin-right: auto;
}
/* product tabs */
#product {
	width: 100%;
}
.producttab {
	width: auto;
	margin-right:10px;
	padding:4px;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	background-color: #FFF;
}
#product-content {
	background-color: #FFF;
	clear:both;
	border:1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 10px 10px;
}
#tabnav
	{
		height: 20px;
		margin: 10px 10px 10px;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #7e5a06;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}
/* INDEX DIALOG BOXES */
.dialog {
 width:285px;
 height: auto;
 margin: 0px auto;
 min-width:20em;
 max-width:800px;
 color:#fff;
 cursor: pointer;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(../images/tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(../images/tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(../images/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(../images/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(../images/ms.jpg) repeat-x 0px 0px;
 padding:1.75em;
}

.dialog .ft {
 background:transparent url(../images/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(../images/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.4em;
}
.dialog a {
	color: #FFF;

	text-decoration: none;
	}
.dialog h1 {

	color: #FFF;

	text-decoration: none;

	}
.dialog a:hover {
	color: #990000;
}

p {

	font-family:Arial, Helvetica, sans-serif;

	font-size: 0.95em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .dialog pre {
 font-size:1.1em;
}
/* round top */
.round .hd .c,
.round .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.round .hd {
 background:transparent url(../images/round_tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}
.round .hd .c {
 background:transparent url(../images/round_tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}/* round bottom */
.roundbottom .hd .c,
.roundbottom .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.roundbottom .hd {
 background:transparent url(../images/round_tl_bt.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.roundbottom .hd .c {
 background:transparent url(../images/round_tr_bt.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}/* round products */
.product {

  margin: 0px 10px 0px 10px;

  }

.product .hd .c,
.product .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.product .hd {
 background:transparent url(../images/product_tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}

.product .hd .c {
 background:transparent url(../images/product_tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

/* round Menu top */
.roundmenu .hd .c,
.roundmenu .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.roundmenu .hd {
 background:transparent url(../images/round_tl_menu.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}
.roundmenu .hd .c {
 background:transparent url(../images/round_tr_menu.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}
/**************************************************************
  Miscellaneous

  

 **************************************************************/
.subhd {

	font-size: 1.5em;

}
.subhdb {

	font-size: 1.5em;

	font-weight: bold;

}

.large {

	font-size: large;

}
.download-active {

	font-size: larger;

	color: #990000;

	font-weight: bold;

}

