
BODY {


background-image("url(/images/background.gif");
background-repeat: repeat-x;

}

/*
		header
*/
DIV#header {
	width: 100%;
	height: 44px;
	background: url(../images/header/header_background.gif) repeat-x;
}

	DIV#header H1 A {
		width: 61px;
		height: 44px;
		background-image: url(../images/header/header_logo.gif);
		background-repeat: none;
	}
	
	DIV#header SELECT {
		position: absolute;
		font-size: 10px;
		
		left: 80px;
		top: 11px;
	}
	
	
	DIV#mini_menu {
		float: right;
		height: 29px;
		padding: 7px 9px 0 0;
	}

		DIV#mini_menu A {
			display: block;
			float: left;
			
			margin: 0;
			padding: 9px;
			
			color: #989898;
			font-family: Helvetica Neue, Arial, Verdana, Tahoma, _sans;
			font-size: 10px;
			text-decoration: none;
			font-weight: bold;

			background: url(../images/header/mini_background.png) repeat-x;
		}

		DIV#mini_menu A:HOVER {
			color: #FFF;
		}

		DIV#header DIV SPAN {
			width: 1px;
			height: 29px;
			background: url(../images/header/divider.png) no-repeat;
		}
	
	
	DIV#cart_announce {
		float: right;
		height: 29px;
		padding: 7px 9px 0 0;
	}
		
		DIV#cart_announce A {
			display: block;
			float: left;
			
			margin: 0;
			padding: 8px;
			
			color: #fff;
			font-family: Helvetica Neue, Arial, Verdana, Tahoma, _sans;
			font-size: 11px;
			text-decoration: none;
			font-weight: normal;

			background: url(../images/header/mini_background.png) repeat-x;
		}

	DIV#chat {
		float: right;
		height: 29px;
		padding: 7px 9px 0 0;
	}
	
	
	DIV#header DIV DIV.left,
	DIV#header DIV DIV.right {
		width: 6px;
		height: 29px;
	}
	
	DIV#header DIV DIV.left {
		background: url(../images/header/left_corner.png) no-repeat;
	}

	DIV#header DIV DIV.right {
		background: url(../images/header/right_corner.png) no-repeat;
	}


	DIV#menu {
		width: 100%;
	}
	
		#scanalert_link IMG {
			margin-top: 10px;
		}
