

/*--------------------------------------------------

	Client: SpecialK
	
	This stylesheet should contain styles only
	being used in the header/top nav part of
	the SpecialK project!
	
	REMEMBER TO KEEP IT CLEAN, EASY TO READ,
	AND IN THE DOCUMENT FLOW!
	
	Thanks!

--------------------------------------------------*/

/*----- Header -----*/

div#header {
	clear: both;
	float: left;
	margin: 0 0 25px;
	width: 980px;
}

body#search-results-section div#header {
	margin: 0 0 25px;
}

/*----- Logo -----*/

a.logo {
	background:url(../i/site/special-k-logo.gif) no-repeat;
	float: left;
	height: 74px;
	line-height: 0;
	margin: 16px 60px 0 0;
	text-indent: -10000px;
	width: 65px;
}

/*----- Navigtion -----*/

ul.sitenav {
	float: left;
	position: relative;
	background: url(../i/navigation/nav-bg.png) no-repeat 0 0;
	width: 760px;
	height: 51px;
	z-index: 900;
	padding: 4px 0 0 0;
}

ul.sitenav li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	position: relative;
	z-index: 900;
}

ul.sitenav li a {
	display: block;
	float: left;
	margin: 0;
}

ul.sitenav li a.products,
ul.sitenav li a.special-k-challenge,
ul.sitenav li a.tips-and-tools,
ul.sitenav li a.connect{
	background: url(../i/navigation/nav-sprite.png) no-repeat 0 0;
	height: 44px;
}

ul.sitenav li a.products { background-position: 0 0; width: 97px; }
ul.sitenav li a.special-k-challenge { background-position: -97px 0; width: 175px; }
ul.sitenav li a.tips-and-tools { background-position: -272px 0; width: 132px; }
ul.sitenav li a.connect { background-position: -404px 0; margin: 0; width: 93px; }

ul.sitenav li:hover a.products{ background-position: 0 -44px !important; width: 97px; }
ul.sitenav li:hover a.special-k-challenge { background-position: -97px -44px !important; width: 175px; }
ul.sitenav li:hover a.tips-and-tools { background-position: -272px -44px !important; width: 132px; }
ul.sitenav li:hover a.connect { background-position: -404px -44px !important; width: 93px; }

ul.sitenav li.last{ margin: 0; }


body#products-section ul.sitenav li a.products{ background-position: 0 -88px; width: 97px; } 
body#special-k-challenge-section ul.sitenav li a.special-k-challenge{ background-position: -97px -88px; width: 175px; } 
body#tips-and-tools-section ul.sitenav li a.tips-and-tools{ background-position: -272px -88px; width: 132px; }
body#connect-section ul.sitenav li a.connect { background-position: -404px -88px; width: 93px; }
body#search-results-section ul.sitenav li div#cse {background-position: 0 -44px !important;}

/*----- Sub-Navigation -----*/

/* Products Drop Down */

div.products-dropdown {
	display: none;
	left: -6px;
	position: absolute;
	top: 44px;
	width: 757px;
	z-index: 900;
}

li.product-dropdown-trigger:hover div.dropdown { display: block; }

div.products-dropdown div.content {
	background: url(../i/navigation/products-dropdown-content.png) repeat-y;
	overflow: hidden;
	padding: 0;
	width: 733px;
	height: 272px;
	padding: 30px 12px 6px 12px;
}

div.products-dropdown div.content div.col {
	float: left;
	display: inline;
	margin: 0;
}

div.products-dropdown div.content div.section1{ padding: 0 0 0 10px; }
div.products-dropdown div.content div.section1,
div.products-dropdown div.content div.section2, 
div.products-dropdown div.content div.section3,
div.products-dropdown div.content div.section4,
div.products-dropdown div.content div.section5,
div.products-dropdown div.content div.section6 {
	padding: 0;
	width: 125px;
	overflow: hidden;
}
div.products-dropdown div.content div.section6{ width: 96px !important; }

div.products-dropdown div.content div.col ul { 
	line-height: 19px; 
	padding: 0 10px 10px 0;
}

div.products-dropdown div.content div.col ul li {
	display: block;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
}

div.products-dropdown div.content div.col a {
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	color: #666666;
	height: auto !important;
}

div.products-dropdown div.content a.category-head,
div.products-dropdown div.content span.category-head {
	color: #ff0033 !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0 !important;
	text-transform: uppercase;
	line-height: 19px;
	padding: 0 0 0 10px;
}
div.products-dropdown div.content span.category-head.off{ color: #666666 !important; }

/* Special K Drop Down, Tips and Tools Drop Down, Connect Drop Down */

div.special-k-dropdown, 
div.tips-and-tools-dropdown, 
div.connect-dropdown {
	display: none;
	left: -6px;
	position: absolute;
	top: 44px;
	z-index: 900;
}	

li.special-k-dropdown-trigger:hover a.special-k-challenge, 
li.tips-and-tools-trigger:hover a.tips-and-tools, 
li.connect-trigger:hover a.connect { background-position: 0 -44px; }

li.special-k-dropdown-trigger:hover div.dropdown, 
li.tips-and-tools-trigger:hover div.dropdown, 
li.connect-trigger:hover div.dropdown { display: block; }

div.special-k-dropdown div.content,
div.tips-and-tools-dropdown div.content,
div.connect-dropdown div.content{
	overflow: hidden;
	width: 163px;
	height: 141px;
	padding: 30px 12px 6px 12px;
}

div.special-k-dropdown div.content{ background: url(../i/navigation/special-k-dropdown-content.png) no-repeat; }
div.tips-and-tools-dropdown div.content{ background: url(../i/navigation/tips-dropdown-content.png) repeat-y; }
div.connect-dropdown div.content { background: url(../i/navigation/connect-dropdown-content.png) repeat-y; }

div.special-k-dropdown div.content ul, 
div.tips-and-tools-dropdown div.content ul, 
div.connect-dropdown div.content ul {
	margin: 0;
	padding: 0 10px 10px 0;
}

div.tips-and-tools-dropdown div.content ul, 
div.connect-dropdown div.content ul {
    background: none;
    margin: 0;
    padding: 0 10px 10px 0;
}

div.special-k-dropdown div.content ul li, 
div.tips-and-tools-dropdown div.content ul li, 
div.connect-dropdown div.content ul li {
	display: block;
	float: none;
	margin: 0 0 6px 0;
	padding: 0;
}

div.special-k-dropdown div.content a, 
div.tips-and-tools-dropdown div.content a, 
div.connect-dropdown div.content a {
	display: block;
	float: none;
	margin: 0;
	padding: 0 0 0 8px;
	color: #666666;
	height: auto !important;
}

div.special-k-dropdown div.content span { display: block; }

/*a#facebook-nav-link { background: url(../i/navigation/facebook-nav-icon.jpg) no-repeat 112px 2px !important; }
a#msn-nav-link { background: url(../i/navigation/msn-nav-icon.jpg) no-repeat 122px 2px !important; }*/


div.products-dropdown div.content div.col a:hover,
div.special-k-dropdown div.content a:hover, 
div.tips-and-tools-dropdown div.content a:hover, 
div.connect-dropdown div.content a:hover,
div.products-dropdown div.content div.col a.current,
div.special-k-dropdown div.content a.current, 
div.tips-and-tools-dropdown div.content a.current, 
div.connect-dropdown div.content a.current {
	background: url(../i/navigation/dropdown-link-arrow.gif) no-repeat 1px 5px !important;
	color: #ff0033 !important;
}
div.products-dropdown div.content div.col a.category-head:hover{ background: none !important; }

/*----- Account-Navigation -----*/

ul.accountnav{
    float: right;
    margin: 0 0 10px 0;
    text-align: right;
}
ul.accountnav li{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: normal;
}
ul.accountnav li a,
ul.accountnav li span{
    background-color: #ababab;
    color: #FFF;
    display: block;
    font-size: 9px;
    margin-left: 1px;
    padding: 3px 12px 3px;
    text-align: center;
}
ul.accountnav li a{
    text-transform: uppercase;
}
ul.accountnav li a:hover{
    background-color: #8c8c8c;
    color: #FFF;
}


/*----- Custom Google Search -----*/
div#cse{
    float: left;
    width: 108px; height: 30px;
    padding: 14px 14px 0 34px; margin: 0;
    background: url(../i/navigation/search.png) 0 0 no-repeat !important; 
}
div#cse.active{ background-position: 0 -44px !important; }
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {

}

div#cse #magnify{
	display:block;
	height:23px;
	left:11px;
	overflow:hidden;
	position:absolute;
	text-indent:-999999px;
	top:11px;
	width:23px;
}

.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
}
/* Selector for entire element. */
div.gsc-control-cse{ margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; }
form.gsc-search-box{ margin: 0 !important; padding: 0 !important; height: 16px; }
table.gsc-search-box{ margin: 0 !important; padding: 0 !important; height: 16px; }
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
  display: none;
}
/* Input Field */
table.gsc-search-box td.gsc-input { 
    border: 0 !important; 
    padding: 0 !important; 
    margin: 0 !important; 
    background: none !important;
    width: 94px;
}
input.gsc-input{
    border: 0 !important;
    background: #fff !important;
    margin: 0 !important; padding: 0 !important;
    width: 100% !important;
}
/* Search button */
.gsc-search-button,
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none;
}
/* Search Results */
#cse .gsc-tabsArea {
  display: none;
}
#cse .gsc-wrapper {
  width: 300px;
  padding: 0 6px;
  background: transparent url(../i/navigation/search-dropdown-content.png) repeat-y 0 0;
  position: relative !important;
  left: -184px;
  font-size: 11px;
  color: #666;
  margin-top: 14px;
}
#cse .gsc-resultsbox-visible {
  border-top: 5px solid #b20022;
  border-bottom: 5px solid #b20022;
}
#cse .gsc-result .gs-title {
  text-decoration: none;
}
#cse .gsc-wrapper a, #cse .gsc-wrapper a * {
  color: #005aab;
  font-size: 12px;
  text-decoration: underline !important;
}
#cse .gsc-wrapper a:hover, #cse .gsc-wrapper a:hover * {
  color: #ff0033;
}
#cse .gsc-wrapper .gs-visibleUrl {
  color: #666;
  font-weight: bold;
}
#cse .gsc-cursor-box {
  padding: 0 10px;
}
#cse .gsc-cursor-page:hover {
  color: #ff0000;
}

/* Clear button */
.gsc-clear-button{ 

}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 10px;
  margin: 0;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
