/* General Page Styles */

* {
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 11px;
	border: none;
}

ul, li {
	list-style-type: none;
}

a {
	color: #a8b072;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
}

#page {
	background-color: #FFFFFF;
}

/* Styles for US Site */

/*body {
	background-color: #E4E3C7;
}

#pageTop {
	background-image: url(../../images/global/page-top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#pageBottom {
	background-image: url(../../images/global/page-bottom.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}*/

/* Header Styles */

#pageHeader {
/*	border-bottom: 1px solid #7C7C7C; */
}

#menuWrapper {
	background-color: #7C7C7C;
}

/* Footer Styles */

#pageFooter {
	border-top: solid 1px #d7d7d7;
}

#pageFooter p, #pageFooter label {
	color:#b4b4b4;
	font-size: 9px;
}

#footerCenter a, #footerCenter p {
	color: #a8b072;
	font-size: 9px;
}

#quickFindCode input {
	border: solid 1px #d7d7d7;
	background-color: #f6f6f6;
}

/* Hide the print comment */

#printComment {
	display: none;
}


/* New Product Search Style


#npSearch {
   background-color: #F43B16;
} */

.quickLicks#npSearch {
    margin-bottom: 7px;
}

.quickLicks#npSearch a, .quickLicks#npSearch a:hover {
    background-color: #F43B16;
}
