/* CSS Document */

*{padding: 0 0 0 0 ; margin: 0 0 0 0; }

body{
	width: 760px;
	text-align: left;
	margin: 40px auto;
}

#headerContainer{
	width: 760px;
	margin: 0px auto;
}

#rotatingImage{
	margin: 5px auto;
	text-align:center;
	background-image: url('images/background_rotatingImage.jpg');
	background-repeat: no-repeat;
	background-position: 0px 90px;
}

#headerContainer img{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}

#mainContainer{
	background-image: url("images/bodyBackground.jpg");
	background-repeat: repeat-y;
	width: 760px;
	padding-bottom: 30px;
	margin: -10px auto;
}
#mainContainer:after{
	content: ".";
	height: 1;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#mainTitle{
	padding-left: 35px;
	padding-top: 20px;
}

#rightContainer{
	float: right;
	width: 395px;
	padding-top: 110px;
}

#rightContainer:after{
	content: ".";
	height: 1;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#leftContainer{
	float: left;
	width: 360px;
}

#rightProductContainer{
	float: right;
	width: 450px;
	height: 450px;
}

#rightProductContainer:after{
	content: ".";
	height: 1px;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#leftProductContainer{
	float: left;
	width: 290px;
}

#logo{
	float: left;
	width: 250px;
}

#menuContainer{
	float: right;
	width: 450px;
	padding-top: 57px;
}

#bodyContent{
	color:#808284;
	font-size: 14px;
	line-height: 20px;
	font-family: "Arial", sans-serif;
	padding-top: 15px;
	width: 275px;
}

#bodyProductContent{
	margin-left: 30px;
	color:#808284;
	font-size: 12px;
	line-height: 18px;
	font-family: "Arial", sans-serif;
	padding-top: 22px;
	width: 280px;
}

#productImageNav{
	float: right;
	width: 280px;
	text-align: left;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-right: -15px;
}

#prodLgImage{
	float: right;
	/*padding-right: 35px;*/
	width: 440px;
	height: 300px;
	margin-top: 20px;
	/*position: absolute;
	position: relative;	*/
}

#productLargeImage{
	/*position: absolute;
	position: relative;*/
	margin: 0px auto;	
	text-align: center;
	right: 0px;
	bottom: 30px;
}

#ProdName{	
	float: right;
	width: 240px;
	margin: 0px auto;
	text-align: right;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	width: 200px;	
	margin-right: 70px;
	
	/*width: 440px;*/
	height: 60px;
	
	color: #808284;
}

a.darkGrey:link, a.darkGrey:visited, a.darkGrey:active{color: #303030; font-size: 1em; text-decoration:none;}

a.darkGrey:hover{color: #303030; font-size: 1em; text-decoration:underline;}

.darkGrey{color: #303030;}

a.kitchenLink:link, a.kitchenLink:active, a.kitchenLink:visited, a.kitchenLink:hover{
	color: #008EAF;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}
a.bathroomLink:link, a.bathroomLink:active, a.bathroomLink:visited, a.bathroomLink:hover{
	color: #BD1A8D;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}
a.bedLink:link, a.bedLink:active, a.bedLink:visited, a.bedLink:hover{
	color:#87C540;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}

a.beachLink:link, a.beachLink:active, a.beachLink:visited, a.beachLink:hover{
	color: #D6A477;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}

a.tabletopLink:link, a.tabletopLink:active, a.tabletopLink:visited, a.tabletopLink:hover{
	color:#B4293F;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}

a.infantLink:link, a.infantLink:active, a.infantLink:visited, a.infantLink:hover{
	color: #6BAFD8;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}

a.licensedLink:link, a.licensedLink:active, a.licensedLink:visited, a.licensedLink:hover{
	color: #8CC63F;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	text-decoration: underline;
}
a.otherLink:link, a.otherLink:active, a.otherLink:visited, a.otherLink:hover{
	color: #6BAFD8;
	text-decoration: underline;
	font-size:10px;
	font-family: "Arial", sans-serif;
}
#moreProductsLink{
	color: #6BAFD8;
	font-family: "Arial", sans-serif;
	font-size: 18px;
	padding-top: 35px;
	float: right;
	padding-right: 75px;
}
#moreProductsLink a:link, #moreProductsLink a:visited, #moreProductsLink a:active, #moreProductsLink a:hover{
	text-decoration: none;
	color: #6BAFD8;
	font-family: "Arial", sans-serif;
	font-size: 18px;
}

#moreProductsPinkLink{
	color: #ED135D;
	font-family: "Arial", sans-serif;
	font-size: 18px;
	padding-top: 35px;
	float: right;
	padding-right: 75px;
}
#moreProductsPinkLink a:link, #moreProductsPinkLink a:visited, #moreProductsPinkLink a:active, #moreProductsPinkLink a:hover{
	text-decoration: none;
	color: #ED135D;
	font-family: "Arial", sans-serif;
	font-size: 18px;
}

#indexPageImage{
	padding-top: 20px;
	text-align: left;
	margin-left: 35px;

}

#footer{
	background-image: url("images/Footer.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 128px;
	color: #9D9FA1;
	font-size:10px;
	font-family: "Arial", sans-serif;
}

#footerRight{
	float: right;
	width: 500px;
	padding-right: 50px;
}

#footerLeft{
	float: left;
	width: 150px;
	padding-left: 30px;
}

.pink{
	color: #DE0B81;
}

.red{
	color:#B4293F;
}

.dophesBlue{
	color:#6BAFD8;/*8ec3e9*/
}

.grey{
	color:#797f82;
}

.tangerine{
	color: #FDB714;
}

.lime{
	color: #87C540;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	START			FLYOUT MENU STYLES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0px;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 8px 30px 30px 30px;
	margin: 0px 0 0 0px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }
 
li {
	float: left;
	position: relative;
	width: inherit;/* width needed or else Opera goes nuts */
}

li ul {
 display: block;
/*position: absolute;*/
	position: relative;	
 left: 20px;
 top: 1px;
}

li > ul {
	left: 20px;
	top: 1px;
}

li:hover ul, li.over ul{ 
	display: block; 
}

#bodyContent a:link, #bodyContent a:visited, #bodyContent a:hover, #bodyContent a:active{color:#6BAFD8;}

.hiddenButton {
	background-color: none;
	color:  none;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;	
}

.hiddenButton a:hover{
	background-color: none;
	color: none;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;	
}

.button a:link, .button a:visited, .button a:hover, .button a:active{
	background-color: #EFF0F0;
	color: #6A737B;
	text-align: left;
	text-decoration:none;
	font-size: 0.8em;
	font-family: "Arial", sans-serif;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.kitchen a:hover{
	background-color: #B4293F;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.bath a:hover{
	background-color: #8FC3E9;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.bed a:hover{
	background-color: #FDB714;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.beach a:hover{
	background-color: #DE0B81;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.tabletop a:hover{
	background-color: #87C540;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.infant a:hover{
	background-color: #6BAFD8;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.licenses a:hover{
	background-color: #F47726;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.promotional a:hover{
	background-color: #6A737B;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.outdoor a:hover{
	background-color: #5b4547;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}

.eco a:hover{
	background-color: #75a46f;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration:none;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 125px;
	cursor: pointer;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	END				FLYOUT MENU STYLES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	START			BREADCRUMB STYLES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#breadcrumb{
	color:#636466;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	padding-left: 35px;
	padding-top: 15px;
	margin-bottom: 30px;
	/*
	 * Hide styles.
	 */
	visibility: hidden;
	margin-bottom: 0px;
}

a.breadcrumb:link{
	text-decoration: none;
	color:#636466;
	font-size: 11px;
	font-family: "Arial", sans-serif;
}
a.breadcrumb:visited{
	text-decoration: none;
	color:#636466;
	font-size: 11px;
	font-family: "Arial", sans-serif;
}
a.breadcrumb:active{
	text-decoration: none;
	color:#636466;
	font-size: 11px;
	font-family: "Arial", sans-serif;
}
a.breadcrumb:hover{
	text-decoration: none;
	color:#636466;
	font-size: 11px;
	font-family: "Arial", sans-serif;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	END				BREADCRUMB STYLES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.menu_heading {
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px 4px 0px 4px;
	padding: 7px 15px 7px 15px;
	color: #808284;
	font-size: 1em;
	text-decoration:none;
}

.mnu_welcome:hover {
	background-color: #8ec3e9;
	color: #fff;
}

.mnu_services:hover {
	background-color: #ed135d;
	color: #fff;
}

.mnu_products:hover {
	background-color: #f7941d;
	color: #fff;
}

.mnu_contact:hover {
	background-color: #a1cc3a;
	color: #fff;
}
