html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

body
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #595959;		
	background-image: url(/images/background_red_earth.gif);
	background-repeat: repeat;
}

body a
{
	color: #595959;	
}

body a:Link, body a:Visited, body a:Active
{
	text-decoration: none;	
}

body a:Hover
{
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

h1
{
	color: #698694;
	font-weight: bold;
	font-size: 20px;
}

h2
{
	color: #698694;
	font-weight: bold;
	font-size: 14px;
}

p
{
	padding-bottom: 10px;	
}

table td
{
	padding: 3px 3px 3px 3px;	
}

#wrapper
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header
{
	width: 970px;
	height: 95px;
	border-bottom: solid 2px #d1d3d4;	
}

#logo
{
	width: 374px;
	margin-right: 74px;
	float: left;	
}

#search
{
	width: 251px;
	margin-right: 15px;
	float: left;	
}

#search .top
{
	width: 251px;
	height: 10px;
	background-image: url(/images/box_251_top.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#search .middle
{
	width: 241px;
	height: 60px;
	padding-left: 10px;
	background-color: #ffffff;
	background-image: url(/images/box_251_middle.png);
	background-repeat: repeat-y;
}

#search .bottom
{
	width: 251px;
	height: 10px;
	background-image: url(/images/box_251_bottom.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#basket
{
	width: 251px;
	float: right;	
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
}

#basket .top
{
	width: 251px;
	height: 10px;
	background-image: url(/images/box_251_top.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#basket .middle
{
	width: 241px;
	height: 55px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #ffffff;
	background-image: url(/images/box_251_middle.png);
	background-repeat: repeat-y;
}

#basket .bottom
{
	width: 251px;
	height: 10px;
	background-image: url(/images/box_251_bottom.png);
	background-repeat: no-repeat;
	overflow:hidden;
}

#basket img
{
	float: left;	
}

#basket a
{
	color: #000000;	
}

#headernavigation
{
	width: 970px;
	height: 24px;
	border-top: solid 1px #ffffff;
	margin-bottom: 12px;
	color: #ffffff;
	background-color: #698694;
}

#headernavigation * {
    vertical-align: middle;
}

#headernavigation a
{
	color: #ffffff;
}

#headernavigation ul.departments
{
	font-size: 13px;
}

#headernavigation ul.links
{
	font-size: 12px;
}

#headernavigation li
{
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#headernavigation li.first, #headernavigation li.last, #headernavigation li.separator
{
	padding-left: 0px;
	padding-right: 0px;
}

#headernavigation a
{
	color: #ffffff;	
	font-weight: bold;
}

#headernavigation a:Link, #headernavigation a:Visited, #headernavigation a:Active
{
	text-decoration: none;	
}

#headernavigation a:Hover
{
	text-decoration: underline;
}

#footernavigation
{
	width: 970px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(/images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #698694;
	color: #ffffff;	
	text-align: center;	
}

#footernavigation a
{
	color: #ffffff;	
}

#footernavigation a:Link, #footernavigation a:Visited, #footernavigation a:Active
{
	text-decoration: none;	
}

#footernavigation a:Hover
{
	text-decoration: underline;
}

#footer
{
	width: 944px;
	margin-top: 1px;
	margin-bottom: 20px;
	padding: 9px 13px 9px 13px;
	background-color: #d1d3d4;
}

#footer p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer img
{
	float: right;
	padding: 5px 5px 5px 5px;
}

#content
{
	width: 610px;
	margin: 0px 6px 14px 6px;	
	float: left;
}

#content h1
{
	padding-bottom: 10px;
}

#content h2
{
	padding-bottom: 10px;
}

#content ul
{
	margin-top: 10px;
	margin-left: 20px;
}

#breadcrumb
{
	margin-bottom: 20px;
}

.grandtotal
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #474747;	
}