/*
  QPAD
  Developed By David Millington 2012
  http://www.ninethree.co.uk

  Uses - Ryan Faits "Make the Footer Stick to the Bottom of a Page"
  http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
*/

html, body
   {
       height: 100%;
   }

body
   {
      font: normal 0.8em Arial, Helvetica, Verdana, sans-serif;
      color: #494949;
      background: #fff  url(/images/theme/menu/background-repeat.png) repeat-x scroll top center;
   }
 
div#main
   {
      position: relative;
      width: 980px;
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -160px;
      text-align: left;
      /* z-index: 2; */
   }

/* ~~~~~~~~~~~~~~~~~~~~ Defaults ~~~~~~~~~~~~~~~~~~~~ */

p
   {
      margin-top: 0.5em;
      margin-bottom: 1em;
      padding: 0;
      text-align:left;
   }

h1, h2, h3
   {
      width: auto;
      font-weight: normal;
      font: normal 12px Aldrich, Arial, Helvetica, Verdana, sans-serif;
      color: #494949;
   }

h1 { margin-bottom: 25px; font-size: 2.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

a
   {
      color: #62a5ff;
      text-decoration: none;
      text-align: left;
   }

a:visited
   {
      color: #62a5ff;
   }

a:hover
   {
      color: #000;
      text-decoration: underline;
   }

a:active
   {
      color: #000;
   }

input, textarea, select
   {
      font-size: 0.95em;
   }

table
   {
      width: 100%;
      border: none;
   }

table, img, td
   {
      vertical-align: top;
   }

strong
   {
      font-weight: bold;
   }

em
   {
      font-style: italic;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Breadcrumb Navigation ~~~~~~~~~~~~~~~~~~~~ */

h1#breadcrumbs
   {
      display: block;
      margin: 0px 0px 15px 0px;
      padding: 0;
      width: 100%;
   }

.breadcrumb_current
   {

   }

.breadcrumb_ancestor
   {
      color: #aeaeae;
      font-size: 20px;
   }

h1#breadcrumbs a
   {
      color: #aeaeae;
   }

h1#breadcrumbs a:visited
   {
      color: #aeaeae;
   }

h1#breadcrumbs a:hover
   {
      color: #62a5ff;
      text-decoration: none;
   }

h1#breadcrumbs a:active
   {
      color: #62a5ff;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Header ~~~~~~~~~~~~~~~~~~~~ */

#header
   {
      position: relative;
      width: 980px;
      height: 155px;
      margin: 0 auto;
      z-index: 50;
   }

#header-background
   {
      position: absolute;
      left: -160px;
      width: 1100px;
      height: 155px;
      background: transparent url(/images/theme/menu/background.png) no-repeat scroll top center;
   }

#logo
   {
      position: absolute;
      top: 0px;
      left: 180px;
      width: 100px;
      height: 90px;
      z-index: 51;
   }

#logo a
   {
      display: block;
      width: 100px;
      height: 90px;
      margin: 0;
      text-indent: -9999px;
   }

#social
   {
      position: absolute;
      top: 17px;
      left: 900px;
      margin: 0;
      padding: 0;
      list-style: none;
   }

#social li
   {
      float: left;
      position: relative;
   }

#social li a
   {
      display: block;
      width: 16px;
      height: 16px;
      margin: 0px 0px 0px 4px;
      overflow: hidden;
   }

#social li a#social-facebook
   {
      background: url(/images/theme/socialicons.png) no-repeat 0px 0px;
   }

#social li a#social-facebook:hover
   {
      background: url(/images/theme/socialicons.png) no-repeat 0px -16px;
   }

#social li a#social-twitter
   {
      background: url(/images/theme/socialicons.png) no-repeat -16px 0px;
   }

#social li a#social-twitter:hover
   {
      background: url(/images/theme/socialicons.png) no-repeat -16px -16px;
   }

#social li a#social-flickr
   {
      background: url(/images/theme/socialicons.png) no-repeat -48px 0px;
   }

#social li a#social-flickr:hover
   {
      background: url(/images/theme/socialicons.png) no-repeat -48px -16px;
   }

#social li a#social-rss
   {
      background: url(/images/theme/socialicons.png) no-repeat -80px 0px;
   }

#social li a#social-rss:hover
   {
      background: url(/images/theme/socialicons.png) no-repeat -80px -16px;
   }

#navigation
   {
      position: absolute;
      top: 51px;
      left: 139px;
      width: 841px;
      background-color: transparent;
      z-index: 52;
   }	

/* ~~~~~~~~~~~~~~~~~~~~ Content ~~~~~~~~~~~~~~~~~~~~ */

#content
   {
      position: relative;
      top: 0;
      left: 0;
      width: 980px;
      margin: 0;
      z-index: 3;
   }

div#content ul, div#content ol, div#content dl
   {
      position: relative;
      left: 20px;
      line-height: 1em;
      margin: 0em 0em 1.5em 0em;
   }

div#content ul
   {
      list-style: square;
   }

div#content ul li, div#content ol li
   {
      padding: 2px;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Footer ~~~~~~~~~~~~~~~~~~~~ */

#clearer
   {
      clear: both;
   }

#footer, .push
   {
      height: 160px;
   }

#footer
   {
      position: relative;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      background: transparent url(/images/theme/footer-strip.png) repeat-x top left;
      z-index: 1;
   }

#footer-content
   {
      display: block;
      width: 980px;
      height: 130px;
      margin: 0 auto;
      background: transparent url(/images/theme/footer.png) no-repeat top left;
   }

#footer a
   {
      color: #000;
      font-weight: bold;
   }

#footer a:visited
   {
      color: #000;
   }

#footer a:hover
   {
      text-decoration: underline;
   }

#footer p, #footer ul
   {
      float: left;
      width: 313px;
      margin: 0;
      padding: 20px 0px 0px 10px;
      text-align: left;
      line-height: 20px;
      color: #4f4f4f;
   }

#footer p
   {
      font-weight: bold;
      color: #000;
   }

#footer ul, #footer ul li
   {
      list-style:  none;
   }

#footer ul li
   {
      border-bottom: 1px dotted #a9a9a9;
   }
/* Stylesheet: QPad Modified On 2012-10-02 13:25:25 */
#content img
   {
      margin: 0px;
      vertical-align: top;
   }

.product-info
   {
      position: relative;
      width: 980px;
      min-height: 300px;
      background: #fff url('/images/theme/products/product-background-gradient.jpg') scroll no-repeat center bottom;
      font-size: 18px;
      color: #494949;
   }

.product-image
   {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 400px;
      height: 300px;
   }

.product-description
   {
      position: absolute;
      top: 0px;
      left: 400px;
      width: 580px;
      vertical-align: top;
   }

#content .product-group-data h1
   {
      margin-bottom: 0px;
   }

.product-details
   {
      margin: 0px 0px 20px 0px;
   }

#product-title
   {
      margin: 20px 0px 5px 0px;
   }

#product-sub-title
   {
      font-weight: 600;
      font-style: italic;
      margin: 0px 0px 20px 0px;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Tabs ~~~~~~~~~~~~~~~~~~~~ */

#content #product-tabs
   {
      position: absolute;
      top: 255px;
      left: 0;
      margin: 0;
      padding: 0;
      list-style: none; 
   }

#content #product-tabs li
   {
      float: left;
      margin: 0px 0px 0px 2px;
      padding: 0;
      width: 161px;
      height: 45px;
      list-style: none; 
   }

#content #product-tabs li a
   {
      display: block;
      margin: 0;
      padding: 0;
      width: 161px;
      height: 45px;
      font: normal 14px Aldrich, Arial, Helvetica, Verdana, sans-serif;
      line-height: 45px;
      text-align: center;
      color: #a0a0a0;
      background: transparent url('/images/theme/products/product-tab.png') scroll no-repeat 0 0;
   }

#content #product-tabs li a#tab-buy-now
   {
      color: #fff;
      background: transparent url('/images/theme/products/product-tab-buy-now.png') scroll no-repeat 0 0;
   }

#content #product-tabs li a:link
   {
   }

#content #product-tabs li a:hover, #content #product-tabs li a#tab-buy-now:hover
   {
      background-position: 0px -45px;
      text-decoration: none;
   }

#content #product-tabs li a.current
   {
      color: #494949;
      background-position: 0px -45px;
   }

#content #product-tabs li a.current#tab-buy-now
   {
      color: #fff;
      background-position: 0px -45px;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Tab Panel ~~~~~~~~~~~~~~~~~~~~ */

.product-panels div
   {
      display:none;		
      padding:15px 10px;
      border:1px solid #999;
      border-top:0;
      height:100px;
      font-size:14px;
   }
/* Stylesheet: Product Details Modified On 2012-08-10 15:08:17 */
.gallery
   {
      text-align: center;
   }

.gallery .img
   {
     display: inline-block;
      margin: 10px;
      text-align: center;
   }

.gallery .img a
   {
      display: inline-block;
      border: 1px solid #ccc;
      padding: 1px;
   }

.gallery .img a:hover
   {
      border-color: #999;
   }

.gallery img
   {
      border: none;
   }

.galleryclear
   {
      clear: both;
   }

.gallery .parentlink
   {
      text-align: center;
   }

.gallery .parentlink a
   {
      font: normal 16px Aldrich, Arial, Helvetica, Verdana, sans-serif;
      color: #494949;
   }

a.gallery-hi-res:hover
   {
      color: #fff;
      text-decoration: none;
   }

/*
   The following is a copy and paste of the default Fancy Box v2 CSS.
   fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license
*/

.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #000;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/theme/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/theme/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/images/theme/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* Stylesheet: Gallery Modified On 2012-07-09 14:25:19 */
.where-to-buy-admin-form div
   {
      width: 980px;
      margin: 0px 0px 20px 0px;     
   }

.where-to-buy-admin-form label, .where-to-buy-admin-form table th
   {
      font-weight: bold;
      font-size: 14px;
   }

.where-to-buy-admin-form label
   {
      display: inline-block;
      width: 200px;
   }

.where-to-buy-admin-form table
   {
      width: 980px;
   }

.where-to-buy-admin-form table th
   {
      width: 325px;
      border-bottom: 1px dotted #ccc;
   }

.where-to-buy-admin-form table td
   {
      padding: 10px;
   }

.where-to-buy-admin-form #mid-col
   {
      border-left: 1px dotted #ccc;
      border-right: 1px dotted #ccc;
   }
/* Stylesheet: Where To Buy Modified On 2012-07-09 14:29:53 */
/*
   QPAD
   SuperFish Core
   Developed By David Millington 2012
   http://www.ninethree.co.uk
*/

.sf-menu, .sf-menu *
   {
      /* margin:        0;*/
      padding:    0;
      list-style:    none;
   }

.sf-menu
   {
      line-height:   1.0;
   }

.sf-menu ul
   {
      position: absolute;
      top: -999em;

      /* left offset of submenus need to match (see code lower down "match ul width") */
      /* Set to auto for dynamic width submenu.  Does not work with sub-sub menus. */
      width: 200px;
   }

.sf-menu ul li
   {
      width: 100%;
   }

.sf-menu li:hover
   {
      visibility: inherit; /* fixes IE7 'sticky bug' */
   }

.sf-menu li
   {
      /* float: left; */
      display: inline-block;
      position: relative;
      width: auto;
   }

.sf-menu a
   {
      display: block;
      position: relative;
   }

.sf-menu li:hover ul, .sf-menu li.sfHover ul
   {
      left: 0;
      top: 39px; /* Vertical position of sub menu item.  Usually match top ul list item height .sf-menu */
      z-index: 90;
   }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
   {
      top: -999em;
   }

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
   {
      left: 200px; /* match ul width */
      top: 0;
   }

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
   {
      top: -999em;
   }

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
   {
      left: 200px; /* match ul width */
      top: 0;
   }
/* Stylesheet: SuperFish Core Modified On 2012-08-09 15:58:23 */
/*
   QPAD
   SuperFish Skin
   Developed By David Millington 2012
   http://www.ninethree.co.uk
*/

.sf-menu
   {
      font: normal 14px Varela, Arial, Helvetica, Verdana, sans-serif;
      color: #cdcdcd;
      text-align: right;
   }

.sf-menu a
   {
      display: block;
      height: 78px;
      padding: 0;
      text-decoration:none;   
      color: #cdcdcd;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Main Menu Images ~~~~~~~~~~~~~~~~~~~~ */

#menuitem-home
   {
      width: 74px;
   }

#menuitem-home a
   {
      width: 74px;
      background: url(/images/theme/menu/main-menu.png) no-repeat 0px 0px;
   }

#menuitem-home a:hover, #menuitem-home a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat 0px -78px;
   }

#menuitem-shop
   {   
      width: 69px;
   }

#menuitem-shop a
   {   
      width: 69px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -74px 0px;
   }

#menuitem-shop a:hover, #menuitem-shop a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -74px -78px;
   }

#menuitem-the-q-blog
   {   
      width: 67px;
   }

#menuitem-the-q-blog a
   {   
      width: 67px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -143px 0px;
   }

#menuitem-the-q-blog a:hover, #menuitem-the-q-blog a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -143px -78px;
   }

#menuitem-products
   {   
      width: 108px;
   }

#menuitem-products a
   {   
      width: 108px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -210px 0px;
   }

#menuitem-products a:hover, #menuitem-products a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -210px -78px;
   }
/*
#menuitem-where-to-buy
   {   
      width: 132px;
   }

#menuitem-where-to-buy a
   {   
      width: 132px;
      background: url(/images/theme/menu/main-menu.png) no-repeat top left;
   }

#menuitem-where-to-buy a:hover, #menuitem-where-to-buy a.current
   {   
      width: 132px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -201px -78px;
   }
*/
#menuitem-qpro
   {   
      width: 70px;
   }

#menuitem-qpro a
   {   
      width: 70px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -318px 0px;
   }

#menuitem-qpro a:hover, #menuitem-qpro a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -318px -78px;
   }

#menuitem-support
   {   
      width: 98px;
   }

#menuitem-support a
   {   
      width: 98px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -388px 0px;
   }

#menuitem-support a:hover, #menuitem-support a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -388px -78px;
   }

#menuitem-press
   {   
      width: 76px;
   }

#menuitem-press a
   {   
      width: 76px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -486px 0px;
   }

#menuitem-press a:hover, #menuitem-press a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -486px -78px;
   }

#menuitem-about
   {   
      width: 79px;
   }

#menuitem-about a
   {   
      width: 79px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -562px 0px;
   }

#menuitem-about a:hover, #menuitem-about a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -562px -78px;
   }

#menuitem-contact
   {   
      width: 98px;
   }

#menuitem-contact a
   {   
      width: 98px;
      background: url(/images/theme/menu/main-menu.png) no-repeat -641px 0px;
   }

#menuitem-contact a:hover, #menuitem-contact a.current
   {   
      background: url(/images/theme/menu/main-menu.png) no-repeat -641px -78px;
   }

/* These prevents the image from showing on the submenu items */
#menuitem-home li a, #menuitem-the-q-blog li a, #menuitem-shop li a, #menuitem-where-to-buy li a,
#menuitem-qpro li a, #menuitem-support li a, #menuitem-press li a,
#menuitem-about li a, #menuitem-contact li a, #menuitem-products li a,
#menuitem-home li a:hover, #menuitem-the-q-blog li a:hover, #menuitem-shop li a:hover, #menuitem-where-to-buy li a:hover,
#menuitem-qpro li a:hover, #menuitem-support li a:hover, #menuitem-press li a:hover,
#menuitem-about li a:hover, #menuitem-contact li a:hover, #menuitem-products li a:hover
   {
      width: auto;
      background: none;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Main Menu Guts ~~~~~~~~~~~~~~~~~~~~ */

.sf-menu li, .sf-menu li a
   {
      padding: 0;
   }

.sf-menu li.current a, .sf-menu li a:hover, .sf-menu li a:active, .sf-menu a:focus
   {
      color: #fff;
      outline: 0;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Sub Menus ~~~~~~~~~~~~~~~~~~~~ */

.sf-menu li ul
   {
      padding: 0;
      background: transparent url('/images/theme/menu/submenu-background.png') repeat top left;
      border: 1px solid #6a6a6a;
      border-top: none;
      -moz-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px;
   }

.sf-menu li li, .sf-menu li li.seperator
   {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      font-size: 12px;
      white-space:nowrap;
   }

.sf-menu li li.seperator
   {
      height: 18px;
   }

.sf-menu li li h2.sectionheader
   {
      font: normal bold 12px Arial, Helvetica, Verdana, sans-serif;
   }

.sf-menu li li.submenu-top, .sf-menu li li li.submenu-top
   {
      display: block;
      width: 200px; /* This forces a min-width for the menu */
      height: 10px;
   }

.sf-menu li li.submenu-base
   {
      display: block;
      width: 200px;
      height: 10px;
      margin: 0;
      padding: 0;
   }

.sf-menu li li a, .sf-menu li li h2.sectionheader
   {
      display: block;
      height: 18px;
      margin: 0px 15px 9px 15px;
      padding: 0;
      color: #cdcdcd;
      border-bottom: 1px dotted #a2a3a5;
   }

.sf-menu li.current li a, .sf-menu li li a:visited
   {
      color: #cdcdcd; 
   }

.sf-menu li li:hover a:visited, .sf-menu li li.sfHover a:visited,
.sf-menu li li.current a, .sf-menu li li.current a:visited,
.sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li.sfHover, .sf-menu li li a:focus
   {
      color: #fff;
      outline: 0;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Sub Sub Menus ~~~~~~~~~~~~~~~~~~~~ */

.sf-menu li ul li ul
   {
      margin-top: -10px;
      border: 1px solid #6a6a6a;
      -moz-border-radius: 0px 4px 4px 4px;
      border-radius: 0px 4px 4px 4px;
   }

.sf-menu li.current li li a,
.sf-menu li li.current li a,
.sf-menu li.current li li a:visited,
.sf-menu li li.current li a:visited,
.sf-menu li li li a:visited
   {
      color: #cdcdcd; 
   }

.sf-menu li li li:hover a:visited, .sf-menu li li li.sfHover a:visited,
.sf-menu li li li.current a, .sf-menu li li li.current a:visited,
.sf-menu li li li a:hover, .sf-menu li li li a:active, .sf-menu li li li.sfHover, .sf-menu li li li a:focus
   {
      color: #fff;
      outline: 0;
   }

/* ~~~~~~~~~~~~~~~~~~~~ Hide Arrows ~~~~~~~~~~~~~~~~~~~~ */

.sf-sub-indicator
   {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      width: 0px;
      height:   0px;
      text-indent: -999em;
      overflow: hidden;
   }
/* Stylesheet: SuperFish Skin Modified On 2013-05-07 15:41:38 */
