* {
	padding:0;
	margin:0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
img {
	border:0;
}
p.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
#wrapper {
	text-align:left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}


/*--------------
  HEADER DIV
--------------*/
#header {
	background-color: #98C5CA;
	height: 100px;
}
#navUtility {
	height: 15px;
	margin-top: 26px;
	float: right;
}
#navUtility img {
	float: left;
}
#navUtility a {
	margin-right: 7px;
	margin-left: 7px;
	height: 15px;
	display: block;
	float: left;
}
#navUtility a#ShoppingCart {
	background-image: url(../img/_common/navUtility/iconPage_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navUtility a#ShoppingCart:hover {
	background-image: url(../img/_common/navUtility/iconPage_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
}
#navUtility a#MyWishList {
	background-image: url(../img/_common/navUtility/iconPage_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navUtility a#MyWishList:hover {
	background-image: url(../img/_common/navUtility/iconPage_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333333;
}
#navUtility a#StoreLocator {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navUtility a#StoreLocator:hover {
	color: #333333;
}
#navUtility a#SearchCatalog {
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navUtility a#SearchCatalog:hover {
	color: #333333;
}

/*--------------------
  navMain section
--------------------*/
div#navMain_container {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98C5CA;
	/*
	overflow: hidden;
	height: 32px;
	*/
	line-height: normal;
	z-index: 1000;
}
ul#navMain {
	padding: 0;
	margin: 0;
	height: 32px;
}
ul#navMain, ul#navMain ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
}
ul#navMain li {
	float: right;
	padding: 0;
	margin: 0;
	line-height: normal;
}
ul#navMain li.sep {
	padding-top: 7px;
}
ul#navMain a {
	margin-right: 7px;
	margin-left: 7px;
	height: 32px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
ul#navMain li ul {
	position: absolute;
	width: 110px;
	left: -999em;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	background-color: #FFFFFF;
	line-height: normal;
}
ul#navMain li ul li {
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
ul#navMain li ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	height: auto;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	width: 96px;
	*width: 110px;
	line-height: normal;
}


ul#navMain ul.menuProduct {
	width: 106px;
}
ul#navMain ul.menuProduct a {
	width: 92px;
	*width: 106px;
}
ul#navMain ul.menuAbout {
	width: 98px;
}
ul#navMain ul.menuAbout a {
	width: 86px;
	*width: 98px;
}


ul#navMain li:hover ul, ul#navMain li.sfhover ul {
	left: auto;
}
ul#navMain li ul a:hover {
	background-color: #EEE;
}


ul#navMain a#WhatsNew {
	background-image: url(../img/_common/navMain/WhatsNew.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 65px;
}
ul#navMain a#WhatsNew:hover {
	background-position: right;
}
ul#navMain a#GiftsOccasions {
	background-image: url(../img/_common/navMain/GiftOccasions.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 96px;
}
ul#navMain a#GiftsOccasions:hover {
	background-position: right;
}
ul#navMain a#ProductOfferings {
	background-image: url(../img/_common/navMain/ProductOfferings.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 92px;
}
ul#navMain a#ProductOfferings:hover {
	background-position: right;
}
ul#navMain a#AboutMariposa {
	background-image: url(../img/_common/navMain/AboutMariposa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 85px;
}
ul#navMain a#AboutMariposa:hover {
	background-position: right;
}


/*----------------
  BREAD CRUMB DIV
----------------*/
#breadcrumbs {
	line-height: 32px;
	height: 32px;
	font-size: 11px;
	color: #50939C;
	padding-left: 10px;
	margin-bottom: 15px;
}
#breadcrumbs a {
	text-decoration: none;
	font-size: 11px;
	color: #50939C;
}
#breadcrumbs a:hover {
	color: #333333;
	text-decoration: underline;
}

a.print:link, a.print:hover, a.print:visited {
	float: right;
	display: block;
	padding: 0 30px 0 18px;
	line-height: 15px;
	color: #AAA;
	font-size: 10px;
	background-image: url('../img/_common/print.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

/*-----------------
  FOOTER DIV
-----------------*/
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85B4B6;
	padding-top: 10px;
}

#navFoot1 {
	float: left;
	padding: 0px;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#navFoot1 img {
	float: left;
}
#navFoot1 a {
	margin-right: 7px;
	margin-left: 7px;
	height: 15px;
	display: block;
	float: left;
}
#navFoot1 a#InTheNews {
	background-image: url(../img/_common/navFoot1/InTheNews.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 113px;
}
#navFoot1 a#InTheNews:hover {
	background-position: right;
}
#navFoot1 a#CorporateGifts {
	background-image: url(../img/_common/navFoot1/CorporateGifts.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 79px;
}
#navFoot1 a#CorporateGifts:hover {
	background-position: right;
}

#navResources {
	float: right;
	text-align: right;
	padding: 0px;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 50%;
}
#navResources img {
	float: right;
}
#navResources a {
	margin-right: 7px;
	margin-left: 7px;
	height: 15px;
	display: block;
	float: right;
}
#navResources a#SalesResources {
	background-image: url(../img/_common/navResources/SalesResources.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 81px;
}
#navResources a#SalesResources:hover {
	background-position: right;
}
#navResources a#DealerResources {
	background-image: url(../img/_common/navResources/DealerResources.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 88px;
}
#navResources a#DealerResources:hover {
	background-position: right;
}
#navResources a#MediaResources {
	background-image: url(../img/_common/navResources/MediaResources.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 86px;
}
#navResources a#MediaResources:hover {
	background-position: right;
}
#address {
	background-color: #98C5CA;
	clear: both;
}
#copyright {
	font-size: 9px;
	color: #CCCCCC;
}

#content {
	background-color: #fff;
}
h1, h2, h3, h4 {
	padding: 10px 0px;
}
h1 {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
}
h1, a	{
	color:#333333;
}
h1 em, a em	{
	color:#008BCC;
	font-style: normal;
}
ul.colored a em
h2 {
	font-style: italic;
	font-weight: bold;
	color:#666;
}
a:hover, a:hover em {
	color:#666666;
	text-decoration:none;
}
a:link, a:hover, a:visited {
	color: #7DB7BD;
}
#content p {
	line-height:1.5;
	padding-bottom:1em;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}

#mainnav {
	float: left;
	clear: left;
}
#utilitynav {
	float: left;
	clear: left;
}
#logout {
	float: left;
}
#logout a {
	line-height: 30px;
}