/* GLOBAL BASE STYLES */

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #808080;
}

* a {
	color: #666;
	font-weight: bold;
	font-size: inherit !important;
}

* b, * i, * strong, * em {
	font-size: inherit !important;
}

img {
	border: none;
}



/* HEADER */

#headerLogo {
	position: absolute;
	left: 0;
	top: 0;
}
#headerTagline {
	text-align: center;
	position: relative;
	top: 63px;
}

/* main menu */

#mainMenuNav {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff url(/awards/2007/wickesurban/_img/bg/mainmenu.gif) repeat-x 0 bottom;
}
#mainMenuNav ul {
	width: 480px; /* total of all toolbar button widths */
	margin: 0 auto;
	padding: 0;
	height: 17px;
	list-style-type: none;
	text-align: center;
	background-color: #d4d5da;
}
#mainMenuNav ul li {
	display: inline;
}
#mainMenuNav ul li a {
	float: left;
	width: 120px;
	height: 17px;
	text-indent: -10000px;
	overflow: hidden;
}

#mainMenuNav ul li a:hover {
 	background-position: 0 -25px;
}
#mainMenuNav ul li.current {
	background-position: 0 -50px;
	}
#mainMenuNav ul li.current a,
#mainMenuNav ul li.current a:hover {
 	background-position: 0 -50px;
}

#mm_home, #mm_home a { background-image: url(/awards/2007/wickesurban/_img/mm/home.gif); }
#mm_livingroom, #mm_livingroom a { background-image: url(/awards/2007/wickesurban/_img/mm/livingroom.gif); }
#mm_diningroom, #mm_diningroom a { background-image: url(/awards/2007/wickesurban/_img/mm/diningroom.gif); }
#mm_bedroom, #mm_bedroom a { background-image: url(/awards/2007/wickesurban/_img/mm/bedroom.gif); }
#mm_accessories, #mm_accessories a { background-image: url(/awards/2007/wickesurban/_img/mm/accessories.gif); }



/* FOOOTER */

#pageFooter {
	height: 32px;
	text-align: center;
}
#pageFooter, #pageFooter * {
	font-size: 10px;
}
