body
{
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
	width: 700px;
	margin: 0px auto;
	background-image: url(/media/images/layout/body-background.gif);
	background-repeat: repeat-x;
	background-color: #ffa801;
}

p, ul
{
	color: #222;
	margin-top: 0px;
	line-height: 1.4em;
}

h1
{
	margin: 0 0 10px 0;
	line-height: 1em;
}
h2
{
	line-height: 1.2em;
}
form
{
	margin: 0px;
	padding: 0px;
}
.small-print
{
	font-size: 0.6em;
	font-weight: normal;
}

#container
{
}
#container-top
{
	height: 408px;
	background-image: url(/media/images/headers/home.gif);
}

#content-left
{
	float: left;
	width: 481px;
}

#content-right
{
	float: right;
	width: 200px;
	font-size: 0.7em;
	font-weight: normal;
	color: #fff;
	line-height: 1.2em;
}

#navigation
{
	list-style-type: none;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#navigation li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#navigation li a
{
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-left-color: #ff0013;
	border-left-style: solid;
	border-left-width: 8px;
	margin: 0 0 1px 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff0013;
	display: block;
	text-decoration: none;
}
#navigation li a:hover
{
	border-left-color: #ff0013;
	color: #fff;
	background-color: #ff0013
}

fieldset, form
{
	border: none;
	margin: 0px;
	padding: 0px;
}

.label
{
	font-size: 12px;
	padding-left: 10px;
	text-align: right;
}
.headerlabel
{
	font-size: 18px;
	color: #333;
	padding-top: 20px;
	padding-bottom: 10px;
}

input.large
{
	width: 300px;
	font-size: 14px;
}
input.tiny
{
	width: 30px;
	font-size: 14px;
}
select.large
{
	width: 306px;
}

label
{
	font-size: 12px;
}

table.orderSummary
{
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

table.orderSummary td
{
	text-align: left;
	padding: 5px;
	border: 1px solid #fff;
	font-weight: normal;
}

table.orderSummary th
{
	text-align: left;	
	background-color: #ffc821;
	border: 1px solid #fff;	
	color: black;
	padding: 5px;
}