
body, div, ul, li
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

body
{
	font-family: Arial;
}

div#pagewrapper
{

}

div#headerwrapper
{
	height: 96px;	
	background-image: url('/images/headertile.jpg');
	background-repeat: repeat-x;
}

div#bodywrapper
{
	position: relative;
	width: 100%;
	margin-top: 20px;
}

div#leftcolumnwrapper
{
	width: 140px;
	float: left;
}

div#middlecolumnwrapper
{
	margin-left: 150px;
	margin-right: 270px;
	font-size: 0.9em;
	padding-bottom: 50px;
}

div#middlecolumnwrapper ul
{
	margin-left: 50px;
}

div#rightcolumnwrapper
{
	width: 230px;
	position: absolute;
	top: 0px;
	right: 0px;
}

ul#menu
{
	list-style: none;
}

ul#menu li
{
}

ul#menu li a:hover
{
	background-color: #656565;
	color: #fff;
}

ul#menu li a
{
	text-decoration: none;
	color: #6C6C6C;
	display: block;
	width: 135px;
	padding: 10px 5px 10px 5px;
	font-size: 0.9em;
}

ul#menu li ul
{
	display: none;	
	font-size: 0.9em;
}

h2
{
	font-size: 1em;
	font-weight: normal
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #9A0000;
}

h1
{
	color: #6C6C6C;
	font-size: 1.3em;
}

div#quicklinkswrapper
{
	background-image: url('/images/headerright.jpg');
	background-repeat: no-repeat;
	float: right;
	color: #333333;
	font-size: 0.9em;
	height: 96px;
	width: 249px;
}

div#quicklinks
{
	margin-top: 70px;
	margin-left: 50px;
}

div#quicklinks a
{
	text-decoration: none;
	color: #333333;
}

div#login
{
	color: #656565;
	background-image: url('/images/box.jpg');
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 10px;
	height: 120px;
	
}

div#login input
{
	font-size: 0.7em;
	width: 70px;
}

div#subscribe
{
	text-align: center;
	color: #333333;
	background-image: url('/images/box.jpg');
	background-repeat: no-repeat;
	height: 120px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 10px;
}

div#guide
{
	cursor: pointer;
	color: #333333;
	background-image: url('/images/box2.jpg');
	background-repeat: no-repeat;
	height: 137px;
}

div#subscribe p
{
	font-size: 0.7em;
	margin-top: 4px;
}

div#subscribe a
{
	text-decoration: none;
	color: #9A0000;
	font-size: 1.3em;
}

h3
{
	color: #6C6C6C;
	font-size: 0.9em;
}

ul#surveys
{
	margin-top: 10px;
}

ul#surveys li
{
	padding-top: 10px;
	padding-bottomx: 10px;
}

div#footerwrapper
{
	height: 20px;
	background-color: #9A0000;
	clear: both;
	border-top: 20px solid #fff;
	text-align: center;
}

#tickertapeform input
{
	background-color: transparent;
	color: #fff;
}

.button
{
	border-top: 1px solid #CC627F;
	border-left: 1px solid #CC627F;
	border-bottom: 1px solid #670822;
	border-right: 1px solid #670822;
	background-color: #9D002B;
	color: #fff;
	font-size: 0.8em;
	cursor: pointer;
	padding: 2px;
	width: 98px;
}

.basket_link
{
	border-top: 1px solid #CC627F;
	border-left: 1px solid #CC627F;
	border-bottom: 1px solid #670822;
	border-right: 1px solid #670822;
	background-color: #9D002B;
	color: #fff;
	font-size: 0.75em;
	cursor: pointer;
	text-decoration: none;
	width: 92px;
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
}

.tableheader
{
	background-color: #9D002B;
	color: #fff;
}

.tablebody
{
	background-color: #E5E5E5;
}

h4
{
	font-color: #000;
}

a.download
{
	color: #254C7C;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}	

.item
{
	float: left;
	width: 100px;
	padding: 0px 5px 0px 5px;
	height: 210px;
	text-align: center;
}

.image
{
	width: 85px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.image img
{
	display: block;
}

.item_name
{
	text-align: center;
}

.item_name a
{
	color:  #000;	
	font-size: 0.9em;
	text-decoration: none;
}

#intro
{
	float: left;
	width: 200px;
}

#description
{
	margin: 0px 20px 0px 0px;
}

#description p
{
	margin: 0px 0px 10px 0px;
}

#intro p
{
	margin: 0px 0px 10px 0px;
}
