/* Classes and styles */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	margin: 0px;
	height: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	
	background-color:#FFFFFF;
	background-image:url("../images/body_bg.jpg");
	background-repeat:repeat-x;
	color:#333333;
}

p{
	margin: 0 0 18px 0;
	padding: 0;
}	

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

p {
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	fo nt-size:100%;
	fo nt-weight:normal;
}

/*
ol, ul {
	list-style:none outside none;
}
*/

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.error {
	color: #FF0000 !important;
}

/* LINKS */
/*
a{
	color: #00237e;
	text-decoration: none;
}

a:hover{
	
}
*/

a {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color: #d8040c;
	text-decoration: underline !important;	
}
a:focus {	/* Disable the outline on clicked a-tag */
	outline: 0 !important;
}
a.active, 
.active a{
	color:#D8040C !important;
}

a img{
	border: 0;	
}	

#header #breadcrumbs a:hover,
#footer a:hover,
div.homeProductLinks a:hover{
	color:#D8040C !important;
}
