/* CSS Document */

DIV{
	-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;
	}

#header_container{
	text-align:center;
	}

#header_container{
	text-align:-moz-center;
	}

#header_contents{
	width:960px;
	position:relative;
	height:135px;
	font:12px Arial;
	background-color:#FFFFFF;
	/*border:1px solid #000000;*/
	z-index:3;
	}

#header_logo{
	float:left;
	}
	
#header_search_box{
	position:relative;
	left:30px;
	float:left;
	width:490px;
	background-image:url(/images/search_background.jpg);
	background-repeat:no-repeat;
	height:42px;
	margin:0px;
	padding:0px;
	}
	
	#go_button{
		position:absolute;
		left:430px;
		top:10px;
		margin:0px;
		padding:0px;
		}
	
	#header_search_form{
		position:absolute;
		left:0px;
		top:8px;
		width:470px;
		margin:0px;
		padding:0px;
		}

#login_box{
	position:relative;
	float:right;
	height:42px;
	width:170px;
	background-image:url(/images/login_box_background.jpg);
	background-repeat:no-repeat;
	}
	
	#login_button{
		position:absolute;
		left:53px;
		top:10px;
		}
	
	#my_account{
		position:absolute;
		left:35px;
		top:10px;
		}
	
	#help_icon{
		position:absolute;
		left:128px;
		top:5px;
		}

	
#menu_bar{
	position:relative;
	float:left;
	width:795px;
	margin-top:20px;
	text-align:center;
	}
	
	#menu_button_left{
		float:left;
		width:17px;
		height:31px;
		background-image:url(/images/menu_left.jpg);
		background-repeat:no-repeat;
		}
	
	#menu_button{
		position:relative;
		float:left;
		width:95px;  /*was 95*/
		height:31px;
		display:block;
		background-image:url(/images/menu_button_3.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
		}

	#menu_button_text{
		position:absolute;
		top:6px;
		left:0px;
		width:95px;
		height:26px;
		font:12px Arial;
		font-weight:bold;
		color:#ffffff;
		}
	
	#menu_button_right{
		float:left;
		width:18px;
		height:31px;
		background-image:url(/images/menu_right_1.jpg);
		background-repeat:no-repeat;
		}	

	#menu_button_text_shadow{
		position:absolute;
		left:-1px;
		top:6px;
		width:95px;
		height:26px;
		font:12px Arial;
		font-weight:bold;
		color:#000099;
		}
		
	.drop_menu{
		position:absolute;
		text-align:left;
		top:31px;
		left:0px;
		width:150px;
		background-image:url(images/menu_backing.png);
		background-repeat:repeat;
		padding-left:0px;
		padding-bottom:0px;
		padding-right:0px;
		text-align:center;
		margin:auto;
		border:1px solid #0000FF;
		visibility:hidden;
		}

	#drop_items{
		width:140px;
		text-align:left;
		margin:auto;
		}
		
		.drop_link{
			width:140px;
			height:19px;
			}

	.sub_drop{
		position:absolute;
		text-align:left;
		top:0px;
		left:139px;
		width:140px;
		background-image:url(images/menu_backing.png);
		background-repeat:repeat;
		padding-left:4px;
		padding-bottom:4px;
		padding-right:0px;
		margin:0px;
		border:1px solid #0000FF;
		visibility:hidden;
		}		
	
	#menu_button a{
		/*position:absolute;*/
		height:19px;
		display:block;
		width:140px;
		text-decoration:none;
		font:12px Arial;
		color:#000000;
		}
	
		#menu_button a:hover{
			background-color:#CECEFF;
			text-decoration:underline;
		}
	
	#basket{
		position:relative;
		float:right;
		width:165px;
		height:70px;
		margin-top:20px;
		background-image:url(/images/basket.jpg);
		background-repeat:no-repeat;
		}

		#basket_contents{
			position:absolute;
			left:15px;
			top:7px;
			width:132px;
			height:40px;
			}
		
		#basket_checkout_button{
			position:absolute;
			left:38px;
			top:40px;
			}

#header_banner_container{
	position:relative;
	float:left;
	width:793px;
	}

	#header_banner{
		position:absolute;
		top:94px;
		left:0px;
		width:793px;
		height:35px;
		}
