/* mnain drop-down behaviour */
#header {
	height:206px;
	background-color:#000000;
	background-image:url(../images/backgrounds/header_noflash.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#mainNav {
	height:52px;
}
#header #mainNav li {
	float:left;
	position:relative;
	width:auto;
	height:20px;
	margin-top:26px;
	padding:6px 10px 0 10px;
	border-left:1px solid #CCCCCC;
}
#header #mainNav li ul {
	display:none;
	position:absolute;
	left:0px;
	top:26px;
	width:120px;
	padding:10px 0px 10px 0px;
	background-image:url(../images/backgrounds/header_dropdown_bkg.gif);
	background-position:0px bottom;
	background-repeat:no-repeat;
}
#header #mainNav li:hover ul,
#header #mainNav li.over ul  {
	display:block;
}
#header #mainNav li ul li {
	float:none;
	padding:0;
	border-left:none;
	margin-top:0;
	height:auto;
	padding:0;
}


/* drop down text styling */
#header #mainNav a:hover {
	text-decoration:none;
}
#header #mainNav li a {
	text-transform:uppercase;
	letter-spacing:1px;
}
#header #mainNav li ul li a {
	display:block;
	width:110px;
	padding:2px 5px 2px 5px;
	text-transform:none;
	letter-spacing:0;
}
#header #mainNav li ul li a:hover {
	background-color:#DEDEDE;
}

#header #mainNav li#homeLink {
	border-left:none;
	width:160px;
	padding-left:20px;
}
#header #mainNav li#homeLink a {
	display:block;
	position:relative;
	top:-18px;
    padding: 27px 0 0 0;
    overflow: hidden;
    background-image:url(../images/image_replacement/lovemarks_logo_header.gif);
    background-repeat: no-repeat;
	background-position:top left;
	width:133px;
    height: 0px !important;
    height /**/:27px;
}

/* search form */
#header #mainNav li#search {
	border-left:none;
	left:90px;
}
#header #mainNav li#search a {
	display:block;
	position:relative;
	top:-16px;
    padding: 28px 0 0 0;
    overflow: hidden;
    background-image:url(../images/image_replacement/main_nav_search.gif);
    background-repeat: no-repeat;
	background-position:top left;
	width:38px;
    height: 0px !important;
    height /**/:28px;
}
#header #mainNav li#search ul {
	left:-90px;
	background-image:none;
	background-color:#FFFFFF;
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
#header #mainNav li#search ul input.textInput {
	display:block;
}
#header #mainNav li#search ul input.buttonInput {
	float:right;
}


/* login form */
#header #mainNav li#login {
	border-left:none;
	left:90px;
}
#header #mainNav li#login a {
	display:block;
	position:relative;
	top:-16px;
    padding: 28px 0 0 0;
    overflow: hidden;
    background-image:url(../images/image_replacement/main_nav_login.gif);
    background-repeat: no-repeat;
	background-position:top left;
	width:38px;
    height: 0px !important;
    height /**/:28px;
}
#header #mainNav li#login ul {
	left:-90px;
	background-image:none;
	background-color:#FFFFFF;
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
#header #mainNav li#login ul input.textInput,
#header #mainNav li#login ul input.passwordInput {
}
#header #mainNav li#login ul input.buttonInput {
	float:right;
}

/* no flash div */

#header #noflash {
	display:block; /* display is set to nonee in default stylesheet */
	position:absolute;
	bottom:-15px;
	left:0;
	padding:1em;
	color:#FFFFFF;
}
#header #noflash p {
	margin:0;
}
#header #noflash a:link,
#header #noflash a:hover,
#header #noflash a:visited,
#header #noflash a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
#header #noflash img{
	float:left;
	border:none;
	top:-8px;
	margin:0;
}

/* grid styling */
ul#itemList {
	clear:both;
}
ul#itemList li {
	float:left;
	position:relative;
	width:38px;
	height:38px;
	overflow:hidden;
}
ul#itemList li a {
	display:block;
	width:39px;
	height:39px;
	overflow:hidden;
	background-color:#666666;
}
ul#itemList li a img {

	width:auto;
	height:auto;
}
ul#itemList li p {
	display:none;
}
