/* base.css  											*/
/* date: 28/07/2008 						 			*/
/* 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 {
	padding: 0;
	margin: 0;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	
}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

input 
{
    padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
body {
	background-color: #eee4b9;
	height: 100%;
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0 0 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.8em;
	font-size: 0.9em;
	color: #686554;
	background-color: #fff;
}

h2 {
	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: #686554;
}

a:visited, a:active {
	color: #686554;
}

a:hover {
	color: #DC7510;
}

p a {
	font-size: 1em;
}

:focus {
    outline: 1px dotted #999; 
}

strong {
	font-weight: bold;
}

select {
	font-size: 1.03em;
}

form 
{
    background: transparent url(../../Images/bg_form_2.png) repeat-y 50% 0;
    _background-image: url(../../Images/bg_form_8_2.png);
}

/* print styles */

@media print {
	.header .headercatlinks, .header .toplinks, .header .sitesearch,
	.footer {
		display: none !important;
	}

	body {
		margin:0;
		padding:0;
	}	
	.content {
		width:640px;
	}
	.outerwrap  {
		margin:0;
		padding:0;
		border:0;
	}	
}