/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-12-03
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   margin: 0;
	padding: 0;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
}
body {
   margin: 0; 
   padding: 0 0 20px 0;/* 8px */
   background: #000 url('images/bg_body.jpg') center 92px no-repeat;
}
   a {
		color: #0998F8;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #7673AE; }
   	a img { border: 0; }
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	h2, h3, h4, h5, h6 {
		margin: 0.5em 0;
		line-height: 1.25em;
		font-weight: normal;
		color: #7673AE;
/*    font-family: Futura, Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;*/
	}
		h2 { font-size: 1.8em; }
		h3 { font-size: 1.5em; }
		h4 { font-size: 1.3em; }
		h5 { font-size: 1.2em; }
		h6 { font-size: 0.9em; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	padding: 0;
	background: #333 no-repeat scroll center;
}
	div.hr hr {
		display: none;
	}

#wrapper {
	position: relative;
	width: 905px;
   margin: 0 auto;
}

pre { color: #FFF; }

/** Header
-------------------------- **/
/** @group header */
#header { width: inherit; }
#header #banner a, 
#header #banner a:visited {
   display: block;
	background: url("images/logo.jpg") 0 0 no-repeat;/*.png */
	text-indent: -10000px;
	width: 225px;
	height: 80px;
	text-decoration: none;
	overflow: hidden;
	margin: 17px 0 18px 12px;
}
/** @group vcard */
#rightCorner{
   position: absolute;
   top: 6px;/* 8px */
   right: 0;
}
#vcard { 
   padding: 6px 0 2px 0;
   text-align: right;
}
#vcard #tel .tel {
   font-size: 1.0em;
   color: #FFF;
   padding-right: 4px;
}
#vcard #tel .value {
   font-size: 2.4em;
   color: #7673AE;
   text-indent: 10000px;
   overflow: hidden;
   display: block;
   width: 179px;
   height: 29px;
   margin-left: 45px;
   background: transparent url("images/phone_number.png") left top no-repeat;
}
/* @end vcard **/
/** @group search */
#search form {
   margin: 4px 0 0 0;
   padding: 0 0 0 10px;
}
   #search input.textbox {
      background-color: #1D1D1D;
      border: 1px solid #333;
      color: #8B8B8B;
      padding: 4px;
      width: 159px;
      float: left;
   }
   #search button { 
      background-color: transparent;
      border: 0;
      padding: 0;
      margin: -2px 0 0 3px;
   }
/* @end search **/
/** @group topNavigation */
#header #topNavigation { 
   background: #000 url('images/bg_nav.jpg') top left repeat-x;
   height: 41px;
   border: 1px solid #333;
}
/* @end topNavigation **/
/** @group headerSlot */
#home.new #headerSlot { padding: 0 1px; }
#default #headerSlot { text-align: right; margin-right: -2px; }
#headerSlot img {
   border-bottom: 1px solid #333;
   border-top: 0;
   width: 711px;
}
/* @end headerSlot **/
/** @group tagLines */
#tagLines {
   position: absolute;
   width: 450px;
   height: 80px;
   overflow: hidden;
   top: 16px;/* 1px */
   left: 240px;
}
#tagLines #quotes {
	position: relative; /* important */  
	overflow: hidden; /* important */  
	width: 240px; /* important */  
	height: 18px; /* important */
}
   
#tagLines #quotes_content {  
  position: absolute;   
  left: 0;
}  
  
#tagLines .quotes_item {  
   padding: 5px;
   width: 240px;
   height: 8px;
   text-align: center;
   text-transform: uppercase;
   color: #CDCCE1;
   letter-spacing: 0.1em;
   font-size: 1.1em;
   font-weight: lighter;
   white-space: nowrap;
}
/* @end tagLines **/
/* @end header **/


/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   height: 300px;
   padding-bottom: 25px; 
}
#wrapper > #contentWrapper {
   height: auto;
   min-height: 300px;
}
   #home.new #contentWrapper {
      background: #FFF url('images/bg_contentWrapper.gif') top right repeat-y;
      padding: 0 1px;
   }
   #default #contentWrapper { 
        background: #000 url('images/masters_interior_bg.jpg') top right repeat-y; 
        color: #333;
   }
   #default.fast_checkout #contentWrapper { 
      background-color: #FFF;
      background-image: none;
   }
#home.new div.content,
#default div.content {
   font-size: 1.2em;
   line-height: 1.5em;
   color: #333;
}
/** @group contentSlot */
#home.new #contentSlot {
   width: 903px;
   float: none;
}
#default #contentSlot { 
   float: right;
   width: 715px;
   margin-right: 2px;
}
   #default #contentSlot > #content td.content div, #default #contentSlot > #content img { max-width: 685px; }


#default li.results { margin-bottom: 0.8em; }

/** @group home */
#home.new #homeGrid .homeTitle { 
   padding: 4px 10px 0;
   font-size: 1.6em;
   text-transform: normal;
   letter-spacing: normal;
   color: #000;
   font-weight: bold;
   margin-top: 0;
}


#home.new #homeGrid div.column th { font-size: 1.1em; }
   #home.new #homeGrid th font, 
   #home.new #homeGrid th h1,#home.new #homeGrid th h2, #home.new #homeGrid th h3, #home.new #homeGrid th h4, #home.new #homeGrid th h5, #home.new #homeGrid th h6 {
      font-size: 1.0em;
      font-weight: bold;
      color: #000;
   }
   #home.new #homeGrid th br { display: none; }


#home.new #homeGrid div.column td { vertical-align: top; padding: 0 5px; }
#home.new #homeGrid div.column br { display: block; }
   #home.new #homeGrid td font, 
   #home.new #homeGrid td h1,#home.new #homeGrid td h2, #home.new #homeGrid td h3, #home.new #homeGrid td h4, #home.new #homeGrid td h5, #home.new #homeGrid td h6 { font-size: 1.0em; }
   #home.new #homeGrid div.column th a { color: #000; }
#home.new #homeGrid #column1 { background: #FFF url("images/bg_home_col.jpg") left top repeat-x; padding-bottom: 40px; }
#home.new #homeGrid div.column { 
   padding-bottom: 25px;
   font-size: 1.1em;
   font-weight: bold;
}


#home.new #homeGrid #column3 {
   background-color: #1A1A1A;
   color: #676566;
   font-family: Verdana, Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   font-weight: normal;
   padding: 25px 65px;
   border-bottom: 1px solid #666;
}
   #home.new #homeGrid #column3 a { color: #676566; }
   #home.new #homeGrid #column3 th { 
      font-size: 1.1em; 
      text-align: left;
      font-weight: bold;
   }
      #home.new #homeGrid #column3 th span { border-bottom: 1px dotted #676566; padding-right: 10px; }
   #home.new #homeGrid #column3 ul { 
      list-style: none;
      margin-top: 0;
      padding: 0;
   }
      #home.new #homeGrid #column3 ul li { font-size: 0.8em; }
#home.new #homeGrid #column4, #home.new #homeGrid br { display: none; }
/* @end home **/
/** @group default */
#default #content {
   padding: 0 15px;
}
#default #content table td { vertical-align: top; }
#default #content h3 { color: #0099FF; }

#default.store h3#featured_products {
   margin: 0 0 0.5em 0;
   padding: 0;
   text-indent: -10000px;
   overflow: hidden;
   width: 675px;
   height: 57px;
   background: #121212 url("/images/title_featuredProducts.jpg") top left no-repeat;
}
/* @end default **/

/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 292px;
   float: left;
}
   #sideBar .margincontent {
      padding: 15px;
      display: block;
   }
   #sideBar .margincontent h4 {
      font-size: 1.1em;
      margin: 0.8em 0;
   }
/** @group default */
#default #sideBar { 
   width: 165px;
   padding: 4px 8px;
   padding-right: 15px;
}
   #default #sectionNavigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }
         #default #sectionNavigation ul li.lvl1 ul li.lvl2 a,
         .store #sectionNavigation .menu_hdr {
            display: block;
            font-size: 1.2em;
            border-bottom: 1px solid #777;
            padding: 4px 8px 2px 8px;
            color: #9C9C9C;
            text-decoration: none;
            height: 18px;
         }
         #default #sectionNavigation ul li.lvl1 ul li.lvl2 a:hover,
         .store #sectionNavigation .menu_hdr:hover { 
            background-color: #777;
            color: #FFF;
         }
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected a,
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected ul li.lvl3.selected a,
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected a:hover,
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected ul li.lvl3.selected a:hover,
         .store #sectionNavigation .menu_hdr.active { 
            color: #0099FF;
         }
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected a:hover,
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected ul li.lvl3.selected a:hover,
         .store #sectionNavigation .active:hover {
            background-color: transparent;
            text-decoration: underline;
         }

         #default #sectionNavigation ul li.lvl1 ul li.lvl2 ul { 
            border-bottom: 1px solid #777;
            padding-bottom: 6px;
         }
         #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected ul li.lvl3 a,
         #default #sectionNavigation .menu_content_inside a,
         #default #sectionNavigation .menu_content_inside #loginform a.VertMenuItems {
            color: #9C9C9C;
            font-size: 0.95em;
            padding: 1px 5px 1px 20px;
            border-bottom: 0;
            text-decoration: none;
         }
            #default #sectionNavigation .menu_content_inside #loginform a { padding: 1px 0; }
            #default #sectionNavigation ul li.lvl1 ul li.lvl2.selected ul li.lvl3 a:hover { 
               color: #FFF;
               background-color: #777;
               text-decoration: none;
            }
/* @end default **/
/* @end sideBar **/
/* @end contentWrapper **/

/** @group store */
.store div.title {
   color: #FFF;
   font-size: 1.2em;
   padding: 9px 2px 5px 15px;
   font-weight: normal;
   margin: 0;
}
/** @group sectionNavigation */
.store #sectionNavigation { margin-top: 4px; }
.store #sectionNavigation h4 { display: none; }

.store #sectionNavigation .menu_hdr {
   background-color: transparent;
}

#default #sectionNavigation .menu_content_inside ol { margin: 0; padding-left: 20px; }

#default #sectionNavigation .menu_content_inside ol li a { padding: 1px 0; }

#default #sectionNavigation .menu_content_inside a:hover {
   background-color: transparent;
   color: #9C9C9C;
   text-decoration: underline;
}

#alsobought a { color: #818181; }
#alsobought a:visited { color: #777; }

#default.store #layout.checkout #contentSlot { 
   float: none;
   width: 905px;
}

.store #product_leftCol {
   width: 248px;
   float: left;
   clear: left;
   color: #7C7C7C;
   text-align: center;
   margin: 0 10px 20px 0;
}
   .store #product_leftCol .product_thumb { width: 228px; }
   .store #product_leftCol .thumb {
      width: 46px;
/*      height: 46px;*/
      padding: 5px 0;
      background-color: #FFF;
      float: left;
   }
#default.store #content_checkout td.FLCDialogCell .dialog_title h3 {
   background-color: transparent;
}

.store #layout #invoice {
   color: #000;
}
/* @end sectionNavigation **/
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#footer {
	text-align: center;
	padding: 8px 5px 5px 5px;
	color: #2B2B2B;
	font-size: 1.0em;
   font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
	line-height: 1.25em;
}
   #footer a { 
      color: #2B2B2B;
      text-decoration: none;
   }
      #footer a:hover { color: #595491; }
/* @end footer **/

/** @group formContent */
#formContent td.content { padding: 2px 0 8px 0; }

#formContent td.content label { padding: 0 5px; font-weight: bold; }

#formContent input.input, #formContent textarea.textarea, #formContent select { 
   border: 1px solid #7673AE;
   padding: 3px;
   margin: 2px 0;
   vertical-align: middle;
}
   #formContent select { padding: 0; }

#formContent input.submit {
   background-color: #7673AE;
   border: 1px solid #8E8BD5;
   border-left-color: #5B5989;
   border-top-color: #5B5989;
   color: #FFF;
   padding: 3px;
   margin: 2px 0;
}
/* @end formContent **/

/** Class Styles
-------------------------- **/

.hidden, .printOnly {
	display: none;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

