html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Tahoma, verdana, sans-serif;
}
img {
	border: 0px;
}
a {
	color: #F63;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
li {
	list-style: square;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/bg.jpg);
}

#container {
	margin: 10px auto 20px auto;
	width:720px;
	border:solid 1px #F60;
	
	border-radius: 10px;         /* CSS3 */
    -moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari,Chrome */
}

#content {
	background-color:#FFF;
	margin: 0px auto 0px auto;
	padding:10px;
	width:700px;
	text-align:left;
}

#outer {
	background: url(images/bg_top.jpg) repeat-x;
	min-height: 757px;
	padding: 0px 0px;
	text-align: center;
}

#header {
	height: 250px;
	width:690px;
	background:url(image/pict_header.png);
	background-color:#FFF;
	padding:15px;
	
	border-radius: 10px 10px 0px 0px;         /* CSS3 */
    -moz-border-radius: 10px 10px 0px 0px;    /* Firefox */
    -webkit-border-radius: 10px 10px 0px 0px; /* Safari,Chrome */
}


#head {
	position: relative;
	height: 157px;
	background: url(images/head_bg.gif);
}
#head h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 45px;
	left: 29px;
}
#head-left {
	position: absolute;
	top: 0px;
	left: -16px;
	width: 16px;
	height: 200px;
	background: url(images/head_left.gif) no-repeat;
}
#head-right {
	position: absolute;
	top: 0px;
	left: 562px;
	width: 16px;
	height: 200px;
	background: url(images/head_right.gif) no-repeat;
}
#navb a {
  color: #E1E1D5;
}
#head-1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 237px;
	height: 157px;
	background: url(images/head_1.jpg) no-repeat;			
}
#head-2 {
	height: 184px;
	background: url(images/head_2.jpg) no-repeat;			
}
#body {
	background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
	background: bottom url(images/body_bot.gif) no-repeat;
	padding-bottom: 20px;
}
#body span {
  position: relative;
  top: 25px;
  left: 40px;
}
#body h2 strong {
  color: #982801;
  font-weight: normal;
}
#footer {
	text-align: right;
	padding: 20px 20px 20px 0px;
	background-color:#FFB74C;
	border-radius: 0px 0px 10px 10px;         /* CSS3 */
    -moz-border-radius: 0px 0px 10px 10px;    /* Firefox */
    -webkit-border-radius: 0px 0px 10px 10px; /* Safari,Chrome */
	
}
#footer p {
	margin: 0px;
	padding: 6px 0px;
}
#footloose {
  text-align: left;
  position: absolute;
  top: 10px;
  right: 30em;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}
#footloose .logo span {
  top: 0px;
  left: 0px;
}
#items {
	margin: 8px 0px 0px 29px;
	color: #999;
	font: 11px tahoma, verdana, sans-serif;
}
.item {
	float: left;
	width: 228px;
	margin-right: 60px;
}
.item h3,.item h3 a {
	font-size: 13px;
	margin: 12px 0px 6px 0px;
	color: #666;
}
.item p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.item .details, .item .addtocart {
	font: 11px arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}
.item .details:hover, .item .addtocart:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.item .details {
	background: #982801;
}
.item .addtocart {
	background: #60654E;
}
.item .details:hover {
	background: #BE3302;
}
.item .addtocart:hover {
	background: #73795F;
}
.item .divider {
	clear: both;
	height: 10px;
	background: bottom url(images/dash.gif) repeat-x;
	margin-bottom: 8px;
	margin-left: 12px;
	margin-right: 16px;
}
.left {
	float: left;
	padding-right: 12px;
}
.right {
	float: right;
	margin-left: 9px;
}
#banner {
	height: 121px;
	margin: 0px 30px;
	background: #FFFFFF bottom url(images/banner.gif) repeat-x;
}
#banner-text {
	color: #666;
	padding-top: 15px;
	float: right;
	width: 290px;
}
#banner-text h3 {
	font-size: 11px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#banner-text a {
	color: #036292;
}
#banner-text a:hover {
	color: #982801;
}

#box{
	width:680px;
	border:solid 1px #F60;
	border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
	
	padding:10px;
	margin:0px auto 0px auto;
	}
	
