/* base.css  											*/
/* date: 21/11/2007 						 			*/
/* stylesheet for layout and generic sitewide styles	*/

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* generic tag styles */
html, body, input {
	padding: 0;
	margin: 0;
	color: #5b5344;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
	height: 100%;
	font-size: 62.5%;
	margin: 0 auto;
	*padding: 24px 0 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #5c5342;
	background-color: #fff;
	padding: .1em .1em .5em .1em;
}

h2 {
	color: #5c5342;
	line-height: 3.9em;
	font-size: 1.2em;
	font-weight:bold;
}

br.clr {
	clear:both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

p, a:link {
	color: #5c5342;
}

a:visited, a:active {
	color: #5c5342;
}

a:hover {
	color: #f58426;
}

:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}

select {
	font-size: 1.03em;
}

/* 
use clearfix to clear floats without additional markup 
http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	*zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#outerwrap { 
	width: 890px;
	padding: 0;
	margin: 21px auto;
   *margin: 9px auto;
   _margin: 12px auto;
	border: 3px solid #ccc;
   _border-top: none;
	background-color: #fff;
	position: relative;
}

/* override reset padding */
input {
	padding-left:2px;
}

/* IR headings */
h1 {
	position: relative;
	/* default heading styles - just in case */
	color: #09c;
	font-size: 0.9em;
	font-weight: bold;
}

h1 span  {
	position:absolute;
	z-index:101;
	display:block;
	top:0;
	left:0;
	/* standardised height */
	height:40px;
}

/* print styles */

@media print {
	#header .headercatlinks, #header #toplinks, #header #sitesearch,
	#footer, #progress, #checkout input {
		display: none !important;
	}
	#progress, .action {
		display: none !important;
	}
	body {
		margin:0;
		padding:0;
	}	
	#content {
		width:640px;
	}
	#outerwrap  {
		margin:0;
		padding:0;
		border:0;
	}	
}

