body {
    background:url('/images/denim.jpg');
}

#frame
{
    border: 1px solid black;
    background: #FDE101;
    background: #ffef6c;
    background: #FFFFA5;
    margin: 50px auto 10px auto;
    width: 798px;
}

#stitch
{
    border: 2px dashed #DD2421;
    margin: 4px;
    float: left;
}

#logo
{
    height: 88px;
    border-bottom: 2px dashed #DD2421;
    float: left;
    padding: 12px 0 0 10px;
    width: 305px;
    background: #FDE101;
}

#tagline
{
	float: right;
	padding-top: 17px;
	padding-right: 10px;
	height: 52px;
	width:461px;
	text-align:right;
	background: #FDE101;
}
#nav
{
    float:right;
    border-top:2px dashed #DD2421;
    border-left:2px dashed #DD2421;
    height: 27px;
    width: 461px;
    padding: 4px 4px 0 4px;
}

body, p, td, select, input, textarea
{
    font-family: Verdana;
}

a
{
    color: #DD2421;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
	font-size: 1px;
	line-height: 0;
	clear: both;
}

#contentarea
{
    margin: 10px 0 10px 0;
    width: 666px;
    float: right;
}

h1
{
	color: #DD2421;
	margin: 0 0 4px 0;
	font-size: 28px;
}

#minicart
{
	font-size: 10px;
	width: 90px;
	border: 2px dashed #DD2421;
	margin: 10px 10px 5px 10px;
	padding: 0 5px 5px 0;
	background: white;
	text-align: center;
}

td.label
{
    padding-top: 5px;
    text-align:right;
    vertical-align:top;
}

.postcode
{
    width: 43px;
}

.ordertext
{
    width: 212px;
}

#yourcart, #checkout
{
	background:white;
	border:2px dashed #DD2421;
	font-size:12px;
	margin:0 10px 0 0;
	padding:10px;
}

#yourcart td
{
	padding: 2px 5px;
	border-top: #CCCCCC;
}

.error
{
	font-size: 11px;
	color: Red;
}

.refundwarning
{
	color: Red;
	font-size: 14px;
}

.nav-header
{
	margin: 10px 10px 5px 10px;
	padding: 5px;
	width: 88px;
	text-align: center;
	color: White;
	font-weight: bold;
	background: #DD2421;
	font-size: 16px;
}

.view-cart
{
	margin: 5px 0 0 3px;
	font-size:16px;
	font-weight:bold;
	color: #DD2421;
	display: block;
}

a.scalps
{
	text-decoration: none;
	font-size: 24px;
	margin: 10px 0;
	font-weight: bold;
}

a.scalps:hover
{
	text-decoration: underline;
}