

/*--------------------------------------------------

	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 50px;
	width: 980px;
}

/*----- Logo -----*/

a.logo {
	background:url(../i/site/special-k-logo.gif) no-repeat;
	float: left;
	height: 74px;
	line-height: 0;
	margin: 16px 172px 0 0;
	text-indent: -10000px;
	width: 65px;
}

/*----- Navigtion -----*/

ul.sitenav {
	float: left;
	position: relative;
	width: 722px;
	z-index: 10;
	margin-top: 2px;
}

ul.sitenav li {
	float: left;
	padding: 0 0 10px;
	position: relative;
}

ul.sitenav li a {
	display: inline;
	float: left;
	height: 20px;
	margin: 0 28px 0 0;
}

ul.sitenav li a.home {
	background: url(../i/navigation/home.gif) no-repeat;
	width: 73px;
}

ul.sitenav li a.products {
	background: url(../i/navigation/products.gif) no-repeat;
	width: 106px;
}

ul.sitenav li a.special-k-challenge {
	background: url(../i/navigation/special-k-challenge.gif) no-repeat;
	width: 181px;
}

ul.sitenav li a.tips-and-tools {
	background: url(../i/navigation/tips-and-tools.gif) no-repeat;
	margin: 0 0 0;
	width: 144px;
}

ul.sitenav li a.connect {
	background: url(../i/navigation/connect.gif) no-repeat;
	width: 106px;
}

ul.sitenav li a:hover { background-position: 0 -20px; }

/* Nav Higlighting */

body#home-section ul.sitenav li a.home, body#products-section ul.sitenav li a.products, body#special-k-challenge-section ul.sitenav li a.special-k-challenge, body#tips-and-tools-section ul.sitenav li a.tips-and-tools, body#connect-section ul.sitenav li a.connect { background-position: 0 -40px; }

/*----- Sub-Navigation -----*/

/* Products Drop Down */

div.products-dropdown {
	display: none;
	left: -3px;
	position: absolute;
	top: 20px;
	width: 537px;
	z-index: 20;
}

li.product-dropdown-trigger:hover a.products { background-position: 0 -20px; }
li.product-dropdown-trigger:hover div.dropdown { display: block; }

div.products-dropdown div.top {
	background: url(../i/navigation/products-dropdown-top.png) no-repeat 0 0;
	height: 8px;
	overflow: hidden;
	width: 537px;
}

div.products-dropdown div.content {
	background: url(../i/navigation/products-dropdown-content.png) repeat-y;
	overflow: hidden;
	padding: 0 20px;
	width: 497px;
}

div.products-dropdown div.content div.col {
	background: url(../i/navigation/section-border.gif) repeat-y right top;
	float: left;
	margin: 5px 0;
}

div.products-dropdown div.content div.section1 { width: 145px; }

div.products-dropdown div.content div.section2, div.products-dropdown div.content div.section3 {
	height: 66px;
	padding: 0 0 0 12px;
	width: 89px; /* 102px including padding */
}

div.products-dropdown div.content div.section4 {
	background: none;
	padding: 5px 0 0 12px;
	width: 138px;
}

div.products-dropdown div.content div.col ul { line-height: 19px; }

div.products-dropdown div.content div.col ul li {
	display: block;
	float: none;
	margin: 0 0 7px;
	padding: 0 0 0;
}

div.products-dropdown div.content div.col a {
	float: none;
	margin: 0 0 0;
	padding: 0 0 0 8px;
}

div.products-dropdown div.content div.section4 span {
	color: #999;
	display: block;
	font-size: 8px;
	margin: 0 0 5px;
	padding: 0 0 0 8px;
	text-transform: uppercase;
}

div.products-dropdown div.content div.section4 ul { zoom: 1; /* For IE6 */ }
div.products-dropdown div.content div.section4 ul li { display: inline; }

div.products-dropdown div.content div.section4 a {
	float: left;
	width: 60px;
}

div.products-dropdown div.bottom {
	background: url(../i/navigation/products-dropdown-bottom.png) no-repeat 0 0;
	height: 8px;
	overflow: hidden;
	width: 537px;
}

/* 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: -3px;
	position: absolute;
	top: 20px;
	z-index: 20;
}

div.connect-dropdown {
    left: -50px;
}

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 -20px; }
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.top, div.tips-and-tools-dropdown div.top, div.connect-dropdown div.top {
	background: url(../i/navigation/special-k-dropdown-top.png) no-repeat;
	height: 8px;
	overflow: hidden;
	width: 205px;
}

div.special-k-dropdown div.content, div.tips-and-tools-dropdown div.content, div.connect-dropdown div.content {
	background: url(../i/navigation/special-k-dropdown-content.png) repeat-y;
	overflow: hidden;
	padding: 5px 20px;
	width: 165px;
}

div.special-k-dropdown div.content ul, div.tips-and-tools-dropdown div.content ul, div.connect-dropdown div.content ul {
	background: url(../i/navigation/horz-border.gif) repeat-x left bottom;
	line-height: 19px;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

div.tips-and-tools-dropdown div.content ul, div.connect-dropdown div.content ul {
    background: none;
    margin: 0 0 0;
    padding: 0 0 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;
	line-height: 18px;
	padding: 0 0 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 0 0;
	padding: 0 0 0 8px;
}

div.special-k-dropdown div.content span { display: block; }

div.special-k-dropdown div.bottom, div.tips-and-tools-dropdown div.bottom, div.connect-dropdown div.bottom {
	background: url(../i/navigation/special-k-dropdown-bottom.png) no-repeat;
	height: 8px;
	overflow: hidden;
	width: 205px;
}

a#facebook-nav-link { background: url(../i/navigation/facebook-nav-icon.jpg) no-repeat 112px 2px; }
a#msn-nav-link { background: url(../i/navigation/msn-nav-icon.jpg) no-repeat 122px 2px; }

/*----- 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;
}
