body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

body,
td,
th,
textarea,
input {
	color: #000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}

h1 {
	color: #39C;
	text-align: center;
	font-size: 3em;
	margin: 0 0 1em 0;
}

label {
	display: block;
	padding-bottom: 5px;
	vertical-align: top;
}
label textarea {
	vertical-align: top;
}
label input,
label select {
	vertical-align: middle;
}
	
fieldset {
	margin-bottom: 10px;
	margin-top:10px;
}

a {
	text-decoration: none;
}
a:link {
	color: #39C;
}
a:hover {
	color: #036;
}
a:visited {
	color: #636;
}
a:active {
	color: #636;
}

.header {
	width: 100%;
}
.header td {
	padding: 0;
}
.header .utility {
	padding: 10px 25px 5px 20px;
	vertical-align: top;
}


.logo_top_cell,
.logo_bottom_cell {
	width: 200px;
}
.logo_top_cell img,
.logo_bottom_cell img {
	display: block;
}

.logo_top_cell {
	background-image: url(../images/logo_top_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	vertical-align: bottom;
}

.logo_bottom_cell {
	background-color: #000;
	vertical-align: top;
}

.path_top {
	margin: 1em 0 3em 0;
}
.path_bottom {
	margin: 3em 0 0 0;
}

.path_top strong,
.path_bottom strong {
	color: #39C;
}

.path_top a:link,
.path_bottom a:link {
	color: #39C;
}
.path_top a:visited,
.path_bottom a:visited {
	color: #39C;
}
.path_top a:hover,
.path_bottom a:hover {
	color: #036;
}
.path_top a:active,
.path_bottom a:active {
	color: #F00;
}

.utility {
	background-image: url(../images/utility_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	text-align: right;
}
.utility a {
	margin-right: 2em;
	text-decoration: none;
	margin-right: 2em;
}
.utility a:link {
	color: #000;
}
.utility a:visited {
	color: #000;
}
.utility a:hover {
	color: #600;
}
.utility a:active {
	color: #F00;
}
.tagline {
	background-color: #39C;
border-top: 1px solid #FFF;
}
.tagline img {
	display: block;
}

.menu {
	background-color: #39C;
	font-size: 1.2em;
	vertical-align: top;
}
.menu a {
	text-decoration: none;
}
.menu strong a:link {
	color: #6F9;
}
.menu strong a:visited {
	color: #6F9;
}
.menu strong a:hover {
	color : #F33;
}

.menu a:link {
	color : #FF9;
}
.menu a:visited {
	color : #FF9;
}
.menu a:hover {
	color : #F33;
}

.main {
	width: 100%;
}
.main .menu {
	border-top: 1px solid #FFF;
	width: 160px;
	padding: 15px 10px 10px 20px;
}
.main .menu strong,
.main .menu a {
	display: block;
	margin-bottom: 1em;
}

.main .menu .subcategory strong a:link {
	color: #FFF;
}
.main .menu .subcategory strong a:visited {
	color: #FFF;
}
.main .menu .subcategory strong a:hover {
	color : #F33;
}
.main .menu .subcategory a {
	margin-top: -1em;
	margin-bottom: 1em;
	margin-left: 10px;
}
.main .menu .subcategory a:link {
	color : #6F9;
}
.main .menu .subcategory a:visited {
	color : #6F9;
}
.main .menu .subcategory a:hover {
	color : #F33;
}

.main .menu .about {
	border-top: 1px solid #FFF;
}

.main .menu .newslink {
	border-top: 1px solid #FFF;
	margin-bottom: -30px;
	padding-top: 1em;
}

.main .small-cart {
	border: 2px dotted black;
	background-color: white;
	margin-bottom: 20px;
	width: 100%;
}
.main .small-cart th,
.main .small-cart td {
	padding: 2px;
}
.main .small-cart thead tr {
	background-color: #000;
}
.main .small-cart th {
	color: #FFF;
}
.main .small-cart .view-cart-button {
	border: 2px outset #f00;
	background-color: #f00;
	text-align: center;
	margin: 2px;
}
.main .small-cart .view-cart-button:hover {
	background-color: #999;
}
#leftMenu_SmallCart_lblTotal {
	font-weight: bold;
}
.add-mailing-list,
.tell-a-friend {
	margin-top: 40px;
	border: 1px solid #FFF;
	width: 100%;
}

.content {
	vertical-align: top;
	padding: 10px 25px 0 25px;
}
.content ul li {
		margin-bottom: 1.5em;
}

.content .archivelink {
		padding-top: 2em;
}

#SubCategoryList {
	border-bottom: 4px solid #39C;
	font-weight: bold;
	width: 100%;
	width: 100%;
	margin: 2em 0 4em 0;
}
#SubCategoryList .th {
	background-color: #39C;
	color: #FFF;
	padding: 0.5em;
}
#SubCategoryList td {
	padding: 0.5em;
}

.footer {
	border-top: 1px solid #000;
	font-size: 0.8em;
	margin: 3em 0 3em 0;
	padding: 1em 0 0 0;
}

.warning {
	color: red;
}



.main .menu .about { /* tmp style to fix the bug which is caused by for juliet's lazy behaviours */
	display: none;
}