body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #fff;
	font-family: "Helvetica", sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
    letter-spacing: 0.3em;
}

h1 {
    display: block;
    margin: 0px;
    padding: 20px 0px 0px 80px;
    height: 50px;
    background: transparent url(../images/store_logo.jpg) top left no-repeat;
    color: #36a0a8;
    font-weight: normal;
    font-family: Times;
    letter-spacing: 0.2em;
}

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

a:hover {
    color: #ddd;
    border-bottom: 1px dashed #fff;
}

#header {
    margin: 0px auto;
    padding: 20px;
    width: 760px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #f7f6f2;
}

#content {
    position: relative;
    margin: 0px auto;
    padding: 20px;
    width: 760px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #f7f6f2;
}

#footer {
    background: transparent url(../images/footer.jpg) bottom center no-repeat;
    margin: 0px auto;
    width: 760px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 30px;
    padding: 407px 20px 0px 20px;
    color: #a39e8f;
    font-size: 26px;
}

.art {
    display: block;
    margin: 20px;
    padding: 10px;
    float: left;
    width: 300px;
    height: 220px;
    border: 10px solid #ccc;
    background: transparent url(../images/cell_bg.jpg) top left no-repeat;
}

.art img, .art-detail img {
    display: block;
    width: 100%;
}

.art a {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0px 0px 4px;
}

.art-misc img {
    width: inherit;
}

.art-details {
    margin: 0px 0px  0px 120px;
    display: block;
}

.art-thumb {
    position: absolute;
    width: 100px;
    margin: 10px;
    border: 1px solid #ff0;
}

.art h3, .art h3 a, .art h3 a:hover {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    display: block;
    width: 100%;
    color: #444;
    border: none;
}

.art h2 {
    padding: 0px;
    margin: 0px 0px 14px 0px;
    font-size: 15px;
    color: #36a0a8;
}

#cart {
    width: 100%;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 0px;
}

#cart td, #cart th {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 4px;
    margin: 0px;
}
/*
.cart-continue, .cart-clear, .cart-update {
    font-weight: bold;
    font-size: 13px;
    font-family: "Helvetica", sans-serif;
    display: block;
    border: 1px solid #333;
    width: 120px;
    text-align: center;
    padding: 6px 0px 4px 0px;
    height: 15px;
    color: #fff;
    background: transparent url(../images/cell_bg.jpg) top left no-repeat;
    text-decoration: none;
    float: left;
}
*/
.art-detail {
    display: block;
    margin: 20px;
    padding: 10px;
    border: 4px solid #ccc;
}

#menu {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
    height: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    margin: 0px auto;
    width: 800px;
    overflow: hidden;
}

#menu li {
    float: left;
    padding: 3px 0px 5px 0px;
    margin: 0px;
    display: block;
    list-style: none;
    height: 12px;
    font-size: 16px;
    font-weight: bold;
    width: 266px;
    text-align: center;
}

#menu li a:hover {
    border-color: #000;
}

.art-misc {
    margin-top: 100px;
    display: block;
    clear: both;
}
