@import url(/Kiowa/CSS/KCustom.css);


/* This style sheet defines the base "site-wide common" layouts, fonts, images and colors. */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	color:#000000;
	font-size: 81.2%;
	font-family: Verdana;
	background: url(/Kiowa/Images/MidSectionFlankBg.gif) repeat left top;
}
#Wrapper {
	position: relative;
	margin: 0 20px;
	min-width: 964px;
	min-height: 100%;
	background-color: #ffffff;
	text-align: center;
}
#HeaderLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 184px;
	background-image:url(/Kiowa/Images/HeaderLeftEnd.gif);
}
#HeaderRight {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 184px;
	background-image:url(/Kiowa/Images/HeaderRightEnd.gif);
	background-repeat:repeat-x;
	background-position: top left;			
}
#HeaderLeftTile {
	position:absolute;
	z-index: 1;
	width: 50%;
	left: 0px;
	height: 184px;
	background-image: url(/Kiowa/Images/HeaderLeftBg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#HeaderRightTile {
	position:absolute;
	z-index: 2;
	width: 50%;
	right: 0px;
	height: 184px;
	background-image: url(/Kiowa/Images/HeaderRightBg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/*********************** Header ***********************/

#Header{
	position: relative;
	height: 184px;
	overflow: hidden;
	background-image: url(/Kiowa/Images/HeaderRightBg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#HeaderMidSection{
	z-index:3;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	height: 184px;
}
#HeaderLogo{
	position:absolute;
	top:0px;
	left:0px;
	width:234px;
	height:184px;
	background-image:url(/Kiowa/Images/HeaderLogoLeft2.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#HeaderSearch{
	position:absolute;
	top:0px;
	left:234px;
	width:265px;
	height:110px;
	background-image:url(/Kiowa/Images/HeaderSearchBg.gif);
}
#HeaderSearchTitle{
	position: absolute;
	top:25px;
	left:50px;
	width:65px;
	height:27px;
	background-image:url(/Kiowa/Images/HeaderSearchTitle.gif);
}
#HeaderSearchForm form input{
	position: absolute;
	border: none;
	top:31px;
	left:116px;
	width:100px;
}
#HeaderSearchButton{
	position: absolute;
	top:25px;
	left:222px;
	width:27px;
	height:27px;
	background-image:url(/Kiowa/Images/HeaderSearchButton.gif);
	cursor: pointer;
}
#HeaderTitle{
	position:absolute;
	top:0px;
	left: 499px;
	width:460px;
	height:110px;
	background-image:url(/Kiowa/Images/HeaderTitleRight.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#TopCatNavLeftEnd{
	position:absolute;
	top:110px;
	left:234px;
	width:47px;
	height:49px;
	background-image:url(/Kiowa/Images/TopCatNavLeftEnd.gif);
	background-repeat:no-repeat;
	background-position: top left;				
}

/*********************** Top Category Navigation ***********************/

#TopCatNav{
	position:absolute;
	top:110px;
	left: 281px;
	width: 660px;
	height:49px;
	background-image:url(/Kiowa/Images/TopCatNavBg.gif);
}
#TopCatNav ul{
	position:absolute;
	top:13px;
	left:0px; /* 40px */
	list-style-type:none;
}
#TopCatNav ul li{
	display:inline;
	padding-left: 12px; /* 15px */
	padding-right: 6px; /* 12px */
	background-image:url(/Kiowa/Images/Pipe.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}
#TopCatNav ul li.FirstListItem{
	padding-left: 0px;
	background-image:none;
}
#TopCatNav ul li a{
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
#TopCatNav ul li a:hover{
	color: #FF9000;
	background-color: inherit;
}
#TopCatNav ul li ul{
	list-style-type:none;
}

/*********************** Middle Section ***********************/

#MidSectionTopLeftEnd{
	position:absolute;
	top:159px;
	left:234px;
	width:47px;
	height:25px;
	background-image:url(/Kiowa/Images/MidSectionTopLeftEnd.gif);
	background-repeat:no-repeat;
	background-position: top left;				
}
#MidSectionTop{
	position:absolute;
	top:159px;
	left:281px;
	width: 650px; 
	height:25px;
	background-image:url(/Kiowa/Images/MidSectionTopBg.gif);
}


#MidSection {
	position: relative;
	padding-bottom: 75px;
}
#MidSection div {
/*	border: solid 1px black;*/
}
#MidSectionCenter {
	position: relative;
	width: 964px;
	text-align: left;
	margin: 0 auto;
	padding-top: 15px;
}
#MidSectionCenterCenter{
	float:left;
	width: 550px;
}
div.wide#MidSectionCenterCenter{
	width: 734px;
}
#MidSectionCenterFloatEndFiller, div.clearLine {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
	
}

/*********************** Product Breadcrumb ***********************/

#Breadcrumb {
}
#Breadcrumb ul{
	position:relative;
	list-style-type:none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:13px;
}
#Breadcrumb ul li{
	display:inline;
	padding-left: 2px;
	padding-right: 2px;
	/*background-image:url(/Kiowa/Images/BreadcrumbArrow.gif);
	background-repeat:no-repeat;
	background-position: left 0*/
	/*background-position: 0px 7px;*/
}
#Breadcrumb ul li.FirstListItem{
	padding-left: 0px;
	background-image:none;
}
#Breadcrumb ul li a{
	font-size: 85%;
	color: #000000;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
}
#Breadcrumb ul li a:hover{
	text-decoration:underline;
}

#Breadcrumb span{
	display: inline;
	background-image:url(/Kiowa/Images/BreadcrumbArrow.gif);
	background-repeat:no-repeat;
	background-position: left 50%;
	height: 20px;
	padding: 0 5px 0 4px;
}

/*
#Breadcrumb a, #Breadcrumb a:link{
padding-left: 20px;
  background-image: url(/Kiowa/Images/BreadcrumbArrow.gif);
}
*/

/*
#Breadcrumb ul{
	position:relative;
	top:13px;
	list-style-type:none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:13px;
}
#Breadcrumb ul li{
	display:inline;
	padding-left: 12px;
	padding-right: 5px;
	background-image:url(/Kiowa/Images/BreadcrumbArrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}
#Breadcrumb ul li.FirstListItem{
	padding-left: 0px;
	background-image:none;
}
#Breadcrumb ul li a{
	font-size: 85%;
	color: #000000;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
}
#Breadcrumb ul li a:hover{
	text-decoration:underline;
}*/
/*********************** Specials Panel ***********************/
#Specials{
	position:relative;
	top:13px;
	float:right;
	/* background-image:url(/Kiowa/Images/SpecialsPanel.jpg);
	background-repeat:no-repeat; */
	width: 150px;
	padding-right: 10px;
	height:400px;
	/* cursor:pointer; */
	padding-bottom:13px;
}

/*********************** Footer ***********************/
#Footer{
	position: relative;
	margin-top: -40px;
	min-width: 1004px;
	height: 40px;
	clear: both;
	background-image:url(/Kiowa/Images/FooterFlankBg.gif);
	background-repeat: repeat-x;		
}
#FooterCenter {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(/Kiowa/Images/FooterBg.gif);
	background-repeat: repeat-x;
}
#FooterCenter ul{
	list-style-type: none;
	position: relative;
	top: 15px;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 964px;
}			
#FooterCenter ul li{
	display: inline;
	padding-left: 18px;
	padding-right: 15px;
	background-image: url(/Kiowa/Images/Pipe.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#FooterCenter ul li.FirstListItem{
	padding-left: 0px;
	background-image:none;
}
#FooterCenter ul li a{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}
#FooterCenter ul li a:hover{
	color: #FF9000;
	background-color: inherit;
}

/*===== Mini Basket =====*/

div.miniBasket {
	position: relative;
	width: 730px;
	margin: 0 10px 5px 10px;
	
	  padding: 12px 0 12px 0;
	  /*margin: 15px 10px 0 0;*/
	  border: 1px Solid #C8D8DC;
	  background: #FFECB4;
	  text-align:center;
}

div.miniBasket div.miniBasketText {
	position: relative;
	top: -2px;
	font-size: 12px;
	padding: 4px 4px 0 0;
	color: black;
	display: inline;
	line-height: 20px;
}

div.miniBasketText strong{

}

div.miniBasket div.miniBasketButton {
	position: relative;
	display: inline;
	top: 2px;
}

/*===== MISC =====*/

.printOnly {
	display: none;
}
p.status {
	color: red;
	margin: 10px 0px;
}
a.Long {
	position: relative;
	display: block;
	border: none;
	background-image:url(/Kiowa/Images/HedexButtonLong.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;

	background-color: #FFFFFF;
	color: #000000;

	width: 200px;
	height: 17px;
	padding: 3px 0 0;
	
	font-size: 85%;
	text-align: center;
	text-decoration: none;
	margin-bottom: 5px;

}
#ShortBreadcrumb{
	width: 560px;
}
.loginTextBox{
	width: 250px;
}










