body {
	background: #ffffff;
	text-align: justify;
	font-family:Verdana;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #ffffff;
	display:none;
}

#header h1 {
	float: left;
	font-size: 1px;
	display:none;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 700px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	width:700px; 
	overflow: hidden;
}

#menu1 li {	margin: 0;
	padding: 0;
	float: left;
	width: 140px; /* {^̕ */
	line-height: 1;
	list-style-type: none;
}

#menu1 a {
	display: block;
	width: 140px;
	padding: 5px 0px;
	background-color:#FA2343;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #CF7C88;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff ;
	float:left;
}

#menu1 a:hover {
	background-color: #ffffff;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #000000;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 0px;
	border: 0px solid #FFFFFF;
	border-top: none;
/*	background: #E9EAE2;*/
	background-color:#CCCCCC;
}
.content-new{
	!important;
	background-image:url(../img/bk.jpg);
}
	

#colOne {
	width: 700px;
	padding: 0px;
}

#colTwo {
	margin-top: 0px;
	width: 660px;
	padding: 0 20px 0 20px;
	clear:both;
}

#content h2 {
	font-size: 12px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {
	background: #ffffff url(../img/footer.gif) repeat-x;
	width: 700px;
	margin: 0 auto;
	padding-top: 5px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
	color:#333333;
}

/*shopping*/


*{
	margin: 0px;
	padding: 0px;
}
#content #colTwo .item .itemimage .thumb {
}
#content #colTwo .item {
	display: block;
	width: 310px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
}
#content #colTwo .item .itemtitle {
	color: #FF0033;
	display: block;
	width: 310px;
	padding: 5px;
	font-weight:bold;
	font-size:115%;
}
#content #colTwo .item .itemimage .thumb {
	height: 190px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	text-align:center;
}
#content #colTwo .item ul {
	list-style-type: none;
}
#content #colTwo .item li {
	margin: 0px;
	padding: 0px;
}
#content #colTwo .item .itemdesc {
	color: #333333;
	display: block;
	padding: 5px 5px 5px 20px;
}
#content #colTwo .item .mprice {
	color: #FFFFFF;
	background-color: #CCCCCC;
	display: block;
	width: 250px;
}
#content #colTwo .item .price {
	color: #FF0033;
	display: block;
	padding: 5px 5px 5px 20px;
	width: 200px;
}
#content #colTwo .item .submit {
	color: #333333;
	display: block;
	padding: 5px 5px 5px 20px;
	width: 200px;
}
#content #colTwo .item .submit #form select {
	padding: 2px;
	width: 40px;
}
.clear{
	clear:both;
	}
.itemnewdesc{
	background-color:#FFF;
	padding:5px;
}
#caution{
	padding:10px;
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
	
}
	