﻿/*
	filename: Default.css
	author: zliniguez
	purpose: provides style detail for site; loads core/reset stylesheets
*/

/*** load RESET CSS *****/
@import url("reset.css");

/*** =COLOR PALATTE *****/
/* #29588c = Navy Blue  */
/* #003466 = Deep Blue  */
/* #d7d0bd = Beige      */
/* #bbb19f = Brown      */
/* #afafaf = Gray       */
/* #000034 = Purple     */
/* #8dabab = Teal       */
/************************/

/*** =LAYOUT ************/
body { background-color: #b4ac97; }
div#container {
	margin: 0 auto;
	width: 100%;
}
body.catalog { background-image: none; }

div#header {
	background: #29588c url("../images/bg-header.jpg") no-repeat 50% 50%;
	text-align: center;
	width: 100%;
}
body.home div#header { background-image: url("../images/bg-header-scroll-2.gif"); }

div#navigation {
	background: #afafaf url("../images/bg-nav.jpg") repeat-x;
	padding: 15px 0px;
	text-align: center;
	width: 100%;
}
div#content-wrapper {
	background: #b4ac97 url("../images/bg-container.jpg") no-repeat center bottom;
	margin: 0 auto;
	witdth: 100%;
}
div#content-container {
	background: #fff url("../images/bg-content.jpg") center bottom no-repeat;
	background-color: #fff;
	border-left: 1px solid #bbb19f;
	border-right: 1px solid #bbb19f;
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	position: relative;
}
body.catalog div#content-container {
	background: #333333 url("../images/bg-content-catalog.jpg") 0% 0% repeat-y;
	color: #fff;
	padding: 10px;
}
body.catalog div#content {
	background-image: none;
	width: 1000px;
}

div#content {
	background: transparent url("../images/bg-sidebar-gradient.png") repeat-y top left;
	float: left;
	height: 100%;
	min-height: 200px;
	width: 839px;
	padding: 0px;
}
body.kiab div#content-container {
	padding: 0px;
}
body.sub div#content {
	padding: 10px 20px;
	width: 795px;
}

div#content-wide { 
	float: left;
	padding: 10px;
	width: 100%;
}

div#sidebar {
	float: left;
	height: 100%;
	width: 161px;
}

div#sidebar-content {
	width: 100%;
}

div#footer {
	background-color: #000034;
	color: #fff;
	clear: both;
	font-size: 1.3em;
	padding: 2px 0px;
	text-align: center;
	width: 100%;
}

div#header-content {
	margin: 0 auto;
	width: 1000px;
}

h1#header-logo {
	float: left;
}
/*body.sub h1#header-logo, body.catalog h1#header-logo {
	background: url("../images/bg-header-logo.png") no-repeat;
	height: 150px;	
	margin-left: -40px;
	width: 259px;
}*/
body.home h1#header-logo, body.sub h1#header-logo, body.kiab h1#header-logo {
	background: url("../images/bg-header-logo-home.png") no-repeat;
	height: 216px;
	margin-left: -68px;
	width: 300px;
}

div#header-name {
	float: left;
}
body.sub div#header-name, body.catalog div#header-name, body.home div#header-name, body.kiab div#header-name {
	background: url("../images/bg-header-name.png") no-repeat;
	margin-left: 100px;
	margin-top: 40px;
	height: 73px;
	width: 530px;
}
body.home div#header-name, body.sub div#header-name, body.kiab div#header-name {
	margin-top: 70px;
	/*margin-top: 20px;
	margin-left: 95px;*/
}

/*** =TYPOGRAPHY ********/
div#content p { font-size: 1.3em; }
body.home div#content p {
	margin: 20px 40px;
}
div#content p.center {
	text-align: center;
	width: 100%;
}

/*** =HEADLINES *********/
h2 {
	font-size: 2em;
}
h2#header-about {
	background: transparent url("../images/header-about.png") no-repeat;
	height: 63px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: -5px;
	width: 360px;
}
h2#header-kiab {
	background: transparent url("../images/header-kiab.png") no-repeat;
	height: 66px;
	width: 323px;
}
h2#header-closeout {
	background: transparent url("../images/header-closeout.png") no-repeat;
	height: 63px;
	width: 153px;
}
h2#header-contact {
	background: transparent url("../images/header-contact.png") no-repeat;
	height: 63px;
	width: 210px;
}
h2#header-forms {
	background: transparent url("../images/header-forms.png") no-repeat;
	height: 63px;
	width: 120px;
}
h2#header-register {
	background: transparent url("../images/header-register.png") no-repeat;
	height: 63px;
	width: 365px;
}
h2#header-forget {
	background: transparent url("../images/header-forget.png") no-repeat;
	height: 63px;
	width: 403px;
}
h2#header-login {
	background: transparent url("../images/header-login.png") no-repeat;
	height: 63px;
	width: 118px;
}
h2#header-browse {
	background: transparent url("../images/header-browse-catalog.png") no-repeat;
	height: 63px;
	width: 288px;
}
h2#header-products{
	background: transparent url("../images/header-products.jpg") no-repeat;
	display: inline-block;
	float: left;
	height: 63px;
	width: 287px;
}
h2#header-search {
	background: transparent url("../images/header-search.jpg") no-repeat;
	display: inline-block;
	float: left;
	height: 63px;
	width: 255px;
}
h2#header-fax {
	background: transparent url("../images/header-fax.png") no-repeat;
	height: 63px;
	width: 214px;
}
h2#header-suppliers {
	background: transparent url("../images/header-suppliers.jpg") no-repeat;
	height: 63px;
	width: 292px;
}
h2#header-playlist {
	background: transparent url("../images/header-playlist.png") no-repeat;
	height: 63px;
	width: 365px;
}

h3 { font-size: 1.6em; }
h3#category-name {
	float: left;
	font-size: 2.2em;
	display: inline;
	position: relative;
	top: 15px;
}
h4 { 
	color: #003466;
	font-size: 1.2em; 
	text-transform: uppercase;
}

/*** =LINKS *************/
div#navigation ul li a:link, div#navigation ul li a:visited, div#navigation ul li a:hover, div#navigation ul li a:active {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

ul#logon li a:link, ul#logon li a:visited, ul#logon li a:hover, ul#logon li a:active {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#navigation ul li a:hover, div#navigation ul li a.selected, ul#logon li a:hover, ul#login li a.selected {
	border-bottom: 1px solid #fff;
	color: #fff;
}

div#content a:link, div#content a:active, div#content a:visited { color: #29588c; }
div#content a:hover { color: #003466; }
div#featured-products a:link { color: #fff; }
div#prod-items a:link, div#prod-items a:visited, div#prod-items a:hover, div#prod-items a:active { color: #fff; }

/*** =NAVIGATION ********/
div#navigation ul {
	display: inline;
	margin-left: 180px;
}
div#navigation ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: 0 20px;
	list-style-type: none;
}
div#navigation ul li.last {
	border-right: none;
	padding-right: 0px;
}
ul#logon {
	background: #8dabab url("../images/bg-logon.jpg") no-repeat 50% 50%;
	list-style-type: none;
	padding: 20px 15px;
}
ul#logon li {
	padding: 5px 0px;
}
ul#login li.first { padding-top: 0px; }
ul#login li.last { padding-bottom: 0px; }

/*** =MISC **************/
p.stand-out {
	color: #003466;
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
}

input#signIn { 
	width: 150px;
	font-size: .9em;
	background-color: #D1D3D4;
	border-width: 0;
	padding: 2px;
}
input#signInButton {
	font-size: .9em;
	background-color: #B4B7B8;
	border: 1px solid #D1D3D4;
	padding: 2px;
}

div.center {
	text-align: center;
	width: 100%;
}

/*** =PAGE-SPECIFIC *****/
ul#tag-slideshow { list-style-type: none; }

div#featured-products-container {
	background-color: #5a5a5a;
	padding: 10px 10px 0px 10px;
    /*moz-opacity: 0.72; 
	opacity: 0.72; 
	filter: alpha(opacity=72);*/
}
div#featured-products {
	background-color: #383838 ;
	padding: 10px 20px 0px 20px;
}
div#featured-products-carousel { height: 160px; margin-bottom: 0px; margin-left: 0px; padding-right: 0px; }
div#featured-products h2 { color: #fff; }
div#featured-products ul {
	margin-top: 15px;
}
div#featured-products h2 { display: inline; }
div#featured-products ul li {
	color: #fff;
	height: 160px;
	float: left;
	font-size: 1.2em;
	display: inline-block;
	list-style-type: none;
	padding: 0px;
	margin-right: 55px;
	text-align: center;
	width: 150px;
}
div#featured-products ul li.last { margin-right: 0px; }
div#featured-products dl {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div#featured-products dl dt {
	font-weight: bold;
}
div#featured-products dl dd {
}
div#featured-products dl dd.price {
	color: #ff0000;
}
div#featured-products dl dd.price strong {
	color: #fff;
}
input.carousel-prev, input.carousel-next {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 2.8em;
	font-weight: bold;
}

/* kitchen in a box */
div#kiab-links {
	margin-left: 35%;
}
img#kiabDeluxe, img#kiabEconomy { display: block; margin-bottom: 15px; }
img.kiabTitleText { margin-top: -60px; float: right; }
p#kiabMain { font-size: 1.2em; width: 475px; clear: both; text-align: center; }
div.kiabItemName { font-size: 1.2em; color: #004A8D; font-weight: bold; font-variant: small-caps; float: left; width: 150px;  }
div.kiabItemText { margin: 0px 0 0 160px; font-size: 1.2em; width: 375px; }
div.kiabItemText ul { margin-left: 20px; }
div.kiabItemTextHighlight { font-size: 1.2em; color: #004A8D; font-weight: bold; font-variant: small-caps; }
.breakKIAB { padding: 5px 0 0 0; clear: both; }

/* specials page */
a.navSpecials { position: absolute; left: 735px; top: 120px; }
div#specialHeader { 
	font-size: 15px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: -15px;
}
a#specialLink { 
	font-weight: bold;
}
div#specialImage {
	float: right; 
	text-align: right; 
	background-color: #D6D6D6; 
	padding: 2px; 
	margin: 0 0 0 10px;
}

/* error message */
div#errorMessage {
	border: 1px dashed #FF0000;
	color: #FF0000;
	width: 275px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
/* checkout CC error message */
div#errorProcMessage {
	margin-top: 10px;
	border: 1px solid #710000;
	color: #FF0000;
	background-color: #fff;
	font-weight: bold;
	padding: 5px;
}

span.errorAsterisk {
	color: red;
}
div#errorKeyword {
	font-size: 16px;
	color: red;
	font-weight: bold;
	text-align: center;
}
div#errorDemoUser {
	border: 1px solid #A0A0A0;
	padding: 5px;
	width: 495px;
	background-color: #F7F7F7;
	font-weight: bold;
}

/* login */
td#signIn, td#register {
	padding: 10px;
	width: 45%;
}
td#signIn { border-right: 2px solid #afafaf; }
td#register { padding-left: 20px; }
table#login td.highlight { border: 1px solid #afafaf; background-color: #F7F7F7; }
table#login td.fadeout {
	color: #afafaf;
}

/* suppliers*/
div#suppliers {
	background-color: #c1d1e0;
	font-size: 1.3em;
	padding: 10px;
	width: 100%;
}
div#suppliers ul { 
	list-style-type: none;
	padding-left: 20px;
}
div#suppliers ul li { padding: 5px 0px; }
div#suppliers-left, div#suppliers-right {
	width: 50%;
}
div#suppliers-left {
	float: left;
}
div#suppliers-right {
	float: right;
}

/* contact us */
table#contact {
	background-color: #c1d1e0;
	width: 100%;
}
table#contact td {;
	font-size: 1.6em;
	padding: 15px;
	text-align: center;
	width: 50%;
}
table#contact td p { font-size: .7em; line-height: 1.8em; }
table#contact td#location-mn {
}
table#contact td#location-ks {
}

/* products */
div#prod-categories {
	float: left;
	margin-right: 0px;
	position: relative;
	width: 137px;
}
div#prod-items {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	width: 820px;
}

/* demo user teaser message */
div#demoTeaser {
	position: absolute; 
	top: 20px; 
	left: 800px;
	font-weight: bold;
	font-size: 9px;
	width: 200px;
}
div#demoTeaserSearch {
	position: absolute; 
	top: 167px; 
	left: 615px;
	font-weight: bold;
	font-size: 9px;
	width: 200px;
}

/* product navigation
ul#category-nav {
}
ul#category-nav li {
	font-size: 1.1em;
	margin: 5px 0px;
	list-style-type: none;
	text-transform: uppercase;
}
ul#category-nav li.selected {
	font-weight: bold;
}
ul#subcategory-nav {
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: .8em;
}
ul#category-nav li.selected a { text-decoration: none; }
ul#category-nav li a:hover {
	display: inline-block;
	width: 100%;
} */

/* product item */
div.catalogItem {
	font-size: 1.1em;
	float: left;
	height: 300px;
	text-align: center;
	margin: 10px 2px;
	width: 32%;
}

div.catalogImage {
}

div.catalogItemDetail {
}

div.itemName {
	font-weight: bold;
}

input.buttonPrevNext {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 5px;
}

input#buttonPrev {
	float: left;
}
input#buttonNext {
	float: right;
}

div#termsOfSale, div#privacyPolicy {
	font-size: 1.3em;
	margin: 10px 0px;
}

/* search bar css */
div#search { 
	color: #000;
	margin-bottom: 15px;
	text-transform: uppercase; 
}
div#search input#search-text {
	display: inline;
	width: 90px;
}
div#search input#search-go {
	display: inline;
}
div#pageListing {
	font-size: 1.4em;
	margin-bottom: 10px;
}

img#gsa-home {
	margin: 10px 3px;
}
img#gsa-other {
	position: relative;
	left: 310px;
	top: 10px;
}
img#gsa-prods {
	position: relative;
	left: 120px;
	top: 60px;
}

/* *** CART CSS (transfered from old) *** */
.cartHeader {
	font-size: 14px;
	font-weight: bold;
}
.cartHead{background-color: #dddddd; 
color: black;  
text-decoration: none; 
font-size: 12px; 
font-family: trebuchet ms, Geneva, Arial; 
font-weight: bold;
padding: 3px;
}

.cartBody{background-color: white; 
color: black;  
text-decoration: none; 
font-size: 11px; 
font-family: trebuchet ms, Geneva, Arial;
padding: 2px;
 }

.cartBottom{color: black;  
text-decoration: none; 
font-size: 12px; 
font-family: trebuchet ms, Geneva, Arial;
background-color: #F3EEE3;
}

.cartButton{
	color:#000000; 
	font-size: 1.8em; 
	padding: 3px 5px;
	border-style:outset;
}

div#poNumberBox { 
	width: 525px;
	margin: -10px 0 10px 0;
	padding: 3px 0 3px 3px;
	text-align: center;
	background-color: #E8E8E8;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #D6D6D6 #D6D6D6 #FFF;
}

div#payOffline {
	width: 511px;
	margin: -10px 0 5px 3px;
	padding: 3px 0 3px 8px;
	background-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
} 
img#cardLogo {
	margin-top: 200px;
	margin-left: 40%;
}

/* credit application */
.creditNumber { font-size: 1.7em; font-weight: bold; float: left; }
.creditText { float: left; padding-left: 10px; }

/* special notice */
div#notice {
	background: #c1d1e0 url("../images/icon-notice.png") no-repeat 10px center;
	border: 1px solid #003466;
	font-size: 14px;
	margin: 20px 30px;
	padding: 10px;
	padding-left: 35px;
	width: 500px;
}

