/* layout  */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 996px;
	height: 150px;
}

#searchbar {
	width: 602px;
	height: 50px;
	background-image: url(../img/bg-search-hdr.gif);
	background-repeat: no-repeat;
	margin: 17px 4px 0;
}

#cartinfo {
	width: 190px;
	height: 50px;
	background-image: url(../img/bg-cart-hdr.gif);
	margin: 17px 0 0 4px;
}

#nav {
	width: 610px;
	height: 64px;
}

#account {
	width: 190px;
	background:transparent url(../img/bg-account-hdr.gif) no-repeat;
	margin: 4px 0px 0px 4px;
	padding:5px 0px;
}

#marquee {
	width: 602px;
	height: 24px;
	margin-left: 4px;
	_margin-left: 3px;
}

/* header */

#header div {
	float: left;
}

/* logo */

#header h1 {
	width: 192px;
	height: 150px;
	float: left;
}

/* searchbar */

#searchbar fieldset { /* selector and rules added 6/7/07 */
	display: block;
	float: left;
}

#searchform { /* selector and rules added 6/7/07 */
	width: 224px;
	margin-left: 12px;
	_margin-left: 6px;
}

#browseform { /* selector and rules added 6/7/07 */
	width: 366px;
}

#searchbar legend {
	display: block; /* added 6/7/07 */
	font: bold 10px Verdana,sans-serif;
	color: #000;
	text-indent: 0;
	padding-top: 9px;
}

*+html #searchbar #searchform legend {
	margin-left: -5px;
}

#searchbar #browseform legend {
	margin-left: 8px;
}

*+html #searchbar #browseform legend {
	margin-left: 0;
}

#searchbar #browseCategory, #searchbar #browseBrand, #searchbar #browseIndex {
	display: block;
	float: left;
}

#searchbar input, #searchbar select {
	font: normal 10px Verdana,sans-serif;
	color: #999;
	border: 1px solid #888;
	margin: 0;
	line-height: 10px;
	padding: 2px;
	outline: 0;
}

#searchbar select {
	padding: 0;
}

#searchbar option {
	padding: 1px;
}

#search {
	width: 224px;
}

#search input {
	width: 178px;
	display: block;
	float: left;
	color: black;
}

#search input.submit {
	width: 26px;
	margin-left: 4px;
	border: 0;
	padding: 0;
}

.browse {
	margin-left: 8px;
}

.browse select {
	width: 114px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

.browse select.last-child {
	width: 102px;
	margin: 0;
}

/* cart info */

#cartinfo p {
	display: block;
	width: 85px;
	margin: 9px 0 0 5px;
	padding: 0;
	padding-top: 3px;
	float: left;
	font: normal 10px Verdana,sans-serif;
	color: #383372;
}

#cartinfo a {
	display: block;
	font: bold 10px Verdana,sans-serif;
	color: #5a90dc;
	width: 76px;
	text-align: center;
	margin: 2px 0 2px 8px;
	text-decoration: none;
}

#cartinfo strong {
	display: block;
	font-weight: bold;
	margin: 2px 0;
}

/* account info */

#account form {
	width: 174px;
	margin: 3px auto 0;
}

#account legend {
	display: block;
	width: 170px;
	font: normal 10px Verdana,sans-serif;
	color: #383372;
	text-align: center;
}

#account input {
	width: 170px;
	font: normal 10px Verdana,sans-serif;
	color: #383372;
	margin-bottom: 3px;
}

/* nav */

#nav ul, #nav li, #nav li a {
	display: block;
}

#nav li, #nav li a {
	width: 122px;
	height: 40px;
	text-indent: -9999px;
	outline: 0;
}

#nav li {
	float: left;
}

#btn-home {
	background-image: url(../img/btn-home.gif);
}

#home #btn-home {
	background-image: url(../img/btn-home-on.gif);
}

#btn-art {
	background-image: url(../img/btn-art.gif);
}

#art #btn-art {
	background-image: url(../img/btn-art-on.gif);
}

#btn-pantone {
	background-image: url(../img/btn-pantone.gif);
}

#pantone #btn-pantone {
	background-image: url(../img/btn-pantone-on.gif);
}

#btn-sign {
	background-image: url(../img/btn-sign.gif);
}

#sign #btn-sign {
	background-image: url(../img/btn-sign-on.gif);
}

#btn-info {
	background-image: url(../img/btn-info.gif);
}

#info #btn-info {
	background-image: url(../img/btn-info-on.gif);
}

/* marquee

#marquee {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;

	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 0px;

	width: 602px;
	height: 24px;
}*/

#home #marquee {
	background-image: url(../img/bg-marquee-home.gif);
}

#art #marquee {
	background-image: url(../img/bg-marquee-art.gif);
}

#pantone #marquee {
	background-image: url(../img/bg-marquee-pantone.gif);
	background-repeat: none;
}

#sign #marquee {
	background-image: url(../img/bg-marquee-sign.gif);
}

#info #marquee {
	background-image: url(../img/bg-marquee-info.gif);
}

.headDropdownART {
	background-color: #EC4943;
	font-weight: bold;
	color: white;
}

.headDropdownPANTONE {
	background-color: #F98323;
	font-weight: bold;
	color: white;
}

.headDropdownSIGN {
	background-color: #544EA8;
	font-weight: bold;
	color: white;
}