/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000000;}
a:hover {color: #C60;}
a {text-decoration: none} 
img {
border: 0;
}

body {
	background: #7E984D url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 61px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 61px;	
}
.header .left {
	background-color: #fff;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 61px;
width: 250px;
	text-align: left;	
	
}
.header .right {
background-color: #fff;
	width: 530px;
text-align: right;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #D8EBD8;
	height: 30px;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #333300;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #333300;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}
.main_title { float:left; padding:2px 0 2px 0; width:525px; background:#e7e7e7; font-weight:bold; text-indent: 1em}
.main_title1 { float:left; padding:10px 0 10px 0; width:525px; background:#F3F4F0; font-weight:bold; text-indent: 5em}
/* main_title1 use at >>>Lock & Lock Products   >>>Tupperware Products */
.main_product { float:left; width:105px; }
.main_product1 { float:left; width:15px; }
.main_product3 { float:left; width:251px; }
.main_propic { margin:1px; padding:1px; text-align:center; border:1px solid #dedede; }
.main_protext { margin-left:5px; font-weight:bold; }
.main_seemore { float:left; padding:10px 0 10px 0; width:525px; text-align:right; font-weight:bold;}
.main_text { float:left; width:530px; }
.main_content { padding:20px; }
.pro_img { width:87px; height:78px; }
.pro_img1 { width:20px; height:78px; }
/* main_title1 use at fluffyduster.html plus.jpg */
.pro_img2 { width:250px; height:310px; }
/* main_title1 use at fluffyduster big pic */
.pro_img3 { width:250px; height:188px; }
/* main_title1 use at Rubbermaid big pic */
table, td { font:12px Verdana, Arial; }
/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #C60;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}
.content .imgleft {
padding: 5px;
border: 1px solid #D8EBD8;
margin-right: 4px;
float: left;
}

.content p
{
color: #969696;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 28px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}



