
body {
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 13px;
        background-color: #FFFFFF;
}

a img {
        border: 0;
}

h1 {
	color: #8a0808;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
	font-size: 34px;
	line-height: 21px;
	padding-bottom: 5px;
	font-weight: normal;
}

h2 {
	color: #2a2a2a;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
        font-size: 24px;
        font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 0;
	margin-top: 0;
}


h3 {
	color: #2a2a2a;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
        font-size: 14px;
        font-weight: bold;
	padding-top: 2px;
	margin-top: 2px;
}


a {
	color: #8a0808;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
        font-size: 14px;
	text-decoration: none;
}


.sml {
	font-size: 12px;
}


/* == wrapper ==================== */
#wrapper {
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
        width: 700px;
        text-align: left;
}



/* == header ====================== */
#header {
        width: 700px;
	padding: 42px 0 0 16px;
}

#menu {
        padding: 0;
        margin: 0;
}

#menu li {
        list-style: none;
        display: inline;
        padding-right: 20px;
        margin: 0;
}

#menu a {
	font-family: Arial, sans-serif;
        text-decoration: none;
	color: #463C3C;
	font-size: 16px;
}



/* == body ======================= */

#main {
        width: 700px;
        margin: 0 0 20px 0;
}


/* content                         */
#main #content {
        width: 776px;
        padding: 0px 0px 0px 0px;
        margin: 0 190px 0 0;
        vertical-align: top;
        color: #444444;
        font-size: 14px;
        line-height: 20px;
}





/* == footer ===================== */
#footer {
	color: #7f7f7f;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
        font-size: 11px;
        width: 700px;
        text-align: center;
        margin: 0 0 20px 0;
        padding: 30px 0 30px 0;
        clear: both;
}

#footer a {
        color: #999999;
        font-size: 11px;
}


#cart th {
	border-bottom: 1px solid #999999;
	text-align: left;
	background-color: #FFFFFF;
	color: #666666;
}

.error {
	color: #990000;
}

table.product td {
	color: #2a2a2a;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 9px;
	padding-right: 10px;
	vertical-align: top;
}

