/*Menu classes and containers*/
li.separator{
	background:transparent url(../menu/separator.jpg) no-repeat scroll 12px 0;
	padding:4px;
}

.suckertreemenu ul{
	font-family: Trebuchet MS;
	list-style-type: none;
	color: #ffffff;
	font-size: 9pt;
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
	z-index: 99;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 98;
}

.suckertreemenu ul li .mainfoldericon{
	margin-top: 10px;
}

.suckertreemenu ul li.mainfoldericon{
	margin-top: 10px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 82px; /*Width of top level menu link items*/
	text-decoration: none;
	color: white;
	text-align: center;
	z-index: 97;
	float:none;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin-top: 10px;
	background-color: #060606; /*overall menu background color*/
	z-index: 97;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	z-index: 97;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	z-index: 96;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: white;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #060606;
	text-align: left;
	z-index: 95;
}

.suckertreemenu ul li a:hover{
	color: red;
	background-color: black;
	z-index: 94;
}

.suckertreemenu ul li ul li a:hover{
	color: red;
	background-color: #202020;
	z-index: 93;
}

/*Background image for top level menu list links*/
/*
.suckertreemenu .mainfoldericon:hover{
	background: url(../menu/laptopsbubble.png) no-repeat center center;
}

.suckertreemenu .mainfoldericon a:hover{
	background: url(../menu/laptopsbubble.png) no-repeat center center;
}
*/

/*Background image for subsequent level menu list links */
/*
.suckertreemenu .subfoldericon{
	background: url(media/arrow-right.gif) no-repeat center right;
}
*/

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 0%; }
* html .suckertreemenu ul li a { height: 0%; }
/* End */

/*General Classes*/
a{
	color: red;
	text-decoration: none;
}

a:hover{
	color: gray;
	text-decoration: underline;
}

.small-light-gray{
	color: #606060;
	font-size: 8pt;
	font-family: Trebuchet MS;
	font-weight: bold;
}	

.tiny-white{
	color: white;
	font-size: 7pt;
	font-family: verdana;
}

.tiny-red{
	color: red;
	font-size: 7pt;
	font-family: verdana;
	letter-spacing: 1px;
}

.text-bottom-center{
	margin: auto;
	display: block;
	position: relative;
}

.icon-block{
	padding-top: 20px;
	float: left;
}

.icon-block img{
	width:189;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

/*General containers*/
body {
	width: 99%;
	height: 100%;
	text-align: center;
	background-image: url(../xoticchops/background+header.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

	#header-wrapper{
		width: 989px;
		margin: auto;			
	}
		
		#sales-info-wrapper{
			width: 225px;
			font-weight:bold;
			clear: both;
		}
		
		#search-wrapper{		
			width: 974px;
		}
			
			#header-keywords-wrapper{ 
				/* background-image: url(../xoticchops/searchbox+text.png); */
				background-image: url('../image/search-box.png');
				background-repeat: no-repeat;
				width: 182px;
				height: 36px;
				clear: both;
			}
			#header-keywords{
				margin-left: 8px;
				color: white;
				border: none;
				background-color: transparent !important;
				width: 143px;
				height: 32px;
			}
			
			input.search {
				padding-top: 10px;
				padding-right: 23px;		
				border: solid 1px #000000;
				color:#000000;
				background-color: transparent !important;
/*
				color: white;
				width: 152px;
				height: 36px;				
				border: 0 none;
*/
			}
			.header-search-bar-image{
				cursor: pointer;
				margin-top: 2px;
			}
		
			#logo-wrapper{
				float: left;
				width: 197px;
				height: 47px;
			}
			
			#menu-wrapper{
				clear: both;
				float:right;
			}
	
	#sub-menu-wrapper{

		width: 974px;

		text-align: right;
	}
	
	#main-block-wrapper{
		margin: auto;
		text-align: center;
	}
	
	#icon-wrapper{
		width: 974px;
		height: 195px;
		margin: auto;
		text-align:center;
	}
	
	#bird-seed{
		width: 989px;
		height: ;
		margin: auto;
		padding-top: 20px;
		
	}
	
	#tooltip{
		position: absolute;
		display: none;
		width: 358px; 
		height: 109px; 
		background-image: url('../images/ballon.png'); 
		background-repeat: no-repeat;
		background-color: transparent;
	}
		#tooltip-text{
			margin-top: 18px;
			margin-left: -100px;
			font-size: 0.7em;
		}
	
	.index-bubble{
		display: none;
	}