/* CSS Document */
* {margin:0;padding:0}
body {
	color: #333333;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #3a4d31;
	background-color: #FFFFFF;
}
/* centre for ie5.+ */
#outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 820px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #b74175;
	text-decoration: underline;
}
a.big:link, a.big:active, a.big:visited {
	font-size:16px;
	color: #b74175;
	text-decoration: none;
	font-weight:bold;
}
a.big:hover {
	font-size:16px;
	color: #b74175;
	text-decoration: underline;
}
a.green:link, a.green:active, a.green:visited {
	font-size:12px;
	color: #3a4d31;
	text-decoration: none;
	font-weight:bold;
}
a.green:hover {
	font-size:12px;
	color: #006666;
	text-decoration: underline;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 800px;
	font-weight:bold;
}
.nav {
	width: 790px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A43770;
	border-right-color: #A43770;
	border-bottom-color: #A43770;
	border-left-color: #A43770;
	height: 32px;
	padding-top: 4px;
	color: #B7487B;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
/* CSS Popout Menu */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	/*width : 11em;*/
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	/*width: 18em;*/
	padding-bottom: 7px;
	padding-top: 5px;
	}
	

	
 #nav li ul { /* second-level lists */
	position : absolute;
	 left: -999em;
	 margin-left : 15em;
 	margin-top : -1.35em;
 	border: 1px solid #006666;
	background-color: #DAE7E6;
	 width:15em
 }
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 14em;
	display : block;
	color : #333333;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
	
	}
	
	
	#nav li a:hover {
	color : #006666;
	background-color: #DAE7E6;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-color: #DAE7E6;
	width: 20em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.right2 {
	width: 568px;
	height: 433px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	background-image: url(images/rosebg.gif);
	color: #333333;
}
.right {
	width: 580px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	color: #333333;
}
.left {
	width: 185px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	padding-right: 2px;
	float: left;
	height: 300px;
}
.holdingcontents {
	width: 800px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
}
.border {
	border: 2px solid #AA486F;
	width: 800px;
	margin-top: 2em;
}
.greytext {
	color: #333333;
}
.footer {
	background-image: url(images/footer.jpg);
	height: 100px;
	width: 800px;
}
.rose {
	background-image:url(images/rose.jpg);
	position:relative;
	left:-310px;
	top:-294px;
	width:170px;
	height:118px;
	z-index:3;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #DBE7E7;
}
.pinktext {
	color: #b74175;
	font-weight: bold;
}
.terms {
	text-align: left;
	width: 500px;
}

.holdingfull {
	width: 520px;
	position: relative;
}
.holdingright {
	width: 170px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 750px;
	text-align: right;
}
.holdingleft {
	width: 300px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 750px;
}
#outer2 {

	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 600px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.productleft {
	width: 200px;
}
.productright {
	float: right;
	width: 340px;
	text-align: left;
}
.productholding {
	width: 550px;
	text-align: left;
	height: 180px;
}
.pinktext2 {
	color: #b74175;
	font-weight: bold;
	font-size: 16px;
}
.pagination {
	color: #333333;

}
.holdingfull2 {
	height: auto;
	width: 550px;
	border: 1px solid #333333;
	position: relative;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #A74874;
	line-height: 35px;
}
.categoryleft {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
}
.categoryright {
	float: right;
	width: 250px;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.japanese {
	position:relative;
	left:-350px;
	width:70px;
	height:10px;
	z-index:3;
	top: 105px;
}
.holdingform {

	height: auto;
	width: 550px;
	border: 1px solid #333333;
	position: relative;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}
.centretext {
	text-align: center;
}
